35dea07897
The openstack Ussuri and Victoria versions no longer support the Centos7 and pyrhon2 environment packages. Correct the missing problems in the latest document Change-Id: I60787243fdc6ed2741522355ec79970bdb912f41
36 lines
989 B
ReStructuredText
36 lines
989 B
ReStructuredText
.. _install-rdo:
|
|
|
|
=============================================================
|
|
Install and configure for Red Hat Enterprise Linux and CentOS
|
|
=============================================================
|
|
|
|
|
|
This section describes how to install and configure the Bare Metal service
|
|
for Red Hat Enterprise Linux 8 and CentOS 8.
|
|
|
|
.. include:: include/common-prerequisites.inc
|
|
|
|
Install and configure components
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
#. Install from packages (using dnf)
|
|
|
|
.. code-block:: console
|
|
|
|
# dnf install openstack-ironic-api openstack-ironic-conductor python3-ironicclient
|
|
|
|
#. Enable services
|
|
|
|
.. code-block:: console
|
|
|
|
# systemctl enable openstack-ironic-api openstack-ironic-conductor
|
|
# systemctl start openstack-ironic-api openstack-ironic-conductor
|
|
|
|
.. include:: include/common-configure.inc
|
|
|
|
.. include:: include/configure-ironic-api.inc
|
|
|
|
.. include:: include/configure-ironic-api-mod_wsgi.inc
|
|
|
|
.. include:: include/configure-ironic-conductor.inc
|