diff --git a/node-scenarios/env.sh b/node-scenarios/env.sh index 89925b8..bf4a7da 100755 --- a/node-scenarios/env.sh +++ b/node-scenarios/env.sh @@ -9,11 +9,13 @@ export RUNS=${RUNS:=1} export CLOUD_TYPE=${CLOUD_TYPE:="aws"} export TIMEOUT=${TIMEOUT:=180} export DURATION=${DURATION:=120} +export PARALLEL=${PARALLEL:=false} export SCENARIO_TYPE=${SCENARIO_TYPE:=node_scenarios} export SCENARIO_FILE=${SCENARIO_FILE:=scenarios/node_scenario.yaml} export VERIFY_SESSION=${VERIFY_SESSION:="false"} export SKIP_OPENSHIFT_CHECKS=${SKIP_OPENSHIFT_CHECKS:="false"} + # Baremetal vars export BMC_USER=${BMC_USER:=""} export BMC_PASSWORD=${BMC_PASSWORD:=""} diff --git a/node-scenarios/node_scenario.yaml.template b/node-scenarios/node_scenario.yaml.template index 9a19bed..fed0dcb 100644 --- a/node-scenarios/node_scenario.yaml.template +++ b/node-scenarios/node_scenario.yaml.template @@ -8,3 +8,4 @@ node_scenarios: timeout: $TIMEOUT # duration to wait for completion of node scenario injection duration: $DURATION # duration to stop the node before running the start action cloud_type: $CLOUD_TYPE # cloud type on which Kubernetes/OpenShift runs + parallel: $PARALLEL # Run action on label or node name in parallel or sequential, set to true for parallel