2015-03-05 17:27:46 -05:00
|
|
|
# Specifies hooks/breakpoints where overcloud deployment should stop
|
|
|
|
# Allows operator validation between steps, and/or more granular control.
|
|
|
|
# Note: the wildcards relate to naming convention for some resource suffixes,
|
2015-07-19 17:47:53 -04:00
|
|
|
# e.g see puppet/*-post.yaml, enabling this will mean we wait for
|
2015-03-05 17:27:46 -05:00
|
|
|
# a user signal on every *Deployment_StepN resource defined in those files.
|
|
|
|
resource_registry:
|
|
|
|
resources:
|
|
|
|
"*NodesPostDeployment":
|
|
|
|
"*Deployment_Step*":
|
|
|
|
hooks: [pre-create, pre-update]
|