Skip to content

Commit f52c6cb

Browse files
OCPBUGS-4475:updating advanced nw config text
1 parent de6cda2 commit f52c6cb

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

modules/nw-modifying-operator-install-config.adoc

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ifeval::["{context}" == "installing-vsphere-network-customizations"]
1414
:ignition-config:
1515
:vsphere:
1616
endif::[]
17+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
18+
:vsphere-ipi:
19+
endif::[]
1720
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
1821
:ibm-cloud:
1922
endif::[]
@@ -47,7 +50,7 @@ $ ./openshift-install create manifests --dir <installation_directory> <1>
4750

4851
. Create a stub manifest file for the advanced network configuration that is named `cluster-network-03-config.yml` in the `<installation_directory>/manifests/` directory:
4952
+
50-
[source,terminal]
53+
[source,yaml]
5154
----
5255
apiVersion: operator.openshift.io/v1
5356
kind: Network
@@ -78,8 +81,8 @@ spec:
7881
installation program consumes the `manifests/` directory when you create the
7982
Ignition config files.
8083

81-
ifdef::vsphere[]
82-
. Remove the Kubernetes manifest files that define the control plane machines and compute machineSets:
84+
ifndef::vsphere-ipi[]
85+
. Remove the Kubernetes manifest files that define the control plane machines and compute `MachineSets`:
8386
+
8487
[source,terminal]
8588
----
@@ -89,8 +92,8 @@ $ rm -f openshift/99_openshift-cluster-api_master-machines-*.yaml openshift/99_o
8992
Because you create and manage these resources yourself, you do not have
9093
to initialize them.
9194
+
92-
* You can preserve the MachineSet files to create compute machines by using the machine API, but you must update references to them to match your environment.
93-
endif::vsphere[]
95+
* You can preserve the `MachineSet` files to create compute machines by using the machine API, but you must update references to them to match your environment.
96+
endif::[]
9497

9598
ifeval::["{context}" == "installing-bare-metal-network-customizations"]
9699
:!ignition-config:
@@ -99,6 +102,9 @@ ifeval::["{context}" == "installing-vsphere-network-customizations"]
99102
:!ignition-config:
100103
:!vsphere:
101104
endif::[]
105+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
106+
:!vsphere-ipi:
107+
endif::[]
102108
ifeval::["{context}" == "installing-ibm-cloud-network-customizations"]
103109
:!ibm-cloud:
104110
endif::[]

0 commit comments

Comments
 (0)