mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 00:48:01 +01:00
ref config updates Adding generated YAML + modules from the RDS Reorganizing TOC Adding latest RDS updates RDS doc updates RDS YAML updates Shanes review latest updates + new components overview diagram David J's review comments CCS attributes update Ian's review comments adding Hari's deviations update updating 4.14 link URLs Generalizes scope and deviation topics for RAN and Core updates for RDS prod version update deviations wording Updating deviation and scope topics consolidate dev and scope topics + intro Adding link to ztp-site-generate procedure typo final changes for RDS typos Ian's comments update for RDS terminology remove core CRs note add GH core CRs link
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
// Module included in the following assemblies:
|
||
//
|
||
// * telco_ref_design_specs/ran/telco-core-ref-components.adoc
|
||
|
||
:_mod-docs-content-type: REFERENCE
|
||
[id="telco-core-installation_{context}"]
|
||
= Installation
|
||
|
||
New in this release::
|
||
|
||
|
||
Description::
|
||
|
||
{rds-caps} clusters can be installed using the Agent Based Installer (ABI). This method allows users to install {product-title} on bare metal servers without requiring additional servers or VMs for managing the installation. The ABI installer can be run on any system for example a laptop to generate an ISO installation image. This ISO is used as the installation media for the cluster supervisor nodes. Progress can be monitored using the ABI tool from any system with network connectivity to the supervisor node’s API interfaces.
|
||
|
||
* Installation from declarative CRs
|
||
* Does not require additional servers to support installation
|
||
* Supports install in disconnected environment
|
||
|
||
Limits and requirements::
|
||
|
||
* Disconnected installation requires a reachable registry with all required content mirrored.
|
||
|
||
Engineering considerations::
|
||
|
||
* Networking configuration should be applied as NMState configuration during installation in preference to day-2 configuration by using the NMState Operator. |