diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-02-24 21:17:01 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-02-24 21:17:01 +0000 |
commit | 99b0323a3436c08d74ae04a5a07ca020e246d10e (patch) | |
tree | 989658790607418ffb0cd81b0b2fdc47f4d3c78f /overcloud-without-mergepy.yaml | |
parent | 7261951737022d794298bea7f561e4efab1e5f66 (diff) | |
parent | b11ac7e6b67c08eb7407872ece519f2675151483 (diff) |
Merge "Compute: Exec puppet after all configuration"
Diffstat (limited to 'overcloud-without-mergepy.yaml')
-rw-r--r-- | overcloud-without-mergepy.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index bd48ec66..3a719e3c 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -784,6 +784,12 @@ resources: properties: servers: {get_attr: [Controller, attributes, nova_server_resource]} + ComputeNodesPostDeployment: + type: OS::TripleO::ComputePostDeployment + depends_on: ComputeAllNodesDeployment + properties: + servers: {get_attr: [Compute, attributes, nova_server_resource]} + outputs: KeystoneURL: description: URL for the Overcloud Keystone service |