summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-openstack.bb
blob: c6c59ff08ec4fff8629ade59c498fc58d11fef63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 \
    ipset \
    "

IMAGE_FEATURES += "ssh-server-openssh"

inherit openstack-base
inherit monitor

IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"