heat-templates/hot/software-config
Takashi Kajinami 109bb65c3a Drop reference to dib-utils
The dib-utils repository was retired when TripleO was retired. We
decided to vendor the dib-run-parts script in os-refresh-config so
we no longer need the separate tiny package for the dib-run-parts
script.

Depends-on: https://review.opendev.org/c/openstack/os-refresh-config/+/910574
Change-Id: Id35efa4b387bd0fa21c1d73a4fe59f88c197f500
2024-02-29 17:08:10 +09:00
..
boot-config Drop reference to dib-utils 2024-02-29 17:08:10 +09:00
example-templates Make cirros-example v3 compatible 2017-08-01 14:42:43 +05:30
heat-container-agent Drop reference to dib-utils 2024-02-29 17:08:10 +09:00
test-image Drop reference to dib-utils 2024-02-29 17:08:10 +09: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.