Skip to content

Commit

Permalink
OPENSHIFTP-153: change to s922 for wdc07
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Jun 21, 2024
1 parent 4661b6b commit 8749359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/create-var-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ if [[ "${POWERVS_REGION}" == "wdc06" ]]
then
MACHINE_TYPE="s922"
else
# Default
MACHINE_TYPE="s1022"
# Default (original s1022)
MACHINE_TYPE="s922"
fi
echo "MACHINE_TYPE=${MACHINE_TYPE}"
Expand Down

0 comments on commit 8749359

Please sign in to comment.