f4be664a86
The versions only differ in the first paragraph, and the supposedly common parts actually have different code paths for different distros. Also be realistic about which distros we support. Change-Id: Ifcc19a20d42f384300cadf442951739be8682047
2.3 KiB
2.3 KiB
Install and configure the Bare Metal service
This section describes how to install and configure the Bare Metal service, code-named ironic, manually from packages on one of the three popular families of Linux distributions.
Alternatively, you can use one of the numerous projects that install ironic. One of them is provided by the bare metal team:
- Bifrost installs ironic in the standalone mode (without the rest of OpenStack).
More installation projects are developed by other OpenStack teams:
- Kolla can install ironic in containers as part of OpenStack.
- OpenStack-Ansible has a role to install ironic.
- TripleO uses ironic for provisioning bare metal nodes and can also be used to install ironic.
install-rdo.rst install-ubuntu.rst install-obs.rst
Install and configure components
Using DNF on RHEL/CentOS Stream and RDO packages:
# dnf install openstack-ironic-api openstack-ironic-conductor python3-ironicclient
On Ubuntu/Debian:
# apt-get install ironic-api ironic-conductor python3-ironicclient
On openSUSE/SLES:
# zypper install openstack-ironic-api openstack-ironic-conductor python3-ironicclient
Warning
Support for SUSE systems is best effort, it is not tested in the CI.