Skip to content

Commit a3d162d

Browse files
committed
Add dual-stack details for the BMH definition
Signed-off-by: Marco Chiappero <[email protected]>
1 parent 1c4681b commit a3d162d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

asciidoc/product/atip-automated-provision.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,13 +941,14 @@ Where:
941941
- `$\{BMC_NODE1_USERNAME\}` — The username for the BMC of the first bare-metal host.
942942
- `$\{BMC_NODE1_PASSWORD\}` — The password for the BMC of the first bare-metal host.
943943
- `$\{BMC_NODE1_MAC\}` — The MAC address of the first bare-metal host to be used.
944-
- `$\{BMC_NODE1_ADDRESS\}` — The URL for the first bare-metal host BMC (for example, `redfish-virtualmedia://192.168.200.75/redfish/v1/Systems/1/`). To learn more about the different options available depending on your hardware provider, check the following https://github.com/metal3-io/baremetal-operator/blob/main/docs/api.md[link].
944+
- `$\{BMC_NODE1_ADDRESS\}` — The URL for the first bare-metal host BMC (for example, `redfish-virtualmedia://192.168.200.75/redfish/v1/Systems/1/`). The host part of the URL can be an IP address (v4 or v6) or a domain name, where the existing infrastructure allows. To learn more about the different options available depending on your hardware provider, check the following https://github.com/metal3-io/baremetal-operator/blob/main/docs/api.md[link].
945945

946946
[NOTE]
947947
====
948948
* If no network configuration for the host has been specified, either at image build time or through the `BareMetalHost` definition, an autoconfiguration mechanism (DHCP, DHCPv6, SLAAC) will be used. For more details or complex configurations, check the xref:advanced-network-configuration[].
949949
* Single-stack IPv6 clusters are in tech preview status and not yet officially supported.
950950
* Architecture must be either `x86_64` or `aarch64`, depending on the architecture of the bare-metal host to be enrolled.
951+
* All modern servers come with a dual-stack capable BMC, however IPv6 support (and possibly the option of using hostnames for the VirtualMedia capability) should be verified before use in production in a dual-stack environment.
951952
====
952953

953954
Once the file is created, the following command must be executed in the management cluster to start enrolling the bare-metal hosts in the management cluster:

0 commit comments

Comments
 (0)