From 91d0b89f5980f67fb2d0d254987c51f04a483d7d Mon Sep 17 00:00:00 2001 From: Xin Jiang Date: Fri, 19 Jul 2024 14:56:46 +0800 Subject: [PATCH] revert back to us-eas1-1 region rh-pre-commit.version: 2.1.0 rh-pre-commit.check-secrets: ENABLED --- .tekton/tasks/deploy-cluster.yaml | 2 +- .tekton/tasks/destroy-cluster.yaml | 2 +- .tekton/tasks/destroy-existing-cluster.yaml | 2 +- ci/images/ci-runner/hack/bin/deploy-cluster.sh | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.tekton/tasks/deploy-cluster.yaml b/.tekton/tasks/deploy-cluster.yaml index 79a55bc79..c45d670ae 100644 --- a/.tekton/tasks/deploy-cluster.yaml +++ b/.tekton/tasks/deploy-cluster.yaml @@ -10,7 +10,7 @@ spec: default: "4.14" - name: region description: ocp cluster region where you want to provision - default: "ca-central-1" + default: "us-east-1" - name: cluster-name - name: target_branch workspaces: diff --git a/.tekton/tasks/destroy-cluster.yaml b/.tekton/tasks/destroy-cluster.yaml index 54e34f7bf..0e771ea0e 100644 --- a/.tekton/tasks/destroy-cluster.yaml +++ b/.tekton/tasks/destroy-cluster.yaml @@ -8,7 +8,7 @@ spec: - name: cluster-name - name: region description: ocp cluster region where you want to provision - default: "ca-central-1" + default: "us-east-1" - name: target_branch workspaces: - name: workdir diff --git a/.tekton/tasks/destroy-existing-cluster.yaml b/.tekton/tasks/destroy-existing-cluster.yaml index 5d70b0c7a..2b6022658 100644 --- a/.tekton/tasks/destroy-existing-cluster.yaml +++ b/.tekton/tasks/destroy-existing-cluster.yaml @@ -8,7 +8,7 @@ spec: - name: target_branch - name: region description: ocp cluster region where you want to provision - default: ca-central-1 + default: us-east-1 workspaces: - name: workdir steps: diff --git a/ci/images/ci-runner/hack/bin/deploy-cluster.sh b/ci/images/ci-runner/hack/bin/deploy-cluster.sh index 4a9a7ed41..73ece98f0 100755 --- a/ci/images/ci-runner/hack/bin/deploy-cluster.sh +++ b/ci/images/ci-runner/hack/bin/deploy-cluster.sh @@ -8,12 +8,12 @@ SCRIPT_DIR="$( pwd )" -AWS_OIDC_CONFIG_ID="2c8kdm2m2r8hlgdq4md7ps5g4csuecjl" -OPERATOR_ROLES_PREFIX="plnsvc" -SUBNET_IDS="subnet-028942fe6e2de3c82,subnet-098b75cd7032940ae" -INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Installer-Role" -SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Support-Role" -WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Worker-Role" +AWS_OIDC_CONFIG_ID="273tbj71skqksgqafoe5aotsuc44blp4" +OPERATOR_ROLES_PREFIX="plnsvc-ci-10-2023" +SUBNET_IDS="subnet-001487732ebdd14f4,subnet-0718fb663f4b97f38,subnet-0fe426997da62662c" +INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Installer-Role" +SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Support-Role" +WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Worker-Role" # shellcheck source=ci/images/ci-runner/hack/bin/utils.sh source "$SCRIPT_DIR/utils.sh"