summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-openstack.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-10-02 13:33:16 +0200
committerMartin Borg <martin.borg@enea.com>2017-10-02 13:35:39 +0200
commit067d90d472a5aebf57a2a6ab8deb0a94995a9dc8 (patch)
tree4d75b2b8aee22ab6732ed679abd6a574cb5739cf /images/enea-nfv-access-openstack.bb
parente7e59aa6e20653b227745a493141234b6e0e77d4 (diff)
downloadmeta-el-nfv-access-067d90d472a5aebf57a2a6ab8deb0a94995a9dc8.tar.gz
Rename images
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'images/enea-nfv-access-openstack.bb')
-rw-r--r--images/enea-nfv-access-openstack.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/images/enea-nfv-access-openstack.bb b/images/enea-nfv-access-openstack.bb
new file mode 100644
index 0000000..5672d60
--- /dev/null
+++ b/images/enea-nfv-access-openstack.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides Oopenstack support"
2
3require images/enea-nfv-access-host-common.inc
4
5IMAGE_INSTALL = " \
6 packagegroup-core-boot \
7 packagegroup-cloud-compute \
8 packagegroup-cloud-debug \
9 packagegroup-cloud-extras \
10 "
11
12IMAGE_FEATURES += "ssh-server-openssh"
13
14inherit openstack-base
15inherit monitor
16
17IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"