From: Jenkins Date: Wed, 17 Feb 2016 10:11:26 +0000 (+0000) Subject: Merge "Bind Galera on a hostname for compat with IPv6 addresses" X-Git-Tag: opnfv-6.0.0~2182 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=509c3be9efd0791a2ef7dd13c011b137b1b441e3;p=apex-tripleo-heat-templates.git Merge "Bind Galera on a hostname for compat with IPv6 addresses" --- 509c3be9efd0791a2ef7dd13c011b137b1b441e3 diff --cc puppet/manifests/overcloud_controller_pacemaker.pp index 63076154,fb1e87f7..613c1293 --- a/puppet/manifests/overcloud_controller_pacemaker.pp +++ b/puppet/manifests/overcloud_controller_pacemaker.pp @@@ -158,7 -163,9 +163,8 @@@ if hiera('step') >= 1 'wsrep_auto_increment_control' => '1', 'wsrep_drupal_282555_workaround'=> '0', 'wsrep_causal_reads' => '0', - 'wsrep_notify_cmd' => '', 'wsrep_sst_method' => 'rsync', + 'wsrep_provider_options' => "gmcast.listen_addr=tcp://[${mysql_bind_host}]:4567;", }, }