heat-templates/hot/software-config
Andrei Nistor 63444ea47a Fix software config on rdo
The os-refresh-config scripts directory is currently set to
/opt/stack/os-config-refresh, but the latest os-refresh-config expects it to be
/usr/libexec/os-refresh-config

Change-Id: Ic3f61ea88fd431e7d9893c6930c778f6fbf21147
2020-11-16 05:48:26 +00:00
..
boot-config Fix software config on rdo 2020-11-16 05:48:26 +00:00
example-templates Make cirros-example v3 compatible 2017-08-01 14:42:43 +05:30
heat-container-agent Remove docs, deprecated hooks, tests 2019-01-03 20:18:06 +13: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

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:

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.