deb-ironic/install-guide/source/install-rdo.rst
Mathieu Mitchell e26c71bcf6 [install-guide] Import Install and configure sections
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
2016-09-26 08:41:20 -04:00

1.1 KiB

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.

Install and configure components

  1. Install from packages

    • Using dnf

      # dnf install openstack-ironic-api openstack-ironic-conductor python-ironicclient
    • Using yum

      # yum install openstack-ironic-api openstack-ironic-conductor python-ironicclient
  2. Enable services

    # systemctl enable openstack-ironic-api openstack-ironic-conductor
    # systemctl start openstack-ironic-api openstack-ironic-conductor