Skip to content

Commit bc3a027

Browse files
authored
Merge pull request #46991 from johnwilkins/TELCODOCS-655
TELCODOCS-655: D/S Docs & RN: AI SaaS - Installing with the AI - Updates to existing content
2 parents ef5cf8f + 3e8ace6 commit bc3a027

File tree

2 files changed

+52
-6
lines changed

2 files changed

+52
-6
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
:_content-type: ASSEMBLY
22
[id="installing-on-prem-assisted"]
3-
= Installing an on-premise cluster using the Assisted Installer
3+
= Installing an on-premise cluster using the {ai-full}
44
include::_attributes/common-attributes.adoc[]
55
:context: installing-one-prem-assisted
66

77
toc::[]
88

9-
You can install {product-title} on on-premise hardware or on-premise VMs using the {ai-full} (AI). AI provides you with more options for customization than an installer-provisioned installation, while still running pre-flight validations and using smart defaults.
9+
You can install {product-title} on on-premise hardware or on-premise VMs using the {ai-full}. The {ai-full} provides you with more options for customization than an installer-provisioned installation, while still running pre-flight validations and using smart defaults.
1010

11-
Installing {product-title} using AI supports both x86-64 and arm64 CPU architectures.
11+
Installing {product-title} using the {ai-full} supports both x86-64 and arm64 CPU architectures.
1212

1313
[id="assisted-installer-api-support-policy"]
14-
== API support for {ai-full}
14+
== API support for the {ai-full}
1515

16-
Supported APIs for {ai-full} are stable for a minimum of three months from the announcement of deprecation.
16+
Supported APIs for the {ai-full} are stable for a minimum of three months from the announcement of deprecation.
1717

18-
include::modules/assisted-installer-release-notes.adoc[leveloffset=+1]
18+
19+
//Removed per comments in https://issues.redhat.com/browse/TELCODOCS-655
20+
//include::modules/assisted-installer-release-notes.adoc[leveloffset=+1]
21+
22+
include::modules/assisted-installer-using-the-assisted-installer.adoc[leveloffset=+1]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

Comments
 (0)