diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-config.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-config.yaml new file mode 100644 index 000000000000..3d50885dbce0 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-config.yaml @@ -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" diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-minus1-config.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-minus1-config.yaml new file mode 100644 index 000000000000..02054bde3088 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-minus1-config.yaml @@ -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" diff --git a/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-upgrade.yaml b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-upgrade.yaml new file mode 100644 index 000000000000..b3c19b1d5fd9 --- /dev/null +++ b/ocs_ci/framework/conf/ocp_version/ocp-4.16-ga-upgrade.yaml @@ -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"