Skip to content

Commit

Permalink
baremetal: Add ingressVIP to sample install config.
Browse files Browse the repository at this point in the history
The ingress VIP is discussed both in docs/user/metal/install_ipi.md
and docs/design/baremetal/networking-architecture.md.  This option
already exists, but was not included in the sample configuration.
  • Loading branch information
russellb committed Jul 22, 2019
1 parent e597acb commit 5f71497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/metal/install_ipi.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ controlPlane:
platform:
baremetal:
apiVIP: 192.168.111.5
ingressVIP: 192.168.111.4
hosts:
- name: openshift-master-0
role: master
Expand Down

0 comments on commit 5f71497

Please sign in to comment.