Skip to content

Commit 1d79935

Browse files
committed
GCP restructuring
1 parent 3334138 commit 1d79935

36 files changed

+486
-376
lines changed

_topic_maps/_topic_map_osd.yml

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,26 +117,34 @@ Topics:
117117
- Name: Getting started with OpenShift Dedicated
118118
File: osd-getting-started
119119
---
120-
Name: Installing, accessing, and deleting OpenShift Dedicated clusters
121-
Dir: osd_install_access_delete_cluster
120+
Name: OpenShift Dedicated clusters on GCP
121+
Dir: osd_gcp_clusters
122122
Distros: openshift-dedicated
123123
Topics:
124124
- Name: Private Service Connect overview
125125
File: creating-a-gcp-psc-enabled-private-cluster
126-
- Name: Creating a cluster on GCP with Workload Identity Federation
126+
- Name: Creating a cluster on GCP with Workload Identity Federation authentication
127127
File: creating-a-gcp-cluster-with-workload-identity-federation
128-
- Name: Creating a cluster on GCP
128+
- Name: Creating a cluster on GCP with Service Account authentication
129129
File: creating-a-gcp-cluster
130-
#- Name: Creating a cluster on GCP with a Red Hat cloud account
131-
# File: creating-a-gcp-cluster-redhat-account
132-
- Name: Creating a cluster on AWS
133-
File: creating-an-aws-cluster
130+
- Name: Creating a cluster on GCP with a Red Hat cloud account
131+
File: creating-a-gcp-cluster-redhat-account
132+
134133
#- Name: Configuring your identity providers
135134
# File: config-identity-providers
136135
#- Name: Revoking privileges and access to an OpenShift Dedicated cluster
137136
# File: osd-revoking-cluster-privileges
138-
- Name: Deleting an OpenShift Dedicated cluster
139-
File: osd-deleting-a-cluster
137+
- Name: Deleting an OpenShift Dedicated cluster on GCP
138+
File: osd-deleting-a-cluster-gcp
139+
---
140+
Name: OpenShift Dedicated clusters on AWS
141+
Dir: osd_aws_clusters
142+
Distros: openshift-dedicated
143+
Topics:
144+
- Name: Creating a cluster on AWS
145+
File: creating-an-aws-cluster
146+
- Name: Deleting an OpenShift Dedicated cluster on AWS
147+
File: osd-deleting-a-cluster-aws
140148
---
141149
Name: Support
142150
Dir: support

architecture/osd-architecture-models-gcp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ include::modules/osd-public-architecture-model-gcp.adoc[leveloffset=+1]
1919
[id="osd-architecture-models-additional-resources"]
2020
== Additional resources
2121

22-
* xref:../osd_install_access_delete_cluster/creating-a-gcp-psc-enabled-private-cluster.adoc#creating-a-gcp-psc-enabled-private-cluster[Private Service Connect overview]
23-
24-
* xref:../osd_install_access_delete_cluster/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]
22+
* xref:../osd_gcp_clusters/creating-a-gcp-psc-enabled-private-cluster.adoc#creating-a-gcp-psc-enabled-private-cluster[Private Service Connect overview]
2523

24+
* 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]
2625

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]

modules/configuring-a-proxy-during-installation-ocm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif::openshift-dedicated[]
2121
Prior to the installation, you must verify that the proxy is accessible from the VPC that the cluster is being installed into. The proxy must also be accessible from the private subnets of the VPC.
2222

2323
ifdef::openshift-dedicated[]
24-
For detailed steps to configure a cluster-wide proxy during installation by using {cluster-manager}, see _Creating a cluster on AWS with CCS_ or _Creating a cluster on GCP with CCS_.
24+
For detailed steps to configure a cluster-wide proxy during installation by using {cluster-manager}, see _Creating a cluster on AWS_ or _Creating a cluster on GCP_.
2525
endif::openshift-dedicated[]
2626

2727
ifdef::openshift-rosa[]

modules/create-wif-cluster-ocm.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@
1212
. Log in to {cluster-manager-url} and click *Create cluster* on the {product-title} card.
1313

1414
. Under *Billing model*, configure the subscription type and infrastructure type.
15-
+
16-
[IMPORTANT]
17-
====
18-
Workload Identity Federation is supported by the Customer Cloud Subscription (CCS) infrastructure type only.
19-
====
20-
+
15+
2116
.. Select a subscription type. For information about {product-title} subscription options, see link:https://access.redhat.com/documentation/en-us/openshift_cluster_manager/1-latest/html-single/managing_clusters/index#assembly-cluster-subscriptions[Cluster subscriptions and registration] in the {cluster-manager} documentation.
2217
+
2318

modules/deleting-cluster-aws.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * osd_install_access_delete_cluster/osd-deleting-a-cluster.adoc
4+
// * osd_getting_started/osd-getting-started.adoc
5+
6+
:_mod-docs-content-type: PROCEDURE
7+
[id="deleting-cluster_aws_{context}"]
8+
= Deleting your cluster
9+
10+
You can delete your {product-title} cluster in {cluster-manager-first}.
11+
12+
.Prerequisites
13+
14+
* You logged in to {cluster-manager-url}.
15+
* You created an {product-title} cluster.
16+
17+
.Procedure
18+
19+
. From {cluster-manager-url}, click on the cluster you want to delete.
20+
21+
. Select *Delete cluster* from the *Actions* drop-down menu.
22+
23+
. Type the name of the cluster highlighted in bold, then click *Delete*. Cluster deletion occurs automatically.

modules/deleting-cluster.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
You can delete your {product-title} cluster in {cluster-manager-first}.
1111

12+
.Prerequisites
13+
1214
* You logged in to {cluster-manager-url}.
1315
* You created an {product-title} cluster.
1416
@@ -19,6 +21,7 @@ You can delete your {product-title} cluster in {cluster-manager-first}.
1921
. Select *Delete cluster* from the *Actions* drop-down menu.
2022

2123
. Type the name of the cluster highlighted in bold, then click *Delete*. Cluster deletion occurs automatically.
24+
2225
+
2326
[NOTE]
2427
====

0 commit comments

Comments
 (0)