Skip to content

Commit

Permalink
MULTIARCH-4696: change tg and tag name to multi-arch-x-px-
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Dec 11, 2024
1 parent cd7ddbd commit c73577b
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 @@ -201,15 +201,15 @@ bastion = { memory = "16", processors = "1", "count" = 1 }
worker = { memory = "16", processors = "1", "count" = ${EXPECTED_NODES} }
override_region_check=true
mac_tags = [ "mac-cicd-${CLEAN_VERSION}" ]
mac_tags = [ "multi-arch-x-px-cicd-${CLEAN_VERSION}" ]
cicd = true
cicd_disable_defrag = true
cicd_etcd_secondary_disk=true
skip_vpc_key = true
setup_transit_gateway = false
transit_gateway_name = "multi-arch-comp-${POWERVS_ZONE}-1-tg"
transit_gateway_name = "multi-arch-x-px-${POWERVS_ZONE}-1-tg"
EOFXEOF
}
Expand Down

0 comments on commit c73577b

Please sign in to comment.