Remove empty value for wsrep_notify_cmd
authorJohn Trowbridge <trown@redhat.com>
Mon, 25 Jan 2016 15:59:49 +0000 (10:59 -0500)
committerJohn Trowbridge <trown@redhat.com>
Mon, 25 Jan 2016 15:59:49 +0000 (10:59 -0500)
This was being silently ignored by the mysql puppet module
prior to this commit.[1] However, now that empty values are
allowed, the overcloud deploy fails because the option
--wsrep_notify_cmd requires an argument.

This is not currently failing on master because we are
pinned to an old puppet-mysql. We will need to remove that
pin in order to get on a newer delorean repo though. Also,
this is breaking stable/liberty HA job because we use the
packaged OPM there.

[1] https://github.com/puppetlabs/puppetlabs-mysql/commit/e30e0bc958761890ea4f06cdd3f1fc7242a00fe2

Change-Id: I9e07efe1650831e81e9a783428554578874aa765
Closes-Bug: 1537720

puppet/manifests/overcloud_controller_pacemaker.pp

index a9adbd5..e028616 100644 (file)
@@ -158,7 +158,6 @@ 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',
     },
   }