Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _topic_maps/_topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,13 +392,13 @@ Topics:
File: uninstalling-cluster-nutanix
- Name: Installation configuration parameters for Nutanix
File: installation-config-parameters-nutanix
- Name: Installing on-premise with Assisted Installer
- Name: Installing on-premise with the Assisted Installer
Dir: installing_on_prem_assisted
Distros: openshift-enterprise
Topics:
- Name: Installing an on-premise cluster using the Assisted Installer
- Name: Installing on-premise with the Assisted Installer
File: installing-on-prem-assisted
- Name: Installing an on-premise cluster with the Agent-based Installer
- Name: Installing on-premise with the Agent-based Installer
Dir: installing_with_agent_based_installer
Distros: openshift-enterprise
Topics:
Expand Down Expand Up @@ -438,7 +438,7 @@ Topics:
File: scaling-a-user-provisioned-cluster-with-the-bare-metal-operator
- Name: Installation configuration parameters for bare metal
File: installation-config-parameters-bare-metal
- Name: Deploying installer-provisioned clusters on bare metal
- Name: Installing on bare metal
Dir: installing_bare_metal_ipi
Distros: openshift-origin,openshift-enterprise
Topics:
Expand Down
2 changes: 1 addition & 1 deletion installing/overview/cluster-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include::modules/cluster-bare-metal-operator.adoc[leveloffset=+2]

[role="_additional-resources"]
.Additional resources
* xref:../../installing/installing_bare_metal_ipi/ipi-install-overview.adoc#ipi-install-overview[Deploying installer-provisioned clusters on bare metal]
* xref:../../installing/installing_bare_metal_ipi/ipi-install-overview.adoc#ipi-install-overview[Installing on bare metal as installer-provisioned infrastructure cluster]
* xref:../../installing/installing_bare_metal/preparing-to-install-on-bare-metal.adoc#preparing-to-install-on-bare-metal[Preparing for bare metal cluster installation]
* xref:../../installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc#bmo-config-using-bare-metal-operator_ipi-install-post-installation-configuration[Configuration using the Bare Metal Operator]

Expand Down
2 changes: 1 addition & 1 deletion modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ Use the `bootMACAddress` configuration setting to enable Ironic to identify the
|The URL for communicating with the host's BMC controller.
The address configuration setting specifies the protocol.
For example, `redfish+http://10.10.10.1:8000/redfish/v1/Systems/1234` enables Redfish.
For more information, see "BMC addressing" in the "Deploying installer-provisioned clusters on bare metal" section.
For more information, see "BMC addressing" in the "Installing on bare metal as installer-provisioned infrastructure cluster" section.
|URL.

|platform:
Expand Down
2 changes: 1 addition & 1 deletion modules/virt-example-nmstate-IP-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To define a DNS configuration for a network interface, you must initially specif
====
You cannot use `br-ex` bridge, an OVNKubernetes-managed Open vSwitch bridge, as the interface when configuring DNS resolvers unless you manually configured a customized `br-ex` bridge.

For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Deploying installer-provisioned clusters on bare metal_ document or the _Installing a user-provisioned cluster on bare metal_ document.
For more information, see "Creating a manifest object that includes a customized br-ex bridge" in the _Installing on bare metal as installer-provisioned infrastructure cluster_ document or the _Installing a user-provisioned cluster on bare metal_ document.
====

The following example shows a default situation that stores DNS values globally:
Expand Down