Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding OCP 4.16-ga files #9996

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
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"
Loading