heat-templates/hot/software-config/test-image
hgangwx f27fbe748d Wrong usage of "a/an"
Wrong usage of "a/an" in the messages:
"will trigger a image build"

Should be:
"will trigger an image build"

Totally 1 occurrence in heat-templates base code.

Change-Id: Ib23ce77bca1ffec163cc8a1c5b6e1ad795ab0be1
2015-12-31 01:15:24 +08:00
..
elements Build selinux-permissive test images 2015-03-17 08:53:59 +13:00
README.rst Wrong usage of "a/an" 2015-12-31 01:15:24 +08:00
build-heat-test-image.sh Build selinux-permissive test images 2015-03-17 08:53:59 +13:00

README.rst

Elements for building a heat test image

The heat functional test job needs to boot full images containing the heat agent code (os-collect-config etc) so that it can test the interaction between heat and the agent.

Images built with these elements contain the necessary distro packages so that only pip packages need to be installed on server boot.

The script build-heat-test-image.sh will trigger an image build defaulting to fedora. Ubuntu and CentOS7 are also fully supported by these elements. Run the following to build all supported images:

DISTRO=fedora ./build-heat-test-image.sh
DISTRO=ubuntu ./build-heat-test-image.sh
DISTRO=centos7-rdo ./build-heat-test-image.sh