You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: playbooks/roles/ocp-upgrade/README.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ This module will upgrade an existing OCP cluster based on upgrade_version or upg
5
5
6
6
For intermediate EUS upgrade please use eus variables and use other variables for final upgrade.
7
7
8
+
Restricted network OCP cluster can be upgraded by providing parameters restricted_network_upgrade, upgrade_version, architecture, local_secret, local_registry and local repository.
| eus_upgrade_version | no | "" | Set to a specific version eg. 4.11.3 |
19
-
| eus_upgrade_channel | no | "" | Set to channel having required upgrade version available for cluster upgrade (stable-4.x, fast-4.x, candidate-4.x, eus-4.x) eg. stable-4.11 |
20
-
| eus_upgrade_image | no | "" | Set to OCP upgrade image eg. quay.io/openshift-release-dev/ocp-release@sha256:12345.. |
21
-
| eus_upstream | no | "" | Set the URL for OCP update server eg. https://ppc64le.ocp.releases.ci.openshift.org/graph|
22
-
| upgrade_version | no | "" | Set to a specific version eg. 4.5.4 |
23
-
| upgrade_channel | no | "" | Set to channel having required upgrade version available for cluster upgrade (stable-4.x, fast-4.x, candidate-4.x) eg. stable-4.5 |
24
-
| upgrade_image | no | "" | Set to OCP upgrade image eg. quay.io/openshift-release-dev/ocp-release@sha256:12345.. |
25
-
| pause_time | no | 90 | Pauses playbook execution for a set amount of time in minutes |
26
-
| delay_time | no | 600 | Number of seconds to wait before starting to poll |
| eus_upgrade_version | no | "" | Set to a specific version eg. 4.11.3 |
21
+
| eus_upgrade_channel | no | "" | Set to channel having required upgrade version available for cluster upgrade (stable-4.x, fast-4.x, candidate-4.x, eus-4.x) eg. stable-4.11 |
22
+
| eus_upgrade_image | no | "" | Set to OCP upgrade image eg. quay.io/openshift-release-dev/ocp-release@sha256:12345.. |
23
+
| eus_upstream | no | "" | Set the URL for OCP update server eg. https://ppc64le.ocp.releases.ci.openshift.org/graph|
24
+
| upgrade_version | no | "" | Set to a specific version eg. 4.5.4 |
25
+
| upgrade_channel | no | "" | Set to channel having required upgrade version available for cluster upgrade (stable-4.x, fast-4.x, candidate-4.x) eg. stable-4.5 |
26
+
| upgrade_image | no | "" | Set to OCP upgrade image eg. quay.io/openshift-release-dev/ocp-release@sha256:12345.. |
27
+
| pause_time | no | 90 | Pauses playbook execution for a set amount of time in minutes |
28
+
| delay_time | no | 600 | Number of seconds to wait before starting to poll |
29
+
| restricted_network_upgrade | no | false | Set to true to upgrade the restricted network cluster |
30
+
| architecture | no | "ppc64le" | Architecture of the cluster. |
31
+
| local_secret | no | "" | Path to pull secret of the registry |
32
+
| local_registry | no | "" | Specify the local registry name along with port for your mirror repository eg. registry.test-ocp-600b.ibm.com:5000 |
33
+
| local_repository | no | "ocp4/openshift4" | Name of the repository to create in your registry eg. ocp4/openshift4 |
27
34
28
35
Note: If eus_upgrade_channel is set to the eus channel then no need to set upgrade_channel.
0 commit comments