[("node_names", ht.EmptyList, ht.TListOf(ht.TNonEmptyString), "List of
nodes to run the OOB command against"), ("command", ht.NoDefault, ht.
TElemOf(constants.OOB_COMMANDS), "OOB command to be run"), ("timeout",
constants.OOB_TIMEOUT, ht.TInt, "Timeout before the OOB helper will b
e terminated"), ("ignore_status", False, ht.TBool, "Ignores the node o
ffline status for power off"), ("power_delay", constants.OOB_POWER_DEL
AY, ht.TNonNegativeFloat, "Time in seconds to wait between powering on
nodes"),]
|