Merge "Use resource collector for the fencing -> stonith ordering"

This commit is contained in:
Jenkins 2017-08-24 18:10:12 +00:00 committed by Gerrit Code Review
commit cf20c7c1ac
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class tripleo::profile::base::pacemaker (
Pcmk_constraint<||> -> Class['tripleo::fencing']
Exec <| tag == 'pacemaker_constraint' |> -> Class['tripleo::fencing']
# enable stonith after all fencing devices have been created
Class['tripleo::fencing'] -> Class['pacemaker::stonith']
Class['tripleo::fencing'] -> Pcmk_property<|title == 'Enable STONITH'|>
}
# We have pacemaker remote nodes configured so let's add them as resources
# We do this during step 1 right after wait-for-settle, because during step 2