From d47286ae21ebbe5c224fa8d8ebc869d1f0377e49 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Sat, 7 Jun 2025 15:38:24 -0400 Subject: [PATCH] Expose parallel option in the baremetal node scenarios Signed-off-by: Naga Ravi Chaitanya Elluri --- scenarios/openshift/baremetal_node_scenarios.yml | 1 + 1 file changed, 1 insertion(+) 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.