Skip to content

Commit 5e5e486

Browse files
authored
Merge pull request #76318 from kdrake20/HCIDOCS-132
HCIDOCS-132: Remove 'hardwareProfile' from BareMetalHost examples
2 parents 9648f03 + baf9aa1 commit 5e5e486

3 files changed

+1
-7
lines changed

modules/bmo-getting-the-baremetalhost-resource.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ spec:
6666
namespace: openshift-machine-api
6767
customDeploy:
6868
method: install_coreos
69-
hardwareProfile: unknown
7069
online: true
7170
rootDeviceHints:
7271
deviceName: /dev/disk/by-id/scsi-<serial_number>
@@ -115,7 +114,6 @@ status:
115114
manufacturer: HPE
116115
productName: ProLiant DL380 Gen10 (868703-B21)
117116
serialNumber: CZ200606M3
118-
hardwareProfile: unknown
119117
lastUpdated: "2022-06-16T11:41:42Z"
120118
operationalStatus: OK
121119
poweredOn: true
@@ -137,5 +135,4 @@ status:
137135
name: openshift-worker-0-bmc-secret
138136
namespace: openshift-machine-api
139137
credentialsVersion: "16120"
140-
141138
----

modules/ipi-install-replacing-a-bare-metal-control-plane-node.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ spec:
8282
bootMACAddress: <NIC1_mac_address> <5>
8383
bootMode: UEFI
8484
externallyProvisioned: false
85-
hardwareProfile: unknown
8685
online: true
8786
EOF
8887
----

modules/ipi-install-troubleshooting-cluster-nodes-will-not-pxe.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@ When {product-title} cluster nodes will not PXE boot, execute the following chec
1414

1515
. Ensure PXE is enabled on the NIC for the `provisioning` network and PXE is disabled for all other NICs.
1616

17-
. Verify that the `install-config.yaml` configuration file has the proper hardware profile and boot MAC address for the NIC connected to the `provisioning` network. For example:
17+
. Verify that the `install-config.yaml` configuration file includes the `rootDeviceHints` parameter and boot MAC address for the NIC connected to the `provisioning` network. For example:
1818
+
1919
.control plane node settings
2020
+
2121
----
2222
bootMACAddress: 24:6E:96:1B:96:90 # MAC of bootable provisioning NIC
23-
hardwareProfile: default #control plane node settings
2423
----
2524
+
2625
.Worker node settings
2726
+
2827
----
2928
bootMACAddress: 24:6E:96:1B:96:90 # MAC of bootable provisioning NIC
30-
hardwareProfile: unknown #worker node settings
3129
----

0 commit comments

Comments
 (0)