From ff9870e642b6ecd90d65bb8062287abdf8cf7c3d Mon Sep 17 00:00:00 2001 From: Somebody Unknown Date: Tue, 7 Feb 2023 16:04:11 +0530 Subject: [PATCH] ROX14338 Creating new page for supported architectures ROX14338 Fixing build error ROX14338 Fixing build error #2 ROX14338 Fixing build error #3 ROX14338 Fixing build error #4 ROX14338 Fixing link issues ROX14338 Adding supported OCP versions ROX14338 Incorporating peer review feedback ROX14338 Incorporating peer review feedback #2 ROX14338 Incorporating peer review feedback ROX14338 Incorporating review feedback 4 --- _topic_map.yml | 2 +- installing/acs-installation-platforms.adoc | 84 ++++++++++++++++++- .../install-rhacs-cloud-ocp.adoc | 2 +- .../install-rhacs-cloud-other.adoc | 2 +- .../installing_ocp/install-rhacs-ocp.adoc | 2 +- .../installing_other/install-rhacs-other.adoc | 2 +- ...n-methods-for-different-architectures.adoc | 30 +++++++ modules/supported-browsers-for-rhacs.adoc | 14 ++++ 8 files changed, 129 insertions(+), 9 deletions(-) create mode 100644 modules/installation-methods-for-different-architectures.adoc create mode 100644 modules/supported-browsers-for-rhacs.adoc diff --git a/_topic_map.yml b/_topic_map.yml index 95df92205966..8fb082a04237 100644 --- a/_topic_map.yml +++ b/_topic_map.yml @@ -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 diff --git a/installing/acs-installation-platforms.adoc b/installing/acs-installation-platforms.adoc index d07670475ebd..2e77a3dd99ba 100644 --- a/installing/acs-installation-platforms.adoc +++ b/installing/acs-installation-platforms.adoc @@ -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 @@ -41,4 +116,5 @@ a| * xref:../installing/installing_other/install-rhacs-other.adoc#install-rhacs- a| * Helm charts (recommended) * `roxctl` CLI -|=== \ No newline at end of file +|=== +//// \ No newline at end of file diff --git a/installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc b/installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc index f20d0d0b6c13..f44b26a35f03 100644 --- a/installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc +++ b/installing/installing_cloud_ocp/install-rhacs-cloud-ocp.adoc @@ -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]. diff --git a/installing/installing_cloud_other/install-rhacs-cloud-other.adoc b/installing/installing_cloud_other/install-rhacs-cloud-other.adoc index 0098a3b5aed1..237389d9d0e7 100644 --- a/installing/installing_cloud_other/install-rhacs-cloud-other.adoc +++ b/installing/installing_cloud_other/install-rhacs-cloud-other.adoc @@ -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]. diff --git a/installing/installing_ocp/install-rhacs-ocp.adoc b/installing/installing_ocp/install-rhacs-ocp.adoc index 6f349985152f..92581a794b9d 100644 --- a/installing/installing_ocp/install-rhacs-ocp.adoc +++ b/installing/installing_ocp/install-rhacs-ocp.adoc @@ -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]. diff --git a/installing/installing_other/install-rhacs-other.adoc b/installing/installing_other/install-rhacs-other.adoc index ec0bf63b1361..cf2d12e6ee79 100644 --- a/installing/installing_other/install-rhacs-other.adoc +++ b/installing/installing_other/install-rhacs-other.adoc @@ -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]. diff --git a/modules/installation-methods-for-different-architectures.adoc b/modules/installation-methods-for-different-architectures.adoc new file mode 100644 index 000000000000..87d2d09a2cd9 --- /dev/null +++ b/modules/installation-methods-for-different-architectures.adoc @@ -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) + +|=== \ No newline at end of file diff --git a/modules/supported-browsers-for-rhacs.adoc b/modules/supported-browsers-for-rhacs.adoc new file mode 100644 index 000000000000..86530ce2a2af --- /dev/null +++ b/modules/supported-browsers-for-rhacs.adoc @@ -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 \ No newline at end of file