Skip to content

Commit c7a60af

Browse files
committed
OSDOCS-15140: Updated HCP Install guide for migration
1 parent 34daca5 commit c7a60af

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

modules/rosa-sts-overview-of-the-default-cluster-specifications.adoc

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
// Module included in the following assemblies:
22
//
3+
// * rosa_getting_started/rosa-quickstart-guide-ui.adoc
4+
// * rosa_hcp/terraform/rosa-hcp-creating-a-cluster-quickly-terraform.adoc
5+
// * rosa_hcp/rosa-hcp-quickstart-guide.adoc
36
// * rosa_hcp/rosa-hcp-sts-creating-a-cluster-quickly.adoc
7+
// * rosa_install_access_delete_clusters/terraform/rosa-classic-creating-a-cluster-quickly-terraform.adoc
48
// * rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc
5-
// * rosa_getting_started/rosa-quickstart-guide-ui.adoc
69

710
ifeval::["{context}" == "rosa-classic-creating-a-cluster-quickly-terraform"]
811
:tf-classic:
912
endif::[]
1013
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
1114
:tf-hcp:
1215
endif::[]
13-
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
14-
:hcp-rosa:
15-
endif::[]
1616

1717
:_mod-docs-content-type: CONCEPT
1818
[id="rosa-sts-overview-of-the-default-cluster-specifications_{context}"]
@@ -48,9 +48,16 @@ ifdef::tf-classic,tf-hcp[]
4848
* Default IAM role prefix: `rosa-<6-digit-alphanumeric-string>`
4949
endif::tf-classic,tf-hcp[]
5050
ifndef::tf-classic,tf-hcp[]
51+
ifdef::openshift-rosa[]
5152
* Default IAM role prefix: `ManagedOpenShift`
53+
endif::openshift-rosa[]
54+
ifdef::openshift-rosa-hcp[]
55+
* Default IAM role prefix: `HCP-ROSA`
56+
endif::openshift-rosa-hcp[]
5257
endif::tf-classic,tf-hcp[]
58+
ifndef::openshift-rosa-hcp[]
5359
* No cluster admin role created
60+
endif::openshift-rosa-hcp[]
5461

5562
|Cluster settings
5663
|
@@ -70,29 +77,32 @@ ifdef::openshift-rosa-hcp[]
7077
* Default AWS region for installations using the ROSA CLI (`rosa`): Defined by your `aws` CLI configuration
7178
* Default EC2 IMDS endpoints (both v1 and v2) are enabled
7279
endif::openshift-rosa-hcp[]
73-
* Availability: Single zone for the data plane
7480
endif::tf-classic,tf-hcp[]
75-
ifndef::rosa-hcp,tf-hcp[]
81+
ifndef::openshift-rosa-hcp,tf-hcp[]
7682
* EC2 Instance Metadata Service (IMDS) is enabled and allows the use of IMDSv1 or IMDSv2 (token optional)
77-
endif::rosa-hcp,tf-hcp[]
83+
endif::openshift-rosa-hcp,tf-hcp[]
84+
* Availability: Single zone for the data plane
7885
* Monitoring for user-defined projects: Enabled
79-
ifndef::openshift-rosa-hcp,hcp-rosa[]
86+
ifdef::openshift-rosa-hcp[]
87+
* No cluster admin role created
88+
endif::openshift-rosa-hcp[]
89+
ifndef::openshift-rosa-hcp[]
8090
|Encryption
8191
|* Cloud storage is encrypted at rest
8292
* Additional etcd encryption is not enabled
8393
* The default AWS Key Management Service (KMS) key is used as the encryption key for persistent data
84-
endif::openshift-rosa-hcp,hcp-rosa[]
94+
endif::openshift-rosa-hcp[]
8595

8696
ifdef::openshift-rosa,openshift-rosa-hcp,tf-classic[]
8797
|Control plane node configuration
8898
|* Control plane node instance type: m5.2xlarge (8 vCPU, 32 GiB RAM)
8999
* Control plane node count: 3
90100
endif::openshift-rosa,openshift-rosa-hcp,tf-classic[]
91-
ifndef::openshift-rosa-hcp,hcp-rosa[]
101+
ifndef::openshift-rosa-hcp[]
92102
|Infrastructure node configuration
93103
|* Infrastructure node instance type: r5.xlarge (4 vCPU, 32 GiB RAM)
94104
* Infrastructure node count: 2
95-
endif::openshift-rosa-hcp,hcp-rosa[]
105+
endif::openshift-rosa-hcp[]
96106

97107
|Compute node machine pool
98108
|* Compute node instance type: m5.xlarge (4 vCPU 16, GiB RAM)
@@ -175,7 +185,4 @@ endif::[]
175185
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
176186
:!tf-hcp:
177187
endif::[]
178-
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
179-
:!hcp-rosa:
180-
endif::[]
181188

0 commit comments

Comments
 (0)