Merge "pacemaker-remote is broken on CentOS/RHEL < 8" into stable/train

This commit is contained in:
Zuul 2020-03-24 16:43:02 +00:00 committed by Gerrit Code Review
commit b4085a5363
1 changed files with 4 additions and 1 deletions

View File

@ -66,11 +66,14 @@ class tripleo::profile::base::pacemaker_remote (
if $pcs_password == undef {
fail('The $pcs_password param is and the hiera key "hacluster_pwd" hiera key are both undefined, this is not allowed')
}
include pacemaker::params
class { '::pacemaker::remote':
pcs_user => $pcs_user,
pcs_password => $pcs_password,
remote_authkey => $remote_authkey,
use_pcsd => true,
use_pcsd => $pacemaker::params::pcs_010,
pcsd_bind_addr => $pcsd_bind_addr,
tls_priorities => $tls_priorities,
}