Skip to content

Commit 36da43f

Browse files
author
Power Cloud Robot
authored
Merge pull request #226 from yussufsh/devel
Update default OCP version
2 parents 5930bd8 + ba47f13 commit 36da43f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 8 additions & 8 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.13)
120+
RELEASE_VER OpenShift release version (Default: 4.14)
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.13 is installed.
194+
By default OpenShift version 4.14 is installed.
195195
196-
If you want to install 4.11, then export the variable `RELEASE_VER`.
196+
If you want to install 4.13, then export the variable `RELEASE_VER`.
197197
```
198-
$ export RELEASE_VER="4.11"
198+
$ export RELEASE_VER="4.13"
199199
```
200200
201201
### Non-interactive mode
@@ -211,11 +211,11 @@ You can avoid the interactive mode by having the required input files available
211211
ibmcloud_region = "syd"
212212
ibmcloud_zone = "syd04"
213213
service_instance_id = "123456abc-xzz-2223434343"
214-
rhel_image_name = "rhel-83-12062022"
215-
rhcos_image_name = "rhcos-413-01062023"
214+
rhel_image_name = "rhel-83"
215+
rhcos_image_name = "rhcos-414"
216216
network_name = "ocp-net"
217-
openshift_install_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.13/openshift-install-linux.tar.gz"
218-
openshift_client_tarball = "https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/stable-4.13/openshift-client-linux.tar.gz"
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"
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.13)
52+
RELEASE_VER OpenShift release version (Default: 4.14)
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.13"}
63+
RELEASE_VER=${RELEASE_VER:-"4.14"}
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)