install-rdo.rst (ironic-17.0.2) | : | install-rdo.rst (ironic-17.0.3) | ||
---|---|---|---|---|
.. _install-rdo: | .. _install-rdo: | |||
============================================================= | ============================================================= | |||
Install and configure for Red Hat Enterprise Linux and CentOS | Install and configure for Red Hat Enterprise Linux and CentOS | |||
============================================================= | ============================================================= | |||
This section describes how to install and configure the Bare Metal service | This section describes how to install and configure the Bare Metal service | |||
for Red Hat Enterprise Linux 7 and CentOS 7. | for Red Hat Enterprise Linux 8 and CentOS 8. | |||
.. include:: include/common-prerequisites.inc | .. include:: include/common-prerequisites.inc | |||
Install and configure components | Install and configure components | |||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |||
#. Install from packages | #. Install from packages (using dnf) | |||
- Using ``dnf`` | .. code-block:: console | |||
.. code-block:: console | ||||
# dnf install openstack-ironic-api openstack-ironic-conductor python-iro | ||||
nicclient | ||||
- Using ``yum`` | ||||
.. code-block:: console | ||||
# yum install openstack-ironic-api openstack-ironic-conductor python-iro nicclient | # dnf install openstack-ironic-api openstack-ironic-conductor python3-iron icclient | |||
#. Enable services | #. Enable services | |||
.. code-block:: console | .. code-block:: console | |||
# systemctl enable openstack-ironic-api openstack-ironic-conductor | # systemctl enable openstack-ironic-api openstack-ironic-conductor | |||
# systemctl start openstack-ironic-api openstack-ironic-conductor | # systemctl start openstack-ironic-api openstack-ironic-conductor | |||
.. include:: include/common-configure.inc | .. include:: include/common-configure.inc | |||
End of changes. 4 change blocks. | ||||
13 lines changed or deleted | 4 lines changed or added |