Skip to content

Commit

Permalink
Adding OCP 4.17-ga files (#10611)
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <vavuthu@redhat.com>
  • Loading branch information
vavuthu authored Oct 3, 2024
1 parent 07b8d23 commit ade2be1
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Config file for OCP GA 4.17 stable channel
RUN:
client_version: '4.17-ga'
DEPLOYMENT:
ocp_url_template: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{version}/{file_name}-{os_type}-{version}.tar.gz"
installer_version: "4.17-ga"
terraform_version: "1.0.11"
ignition_version: "3.2.0"
ENV_DATA:
vm_template: "rhcos-4.17.0-x86_64-vmware.x86_64"
acm_hub_channel: release-2.12
acm_version: "2.12"
submariner_version: "0.19.0"
18 changes: 18 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-minus1-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
# Config file for OCP GA 4.17 fast channel minus 1 version

RUN:
client_version: '4.17-ga'

DEPLOYMENT:
ocp_url_template: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{version}/{file_name}-{os_type}-{version}.tar.gz"
installer_version: "4.17-ga"
terraform_version: "1.0.11"
ignition_version: "3.2.0"
ocp_channel: "fast"
ocp_version_index: -2
ENV_DATA:
vm_template: "rhcos-4.17.0-x86_64-vmware.x86_64"
acm_hub_channel: release-2.12
acm_version: "2.12"
submariner_version: "0.19.0"
5 changes: 5 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
# Use this config for upgrading of OCP 4.17 GA cluster
UPGRADE:
ocp_channel: "stable-4.17"
ocp_upgrade_path: "quay.io/openshift-release-dev/ocp-release"

0 comments on commit ade2be1

Please sign in to comment.