-
Bug
-
Resolution: Done
-
Normal
-
None
-
openshift-4.14, openshift-4.15, openshift-4.13, openshift-4.16
-
None
Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
This section https://docs.openshift.com/container-platform/4.13/installing/installing_bare_metal_ipi/ipi-install-installation-workflow.html#configuring-host-dual-network-interfaces-in-the-install-config-yaml-file_ipi-install-installation-workflow contains an example that appears to be lifted from the agent-config.yaml file in an agent-based installation, and incorrectly applied to the install-config.yaml in a metal IPI installation.
The part:
hostname: worker-1 interfaces: - name: eno1 macAddress: 0c:42:a1:55:f3:06 - name: eno2 macAddress: 0c:42:a1:55:f3:07
does not appear in the install-config. Only the part under networkConfig is the same in both scenarios.
- links to