Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yunjiang29 committed Apr 28, 2024
1 parent 191433a commit 550c9eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Expand Up @@ -56,9 +56,7 @@ tests:
cluster_profile: aws-qe
env:
BASE_DOMAIN: qe.devcluster.openshift.com
RHEL_VM_TYPE: m5.xlarge
RHEL_WORKER_COUNT_PER_ZONE: "3"
workflow: cucushift-installer-rehearse-aws-ipi-proxy-workers-rhel8
workflow: cucushift-installer-rehearse-aws-ipi-ovn-provision
- as: installer-rehearse-azure
cron: '@yearly'
steps:
Expand Down
Expand Up @@ -33,6 +33,8 @@ export AWS_REGION="${LEASED_RESOURCE}"

CONFIG="${SHARED_DIR}/install-config.yaml"

sleep 7200

# Total Public IPs once LBs and NAT GW support custom pools:
## bootstrap + (( Public LBs[API+Router] + Nat GWs) * Zones) = 1 + (3*2) = 7
zone_count=$(yq-go r -j "$CONFIG" | jq -r '.controlPlane.platform.aws.zones | length')
Expand Down Expand Up @@ -81,4 +83,3 @@ cat ${CONFIG_PATCH}

yq-go m -x -i "${CONFIG}" "${CONFIG_PATCH}"

sleep 7200

0 comments on commit 550c9eb

Please sign in to comment.