Skip to content

Commit

Permalink
ROX14338 Creating new page for supported architectures
Browse files Browse the repository at this point in the history
ROX14338 Fixing build error

ROX14338 Fixing build error openshift#2

ROX14338 Fixing build error openshift#3

ROX14338 Fixing build error openshift#4

ROX14338 Fixing link issues

ROX14338 Adding supported OCP versions

ROX14338 Incorporating peer review feedback

ROX14338 Incorporating peer review feedback openshift#2

ROX14338 Incorporating peer review feedback

ROX14338 Incorporating review feedback 4
  • Loading branch information
agantony authored and openshift-cherrypick-robot committed Feb 22, 2023
1 parent 8ff32d6 commit ff9870e
Show file tree
Hide file tree
Showing 8 changed files with 129 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Name: Installing
Dir: installing
Distros: openshift-acs
Topics:
- Name: Installation platforms and methods
- Name: Supported platforms and installation methods
File: acs-installation-platforms
Distros: openshift-acs
- Name: Getting started with RHACS Cloud Service
Expand Down
84 changes: 80 additions & 4 deletions installing/acs-installation-platforms.adoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,89 @@
:_content-type: ASSEMBLY
[id="acs-installation-platforms"]
= Installation platforms and methods
= Supported platforms and installation methods
include::modules/common-attributes.adoc[]
:context: acs-installation-platforms

toc::[]

[role="_abstract"]
{product-title} and {product-title-managed} are supported on various platforms, such as Red Hat OpenShift and Kubernetes platforms.
{rh-rhacs-first} and {product-title-managed} ({product-title-managed-short}) are supported on{ocp} and Kubernetes platforms.

[id="install-platforms-methods_{context}"]
== Installation methods for different platforms

[role="_abstract"]
You can perform different types of installations on different platforms.

[NOTE]
====
Not all installation methods are supported for all platforms.
====

.Supported platforms and recommended installation methods
[%autowidth]
|===
|*Platform type ^[1]^*|*Platform*|*Supported for Central*|*Supported for Secured Clusters*|*Supported installation methods*|*Installation steps*

.6+|Managed service platform
|{osp} Dedicated (OSD)
|Yes ^[2]^
|Yes ^[2]^
.3+d|Operator (recommended), Helm charts, or roxctl CLI ^[3]^
.3+a| * xref:../installing/installing_ocp/install-rhacs-ocp.adoc#install-rhacs-ocp[High-level overview of installing {product-title-short} on {osp}]
* xref:../installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc#install-rhacs-cloud-ocp[Setting up {product-title-managed-short} on {osp}]

|Azure {osp} (ARO)
|Yes ^[2]^
|Yes ^[2]^

|{osp} Service on AWS (ROSA)
|Yes ^[2]^
|Yes ^[2]^

|Amazon Elastic Kubernetes Service (Amazon EKS)
|Limited ^[4]^
|Yes
.3+d|Helm charts (recommended), or roxctl CLI ^[3]^

.3+a| * xref:../installing/installing_other/install-rhacs-other.adoc#install-rhacs-other[High-level overview of installing {product-title-short} on other platforms]
* xref:../installing/installing_cloud_other/install-rhacs-cloud-other.adoc#install-rhacs-cloud-other[Setting up {product-title-managed-short} on other platforms]

|Google Kubernetes Engine (Google GKE)
|Limited ^[4]^
|Yes

|Microsoft Azure Kubernetes Service (Microsoft AKS)
|Limited ^[4]^
|Yes

.2+|Self-managed platform
|Red Hat {ocp} ({ocp-short}) 4.x
|Yes
|Yes
.2+d|Operator (recommended), Helm charts, or roxctl CLI ^[3]^
.2+a| * xref:../installing/installing_ocp/install-rhacs-ocp.adoc#install-rhacs-ocp[High-level overview of installing {product-title-short} on {osp}]
* xref:../installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc#install-rhacs-cloud-ocp[Setting up {product-title-managed-short} on {osp}]

|{osp} Kubernetes Engine (OKE) 4.x
|No
|Yes
|===

[.small]
--
1. The availability of support for each platform depends on the overarching lifecycle of the platform and the end-of-life date.
2. {rh-rhacs-first} is supported as a self-managed add-on for managed OpenShift services that meet the installation and sizing requirements for {product-title-short}. Deploying and managing {product-title-short} components does not fall under the service description for the managed service, and therefore {product-title-short} is not included in the SRE service.
3. Do not use the `roxctl` installation method unless you have a specific installation that requires this method.
4. {product-title-short} Central is tested, qualified, and is fully supported exclusively on {ocp} 4. Deployment and use of Central in environments that are not {ocp} 4 is possible, but support is limited to the {product-title-short} product software only and not to the underlying infrastructure provider. As part of problem diagnosis and isolation, it is necessary to reproduce problems in an {ocp} 4 environment. If an issue is specific to a provider and cluster that is not {ocp} 4, Red Hat provides commercially reasonable support to isolate issues. You are expected to open a case with your respective provider. For instructions, see the https://access.redhat.com/third-party-software-support[Red Hat 3rd Party Support Policy].
--

include::modules/installation-methods-for-different-architectures.adoc[leveloffset=+1]

include::modules/supported-browsers-for-rhacs.adoc[leveloffset=+1]


//content without IBM support [old content]
////
[id="install-platforms-methods"]
== Installation methods for different platforms
Expand Down Expand Up @@ -41,4 +116,5 @@ a| * xref:../installing/installing_other/install-rhacs-other.adoc#install-rhacs-
a| * Helm charts (recommended)
* `roxctl` CLI
|===
|===
////
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For information about configuring {product-title-managed-short} for other platfo

.Prerequisites

* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods[installation platforms and methods].
* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods_acs-installation-platforms[installation platforms and methods].
* Understand xref:../../architecture/acs-architecture.adoc#acs-architecture_acs-architecture[{product-title} architecture].
* Review the xref:../installing_cloud_ocp/prerequisites-cloud-ocp.adoc#prerequisites-cloud-ocp[prerequisites].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include::snippets/field-trial.adoc[leveloffset=+1]

.Prerequisites

* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods[installation platforms and methods].
* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods_acs-installation-platforms[installation platforms and methods].
* Understand xref:../../architecture/acs-architecture.adoc#acs-architecture_acs-architecture[{product-title} architecture].
* Review the xref:../installing_cloud_other/prerequisites-cloud-other.adoc#prerequisites-cloud-other[prerequisites].
Expand Down
2 changes: 1 addition & 1 deletion installing/installing_ocp/install-rhacs-ocp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc::[]

Before you install:

* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods[installation platforms and methods].
* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods_acs-installation-platforms[installation platforms and methods].
* Understand xref:../../architecture/acs-architecture.adoc#acs-architecture_acs-architecture[{product-title} architecture].
* Review the xref:../installing_ocp/prerequisites-ocp.adoc#prerequisites-ocp[prerequisites].
Expand Down
2 changes: 1 addition & 1 deletion installing/installing_other/install-rhacs-other.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc::[]

Before you install:

* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods[installation platforms and methods].
* Understand the xref:../../installing/acs-installation-platforms.adoc#install-platforms-methods_acs-installation-platforms[installation platforms and methods].
* Understand xref:../../architecture/acs-architecture.adoc#acs-architecture_acs-architecture[{product-title} architecture].
* Review the xref:../installing_other/prerequisites-other.adoc#prerequisites-other[prerequisites].
Expand Down
30 changes: 30 additions & 0 deletions modules/installation-methods-for-different-architectures.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// Module included in the following assemblies:
//
// * installing/acs-installation-platforms.adoc
:_content-type: REFERENCE
[id="installation-methods-for-different-architectures_{context}"]
= Installation methods for different architectures

[role="_abstract"]
{rh-rhacs-first} and {product-title-managed} ({product-title-managed-short}) are supported on specific architectures.

.Supported architectures and recommended installation methods
[%autowidth]
|===
|*Supported architectures*|*Supported for Central*|*Supported for Secured Clusters*|*Supported installation methods*

|AMD64
|Yes
|Yes
a|Operator (preferred), Helm charts, or roxctl CLI (not recommended)

|IBM Power (ppc64le)
|No
|Yes ({ocp} versions 4.10, 4.11, and 4.12 only)
.2+a|Operator is the only supported install method.

|IBM Z
|No
|Yes ({ocp} versions 4.10, 4.11, and 4.12 only)

|===
14 changes: 14 additions & 0 deletions modules/supported-browsers-for-rhacs.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Module included in the following assemblies:
//
// * installing/acs-installation-platforms.adoc
:_content-type: REFERENCE
[id="supported-browsers-for-rhacs_{context}"]
= Supported Browsers for RHACS

[role="_abstract"]
{rh-rhacs-first} link:https://www.redhat.com/en/about/browser-support[browser support] complies with Red Hat policy and includes the following browsers:

* Google Chrome
* Mozilla Firefox
* Apple Safari
* Microsoft Edge

0 comments on commit ff9870e

Please sign in to comment.