Skip to content

Commit 74b012b

Browse files
authored
RHIDP-4165: Multiple chapters format in Installation titles (#608)
1 parent 1b85c83 commit 74b012b

File tree

6 files changed

+57
-63
lines changed

6 files changed

+57
-63
lines changed

assemblies/assembly-install-rhdh-aks.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.

assemblies/assembly-install-rhdh-eks.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

assemblies/assembly-install-rhdh-ocp.adoc

Lines changed: 0 additions & 28 deletions
This file was deleted.

titles/install-rhdh-aks/master.adoc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,15 @@ include::artifacts/attributes.adoc[]
66
:imagesdir: images
77

88
// aks deployment
9-
include::assemblies/assembly-install-rhdh-aks.adoc[leveloffset=+1]
9+
//include::assemblies/assembly-install-rhdh-aks.adoc[leveloffset=+1] //RHIDP-4165: multi-chapter format
10+
11+
You can install {product} on {aks-brand-name} ({aks-short}) using one of the following methods:
12+
13+
* The {product} Operator
14+
* The {product} Helm chart
15+
16+
// Operator method
17+
include::modules/installation/proc-rhdh-deploy-aks-operator.adoc[leveloffset=+1]
18+
19+
// Helm chart method
20+
include::modules/installation/proc-rhdh-deploy-aks-helm.adoc[leveloffset=+1]

titles/install-rhdh-eks/master.adoc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@ include::artifacts/attributes.adoc[]
66
:imagesdir: images
77

88
// aws eks deployment
9-
include::assemblies/assembly-install-rhdh-eks.adoc[leveloffset=+1]
9+
//include::assemblies/assembly-install-rhdh-eks.adoc[leveloffset=+1] //RHIDP-4165: multi-chapter format
10+
11+
You can install {product} on {eks-brand-name} ({eks-short}) using one of the following methods:
12+
13+
* The {product} Operator
14+
* The {product} Helm chart
15+
16+
// Operator method
17+
include::modules/installation/proc-rhdh-deploy-eks-operator.adoc[leveloffset=+1]
18+
19+
include::modules/installation/proc-deploy-rhdh-instance-eks.adoc[leveloffset=+2]
20+
21+
// Helm chart method
22+
include::modules/installation/proc-rhdh-deploy-eks-helm.adoc[leveloffset=+1]

titles/install-rhdh-ocp/master.adoc

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,34 @@ include::artifacts/attributes.adoc[]
66
:imagesdir: images
77

88
// ocp deployment
9-
include::assemblies/assembly-install-rhdh-ocp.adoc[leveloffset=+1]
9+
//include::assemblies/assembly-install-rhdh-ocp.adoc[leveloffset=+1]
10+
11+
You can install {product} on {ocp-short} by using one of the following installers:
12+
13+
The {product} Operator::
14+
+
15+
--
16+
* Ready for immediate use in {ocp-short} after an administrator installs it with OperatorHub
17+
* Uses Operator Lifecycle Management (OLM) to manage automated subscription updates on {ocp-short}
18+
* Requires preinstallation of Operator Lifecycle Management (OLM) to manage automated subscription updates on Kubernetes
19+
--
20+
21+
The {product} Helm chart::
22+
+
23+
--
24+
* Ready for immediate use in both {ocp-short} and Kubernetes
25+
* Requires manual installation and management
26+
--
27+
28+
Use the installation method that best meets your needs and preferences.
29+
30+
.Additional resources
31+
* For more information about choosing an installation method, see link:https://www.redhat.com/en/technologies/cloud-computing/openshift/helm[Helm Charts vs. Operators]
32+
* For more information about the Operator method, see link:https://docs.openshift.com/container-platform/4.15/operators/understanding/olm-what-operators-are.html[Understanding Operators].
33+
* For more information about the Helm chart method, see link:https://docs.openshift.com/container-platform/4.15/applications/working_with_helm_charts/understanding-helm.html[Understanding Helm].
34+
35+
// Operator method
36+
include::assemblies/assembly-install-rhdh-ocp-operator.adoc[leveloffset=+1]
37+
38+
// Helm chart method
39+
include::assemblies/assembly-install-rhdh-ocp-helm.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)