Merge "Make AllNodesExtraConfig depend on the validation deployments"
This commit is contained in:
@@ -1560,7 +1560,13 @@ resources:
|
||||
# the nested template may configure each role differently (or not at all)
|
||||
AllNodesExtraConfig:
|
||||
type: OS::TripleO::AllNodesExtraConfig
|
||||
depends_on: UpdateWorkflow
|
||||
depends_on:
|
||||
- UpdateWorkflow
|
||||
- ComputeAllNodesValidationDeployment
|
||||
- BlockStorageAllNodesValidationDeployment
|
||||
- ObjectStorageAllNodesValidationDeployment
|
||||
- CephStorageAllNodesValidationDeployment
|
||||
- ControllerAllNodesValidationDeployment
|
||||
properties:
|
||||
controller_servers: {get_attr: [Controller, attributes, nova_server_resource]}
|
||||
compute_servers: {get_attr: [Compute, attributes, nova_server_resource]}
|
||||
|
||||
Reference in New Issue
Block a user