diff --git a/installing/installing_with_agent_based_installer/installing-ove.adoc b/installing/installing_with_agent_based_installer/installing-ove.adoc index fd5280448798..ccbf4ac6e744 100644 --- a/installing/installing_with_agent_based_installer/installing-ove.adoc +++ b/installing/installing_with_agent_based_installer/installing-ove.adoc @@ -11,7 +11,7 @@ You can deploy an {product-title} cluster without the need for an external image Although the method supports general clusters, the downloaded media contains an Operator bundle that is curated specifically for {ove-first}, meaning additional Operators must be retrieved separately if required for other use cases. -:FeatureName: Installing an {ove} cluster using this method +:FeatureName: Installing a cluster without an external registry include::snippets/technology-preview.adoc[] include::modules/installing-ove-advantages.adoc[leveloffset=+1] @@ -35,6 +35,7 @@ include::modules/installing-ove-console-final.adoc[leveloffset=+1] [role="_additional-resources"] == Additional resources +* xref:../../installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc#agent-install-dns-none_preparing-to-install-with-agent-based-installer[Platform "none" DNS requirements] * xref:../../virt/getting_started/virt-using-the-cli-tools.adoc#installing-virtctl_virt-using-the-cli-tools[Installing virtctl] * xref:../../virt/creating_vm/virt-creating-vms-from-instance-types.adoc#virt-creating-vms-from-instance-types[Creating virtual machines from instance types] * xref:../../virt/creating_vm/virt-creating-vms-from-templates.adoc#virt-creating-vms-from-templates[Creating virtual machines from templates] diff --git a/modules/installing-ove-console-final.adoc b/modules/installing-ove-console-final.adoc index 0401fa6daa20..f5a7da2c63dc 100644 --- a/modules/installing-ove-console-final.adoc +++ b/modules/installing-ove-console-final.adoc @@ -19,6 +19,11 @@ You can add as many hosts as you want to your cluster. However, at this stage, you must at least have enough available hosts to match the value you specified in the *Number of control plane nodes* field of the installation console's *Cluster details* page. ==== +* You have created DNS records for the Kubernetes API (`api..` and `api-int..`). +For more information, see "Platform "none" DNS requirements". + +* You have configured port 22625 to allow internal traffic between nodes. + .Procedure . On the installation console hosted by the rendezvous node, configure the hosts in the *Host discovery* page: diff --git a/modules/installing-ove-iso.adoc b/modules/installing-ove-iso.adoc index 56e5d9b1729b..39ebbcdb43f7 100644 --- a/modules/installing-ove-iso.adoc +++ b/modules/installing-ove-iso.adoc @@ -29,6 +29,47 @@ The size of the ISO image can vary depending on the release you select. . In the *Cluster details* page, select the toggle for "I'm installing on a disconnected/air-gapped/secured environment". +. Select an {product-title} version in the *OpenShift version* dropdown menu. + . Click *Next*. +. Optional: Preconfigure the ISO on the *Optional configurations* page: + +.. Enter the Rendezvous IP in the *Rendezvous IP* field. + +.. Upload a SSH public key in the *SSH public key* field. + +.. Select *Configure proxy settings* and provide proxy details to the fields that appear. + +.. Select *Add your own NTP (Network Time Protocol) sources* and add NTP sources to the field that appears. + +.. Select a network configuration option in the *Hosts' network configuration* section. +*DHCP only* is selected by default. + +. Click *Next*. + +. If you selected static networking, configure your network details in the *Static network configurations* page using one of the two views: + +** Configure details via the form view: + +... Select *Form view* and complete the fields in the *Network-wide configurations* section. + +... Click *Next*. + +... Complete the fields for *Host 1* in the *Host specific configurations* section. + +... For each additional host, click *Add another host configuration* and complete the fields for the host. + +... Click *Next*. + +** Configure details via the YAML view: + +... Select *YAML view*. + +... Upload a YAML file for *Host 1* and enter details in the *MAC to interface name mapping* section. + +... For each additional host, click *Add another host configuration* and repeat the configuration process for the host. You can select the *Copy the YAML content* checkbox to reuse the YAML file from the previous host. + +... Click *Next*. + . Click *Download ISO*. \ No newline at end of file