1
1
// Module included in the following assemblies:
2
2
//
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
3
6
// * 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
4
8
// * rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc
5
- // * rosa_getting_started/rosa-quickstart-guide-ui.adoc
6
9
7
10
ifeval::["{context} " == "rosa-classic-creating-a-cluster-quickly-terraform"]
8
11
:tf-classic:
9
12
endif::[]
10
13
ifeval::["{context} " == "rosa-hcp-creating-a-cluster-quickly-terraform"]
11
14
:tf-hcp:
12
15
endif::[]
13
- ifeval::["{context} " == "rosa-hcp-sts-creating-a-cluster-quickly"]
14
- :hcp-rosa:
15
- endif::[]
16
16
17
17
:_mod-docs-content-type: CONCEPT
18
18
[id="rosa-sts-overview-of-the-default-cluster-specifications_{context} "]
@@ -48,9 +48,16 @@ ifdef::tf-classic,tf-hcp[]
48
48
* Default IAM role prefix: `rosa-<6-digit-alphanumeric-string>`
49
49
endif::tf-classic,tf-hcp[]
50
50
ifndef::tf-classic,tf-hcp[]
51
+ ifdef::openshift-rosa[]
51
52
* 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[]
52
57
endif::tf-classic,tf-hcp[]
58
+ ifndef::openshift-rosa-hcp[]
53
59
* No cluster admin role created
60
+ endif::openshift-rosa-hcp[]
54
61
55
62
|Cluster settings
56
63
|
@@ -70,29 +77,32 @@ ifdef::openshift-rosa-hcp[]
70
77
* Default AWS region for installations using the ROSA CLI (`rosa` ): Defined by your `aws` CLI configuration
71
78
* Default EC2 IMDS endpoints (both v1 and v2) are enabled
72
79
endif::openshift-rosa-hcp[]
73
- * Availability: Single zone for the data plane
74
80
endif::tf-classic,tf-hcp[]
75
- ifndef::rosa-hcp,tf-hcp[]
81
+ ifndef::openshift- rosa-hcp,tf-hcp[]
76
82
* 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
78
85
* 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[]
80
90
|Encryption
81
91
|* Cloud storage is encrypted at rest
82
92
* Additional etcd encryption is not enabled
83
93
* 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[]
85
95
86
96
ifdef::openshift-rosa,openshift-rosa-hcp,tf-classic[]
87
97
|Control plane node configuration
88
98
|* Control plane node instance type: m5.2xlarge (8 vCPU, 32 GiB RAM)
89
99
* Control plane node count: 3
90
100
endif::openshift-rosa,openshift-rosa-hcp,tf-classic[]
91
- ifndef::openshift-rosa-hcp,hcp-rosa []
101
+ ifndef::openshift-rosa-hcp[]
92
102
|Infrastructure node configuration
93
103
|* Infrastructure node instance type: r5.xlarge (4 vCPU, 32 GiB RAM)
94
104
* Infrastructure node count: 2
95
- endif::openshift-rosa-hcp,hcp-rosa []
105
+ endif::openshift-rosa-hcp[]
96
106
97
107
|Compute node machine pool
98
108
|* Compute node instance type: m5.xlarge (4 vCPU 16, GiB RAM)
@@ -175,7 +185,4 @@ endif::[]
175
185
ifeval::["{context} " == "rosa-hcp-creating-a-cluster-quickly-terraform"]
176
186
:!tf-hcp:
177
187
endif::[]
178
- ifeval::["{context} " == "rosa-hcp-sts-creating-a-cluster-quickly"]
179
- :!hcp-rosa:
180
- endif::[]
181
188
0 commit comments