You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
492 B
10 lines
492 B
# 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, |
|
# e.g see puppet/*-post.yaml, enabling this will mean we wait for |
|
# a user signal on every *Deployment_StepN resource defined in those files. |
|
resource_registry: |
|
resources: |
|
"*NodesPostDeployment": |
|
"*Deployment_Step*": |
|
hooks: [pre-create, pre-update]
|
|
|