ironic/doc/source/install/install.rst
Dmitry Tantsur f4be664a86 Stop splitting installation docs per distros
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
2023-07-14 11:38:10 +02:00

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:

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.