redhat-openstack / puppet-pacemaker

Puppet modules to manage pacemaker with corosync
9 stars 25 forks source link

Fence agents update #50

Closed jistr closed 9 years ago

jistr commented 9 years ago

Fix and reformatting of the generated fence agents.

jistr commented 9 years ago

Depends on https://github.com/redhat-openstack/astapor/pull/523

jistr commented 9 years ago

Ready to go. I tested pacemaker::stonith::fence_xvm on TripleO, the devices got configured and reported as "started".

cwolferh commented 9 years ago

LGTM.

jguiditta commented 9 years ago

Running a fresh test with quickstack just to make sure this doesn't throw any errors, shoudl be good to merge in the morning once that is done

cwolferh commented 9 years ago

Fresh test to make sure astapor does not break works for me. Tested fencing_type: fence_ipmilan and fencing_type: fence_xvm.

jguiditta commented 9 years ago

Same here, I have for xvm:

 fence_xvm-c1a1 (stonith:fence_xvm):    Started 
 fence_xvm-c1a2 (stonith:fence_xvm):    Started 
 fence_xvm-c1a3 (stonith:fence_xvm):    Started 
jistr commented 9 years ago

@cwolferh @jguiditta thanks!