Skip to content

Commit cf0d5c1

Browse files
author
Power Cloud Robot
authored
Merge pull request #230 from yussufsh/devel
Update default OCP version to 4.15
2 parents ba798cf + ea7bccc commit cf0d5c1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Where <args>:
117117
118118
Environment Variables:
119119
IBMCLOUD_API_KEY IBM Cloud API key
120-
RELEASE_VER OpenShift release version (Default: 4.14)
120+
RELEASE_VER OpenShift release version (Default: 4.15)
121121
ARTIFACTS_VERSION Tag or Branch name of ocp4-upi-powervs repository (Default: main)
122122
RHEL_SUBS_PASSWORD RHEL subscription password if not provided in variables
123123
NO_OF_RETRY Number of retries/attempts to run repeatable actions such as create (Default: 5)
@@ -191,11 +191,11 @@ Before running the script, you may choose to override some environment variables
191191
### Different OpenShift Versions
192192
193193
194-
By default OpenShift version 4.14 is installed.
194+
By default OpenShift version 4.15 is installed.
195195
196-
If you want to install 4.13, then export the variable `RELEASE_VER`.
196+
If you want to install 4.14, then export the variable `RELEASE_VER`.
197197
```
198-
$ export RELEASE_VER="4.13"
198+
$ export RELEASE_VER="4.14"
199199
```
200200
201201
### Non-interactive mode
@@ -212,10 +212,10 @@ You can avoid the interactive mode by having the required input files available
212212
ibmcloud_zone = "syd04"
213213
service_instance_id = "123456abc-xzz-2223434343"
214214
rhel_image_name = "rhel-83"
215-
rhcos_image_name = "rhcos-414"
215+
rhcos_image_name = "rhcos-415"
216216
network_name = "ocp-net"
217-
openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.14/openshift-install-linux.tar.gz"
218-
openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.14/openshift-client-linux.tar.gz"
217+
openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.15/openshift-install-linux.tar.gz"
218+
openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.15/openshift-client-linux.tar.gz"
219219
cluster_id_prefix = "test-ocp"
220220
cluster_domain = "xip.io"
221221
storage_type = "nfs"

openshift-install-powervs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Where <args>:
4949
5050
Environment Variables:
5151
IBMCLOUD_API_KEY IBM Cloud API key
52-
RELEASE_VER OpenShift release version (Default: 4.14)
52+
RELEASE_VER OpenShift release version (Default: 4.15)
5353
ARTIFACTS_VERSION Tag or Branch name of ocp4-upi-powervs repository (Default: main)
5454
RHEL_SUBS_PASSWORD RHEL subscription password if not provided in variables
5555
NO_OF_RETRY Number of retries/attempts to run repeatable actions such as create (Default: 5)
@@ -60,7 +60,7 @@ EOF
6060
exit 0
6161
}
6262

63-
RELEASE_VER=${RELEASE_VER:-"4.14"}
63+
RELEASE_VER=${RELEASE_VER:-"4.15"}
6464
ARTIFACTS_REPO=${ARTIFACTS_REPO:-"https://github.com/ocp-power-automation/ocp4-upi-powervs"}
6565
ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"main"}
6666
#ARTIFACTS_VERSION=${ARTIFACTS_VERSION:-"release-$RELEASE_VER"}

0 commit comments

Comments
 (0)