diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-config.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-config.yaml new file mode 100644 index 00000000000..f5d34d93e91 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-config.yaml @@ -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" diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-minus1-config.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-minus1-config.yaml new file mode 100644 index 00000000000..6da14093165 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-minus1-config.yaml @@ -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" diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-upgrade.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-upgrade.yaml new file mode 100644 index 00000000000..c6a35be1253 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.17-ga-upgrade.yaml @@ -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"