aboutsummaryrefslogtreecommitdiffstats
path: root/swift-deploy.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-21 13:06:42 +0000
committerGerrit Code Review <review@openstack.org>2014-05-21 13:06:42 +0000
commitdb4d0a43a35a7729387c70a62bcf37dcb545640c (patch)
tree778c93f62224a4155cedfa1e0ca489e44e276200 /swift-deploy.yaml
parent28e9c8e83ef778b0ca41e5080d2abdb3e882268b (diff)
parent9d49401bdc08119dfbbeb1b50eea65e5a3f02e99 (diff)
Merge "Adding Swift proxy-server memcache metadata"
Diffstat (limited to 'swift-deploy.yaml')
-rw-r--r--swift-deploy.yaml22
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'
+