aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-11 16:01:33 +0000
committerGerrit Code Review <review@openstack.org>2017-06-11 16:01:33 +0000
commitb8a10fbc15fcffed9e5925fbe496762e0739d086 (patch)
treec18a6948d66d05d8a86467847e22c85d1d7d0fb2 /manifests/profile
parentd2f525cf7f30c182a035d91a1c2a9f06590b0d2b (diff)
parentbb826c000ff72f21e88744e4253b3bbf9a86077b (diff)
Merge "Install rsync package for galera"
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/pacemaker/database/mysql.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/database/mysql.pp b/manifests/profile/pacemaker/database/mysql.pp
index 031e80c..476a1e5 100644
--- a/manifests/profile/pacemaker/database/mysql.pp
+++ b/manifests/profile/pacemaker/database/mysql.pp
@@ -100,6 +100,15 @@ class tripleo::profile::pacemaker::database::mysql (
}
}
+ # since we are configuring rsync for wsrep_sst_method, we ought to make sure
+ # it's installed. We only includ this at step 2 since puppet-rsync may be
+ # included later and also adds the package resource.
+ if $step == 2 {
+ if ! defined(Package['rsync']) {
+ package {'rsync':}
+ }
+ }
+
# remove_default_accounts parameter will execute some mysql commands
# to remove the default accounts created by MySQL package.
# We need MySQL running to run the commands successfully, so better to