From 02e51655884d2fc119f0145f42055a4d5de1aea0 Mon Sep 17 00:00:00 2001 From: David Lee Date: Fri, 10 Jan 2025 11:42:52 -0500 Subject: [PATCH] local_CS_script_fix to properly create provision shard config file in CS directory --- dev-infrastructure/local_CS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-infrastructure/local_CS.sh b/dev-infrastructure/local_CS.sh index 5f0f722ed..3ca37b4ed 100755 --- a/dev-infrastructure/local_CS.sh +++ b/dev-infrastructure/local_CS.sh @@ -17,7 +17,7 @@ cp ./configs/development.yml . yq -i '(.aws-access-key-id, .aws-secret-access-key, .route53-access-key-id, .route53-secret-access-key, .oidc-access-key-id, .oidc-secret-access-key, .network-verifier-access-key-id, .network-verifier-secret-access-key, .client-id, .client-secret) = "none"' development.yml # Generate a provision_shards.config for port-forwarded maestro ... -make -C ../ARO-HCP/cluster-service provision-shard > provision_shards.config +make -C ../ARO-HCP/cluster-service local-deploy-provision-shard > provision_shards.config # Enable the westus3 region in cloud region config @@ -28,7 +28,7 @@ cat <> ./configs/cloud-resources/cloud-regions.yaml supports_multi_az: true EOF -cat <> ./configs/cloud-resources/cloud-regions-constraints.yaml +cat <> ./configs/cloud-resource-constraints/cloud-region-constraints.yaml - id: westus3 enabled: true govcloud: false