aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-source.yaml
diff options
context:
space:
mode:
authorJan Provaznik <jprovazn@redhat.com>2014-07-31 15:30:07 -0400
committerJan Provaznik <jprovazn@redhat.com>2014-08-06 16:08:05 +0200
commit4fd5693c3cd808561e409e8004ce885d27e24366 (patch)
tree35408ac05e3c33db00f87e0ee09054f7fa2a6a08 /undercloud-source.yaml
parent02772ba2877b9f6d427c6fd760bf19d6334c68a8 (diff)
Set basic pacemaker and corosync properties in undercloud
Because services which depend on pacemaker (ceilometer central agent and neutron services) are used in undercloud too, we need to set basic pacemaker and corosync metadata for undercloud. Related to: Ifa83d62c2132bcdcb40d0b7c80ce3adadc0b5587 Related to: I63f054a8c80f9f676a77341c89e605b5b472d078 Change-Id: Icc97e36a1db198b973041346cf2056f68de661a2
Diffstat (limited to 'undercloud-source.yaml')
-rw-r--r--undercloud-source.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml
index be743ce3..a3bba63d 100644
--- a/undercloud-source.yaml
+++ b/undercloud-source.yaml
@@ -205,6 +205,17 @@ resources:
get_param: NeutronPublicInterfaceIP
controller-address:
get_input: controller_host
+ corosync:
+ bindnetaddr: {get_input: controller_host}
+ mcastport: 5577
+ nodes:
+ Merge::Map:
+ controller0:
+ ip: {get_attr: [undercloud, networks, ctlplane, 0]}
+ pacemaker:
+ stonith_enabled : false
+ recheck_interval : 5
+ quorum_policy : ignore
ceilometer:
db: mysql://ceilometer:unset@localhost/ceilometer
metering_secret: {get_param: CeilometerMeteringSecret}