heat-agents/heat-config
Alex Schultz 756fcafdf0 Retry logic for url request in heat-config-notify
Adds retry logic for software deployments using the url signals
to ensure that requests are retried if network connection issues
occur or a 500, 502, 503, or 504 is returned by the http or https
endpoint.

Note: this does not add retry logic to heatclient or zaqarclient
if they are used for signaling.

Change-Id: I82dff4a4b9fac05c5ec649db3eb379bdec71e208
Related-Bug: #1731540
2017-11-14 21:10:34 +00:00
..
bin Retry logic for url request in heat-config-notify 2017-11-14 21:10:34 +00:00
install.d Move elements at the top level 2017-01-04 16:57:10 +01:00
os-apply-config Add splay option 2017-04-19 15:52:59 -06:00
os-refresh-config/configure.d whitelist os-apply-config group in 55-heat-config 2017-09-06 17:30:01 -04:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01: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.