Skip to content

Commit

Permalink
Adding OCP 4.16-ga files
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Jun 28, 2024
1 parent 0aa454f commit 9adb928
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Config file for OCP GA 4.16 stable channel
RUN:
client_version: '4.16-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.16-ga"
terraform_version: "1.0.11"
ignition_version: "3.2.0"
ENV_DATA:
vm_template: "rhcos-4.16.0-x86_64-vmware.x86_64"
acm_hub_channel: release-2.11
acm_version: "2.11"
submariner_version: "0.18.0"
20 changes: 20 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-minus1-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# Config file for OCP GA 4.16 fast channel minus 1 version

RUN:
client_version: '4.16-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.16-ga"
terraform_version: "1.0.11"
ignition_version: "3.2.0"
ocp_channel: "fast"
ocp_version_index: -2
ENV_DATA:
# TODO: This we will need to update to update to released version once we
# will upload to DCs
vm_template: "rhcos-4.16.0-x86_64-vmware.x86_64"
acm_hub_channel: release-2.11
acm_version: "2.11"
submariner_version: "0.18.0"
5 changes: 5 additions & 0 deletions ocs_ci/framework/conf/ocp_version/ocp-4.16-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.16 GA cluster
UPGRADE:
ocp_channel: "stable-4.16"
ocp_upgrade_path: "quay.io/openshift-release-dev/ocp-release"

0 comments on commit 9adb928

Please sign in to comment.