Skip to content

Commit 91d0b89

Browse files
xinredhatgabemontero
authored andcommitted
revert back to us-eas1-1 region
rh-pre-commit.version: 2.1.0 rh-pre-commit.check-secrets: ENABLED
1 parent c0f1f90 commit 91d0b89

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.tekton/tasks/deploy-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
default: "4.14"
1111
- name: region
1212
description: ocp cluster region where you want to provision
13-
default: "ca-central-1"
13+
default: "us-east-1"
1414
- name: cluster-name
1515
- name: target_branch
1616
workspaces:

.tekton/tasks/destroy-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: cluster-name
99
- name: region
1010
description: ocp cluster region where you want to provision
11-
default: "ca-central-1"
11+
default: "us-east-1"
1212
- name: target_branch
1313
workspaces:
1414
- name: workdir

.tekton/tasks/destroy-existing-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
- name: target_branch
99
- name: region
1010
description: ocp cluster region where you want to provision
11-
default: ca-central-1
11+
default: us-east-1
1212
workspaces:
1313
- name: workdir
1414
steps:

ci/images/ci-runner/hack/bin/deploy-cluster.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ SCRIPT_DIR="$(
88
pwd
99
)"
1010

11-
AWS_OIDC_CONFIG_ID="2c8kdm2m2r8hlgdq4md7ps5g4csuecjl"
12-
OPERATOR_ROLES_PREFIX="plnsvc"
13-
SUBNET_IDS="subnet-028942fe6e2de3c82,subnet-098b75cd7032940ae"
14-
INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Installer-Role"
15-
SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Support-Role"
16-
WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-HCP-ROSA-Worker-Role"
11+
AWS_OIDC_CONFIG_ID="273tbj71skqksgqafoe5aotsuc44blp4"
12+
OPERATOR_ROLES_PREFIX="plnsvc-ci-10-2023"
13+
SUBNET_IDS="subnet-001487732ebdd14f4,subnet-0718fb663f4b97f38,subnet-0fe426997da62662c"
14+
INSTALL_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Installer-Role"
15+
SUPPORT_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Support-Role"
16+
WORKER_ROLE_ARN="arn:aws:iam::400884778152:role/plnsvc-ci-10-2023-HCP-ROSA-Worker-Role"
1717
# shellcheck source=ci/images/ci-runner/hack/bin/utils.sh
1818
source "$SCRIPT_DIR/utils.sh"
1919

0 commit comments

Comments
 (0)