summaryrefslogtreecommitdiffstats
path: root/images/enea-image-nfv-access-host-openstack.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-30 15:45:02 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-01 10:51:20 +0200
commit9528b94a291d648bb62f28826e2b946a229c8cb0 (patch)
treebadcab9e0ff1d1cad2ae1a74697ce1114bd610b8 /images/enea-image-nfv-access-host-openstack.bb
downloadmeta-el-nfv-access-9528b94a291d648bb62f28826e2b946a229c8cb0.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'images/enea-image-nfv-access-host-openstack.bb')
-rw-r--r--images/enea-image-nfv-access-host-openstack.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/images/enea-image-nfv-access-host-openstack.bb b/images/enea-image-nfv-access-host-openstack.bb
new file mode 100644
index 0000000..3429c94
--- /dev/null
+++ b/images/enea-image-nfv-access-host-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-image-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"