aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2014-07-09 16:43:35 -0400
committerRobert Collins <rbtcollins@hp.com>2014-08-13 10:23:14 +1200
commita569866c31d698f651612c0dbbe2de8ae7f73708 (patch)
tree8b611d37537df419d8bf324e84d10eb525b08ab4 /block-storage.yaml
parent5d35e97cfa2ac14ac91e2b9038a11e94606c0816 (diff)
Change overcloud to use VIP for MySQL
This change sets applications to utilize the VIP address for database connectivity and sets HAProxy in between the applications and MySQL. Depends upon tripleo-image-elements changes: Ia6f26305f8e744e4ff938dff85de1193183ecd8f Iac1274cc52014f25887d696261b32146afc926dd I5af70abb96021146c098f788db349808d806a348 Related to blueprint tripleo-icehouse-ha-production-configuration Change-Id: Ia9d6ed2771f756d2a97ae5df7ed737a062a59cf2
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/block-storage.yaml b/block-storage.yaml
index 761de523..bf539e2b 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -30,7 +30,7 @@ resources:
config: {get_resource: BlockStorageConfig}
input_values:
controller_host: {get_attr: [controller0, networks, ctlplane, 0]}
- cinder_dsn: {list_join: ['', ['mysql://cinder:unset@', {get_attr: [controller0, networks, ctlplane, 0]} , '/cinder']]}
+ cinder_dsn: {list_join: ['', ['mysql://cinder:unset@', {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]} , '/cinder']]}
neutron_local_ip: {get_attr: [BlockStorage0 , networks, ctlplane, 0]}
signal_transport: NO_SIGNAL
BlockStorageConfig: