|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * virt/install/installing-booting.adoc |
| 4 | + |
| 5 | +:_mod-docs-content-type: PROCEDURE |
| 6 | +[id="virt-installing-ove-console_{context}"] |
| 7 | += Configuring the cluster installation from the web console |
| 8 | + |
| 9 | +Once the machines have been booted from the ISO image and the rendezvous node has been selected, configure the rest of the cluster installation from the web console. |
| 10 | + |
| 11 | +.Prerequisites |
| 12 | + |
| 13 | +* You have the URL of the installation web console that was provided by the rendezvous node. |
| 14 | +
|
| 15 | +.Procedure |
| 16 | + |
| 17 | +. In a web browser, go to the URL provided by the rendezvous node. |
| 18 | + |
| 19 | +. Configure your cluster in the *Cluster details* page: |
| 20 | + |
| 21 | +.. Enter a name for the cluster in the *Cluster name* field. |
| 22 | + |
| 23 | +.. Enter a base domain for the cluster in the *Base domain* field. |
| 24 | +All subdomains for the cluster will use this base domain. |
| 25 | ++ |
| 26 | +[NOTE] |
| 27 | +==== |
| 28 | +The base domain must be a valid DNS name. |
| 29 | +You must not have a wildcard domain set up for the base domain. |
| 30 | +==== |
| 31 | + |
| 32 | +.. Enter your pull secret in the *Pull secret* field. |
| 33 | +You can obtain a copy of your pull secret link:https://console.redhat.com/openshift/install/pull-secret[here]. |
| 34 | + |
| 35 | +.. Optional: In the *Number of control plane nodes* field, select the number of control plane nodes for your installation from the dropdown menu. |
| 36 | +The default value is `3`. |
| 37 | + |
| 38 | +.. Optional: Select the *include custom manifests* checkbox if you want to upload custom manifests to further configure your cluster. |
| 39 | +This option adds an additional page for custom manifests that you use later in the configuration process. |
| 40 | ++ |
| 41 | +[IMPORTANT] |
| 42 | +==== |
| 43 | +If you have already added custom manifests, clearing the *Include custom manifests* checkbox automatically deletes them all. |
| 44 | +You must confirm the deletion. |
| 45 | +==== |
| 46 | + |
| 47 | +.. Click *Next* to continue. |
| 48 | + |
| 49 | +. Choose additional Operators to install in the *Operators* page. |
| 50 | + |
| 51 | +.. If you want to install all of the Operators recommended for running Virtualization on your cluster, select *Virtualization* in the *Bundles* section. |
| 52 | + |
| 53 | +.. If you want to install only some Operators, select the individual Operators from the Single Operators section. |
| 54 | ++ |
| 55 | +[NOTE] |
| 56 | +==== |
| 57 | +Some of the listed Operators are available only as part of the Virtualization Operator bundle. |
| 58 | +==== |
| 59 | + |
| 60 | +.. Click *Next* to continue. |
| 61 | + |
| 62 | +. Configure the hosts in the *Host discovery* page: |
| 63 | + |
| 64 | +.. Verify that every machine you booted from the ISO appears in the *Host Inventory* section and has a *Status* value of *Ready*. |
| 65 | + |
| 66 | +.. For each host, click the expand icon and verify that all of the specification fields are correct. |
| 67 | + |
| 68 | +.. Optional: For each host configure the role selecting an option from the dropdown menu of the *Role* column. |
| 69 | +The default value for every host except the rendezvous node is `Auto-assign`. |
| 70 | + |
| 71 | +.. Click *Next* to continue. |
| 72 | + |
| 73 | +. On the *Storage* page, click the expand icon for each host and verify that all of the specification fields are correct. |
| 74 | + |
| 75 | +. Click *Next* to continue. |
| 76 | + |
| 77 | +. Configure the cluster networking on the *Networking* page: |
| 78 | + |
| 79 | +.. Optional: Select a machine network from the dropdown menu of the *Machine network* field. |
| 80 | +Otherwise, a default value is selected. |
| 81 | + |
| 82 | +.. Enter an IP address in the *API IP* field. |
| 83 | +An API IP provides an endpoint for all users to interact with, and configure the platform. |
| 84 | + |
| 85 | +.. Enter an IP address in the *Ingress IP* field. |
| 86 | +An ingress IP provides an endpoint for application traffic flowing from outside the cluster. |
| 87 | + |
| 88 | +.. Optional: Select the *Use advanced networking* checkbox and configure other parameters such as the *Cluster network CIDR*, the *Cluster network host prefix*, or *the Service network CIDR*. |
| 89 | + |
| 90 | +.. Optional: Enter a key in the *Host SSH Public Key for troubleshooting after installation* to connect to hosts using a public SSH key for troubleshooting after installation. |
| 91 | + |
| 92 | +.. Click *Next* to continue. |
| 93 | + |
| 94 | +. On the *Download credential*s page, select the checkbox to acknowledge that you must download credential files prior to cluster installation. |
| 95 | +
|
| 96 | +. Click *Download credentials* and save the cluster credentials file in a secure location. |
| 97 | + |
| 98 | +. On the *Review and create* page, review all of the cluster details and click *Install cluster* to initiate the cluster installation. |
0 commit comments