Files
heat-templates/hot/software-config/elements/heat-config-script/README.rst
Steve Baker 12090cd6de Software config hook to provision using shell scripts
Deployment input values are mapped to shell environment variables.
Scripts can write output values to $heat_outputs_path.{output_name}
These output values will be signalled back to heat, making these
values available to the stack, and placing that deployment resource in a
COMPLETE state.

The example template demonstrates deploying a single config with more
that one deployment resource, each with different input values.

The only reason this is the first hook to be authored is because
a script is a "configuration tool" which requires no tooling to
set up.

Closes-Bug: #1279064

Change-Id: Ib297957ad0f89e34b7930ba97886116bff1e313c
2014-04-29 09:40:08 +12:00

178 B

A hook which invokes the provided configuration as an executable script. Config inputs are passed in as environment variables, and output values are read from written-out files.