heat-templates/hot/software-config
Alex Schultz 6d2659b468 Fix splay config template
The splay option was added in I88f623c9e8db9ed4a186918206a63faec8f7f673
but was missing a trailing } which leads to parse errors. This fixes the
parse errors.

Change-Id: Ic5783220f5d027e0bde0080f50f9e10cbb68289f
Closes-Bug: #1686455
2017-04-26 10:30:11 -06:00
..
boot-config Fix splay config template 2017-04-26 10:30:11 -06:00
elements Replace yaml.load() with yaml.safe_load() 2017-03-10 16:18:30 +08:00
example-templates Use 'openstack' commands instead in docs 2017-01-03 06:42:36 +00:00
heat-container-agent Apply tripleo-image-elements fixes to agent configs 2016-05-19 14:26:25 -05:00
test-image Wrong usage of "a/an" 2015-12-31 01:15:24 +08:00
README.rst Elements for building a heat test image 2015-03-04 10:21:03 +13:00

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:

boot-config

This directory has environment files which each declare a resource type Heat::InstallConfigAgent.

This can be used by server user_data when booting a pristine image to install the agent required to use software deployment resources in templates.

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.

test-image

This contains diskimage-builder elements which will install the distro packages required for a base test image.