tripleo-image-elements/elements/disable-os-collect-config
Gregory Haynes d885fe30b0 Stop, disable, exit os-collect-config early
When using ansible based updates we want to prevent blocking on a long
running os-refresh-config process. We are disabling os-collect-config
and exiting it once we perform ssh host key preservation if a sentinel
file exists.

Change-Id: I439cf748c3910e41282d36f9808a6defc1abaefc
2015-01-15 09:27:46 -05:00
..
os-refresh-config/pre-configure.d Stop, disable, exit os-collect-config early 2015-01-15 09:27:46 -05:00
README.md Stop, disable, exit os-collect-config early 2015-01-15 09:27:46 -05:00

README.md

Stop, disable, and exit os-collect-config

When using a non-standard updating tool (such as ansible) we want to avoid blocking on a long running os-refresh-config process when we attempt to perform an update. By setting /mnt/state/disable-os-collect-config and installing this element a tool can cause os-collect-config to disable itself early on during an initial run.