Skip to content

Commit ee1d301

Browse files
OSDOCS-11423:removing redundant prerequisites
1 parent c39dad7 commit ee1d301

10 files changed

+3
-53
lines changed

modules/installation-azure-create-dns-zones.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ cluster deployment and might already exist in your organization for the desired
4040
====
4141
endif::ash[]
4242

43-
.Prerequisites
44-
45-
* Configure an Azure account.
46-
47-
* Generate the Ignition config files for your cluster.
48-
4943
.Procedure
5044

5145
ifndef::ash[]

modules/installation-azure-create-resource-group-and-identity.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ endif::ash[]
2727

2828
.Prerequisites
2929

30-
* Configure an Azure account.
31-
3230
* Generate the Ignition config files for your cluster.
3331
3432
.Procedure

modules/installation-azure-user-infra-deploying-rhcos.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ You must use a valid {op-system-first} image for Microsoft {cp} for your
2626

2727
.Prerequisites
2828

29-
* Configure an Azure account.
30-
31-
* Generate the Ignition config files for your cluster.
32-
3329
* Store the {op-system} virtual hard disk (VHD) cluster image in an Azure storage container.
3430
3531
* Store the bootstrap Ignition config file in an Azure storage container.

modules/installation-azure-user-infra-uploading-rhcos.adoc

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ ifdef::ash-ipi[]
3939
You must download the {op-system} virtual hard disk (VHD) cluster image and upload it to your Azure Stack Hub environment so that it is accessible during deployment.
4040
endif::ash-ipi[]
4141

42-
.Prerequisites
43-
44-
* Configure an Azure account.
45-
ifndef::ash-ipi[]
46-
* Generate the Ignition config files for your cluster.
47-
endif::ash-ipi[]
48-
4942
.Procedure
5043

5144
ifndef::ash-ipi[]
@@ -78,7 +71,7 @@ $ export ACCOUNT_KEY=`az storage account keys list -g ${RESOURCE_GROUP} --accoun
7871
ifdef::azure[]
7972
[source,terminal]
8073
----
81-
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
74+
$ export VHD_URL=`openshift-install coreos print-stream-json | jq -r '.architectures.<architecture>."rhel-coreos-extensions"."azure-disk".url'`
8275
----
8376
+
8477
where:

modules/installation-azure-user-infra-wait-for-bootstrap.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ the Ignition config files that you generated with the installation program.
2727

2828
.Prerequisites
2929

30-
* Configure an Azure account.
31-
* Generate the Ignition config files for your cluster.
32-
* Create and configure a VNet and associated subnets in {cp}.
33-
* Create and configure networking and load balancers in {cp}.
34-
* Create control plane and compute roles.
35-
* Create the bootstrap machine.
3630
* Create the control plane machines.
3731
3832
.Procedure

modules/installation-creating-azure-bootstrap.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ support with your installation logs.
3535

3636
.Prerequisites
3737

38-
* Configure an Azure account.
39-
* Generate the Ignition config files for your cluster.
40-
* Create and configure a VNet and associated subnets in {cp}.
4138
* Create and configure networking and load balancers in {cp}.
4239
* Create control plane and compute roles.
4340
@@ -101,7 +98,7 @@ $ az deployment group create -g ${RESOURCE_GROUP} \
10198
----
10299
<1> The bootstrap Ignition content for the bootstrap cluster.
103100
<2> The base name to be used in resource names; this is usually the cluster's infrastructure ID.
104-
<3> Optional: Specify the size of the bootstrap VM. Use a VM size compatible with your specified architecture. If this value is not defined, the default value from the template is set.
101+
<3> Optional: Specify the size of the bootstrap VM. Use a VM size compatible with your specified architecture. If this value is not defined, the default value from the template is set.
105102
endif::azure[]
106103
ifdef::ash[]
107104
[source,terminal]

modules/installation-creating-azure-control-plane.adoc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ If you do not use the provided ARM template to create your control plane machine
3636

3737
.Prerequisites
3838

39-
* Configure an Azure account.
40-
* Generate the Ignition config files for your cluster.
41-
* Create and configure a VNet and associated subnets in {cp}.
42-
* Create and configure networking and load balancers in {cp}.
43-
* Create control plane and compute roles.
4439
* Create the bootstrap machine.
4540
4641
.Procedure
@@ -69,7 +64,7 @@ $ az deployment group create -g ${RESOURCE_GROUP} \
6964
----
7065
<1> The Ignition content for the control plane nodes.
7166
<2> The base name to be used in resource names; this is usually the cluster's infrastructure ID.
72-
<3> Optional: Specify the size of the Control Plane VM. Use a VM size compatible with your specified architecture. If this value is not defined, the default value from the template is set.
67+
<3> Optional: Specify the size of the Control Plane VM. Use a VM size compatible with your specified architecture. If this value is not defined, the default value from the template is set.
7368
endif::azure[]
7469
ifdef::ash[]
7570
[source,terminal]

modules/installation-creating-azure-dns.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ support with your installation logs.
4242

4343
.Prerequisites
4444

45-
* Configure an Azure account.
46-
* Generate the Ignition config files for your cluster.
4745
* Create and configure a VNet and associated subnets in {cp}.
4846
4947
.Procedure

modules/installation-creating-azure-vnet.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ If your cluster does not initialize correctly, you might have to contact Red Hat
3333
support with your installation logs.
3434
====
3535

36-
.Prerequisites
37-
38-
* Configure an Azure account.
39-
* Generate the Ignition config files for your cluster.
40-
4136
.Procedure
4237

4338
. Copy the template from the *ARM template for the VNet* section of this topic

modules/installation-creating-azure-worker.adoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@ endif::azure[]
4747

4848
If you do not use the provided ARM template to create your control plane machines, you must review the provided information and manually create the infrastructure. If your cluster does not initialize correctly, consider contacting Red Hat support with your installation logs.
4949

50-
.Prerequisites
51-
52-
* Configure an Azure account.
53-
* Generate the Ignition config files for your cluster.
54-
* Create and configure a VNet and associated subnets in {cp}.
55-
* Create and configure networking and load balancers in {cp}.
56-
* Create control plane and compute roles.
57-
* Create the bootstrap machine.
58-
* Create the control plane machines.
59-
6050
.Procedure
6151

6252
. Copy the template from the *ARM template for worker machines*

0 commit comments

Comments
 (0)