diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-08-14 15:50:22 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-08-14 15:50:22 +0000 |
commit | 7b24092d44dd830f593a38da3433c78e2373cfc8 (patch) | |
tree | a14006c2cd55880e52143880f8149f1734c1f0fa | |
parent | 5cb16d1093a58035e40a9634dd5136303a802282 (diff) | |
parent | 115072f0f5dabbbcf43a8707280f0017926c2c19 (diff) |
Merge "Add BlockStorage and SwiftStorage nodes into hosts"
-rw-r--r-- | overcloud-source.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 6432baa4..8eab2f58 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -740,6 +740,30 @@ resources: - Fn::Join: - "\n" - Merge::Map: + BlockStorage0: + list_join: + - ' ' + - - {get_attr: [BlockStorage0, networks, ctlplane, 0]} + - {get_attr: [BlockStorage0, show, name]} + - list_join: + - '.' + - - {get_attr: [BlockStorage0, show, name]} + - 'novalocal' + - list_join: + - "\n" + - Merge::Map: + SwiftStorage0: + list_join: + - ' ' + - - {get_attr: [SwiftStorage0, networks, ctlplane, 0]} + - {get_attr: [SwiftStorage0, show, name]} + - list_join: + - '.' + - - {get_attr: [SwiftStorage0, show, name]} + - 'novalocal' + - list_join: + - "\n" + - Merge::Map: controller0: Fn::Join: - ' ' |