diff --git a/scenarios/openshift/baremetal_node_scenarios.yml b/scenarios/openshift/baremetal_node_scenarios.yml index 10578aae..8b271edd 100644 --- a/scenarios/openshift/baremetal_node_scenarios.yml +++ b/scenarios/openshift/baremetal_node_scenarios.yml @@ -7,6 +7,7 @@ node_scenarios: runs: 1 # Number of times to inject each scenario under actions (will perform on same node each time). timeout: 360 # Duration to wait for completion of node scenario injection. duration: 120 # Duration to stop the node before running the start action + parallel: False # Run action on label or node name in parallel or sequential, set to true for parallel cloud_type: bm # Cloud type on which Kubernetes/OpenShift runs. bmc_user: defaultuser # For baremetal (bm) cloud type. The default IPMI username. Optional if specified for all machines. bmc_password: defaultpass # For baremetal (bm) cloud type. The default IPMI password. Optional if specified for all machines.