diskimage-builder/elements/os-refresh-config
Steve Baker bdc5759740 Install heat-cfntools from pypi
Then creates symlinks into /opt/aws/bin using the included script.

This replaces the heat-jeos element, so anything that references heat-jeos will need to be replaced with heat-cfntools

Change-Id: Id286b005f69ea364357303b4bbc1ed29d4f0f8f9
2013-02-22 09:08:43 +13:00
..
install.d Add cfn-hup configuration for os-refresh-config 2013-02-12 12:21:42 -08:00
element-deps Install heat-cfntools from pypi 2013-02-22 09:08:43 +13:00
README.md Add element to call os-refresh-config 2013-02-12 07:25:43 -08:00

Install os-refresh-config.

os-refresh-config uses run-parts to run scripts in a pre-defined set of directories. Its intended purpose is to quiesce (pre-configure.d), configure (configure.d), migrate (migration.d), and then activate (post-configure.d) a configuration on first boot or in response to Heat Metadata changes.