Class: Staypuft::Role

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/staypuft/role.rb

Constant Summary collapse

ORCHESTRATION_CONCURRENT =

run puppet on all nodes concurrently

"concurrent"
ORCHESTRATION_SERIAL =

run puppet on one node at a time

"serial"
ORCHESTRATION_LEADER =

run puppet on the first mode, then the rest concurrently

"leader"
ORCHESTRATION_MODES =
[ORCHESTRATION_CONCURRENT, ORCHESTRATION_SERIAL, ORCHESTRATION_LEADER]