Skip to content

Commit

Permalink
changed aws region form us-east1 to ca-central-1
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 committed Jul 9, 2024
1 parent 8eada62 commit a41bcde
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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: "us-east-1"
default: "ca-central-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: "us-east-1"
default: "ca-central-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: us-east-1
default: ca-central-1
workspaces:
- name: workdir
steps:
Expand Down
2 changes: 1 addition & 1 deletion ci/images/ci-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN set -x \
&& mkdir -p /tmp/image-build \
&& microdnf install -y \
gettext-0.21 \
git-2.43.0 \
git-2.43.5 \
findutils-1:4.8.0 \
openssl-1:3.0.7 \
podman-4:4.9.4 \
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="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"
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"
# shellcheck source=ci/images/ci-runner/hack/bin/utils.sh
source "$SCRIPT_DIR/utils.sh"

Expand Down
2 changes: 1 addition & 1 deletion ci/images/e2e-test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN set -x \
&& mkdir -p /tmp/image-build \
&& microdnf install -y \
httpd-tools \
git-2.43.0 \
git-2.43.5 \
make-1:4.3 \
openssl-1:3.0.7 \
tar-2:1.34 \
Expand Down
2 changes: 1 addition & 1 deletion developer/images/dependencies-update/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV HOME /tmp/home
RUN mkdir $HOME && chmod 777 $HOME && chown 65532:65532 $HOME
RUN microdnf install -y \
findutils-1:4.8.0 \
git-2.43.0 \
git-2.43.5 \
skopeo-2:1.14.3 \
&& microdnf clean all

Expand Down

0 comments on commit a41bcde

Please sign in to comment.