@@ -10,6 +10,9 @@ endif::[]
10
10
ifeval::["{context} " == "rosa-hcp-creating-a-cluster-quickly-terraform"]
11
11
:tf-hcp:
12
12
endif::[]
13
+ ifeval::["{context} " == "rosa-hcp-sts-creating-a-cluster-quickly"]
14
+ :hcp-rosa:
15
+ endif::[]
13
16
14
17
:_mod-docs-content-type: CONCEPT
15
18
[id="rosa-sts-overview-of-the-default-cluster-specifications_{context} "]
@@ -73,23 +76,23 @@ ifndef::rosa-hcp,tf-hcp[]
73
76
* EC2 Instance Metadata Service (IMDS) is enabled and allows the use of IMDSv1 or IMDSv2 (token optional)
74
77
endif::rosa-hcp,tf-hcp[]
75
78
* Monitoring for user-defined projects: Enabled
76
- ifndef::openshift-rosa-hcp[]
79
+ ifndef::openshift-rosa-hcp,hcp-rosa []
77
80
|Encryption
78
81
|* Cloud storage is encrypted at rest
79
82
* Additional etcd encryption is not enabled
80
83
* The default AWS Key Management Service (KMS) key is used as the encryption key for persistent data
81
- endif::openshift-rosa-hcp[]
84
+ endif::openshift-rosa-hcp,hcp-rosa []
82
85
83
86
ifdef::openshift-rosa,openshift-rosa-hcp,tf-classic[]
84
87
|Control plane node configuration
85
88
|* Control plane node instance type: m5.2xlarge (8 vCPU, 32 GiB RAM)
86
89
* Control plane node count: 3
87
90
endif::openshift-rosa,openshift-rosa-hcp,tf-classic[]
88
- ifndef::openshift-rosa-hcp[]
91
+ ifndef::openshift-rosa-hcp,hcp-rosa []
89
92
|Infrastructure node configuration
90
93
|* Infrastructure node instance type: r5.xlarge (4 vCPU, 32 GiB RAM)
91
94
* Infrastructure node count: 2
92
- endif::openshift-rosa-hcp[]
95
+ endif::openshift-rosa-hcp,hcp-rosa []
93
96
94
97
|Compute node machine pool
95
98
|* Compute node instance type: m5.xlarge (4 vCPU 16, GiB RAM)
@@ -163,3 +166,7 @@ endif::[]
163
166
ifeval::["{context} " == "rosa-hcp-creating-a-cluster-quickly-terraform"]
164
167
:!tf-hcp:
165
168
endif::[]
169
+ ifeval::["{context} " == "rosa-hcp-sts-creating-a-cluster-quickly"]
170
+ :!hcp-rosa:
171
+ endif::[]
172
+
0 commit comments