Add a bare metal host using web UI¶
This section describes how to add bare metal hosts using the Container Cloud web UI during a managed cluster creation.
Before you proceed with adding a bare metal host:
Verify that the physical network on the server has been configured correctly. See Network fabric for details.
Prepare the host as described in Configure BIOS on a bare metal host.
To add a bare metal host to a baremetal-based managed cluster:
Optional. Create a custom bare metal host profile depending on your needs as described in Create a custom bare metal host profile.
Note
You can view the created profiles in the BM Host Profiles tab of the Container Cloud web UI.
Log in to the Container Cloud web UI with the
m:kaas@operator
orm:kaas:namespace@bm-pool-operator
permissions.Switch to the required non-
default
project using the Switch Project action icon located on top of the main left-side navigation panel.To create a project, refer to Create a project for managed clusters.
In the Baremetal tab, click Add BM host.
Fill out the Add new BM host form as required:
- Baremetal host name
Specify the name of the new bare metal host.
- Username
Specify the name of the user for accessing the BMC (IPMI user).
- Password
Specify the password of the user for accessing the BMC (IPMI password).
- Boot MAC address
Specify the MAC address of the PXE network interface.
- IP Address
Specify the IP address to access the BMC.
- Label
Assign the machine label to the new host that defines which type of machine may be deployed on this bare metal host. Only one label can be assigned to a host. The supported labels include:
- Manager
This label is selected and set by default. Assign this label to the bare metal hosts that can be used to deploy machines with the
manager
type. These hosts must match the CPU and RAM requirements described in Reference hardware configuration.
- Worker
The host with this label may be used to deploy the
worker
machine type. Assign this label to the bare metal hosts that have sufficient CPU and RAM resources, as described in Reference hardware configuration.
- Storage
Assign this label to the bare metal hosts that have sufficient storage devices to match Reference hardware configuration. Hosts with this label will be used to deploy machines with the storage type that run Ceph OSDs.
Click Create.
While adding the bare metal host, Container Cloud discovers and inspects the hardware of the bare metal host and adds it to
BareMetalHost.status
for future references.During provisioning,
baremetal-operator
inspects the bare metal host and moves it to thePreparing
state. The host becomes ready to be linked to a bare metal machine.Verify the results of the hardware inspection to avoid unexpected errors during the host usage:
In the BM Hosts tab, verify that the bare metal host is registered and switched to one of the following statuses:
Preparing for a newly added host
Ready for a previously used host or for a host that is already linked to a machine
Click the name of the newly added bare metal host.
In the window with the host details, scroll down to the Hardware section.
Review the section and make sure that the number and models of disks, network interface cards, and CPUs match the hardware specification of the server.
If the hardware details are consistent with the physical server specifications for all your hosts, proceed to Add a managed baremetal cluster.
If you find any discrepancies in the hardware inspection results, it might indicate that the server has hardware issues or is not compatible with Container Cloud.