Skip to content

Commit 58fde2d

Browse files
Merge pull request #63900 from snarayan-redhat/OCPBUGS-18029_platformvspheremain
OCPBUGS#18029: Changed example from baremetal to vsphere
2 parents 18b7913 + 22b4e34 commit 58fde2d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

modules/ipi-install-modifying-install-config-for-dual-stack-network.adoc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// ipi-install-configuration-files.adoc
44
// installing-vsphere-installer-provisioned-network-customizations.adoc
55

6+
ifeval::["{context}" == "installing-vsphere-installer-provisioned-network-customizations"]
7+
:vsphere:
8+
endif::[]
9+
610
:_content-type: PROCEDURE
711
[id='modifying-install-config-for-dual-stack-network_{context}']
812
= Optional: Deploying with dual-stack networking
@@ -26,6 +30,21 @@ serviceNetwork:
2630

2731
To provide an interface to the cluster for applications that use IPv4 and IPv6 addresses, configure IPv4 and IPv6 virtual IP (VIP) address endpoints for the Ingress VIP and API VIP services. To configure IPv4 and IPv6 address endpoints, edit the `apiVIPs` and `ingressVIPs` configuration settings in the `install-config.yaml` file . The `apiVIPs` and `ingressVIPs` configuration settings use a list format. The order of the list indicates the primary and secondary VIP address for each service.
2832

33+
ifdef::vsphere[]
34+
[source,yaml]
35+
----
36+
platform:
37+
vsphere:
38+
apiVIPs:
39+
- <api_ipv4>
40+
- <api_ipv6>
41+
ingressVIPs:
42+
- <wildcard_ipv4>
43+
- <wildcard_ipv6>
44+
----
45+
endif::[]
46+
47+
ifndef::vsphere[]
2948
[source,yaml]
3049
----
3150
platform:
@@ -37,6 +56,7 @@ platform:
3756
- <wildcard_ipv4>
3857
- <wildcard_ipv6>
3958
----
59+
endif::[]
4060

4161
[NOTE]
4262
====

0 commit comments

Comments
 (0)