heat-templates/hot/software-config
Steven Hardy 405c270c21 Add example of SoftwareConfig driving os-apply-config
Adds a minimal example of driving os-apply-config directly, e.g
with no heat-config hooks.  This is essentially how TripleO
currently uses SoftwareConfig resources, so it's useful for
reporoducing TripleO related problems.

Note, this needs rebuilding your image with the addition of the
"ntp" element, and currently the signalling won't work
https://review.openstack.org/#/c/145764/ is the update to
os-refresh-config which aims to fix that.

Change-Id: Id7a84655632da9fa6c4079954178f4abda787e4a
Related-Bug: #1389178
2015-01-08 12:29:13 +00:00
..
elements Merge "Correct unresolved reference 'true' and 'false'" 2015-01-08 08:04:29 +00:00
example-templates Add example of SoftwareConfig driving os-apply-config 2015-01-08 12:29:13 +00:00
README.rst READMEs for software-config templates and hooks 2014-04-29 09:40:08 +12:00

README.rst

HOT software configuration hooks and examples

The Heat software configuration resources can be combined with a server agent and hooks to configure software on servers using a variety of techniques.

Contained here are the following directories:

elements

This contains diskimage-builder elements which will install the hooks for different configuration tools onto a custom-built image.

example-templates

This contains example heat templates which demonstrate how the software config resources and the hooks work together to perform software configuration.