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

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

require images/build-qcow-image.inc

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

IMAGE_FEATURES += "ssh-server-openssh"

inherit openstack-base
inherit monitor

IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"