diff options
Diffstat (limited to 'images/enea-nfv-access-openstack.bb')
-rw-r--r-- | images/enea-nfv-access-openstack.bb | 17 |
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 @@ | |||
1 | DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides Oopenstack support" | ||
2 | |||
3 | require images/enea-nfv-access-host-common.inc | ||
4 | |||
5 | IMAGE_INSTALL = " \ | ||
6 | packagegroup-core-boot \ | ||
7 | packagegroup-cloud-compute \ | ||
8 | packagegroup-cloud-debug \ | ||
9 | packagegroup-cloud-extras \ | ||
10 | " | ||
11 | |||
12 | IMAGE_FEATURES += "ssh-server-openssh" | ||
13 | |||
14 | inherit openstack-base | ||
15 | inherit monitor | ||
16 | |||
17 | IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000" | ||