[("node_names", [], ht.TListOf(ht.TNonEmptyString), "List of node name
s to run the OOB command against"), ("node_uuids", None, ht.TMaybe(ht.
TListOf(ht.TNonEmptyString)), "List of node UUIDs to run the OOB comma
nd against"), ("command", None, ht.TOobCommand, "OOB command to run"),
("timeout", 60, ht.TInt, "Timeout before the OOB helper will be termi
nated"), ("ignore_status", False, ht.TBool, "Ignores the node offline
status for power off"), ("power_delay", 2.0, ht.TDouble, "Time in seco
nds to wait between powering on nodes")]
|