Skip to content

Commit

Permalink
Expose parallel actions for node scenarios
Browse files Browse the repository at this point in the history
Signed-off-by: Naga Ravi Chaitanya Elluri <[email protected]>
  • Loading branch information
chaitanyaenr committed Nov 18, 2024
1 parent 9eef3b2 commit a3a16eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node-scenarios/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:=""}
Expand Down
1 change: 1 addition & 0 deletions node-scenarios/node_scenario.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a3a16eb

Please sign in to comment.