summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-openstack.bb
blob: 5672d60293bd025e196c9b74bb520b8b70917207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides Oopenstack support"

require images/enea-nfv-access-host-common.inc

IMAGE_INSTALL = " \
    packagegroup-core-boot \
    packagegroup-cloud-compute \
    packagegroup-cloud-debug \
    packagegroup-cloud-extras \
    "

IMAGE_FEATURES += "ssh-server-openssh"

inherit openstack-base
inherit monitor

IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"