Merge "Enforce firewall rules before pacemaker-auth"

This commit is contained in:
Zuul 2020-03-07 00:11:21 +00:00 committed by Gerrit Code Review
commit 48e66f4772
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@ class tripleo::profile::base::pacemaker (
$pacemaker_node_ips_real = []
}
# (bandini) We want to make sure that any rule that opens up services takes place
# before we invoke pcs commands (see LP#1866209)
Firewall<|tag == 'tripleo-firewall-rule'|> -> Exec <|tag == 'pacemaker-auth'|>
if $encryption {
$cluster_setup_extras = merge($cluster_setup_extras_pre, {'--encryption' => '1'})
} else {