heat-templates/hot/software-config/elements/heat-config
Steve Baker f27ef03211 heat-config-notify support deploy_signal_verb
The URL for deploy_signal_id is called with POST by default, however some
signals need to be called with PUT (specifically signals backed by swift
objects).

This change uses the value of deploy_signal_verb for POST or PUT, using
POST by default.

Change-Id: I8c83fa34cad9b1e91abcfc7e26e04b21cdc9bde4
Partial-Blueprint: software-config-swift-signal
2015-02-18 11:27:55 +13:00
..
bin heat-config-notify support deploy_signal_verb 2015-02-18 11:27:55 +13:00
install.d Use packaged heatclient in the heat-config element 2014-10-16 10:11:47 -04:00
os-apply-config/var/run/heat-config Rename os-config-applier to os-apply-config 2014-07-21 11:27:23 +00:00
os-refresh-config/configure.d Correct unresolved reference 'true' and 'false' 2015-01-07 15:41:33 +08:00
README.rst os-refresh-config script to invoke config hooks 2014-04-29 09:40:08 +12:00
element-deps os-refresh-config script to invoke config hooks 2014-04-29 09:40:08 +12:00

README.rst

This is an os-refresh-config script which iterates over deployments configuration data and invokes the appropriate hook for each deployment item. Any outputs returned by the hook will be signalled back to heat using the configured signalling method.