diff --git a/chef/cookbooks/heat/recipes/ha.rb b/chef/cookbooks/heat/recipes/ha.rb index ceefc96..f9773ff 100644 --- a/chef/cookbooks/heat/recipes/ha.rb +++ b/chef/cookbooks/heat/recipes/ha.rb @@ -71,6 +71,9 @@ pacemaker_clone "cl-#{group_name}" do rsc group_name action [ :create, :start] + meta ({ + "interleave" => "true", + }) only_if { CrowbarPacemakerHelper.is_cluster_founder?(node) } end