aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-12 12:12:43 +0000
committerGerrit Code Review <review@openstack.org>2014-08-12 12:12:43 +0000
commit0d5526d4a96ba21c742c4b3055e7d3a672c47eeb (patch)
tree95cf8640f376d9e2e371e1c9373193e0998cf160 /overcloud-source.yaml
parent06fcc32314786feaccae5f67c8fa5940e6dabafe (diff)
parent044a5c111ed4fae16673e352d696c152c608f245 (diff)
Merge "Restore rabbit.host and add an haproxy rabbit listener"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index fcfb821f..6449f8df 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -317,6 +317,7 @@ resources:
KeystoneHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
NeutronHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
GlanceHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
+ RabbitHost: {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}
NovaDSN: {list_join: ['', ['mysql://nova:unset@', {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}, '/nova']]}
CeilometerDSN: {list_join: ['', ['mysql://ceilometer:unset@', {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}, '/ceilometer']]}
NeutronDSN: {list_join: ['', ['mysql://neutron:unset@', {get_attr: [ControlVirtualIP, fixed_ips, 0, ip_address]}, '/ovs_neutron']]}
@@ -494,6 +495,7 @@ resources:
service-password:
get_param: NovaPassword
rabbit:
+ host: {get_input: controller_virtual_ip}
username:
get_param: RabbitUserName
password:
@@ -598,6 +600,11 @@ resources:
- name: swift_proxy_server
port: 8080
net_binds: *public_binds
+ - name: rabbitmq
+ port: 5672
+ options:
+ - timeout client 0
+ - timeout server 0
controllerPassthrough:
type: OS::Heat::StructuredConfig
properties: