Skip to content

Commit

Permalink
revert back to us-eas1-1 region
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.1.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
xinredhat authored and gabemontero committed Jul 24, 2024
1 parent c0f1f90 commit 91d0b89
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .tekton/tasks/deploy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/destroy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .tekton/tasks/destroy-existing-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions ci/images/ci-runner/hack/bin/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 91d0b89

Please sign in to comment.