diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-05-21 13:06:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-05-21 13:06:42 +0000 |
commit | db4d0a43a35a7729387c70a62bcf37dcb545640c (patch) | |
tree | 778c93f62224a4155cedfa1e0ca489e44e276200 /swift-deploy.yaml | |
parent | 28e9c8e83ef778b0ca41e5080d2abdb3e882268b (diff) | |
parent | 9d49401bdc08119dfbbeb1b50eea65e5a3f02e99 (diff) |
Merge "Adding Swift proxy-server memcache metadata"
Diffstat (limited to 'swift-deploy.yaml')
-rw-r--r-- | swift-deploy.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/swift-deploy.yaml b/swift-deploy.yaml index 1e96928f..3fe8eced 100644 --- a/swift-deploy.yaml +++ b/swift-deploy.yaml @@ -43,3 +43,25 @@ Resources: - SwiftStorage0 - networks - ':%PORT%/d1' + swift_proxy_memcache: + Fn::Join: + - ', ' + - - Fn::Join: + - '' + - - {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } + - ':11211' + - Fn::Join: + - ', ' + - Merge::Map: + SwiftStorage0: + Fn::Join: + - '' + - - Fn::Select: + - 0 + - Fn::Select: + - 'ctlplane' + - Fn::GetAtt: + - SwiftStorage0 + - networks + - ':11211' + |