|
| 1 | +// This is included in the following assemblies: |
| 2 | +// |
| 3 | +// installing-on-prem-assisted.adoc |
| 4 | +:_content-type: CONCEPT |
| 5 | + |
| 6 | +[id="using-the-assisted-installer_{context}"] |
| 7 | += Using the Assisted Installer |
| 8 | + |
| 9 | +The {product-title} link:https://console.redhat.com/openshift/assisted-installer/clusters/~new[{ai-full}] is a user-friendly installation solution offered on the link:http://console.redhat.com[Red Hat Hybrid Cloud Console]. The {ai-full} supports the various deployment platforms with a focus on bare metal and vSphere infrastructures. |
| 10 | + |
| 11 | +The {ai-full} provides installation functionality as a service. This software-as-a-service (SaaS) approach has the following advantages: |
| 12 | + |
| 13 | +* *Web user interface:* The web user interface performs cluster installation without the user having to create the installation configuration files manually. |
| 14 | +* *No bootstrap node:* A bootstrap node is not required when installing with the {ai-full}. The bootstrapping process executes on a node within the cluster. |
| 15 | +* *Hosting:* The {ai-full} hosts: |
| 16 | + - Ignition files |
| 17 | + - The installation configuration |
| 18 | + - A discovery ISO |
| 19 | + - The installer |
| 20 | +* *Streamlined installation workflow:* Deployment does not require in-depth knowledge of {product-title}. The {ai-full} provides reasonable defaults and provides the installer as a service, which: |
| 21 | + - Eliminates the need to install and run the {product-title} installer locally. |
| 22 | + - Ensures the latest version of the installer up to the latest tested z-stream releases. Older versions remain available, if needed. |
| 23 | + - Enables building automation by using the API without the need to run the {product-title} installer locally. |
| 24 | +* *Advanced networking:* The {ai-full} supports IPv4/IPv6 dual stack networking, NMState-based static IP addressing, and an HTTP/S proxy. |
| 25 | +* *Pre-installation validation:* The {ai-full} validates the configuration before installation to ensure a high probability of success. Validation includes: |
| 26 | + - Ensuring network connectivity |
| 27 | + - Ensuring sufficient network bandwidth |
| 28 | + - Ensuring connectivity to the registry |
| 29 | + - Ensuring time synchronization between cluster nodes |
| 30 | + - Verifying that the cluster nodes meet the minimum hardware requirements |
| 31 | + - Validating the installation configuration parameters |
| 32 | +* *REST API:* The {ai-full} has a REST API, enabling automation. |
| 33 | + |
| 34 | +The {ai-full} supports installing {product-title} on premises in a connected environment, including with an optional HTTP/S proxy. It can install the following: |
| 35 | + |
| 36 | +* Highly available {product-title} or Single Node OpenShift (SNO) |
| 37 | +* {product-title} on bare metal or vSphere with full platform integration, or other virtualization platforms without integration |
| 38 | +* Optionally {VirtProductName} and {rh-storage} (formerly OpenShift Container Storage) |
| 39 | + |
| 40 | +The user interface provides an intuitive interactive workflow where automation does not exist or is not required. Users may also automate installations using the REST API. |
| 41 | + |
| 42 | +See link:https://console.redhat.com/openshift/assisted-installer/clusters/~new[Install OpenShift with the Assisted Installer] to create an {product-title} cluster with the {ai-full}. |
0 commit comments