heat-templates/hot/software-config/elements/heat-config-puppet
ricolin 20fb0efa11 Deprecate hooks in heat-templates
We already create repository `heat-agents` for hooks and will keep
maintain hooks there, so we should deprecate all hooks in
heat-templates and plan to remove it in futuer.

Change-Id: Ie2d89d5bab7db2bc6a2e171dc455098811519440
2018-02-07 16:50:34 +08:00
..
install.d Deprecate hooks in heat-templates 2018-02-07 16:50:34 +08:00
README.rst Add local logging output to puppet hook 2016-11-08 09:08:21 -07:00
element-deps Make hook elements depend on heat-config 2014-10-22 15:04:53 -04:00

README.rst

A hook which invokes puppet apply on the provided configuration.

Config inputs are passed in as facts and/or using hiera, and output values are read from written-out files.

Hook Options:

use_facter: default True. Set to True to pass puppet inputs via Facter use_hiera: default False. Set to True to pass puppet inputs via Hiera modulepath: If set, puppet will use this filesystem path to load modules tags: If set, puppet will use the specified value(s) to apply only a subset of the catalog for a given manifest. enable_debug: default False. Set to True to run puppet apply in debug mode and have it captured on the node to /var/log/puppet/heat-debug.log enable_verbose: default False. Set to True to run puppet apply in verbose mode and have it captured on the node to /var/log/puppet/heat-verbose.log