summaryrefslogtreecommitdiffstats
path: root/images/enea-image-nfv-access-host-openstack.bb
blob: 3429c94620078c447e78738d6bfa83ec7238e932 (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-image-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"