Skip to content

Commit 9660e9d

Browse files
authored
Merge pull request #11500 from vavuthu/conf_for_ocp_4.18_ga
Adding OCP 4.18-ga files
2 parents b316e2b + 3fbb8c4 commit 9660e9d

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Config file for OCP GA 4.18 stable channel
3+
RUN:
4+
client_version: '4.18-ga'
5+
DEPLOYMENT:
6+
ocp_url_template: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{version}/{file_name}-{os_type}-{version}.tar.gz"
7+
installer_version: "4.18-ga"
8+
terraform_version: "1.0.11"
9+
ignition_version: "3.2.0"
10+
ENV_DATA:
11+
vm_template: "rhcos-4.18.1-x86_64-vmware.x86_64"
12+
acm_hub_channel: release-2.12
13+
acm_version: "2.12"
14+
submariner_version: "0.19.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# Config file for OCP GA 4.18 fast channel minus 1 version
3+
4+
RUN:
5+
client_version: '4.18-ga'
6+
7+
DEPLOYMENT:
8+
ocp_url_template: "https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{version}/{file_name}-{os_type}-{version}.tar.gz"
9+
installer_version: "4.18-ga"
10+
terraform_version: "1.0.11"
11+
ignition_version: "3.2.0"
12+
ocp_channel: "fast"
13+
ocp_version_index: -2
14+
ENV_DATA:
15+
vm_template: "rhcos-4.18.1-x86_64-vmware.x86_64"
16+
acm_hub_channel: release-2.12
17+
acm_version: "2.12"
18+
submariner_version: "0.19.0"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
# Use this config for upgrading of OCP 4.18 GA cluster
3+
UPGRADE:
4+
ocp_channel: "stable-4.18"
5+
ocp_upgrade_path: "quay.io/openshift-release-dev/ocp-release"

0 commit comments

Comments
 (0)