Skip to content

Commit 7bf1f9d

Browse files
authored
Merge pull request #72382 from EricPonvelle/OSDOCS-9818_Private-Typo
OSDOCS-9818: Removed PrivateLink references to Private ROSA with HCP docs
2 parents c77837b + 15bd97f commit 7bf1f9d

6 files changed

+20
-25
lines changed

_topic_maps/_topic_map_rosa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Topics:
211211
- Name: Creating ROSA with HCP clusters using a custom AWS KMS encryption key
212212
File: rosa-hcp-creating-cluster-with-aws-kms-key
213213
- Name: Creating a private cluster on ROSA with HCP
214-
File: rosa-hcp-aws-privatelink-creating-cluster
214+
File: rosa-hcp-aws-private-creating-cluster
215215
- Name: Using the Node Tuning Operator on ROSA with HCP
216216
File: rosa-tuning-config
217217
---

modules/osd-aws-privatelink-about.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
33
// * rosa_install_access_delete_clusters/rosa-aws-privatelink-creating-cluster.adoc
4-
// * rosa_hcp/rosa-hcp-aws-privatelink-creating-cluster.adoc
5-
ifeval::["{context}" == "rosa-hcp-aws-privatelink-creating-cluster"]
4+
// * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc
5+
ifeval::["{context}" == "rosa-hcp-aws-private-creating-cluster"]
66
:rosa-hcp:
77
endif::[]
88
ifeval::["{context}" == "rosa-aws-privatelink-creating-cluster"]
@@ -26,7 +26,7 @@ For more information, see link:https://aws.amazon.com/privatelink/[AWS PrivateLi
2626
You can only make a PrivateLink cluster at installation time. You cannot change a cluster to PrivateLink after installation.
2727
====
2828

29-
ifeval::["{context}" == "rosa-hcp-aws-privatelink-creating-cluster"]
29+
ifeval::["{context}" == "rosa-hcp-aws-private-creating-cluster"]
3030
:!rosa-hcp:
3131
endif::[]
3232
ifeval::["{context}" == "rosa-aws-privatelink-creating-cluster"]

modules/osd-aws-privatelink-required-resources.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Module included in the following assemblies:
22
//
33
// * rosa_install_access_delete_clusters/rosa-aws-privatelink-creating-cluster.adoc
4-
// * rosa_hcp/rosa-hcp-aws-privatelink-creating-cluster.adoc
5-
ifeval::["{context}" == "rosa-hcp-aws-privatelink-creating-cluster"]
4+
// * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc
5+
ifeval::["{context}" == "rosa-hcp-aws-private-creating-cluster"]
66
:rosa-hcp:
77
endif::[]
88
ifeval::["{context}" == "rosa-aws-privatelink-creating-cluster"]
@@ -59,7 +59,7 @@ Your VPC must have private subnets in 1 availability zone for Single-AZ deployme
5959
endif::rosa-hcp[]
6060
You must provide appropriate routes and route tables.
6161
|===
62-
ifeval::["{context}" == "rosa-hcp-aws-privatelink-creating-cluster"]
62+
ifeval::["{context}" == "rosa-hcp-aws-private-creating-cluster"]
6363
:!rosa-hcp:
6464
endif::[]
6565
ifeval::["{context}" == "rosa-aws-privatelink-creating-cluster"]

modules/rosa-hcp-aws-privatelink-create-cluster.adoc renamed to modules/rosa-hcp-aws-private-create-cluster.adoc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
// Module included in the following assemblies:
22
//
3-
// * rosa_hcp/rosa-hcp-aws-privatelink-creating-cluster.adoc
3+
// * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc
44
:_mod-docs-content-type: PROCEDURE
5-
[id="rosa-hcp-aws-privatelink-create-cluster_{context}"]
6-
= Creating an AWS PrivateLink cluster
5+
[id="rosa-hcp-aws-private-create-cluster_{context}"]
6+
= Creating an AWS private cluster
77

88
You can create a private cluster with multiple availability zones (Multi-AZ) on {hcp-title} using the ROSA command line interface (CLI), `rosa`.
99

10-
[NOTE]
11-
====
12-
AWS PrivateLink is supported on preexisting VPCs only.
13-
====
14-
1510
.Prerequisites
1611

1712
* You have available AWS service quotas.
@@ -69,7 +64,7 @@ $ rosa create operator-roles --hosted-cp --prefix <operator_roles_prefix> --oidc
6964
+
7065
[source,terminal]
7166
----
72-
$ rosa create cluster --private-link --cluster-name=<cluster-name> --sts --mode=auto --hosted-cp --operator-roles-prefix <operator_role_prefix> --oidc-config-id <oidc_config_id> [--machine-cidr=<VPC CIDR>/16] --subnet-ids=<private-subnet-id1>[,<private-subnet-id2>,<private-subnet-id3>]
67+
$ rosa create cluster --private --cluster-name=<cluster-name> --sts --mode=auto --hosted-cp --operator-roles-prefix <operator_role_prefix> --oidc-config-id <oidc_config_id> [--machine-cidr=<VPC CIDR>/16] --subnet-ids=<private-subnet-id1>[,<private-subnet-id2>,<private-subnet-id3>]
7368
----
7469

7570
. Enter the following command to check the status of your cluster. During cluster creation, the `State` field from the output will transition from `pending` to `installing`, and finally, to `ready`.

modules/rosa-hcp-aws-privatelink-security-groups.adoc renamed to modules/rosa-hcp-aws-private-security-groups.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
3-
// * rosa_hcp/rosa-hcp-aws-privatelink-creating-cluster.adoc
4-
[id="rosa-hcp-aws-privatelink-security-groups_{context}"]
3+
// * rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc
4+
[id="rosa-hcp-aws-private-security-groups_{context}"]
55
:_mod-docs-content-type: PROCEDURE
66
= Configuring AWS security groups to access the API
77

rosa_hcp/rosa-hcp-aws-privatelink-creating-cluster.adoc renamed to rosa_hcp/rosa-hcp-aws-private-creating-cluster.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="rosa-hcp-aws-privatelink-creating-cluster"]
2+
[id="rosa-hcp-aws-private-creating-cluster"]
33
= Creating a private cluster on {hcp-title}
44
include::_attributes/attributes-openshift-dedicated.adoc[]
5-
:context: rosa-hcp-aws-privatelink-creating-cluster
5+
:context: rosa-hcp-aws-private-creating-cluster
66

77
toc::[]
88

99
This document describes how to create a {hcp-title-first} private cluster.
1010

11-
include::modules/osd-aws-privatelink-about.adoc[leveloffset=+1]
12-
include::modules/osd-aws-privatelink-required-resources.adoc[leveloffset=+1]
13-
include::modules/rosa-hcp-aws-privatelink-create-cluster.adoc[leveloffset=+1]
14-
include::modules/rosa-hcp-aws-privatelink-security-groups.adoc[leveloffset=+1]
11+
//include::modules/osd-aws-privatelink-about.adoc[leveloffset=+1]
12+
//include::modules/osd-aws-privatelink-required-resources.adoc[leveloffset=+1]
13+
include::modules/rosa-hcp-aws-private-create-cluster.adoc[leveloffset=+1]
14+
include::modules/rosa-hcp-aws-private-security-groups.adoc[leveloffset=+1]
1515

16-
[id="next-steps_rosa-hcp-aws-privatelink-creating-cluster"]
16+
[id="next-steps_rosa-hcp-aws-private-creating-cluster"]
1717
== Next steps
1818
xref:../rosa_install_access_delete_clusters/rosa-sts-config-identity-providers.adoc#rosa-sts-config-identity-providers[Configuring identity providers]
1919

0 commit comments

Comments
 (0)