Skip to content

Commit 5a83473

Browse files
committed
adding ifeval statments
1 parent 807a5cf commit 5a83473

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ endif::[]
1010
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
1111
:tf-hcp:
1212
endif::[]
13+
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
14+
:hcp-rosa:
15+
endif::[]
1316

1417
:_mod-docs-content-type: CONCEPT
1518
[id="rosa-sts-overview-of-the-default-cluster-specifications_{context}"]
@@ -73,23 +76,23 @@ ifndef::rosa-hcp,tf-hcp[]
7376
* EC2 Instance Metadata Service (IMDS) is enabled and allows the use of IMDSv1 or IMDSv2 (token optional)
7477
endif::rosa-hcp,tf-hcp[]
7578
* Monitoring for user-defined projects: Enabled
76-
ifndef::openshift-rosa-hcp[]
79+
ifndef::openshift-rosa-hcp,hcp-rosa[]
7780
|Encryption
7881
|* Cloud storage is encrypted at rest
7982
* Additional etcd encryption is not enabled
8083
* 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[]
8285

8386
ifdef::openshift-rosa,openshift-rosa-hcp,tf-classic[]
8487
|Control plane node configuration
8588
|* Control plane node instance type: m5.2xlarge (8 vCPU, 32 GiB RAM)
8689
* Control plane node count: 3
8790
endif::openshift-rosa,openshift-rosa-hcp,tf-classic[]
88-
ifndef::openshift-rosa-hcp[]
91+
ifndef::openshift-rosa-hcp,hcp-rosa[]
8992
|Infrastructure node configuration
9093
|* Infrastructure node instance type: r5.xlarge (4 vCPU, 32 GiB RAM)
9194
* Infrastructure node count: 2
92-
endif::openshift-rosa-hcp[]
95+
endif::openshift-rosa-hcp,hcp-rosa[]
9396

9497
|Compute node machine pool
9598
|* Compute node instance type: m5.xlarge (4 vCPU 16, GiB RAM)
@@ -163,3 +166,7 @@ endif::[]
163166
ifeval::["{context}" == "rosa-hcp-creating-a-cluster-quickly-terraform"]
164167
:!tf-hcp:
165168
endif::[]
169+
ifeval::["{context}" == "rosa-hcp-sts-creating-a-cluster-quickly"]
170+
:!hcp-rosa:
171+
endif::[]
172+

0 commit comments

Comments
 (0)