Skip to content

Commit 0359fc8

Browse files
Merge pull request #70396 from snarayan-redhat/OCPBUGS-23165
OCPBUGS#23165: Moved user-defined tags section after installation configuration
2 parents b7afc04 + 08a391a commit 0359fc8

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

installing/installing_azure/installing-azure-customizations.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ include::modules/installation-azure-marketplace-subscribe.adoc[leveloffset=+1]
2828

2929
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
3030

31-
include::modules/installation-user-defined-tags-azure.adoc[leveloffset=+1]
32-
33-
include::modules/querying-user-defined-tags-azure.adoc[leveloffset=+1]
34-
3531
include::modules/installation-initializing.adoc[leveloffset=+1]
3632

3733
[role="_additional-resources"]
@@ -61,6 +57,10 @@ include::modules/installation-configure-proxy.adoc[leveloffset=+2]
6157

6258
* For more details about Accelerated Networking, see xref:../../machine_management/creating_machinesets/creating-machineset-azure.adoc#machineset-azure-accelerated-networking_creating-machineset-azure[Accelerated Networking for Microsoft Azure VMs].
6359

60+
include::modules/installation-user-defined-tags-azure.adoc[leveloffset=+1]
61+
62+
include::modules/querying-user-defined-tags-azure.adoc[leveloffset=+1]
63+
6464
//Installing the OpenShift CLI by downloading the binary: Moved up to precede manual cred (short and long) steps, which require the use of `oc`
6565
include::modules/cli-installing-cli.adoc[leveloffset=+1]
6666

installing/installing_gcp/installing-gcp-customizations.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ include::modules/ssh-agent-using.adoc[leveloffset=+1]
2525

2626
include::modules/installation-obtaining-installer.adoc[leveloffset=+1]
2727

28-
include::modules/installing-gcp-user-defined-labels-and-tags.adoc[leveloffset=+1]
29-
30-
//Configuring user-defined labels and tags for GCP
31-
include::modules/installing-gcp-cluster-creation.adoc[leveloffset=+2]
32-
33-
//Querying user-defined labels and tags for GCP
34-
include::modules/installing-gcp-querying-labels-tags-gcp.adoc[leveloffset=+2]
35-
3628
include::modules/installation-initializing.adoc[leveloffset=+1]
3729

3830
[role="_additional-resources"]
@@ -65,6 +57,14 @@ include::modules/installation-gcp-config-yaml.adoc[leveloffset=+2]
6557

6658
include::modules/installation-configure-proxy.adoc[leveloffset=+2]
6759

60+
include::modules/installing-gcp-user-defined-labels-and-tags.adoc[leveloffset=+1]
61+
62+
//Configuring user-defined labels and tags for GCP
63+
include::modules/installing-gcp-cluster-creation.adoc[leveloffset=+2]
64+
65+
//Querying user-defined labels and tags for GCP
66+
include::modules/installing-gcp-querying-labels-tags-gcp.adoc[leveloffset=+2]
67+
6868
//Installing the OpenShift CLI by downloading the binary: Moved up to precede `ccoctl` steps, which require the use of `oc`
6969
include::modules/cli-installing-cli.adoc[leveloffset=+1]
7070

modules/installation-user-defined-tags-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
:_mod-docs-content-type: CONCEPT
55
[id="installing-azure-user-defined-tags_{context}"]
6-
= Configuring the user-defined tags for Azure
6+
= Configuring user-defined tags for Azure
77

88
In {product-title}, you can use the tags for grouping resources and for managing resource access and cost. You can define the tags on the Azure resources in the `install-config.yaml` file only during {product-title} cluster creation. You cannot modify the user-defined tags after cluster creation.
99

0 commit comments

Comments
 (0)