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: modules/rhel-compute-updating.adoc
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,18 +44,22 @@ Because the {op-system-base} machines require assets that are generated by the c
44
44
+
45
45
[NOTE]
46
46
====
47
-
By default, the base OS RHEL with "Minimal" installation option enables firewalld serivce. Having the firewalld service enabled on your host prevents you from accessing {product-title} logs on the worker. Do not enable firewalld later if you wish to continue accessing {product-title} logs on the worker.
47
+
By default, the base OS RHEL with "Minimal" installation option enables firewalld service. Having the firewalld service enabled on your host prevents you from accessing {product-title} logs on the worker. Do not enable firewalld later if you wish to continue accessing {product-title} logs on the worker.
48
48
====
49
49
50
50
. Enable the repositories that are required for {product-title}{product-version}:
51
51
.. On the machine that you run the Ansible playbooks, update the required repositories:
// As of OCP 4.10 GA, there are no openshift-ansible el8 packages built for RHEL8, so QE advised that we still run the playbook on RHEL7 machines.
58
+
+
59
+
[IMPORTANT]
60
+
====
61
+
As of {product-title} 4.11, the Ansible playbooks are provided only for {op-system-base} 8. If a {op-system-base} 7 system was used as a host for the {product-title} 4.10 Ansible playbooks, you must either upgrade the Ansible host to {op-system-base} 8, or create a new Ansible host on a {op-system-base} 8 system and copy over the inventories from the old Ansible host.
62
+
====
59
63
60
64
.. On the machine that you run the Ansible playbooks, update the required packages, including `openshift-ansible`:
61
65
+
@@ -68,8 +72,8 @@ By default, the base OS RHEL with "Minimal" installation option enables firewall
Copy file name to clipboardExpand all lines: modules/rhel-preparing-playbook-machine.adoc
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
[id="rhel-preparing-playbook-machine_{context}"]
8
8
= Preparing the machine to run the playbook
9
9
10
-
Before you can add compute machines that use {op-system-base-full} as the operating system to an {product-title}{product-version} cluster, you must prepare a {op-system-base}7 machine to run an Ansible playbook that adds the new node to the cluster. This machine is not part of the cluster but must be able to access it.
10
+
Before you can add compute machines that use {op-system-base-full} as the operating system to an {product-title}{product-version} cluster, you must prepare a {op-system-base}8 machine to run an Ansible playbook that adds the new node to the cluster. This machine is not part of the cluster but must be able to access it.
11
11
12
12
.Prerequisites
13
13
@@ -16,7 +16,7 @@ Before you can add compute machines that use {op-system-base-full} as the operat
16
16
17
17
.Procedure
18
18
19
-
. Ensure that the `kubeconfig` file for the cluster and the installation program that you used to install the cluster are on the {op-system-base}7 machine. One way to accomplish this is to use the same machine that you used to install the cluster.
19
+
. Ensure that the `kubeconfig` file for the cluster and the installation program that you used to install the cluster are on the {op-system-base}8 machine. One way to accomplish this is to use the same machine that you used to install the cluster.
20
20
21
21
. Configure the machine to access all of the {op-system-base} hosts that you plan to use as compute machines. You can use any method that your company allows, including a bastion with an SSH proxy or a VPN.
22
22
@@ -61,12 +61,11 @@ If you use SSH key-based authentication, you must manage the key with an SSH age
61
61
[source,terminal]
62
62
----
63
63
# subscription-manager repos \
64
-
--enable="rhel-7-server-rpms" \
65
-
--enable="rhel-7-server-extras-rpms" \
66
-
--enable="rhel-7-server-ansible-2.9-rpms" \
67
-
--enable="rhel-7-server-ose-4.10-rpms"
64
+
--enable="rhel-8-for-x86_64-baseos-rpms" \
65
+
--enable="rhel-8-for-x86_64-appstream-rpms" \
66
+
--enable="ansible-2.9-for-rhel-8-x86_64-rpms" \
67
+
--enable="rhocp-4.11-for-rhel-8-x86_64-rpms"
68
68
----
69
-
// As of OCP 4.10 GA, there are no openshift-ansible el8 packages built for RHEL8, so QE advised that we still run the playbook on RHEL7 machines.
70
69
71
70
. Install the required packages, including `openshift-ansible`:
0 commit comments