Skip to content

Commit 3df704a

Browse files
authored
Revert "HCIDOCS-689: Fix OCP landing page for AI"
1 parent d03aff8 commit 3df704a

File tree

3 files changed

+50
-4
lines changed

3 files changed

+50
-4
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Topics:
399399
File: uninstalling-cluster-nutanix
400400
- Name: Installation configuration parameters for Nutanix
401401
File: installation-config-parameters-nutanix
402-
- Name: Installing on-premise with the Assisted Installer
402+
- Name: Installing on-premise with Assisted Installer
403403
Dir: installing_on_prem_assisted
404404
Distros: openshift-enterprise
405405
Topics:

installing/installing_on_prem_assisted/installing-on-prem-assisted.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The {ai-full} for {product-title} is a user-friendly installation solution offered on the link:https://console.redhat.com/[{hybrid-console}].
9+
You can install {product-title} on on-premise hardware or on-premise VMs by using the {ai-full}. Installing {product-title} by using the {ai-full} supports `x86_64`, `AArch64`, `ppc64le`, and `s390x` CPU architectures.
1010

11-
include::modules/assisted-installer-using-the-assisted-installer.adoc[leveloffset=+1]
11+
include::modules/assisted-installer-using-the-assisted-installer.adoc[leveloffset=+1]
12+
13+
[id="assisted-installer-api-support-policy"]
14+
== API support for the {ai-full}
15+
16+
Supported APIs for the {ai-full} are stable for a minimum of three months from the announcement of deprecation.

modules/assisted-installer-using-the-assisted-installer.adoc

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,45 @@
66
[id="using-the-assisted-installer_{context}"]
77
= Using the Assisted Installer
88

9-
See the link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform[Installing {product-title} with the {ai-full}] documentation for details.
9+
The link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform[{ai-full}] is a user-friendly installation solution offered on the link:https://console.redhat.com/openshift/assisted-installer/clusters/~new[Red Hat Hybrid Cloud Console]. The {ai-full} supports the various deployment platforms with a focus on bare metal, Nutanix, 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 and IPv6 networking, as well as dual-stack networking with the OVN-Kubernetes network plugin, NMState-based static IP addressing, and an HTTP/S proxy. OVN-Kubernetes is the default Container Network Interface (CNI) for {product-title} 4.12 and later releases. OpenShift SDN is supported up to {product-title} 4.14, but is not supported for {product-title} 4.15 and later releases.
25+
26+
* *Preinstallation validation:* The {ai-full} validates the configuration before installation to ensure a high probability of success. The validation process includes the following checks:
27+
** Ensuring network connectivity
28+
** Ensuring sufficient network bandwidth
29+
** Ensuring connectivity to the registry
30+
** Ensuring time synchronization between cluster nodes
31+
** Verifying that the cluster nodes meet the minimum hardware requirements
32+
** Validating the installation configuration parameters
33+
* *REST API:* The {ai-full} has a REST API, enabling automation.
34+
35+
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:
36+
37+
* Highly available {product-title} or {sno} (SNO)
38+
39+
* {product-title} on bare metal, Nutanix, or vSphere with full platform integration, or other virtualization platforms without integration
40+
41+
* Optional: {VirtProductName}, multicluster engine, {lvms-first}, and {rh-storage}
42+
+
43+
[NOTE]
44+
====
45+
Currently, {VirtProductName} and {lvms} are not supported on {ibm-z-name} (`s390x`) architecture.
46+
====
47+
48+
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.
49+
50+
See the link:https://access.redhat.com/documentation/en-us/assisted_installer_for_openshift_container_platform[Assisted Installer for OpenShift Container Platform] documentation for details.

0 commit comments

Comments
 (0)