rootfs / node-fencing

Apache License 2.0
5 stars 6 forks source link

Running jobs in order #30

Open bronhaim opened 6 years ago

bronhaim commented 6 years ago

Currently we run all jobs in step in parallel - we need to support running agents in sequential order. In the PR we consider cases where node can be configured to run "ipmi reboot, apc1_off, apc2_off, apc1_on, apc2_on" in the power-management step. if ipmi finished successfully we can stop the fence flow. if it failed, we need to make sure that all apc calls ran successfully.