e26c71bcf6
The following sections of the legacy install guide were imported: * Install and configure prerequisites * Install the Bare Metal service * Configure the Bare Metal service Only changes made to the documentation are the following: * Formatting changes (code-block, proper lists, etc.) * Structure changes (installation and configuration are now under a single section) * Heading titles formatting [0] [0] http://docs.openstack.org/contributor-guide/rst-conv/titles.html Change-Id: I0f1f5dacd4ed31ccfb4ac38c1ff2ecfc94e99ca4 Partial-bug: #1612278
44 lines
1.1 KiB
ReStructuredText
44 lines
1.1 KiB
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 7 and CentOS 7.
|
|
|
|
.. include:: include/common-prerequisites.rst
|
|
|
|
Install and configure components
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
#. Install from packages
|
|
|
|
- Using ``dnf``
|
|
|
|
.. code-block:: console
|
|
|
|
# dnf install openstack-ironic-api openstack-ironic-conductor python-ironicclient
|
|
|
|
- Using ``yum``
|
|
|
|
.. code-block:: console
|
|
|
|
# yum install openstack-ironic-api openstack-ironic-conductor python-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.rst
|
|
|
|
.. include:: include/configure-ironic-api.rst
|
|
|
|
.. include:: include/configure-ironic-api-mod_wsgi.rst
|
|
|
|
.. include:: include/configure-ironic-conductor.rst
|