meta-starlingx/recipes-core/images/stx-image-aio.bb
2019-10-13 19:35:16 -07:00

32 lines
761 B
BlitzBasic

SUMMARY = " StarlingX Single Server"
LICENSE = "MIT"
IMAGE_INSTALL_append = " \
${CORE_IMAGE_BASE_INSTALL} \
packagegroup-core-full-cmdline \
packagegroup-core-security \
packagegroup-core-selinux \
packagegroup-core-lsb \
packagegroup-cloud-compute \
packagegroup-cloud-controller \
packagegroup-cloud-network \
packagegroup-cloud-debug \
packagegroup-cloud-extras \
packagegroup-stx \
"
IMAGE_FEATURES += " \
package-management \
ssh-server-openssh \
"
inherit core-image
inherit distro_features_check
inherit openstack-base
inherit identity
inherit monitor
# check for 5G of free space, so we use 5G as a starting point.
# IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 5000000"
# POST_KEYSTONE_SETUP_COMMAND = "/etc/keystone/hybrid-backend-setup"