Skip to content

Commit bc93d0e

Browse files
authored
Merge pull request #87327 from AedinC/OSDOCS-13059
OSDOCS-13059:Sanity check on links after OSDOCS-12950.
2 parents f82199f + 252b5a9 commit bc93d0e

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Topics:
126126
- Name: Creating a cluster on GCP with Workload Identity Federation authentication
127127
File: creating-a-gcp-cluster-with-workload-identity-federation
128128
- Name: Creating a cluster on GCP with Service Account authentication
129-
File: creating-a-gcp-cluster
129+
File: creating-a-gcp-cluster-sa
130130
- Name: Creating a cluster on GCP with a Red Hat cloud account
131131
File: creating-a-gcp-cluster-redhat-account
132132

architecture/osd-architecture-models-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ include::modules/osd-public-architecture-model-gcp.adoc[leveloffset=+1]
2323

2424
* xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication]
2525

26-
* xref:../osd_gcp_clusters/creating-a-gcp-cluster.adoc#osd-creating-a-cluster-on-gcp[Creating a cluster on GCP with Service Account authentication]
26+
* xref:../osd_gcp_clusters/creating-a-gcp-cluster-sa.adoc#osd-creating-a-cluster-on-gcp-sa[Creating a cluster on GCP with Service Account authentication]

networking/configuring-cluster-wide-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ifdef::openshift-rosa[]
6666
endif::openshift-rosa[]
6767
ifdef::openshift-dedicated[]
6868
* xref:../osd_aws_clusters/creating-an-aws-cluster.adoc#osd-create-aws-cluster-ccs_osd-creating-a-cluster-on-aws[Creating a cluster on AWS]
69-
* xref:../osd_gcp_clusters/creating-a-gcp-cluster.adoc#osd-create-gcp-cluster-ccs_osd-creating-a-cluster-on-gcp[Creating a cluster on GCP]
69+
* xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication]
7070
endif::openshift-dedicated[]
7171

7272
[id="configuring-a-proxy-after-installation_{context}"]

osd_gcp_clusters/creating-a-gcp-cluster.adoc renamed to osd_gcp_clusters/creating-a-gcp-cluster-sa.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="osd-creating-a-cluster-on-gcp"]
2+
[id="osd-creating-a-cluster-on-gcp-sa"]
33
= Creating a cluster on GCP with Service Account authentication
44
include::_attributes/attributes-openshift-dedicated.adoc[]
5-
:context: osd-creating-a-cluster-on-gcp
5+
:context: osd-creating-a-cluster-on-gcp-sa
66

77
toc::[]
88

osd_getting_started/osd-getting-started.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can install {product-title} in your own {GCP} account by using the CCS model
3131

3232
* Red Hat also recommends creating an {product-title} cluster deployed on {GCP} in Private cluster mode with Private Service Connect (PSC) to manage and monitor a cluster to avoid all public ingress network traffic. For more information, see xref:../osd_gcp_clusters/creating-a-gcp-psc-enabled-private-cluster.adoc#creating-a-gcp-psc-enabled-private-cluster[Private Service Connect overview].
3333

34-
* For installing and interacting with the {product-title} cluster deployed on the {GCP} using the Service Account authentication type, see xref:../osd_gcp_clusters/creating-a-gcp-cluster.adoc#osd-create-gcp-cluster-ccs_osd-creating-a-cluster-on-gcp[Creating a cluster on GCP with Service Account authentication].
34+
* For installing and interacting with the {product-title} cluster deployed on the {GCP} using the Service Account authentication type, see xref:../osd_gcp_clusters/creating-a-gcp-cluster-sa.adoc#osd-create-gcp-cluster-ccs_osd-creating-a-cluster-on-gcp-sa[Creating a cluster on GCP with Service Account authentication].
3535
** Red Hat recommends using GCP Workload Identity Federation (WIF) as the authentication type for installing and interacting with the {product-title} cluster deployed on {GCP} because it provides enhanced security. For more information, see xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication].
3636

3737
// Update link with new title when new SA auth guide goes live.
@@ -48,7 +48,7 @@ You can install {product-title} in your own {AWS} account by using the CCS model
4848

4949
Complete the steps in one of the following sections to deploy {product-title} in a cloud account that is owned by Red Hat:
5050

51-
* xref:../osd_gcp_clusters/creating-a-gcp-cluster.adoc#osd-create-aws-cluster-ccs_osd-creating-a-cluster-on-gcp[Creating a cluster on GCP with a Red Hat cloud account]: You can install {product-title} in an GCP account that is owned by Red Hat.
51+
* xref:../osd_gcp_clusters/creating-a-gcp-cluster-redhat-account.adoc#creating-a-gcp-cluster-rh-account[Creating a cluster on GCP with a Red Hat cloud account]: You can install {product-title} in an GCP account that is owned by Red Hat.
5252

5353
* xref:../osd_aws_clusters/creating-an-aws-cluster.adoc#osd-create-aws-cluster-red-hat-account_osd-creating-a-cluster-on-aws[Creating a cluster on AWS]: You can install {product-title} in an AWS account that is owned by Red Hat.
5454
// Update link when OSDOCS-12950 goes live.
@@ -94,9 +94,7 @@ include::modules/deleting-cluster.adoc[leveloffset=+1]
9494

9595
* For more information about deploying {product-title} clusters on AWS, see xref:../osd_aws_clusters/creating-an-aws-cluster.adoc#osd-create-aws-cluster-ccs_osd-creating-a-cluster-on-aws[Creating a cluster on AWS].
9696

97-
* For more information about deploying {product-title} clusters on GCP, see xref:../osd_gcp_clusters/creating-a-gcp-cluster.adoc#osd-creating-a-cluster-on-gcp[Creating a cluster on GCP with Service Account authentication] and xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication].
97+
* For more information about deploying {product-title} clusters on GCP, see xref:../osd_gcp_clusters/creating-a-gcp-cluster-sa.adoc#osd-creating-a-cluster-on-gcp-sa[Creating a cluster on GCP with Service Account authentication] and xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication].
9898

9999
* For documentation on upgrading your cluster, see xref:../upgrading/osd-upgrades.adoc#osd-upgrades[{product-title} cluster upgrades].
100100

101-
102-
xref:../osd_gcp_clusters/creating-a-gcp-cluster-with-workload-identity-federation.adoc#osd-creating-a-cluster-on-gcp-with-workload-identity-federation[Creating a cluster on GCP with Workload Identity Federation authentication]

0 commit comments

Comments
 (0)