... because the project was retired some time ago. Change-Id: I41d7656f6c87a340afedcdbf67c582d68a08744d Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2.0 KiB
2.0 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.
install-rdo.rst install-ubuntu.rst
Install and configure components
Using DNF on RHEL/CentOS Stream and RDO packages:
# dnf install openstack-ironic-api openstack-ironic-conductor openstack-ironic-novncproxy python3-ironicclient
On Ubuntu/Debian:
# apt-get install ironic-api ironic-conductor ironic-novncproxy python3-ironicclient