aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2014-07-07 22:57:11 +0200
committerGiulio Fidente <gfidente@redhat.com>2014-07-10 07:10:54 +0200
commit7682ec28f7f25ec550b4bd601577229abee98d89 (patch)
treed0cdaaed5c59e5d7e99402fa90950495683eb25e
parenta7f2a2c928e9c78a18defb68feb40da8c7eb95d6 (diff)
add Horizon caches backend definition (memcached)
This change adds into the overcloud-source template a structure name horizon.caches meant to define the Horizon caches backend. It defaults to using memcached and provides a list of the memcached nodes in horizon.caches.memcached.nodes Related to blueprint tripleo-icehouse-ha-production-configuration Change-Id: I728e05926f2de0e867fb8e8c74c63947da7d987a
-rw-r--r--overcloud-source.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 6bf9a595..0d51fb9c 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -392,6 +392,13 @@ Resources:
watch_server_url: {get_input: heat.watch_server_url}
metadata_server_url: {get_input: heat.metadata_server_url}
waitcondition_server_url: {get_input: heat.waitcondition_server_url}
+ horizon:
+ caches:
+ memcached:
+ nodes:
+ Merge::Map:
+ controller0:
+ {"Fn::Select": [ name, {"Fn::GetAtt": [controller0, show]} ] }
keystone:
db: mysql://keystone:unset@localhost/keystone
host: