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/installing-ove-booting.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,20 @@ To initiate the cluster installation, attach the downloaded ISO to each machine
21
21
. Configure the rendezvous node for the cluster installation:
22
22
23
23
.. On the machine that you want to run as the bootstrap host for the installation process, select *This is the rendezvous node* in the *Rendezvous node setup* menu.
24
+
+
25
+
[IMPORTANT]
26
+
====
27
+
You must select only one machine to act as the rendezvous node.
28
+
Selecting two or more machines as a rendezvous node is not supported.
29
+
====
24
30
25
31
.. In the *Rendezvous node IP selection* menu, select an IP address from the list to use as the rendezvous node IP address and select *Continue*.
32
+
Make note of this address for later use.
26
33
27
34
.. On another machine, enter the rendezvous node IP address in the *Rendezvous node setup* menu and select *Save rendezvous IP*.
28
35
29
36
.. Select *Save and Continue*.
30
37
31
-
.. Repeat the previous two steps for each remaining machine that has booted from the ISO image.
38
+
.. Repeat the previous two steps for each remaining machine that you booted from the ISO image.
32
39
33
40
. Wait for the rendezvous node to provide a URL for finishing the installation and save the URL for later use.
Copy file name to clipboardExpand all lines: modules/installing-ove-iso.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@
7
7
= Downloading the installation ISO
8
8
9
9
You must first download the ISO image that will be used to run the installation on your bare-metal machines.
10
-
// Not sure if the following sentence is technically accurate or even a necessary detail to mention at this point in the process.
11
-
This image includes all of the necessary {product-title} release images, which will be "pinned" to the cluster, to eliminate the need for an image registry when installing in a disconnected environment.
10
+
This image includes all of the necessary {product-title} release images, as well as the {olm-first} Operators needed to install Virtualization on the cluster.
11
+
12
+
[NOTE]
13
+
====
14
+
The size of the ISO image can vary depending on the release you select.
The following procedures describe a streamlined method to install a {ove-first} cluster that requires less planning and configuration compared to other installation methods.
9
+
The following procedures describe a method to install a {ove-first} cluster that uses a simplified user interface, and does not require you to set up an external image registry in disconnected environments, which is a requirement for all other disconnected installation methods.
10
10
11
11
:FeatureName: Installing an {ove} cluster using this method
This method has the following advantages for users who want to install a cluster primarily to run virtualized workloads using {VirtProductName}:
17
17
18
-
* The cluster installation is performed through a graphical user interface.
18
+
Simplified web interface:: The cluster installation is performed through a graphical user interface.
19
+
In addition to providing reasonable default configurations, this interface guides you through the installation by providing hints and warnings about configuring your cluster, without limiting the configurations that are available at installation time.
20
+
This reduces the need for in-depth knowledge of {product-title} while still allowing for complex configurations to be made.
19
21
20
-
* You can install the Virtualization bundle, which includes all of the additional Operators needed to run virtual machines on your cluster, at the same time as the cluster installation.
22
+
No external registry needed:: If you are installing your cluster in a disconnected environment, you do not need to configure an external image registry in your environment when using this method.
23
+
All other disconnected installation methods require this additional environment setup.
21
24
22
-
* If you are installing your cluster in a disconnected environment, you do not need to configure an image registry in your environment when using this method.
25
+
Included Operator bundle:: You can install the Virtualization bundle, which includes all of the additional {olm-first} Operators needed to run virtual machines on your cluster, at the same time as the cluster installation.
23
26
24
27
// Probably need some section for limitations such as bare metal machines, unless that's a commonly understood requirement for virt.
// Should I include the Agent procedure here about tracking and verifying installation progress? Or does the UI do the same thing as the `wait-for` commands?
38
+
During the installation process, the rendezvous node reboots and the console you used to configure the installation is no longer accessible.
39
+
At that point, the URL of the cluster web console is provided, however this console is not accessible until the cluster installation is completed.
36
40
37
-
After the cluster has been installed, the installation console displays the URL of the web console, which you can visit and sign in using your downloaded credentials.
41
+
Once the cluster is installed, you can visit this URL and sign in to the web console with your downloaded credentials.
0 commit comments