Skip to content

Commit 60a6a0b

Browse files
authored
Merge pull request #57694 from ahardin-rh/bm-host-audit
OSDOCS-4330: Content review for Managing bare metal hosts
2 parents dd97faf + c3bacca commit 60a6a0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/adding-bare-metal-host-to-cluster-using-web-console.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ You can add bare metal hosts to the cluster in the web console.
2020
. Specify a unique name for the new bare metal host.
2121
. Set the *Boot MAC address*.
2222
. Set the *Baseboard Management Console (BMC) Address*.
23-
. Optional: Enable power management for the host. This allows {product-title} to control the power state of the host.
2423
. Enter the user credentials for the host's baseboard management controller (BMC).
2524
. Select to power on the host after creation, and select *Create*.
2625
. Scale up the number of replicas to match the number of available bare metal hosts. Navigate to *Compute* -> *MachineSets*, and increase the number of machine replicas in the cluster by selecting *Edit Machine count* from the *Actions* drop-down menu.

modules/adding-bare-metal-host-to-cluster-using-yaml.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ spec:
3131
bmc:
3232
address: <bmc_address>
3333
credentialsName: <secret_credentials_name> <1>
34-
disableCertificateVerification: True
34+
disableCertificateVerification: True <2>
3535
bootMACAddress: <host_boot_mac_address>
36-
hardwareProfile: unknown
3736
----
3837
+
3938
<1> `credentialsName` must reference a valid `Secret` CR. The `baremetal-operator` cannot manage the bare metal host without a valid `Secret` referenced in the `credentialsName`. For more information about secrets and how to create them, see xref:../nodes/pods/nodes-pods-secrets.adoc#nodes-pods-secrets-about_nodes-pods-secrets[Understanding secrets].
39+
<2> Setting `disableCertificateVerification` to `true` disables TLS host validation between the cluster and the baseboard management controller (BMC).
4040

4141
. Select *Create* to save the YAML and create the new bare metal host.
4242
. Scale up the number of replicas to match the number of available bare metal hosts. Navigate to *Compute* -> *MachineSets*, and increase the number of machines in the cluster by selecting *Edit Machine count* from the *Actions* drop-down menu.

0 commit comments

Comments
 (0)