About the BareMetalHost resource
You can use the BareMetalHost resource to define physical hosts and their properties, including deployment specifications, hardware information, and provisioning state.
The BareMetalHost resource contains two sections:
-
The
BareMetalHostspec -
The
BareMetalHoststatus
Hardware data is available in the status.hardware section of the BareMetalHost object and in the HardwareData object. You can access the HardwareData object by running the following command:
$ oc get hardwaredata <machine_name> -n openshift-machine-api
where:
<machine_name>-
Specifies the name of a bare-metal host.