936dd11a16
This guide is based on the installguide-cookiecutter template and will be published automatically to docs.openstack.org. [2] is a similar patch and [3] is WIP. A change to add magnum to the install-guide job will follow. This is a follow-up of [4]. [1] http://docs.openstack.org/contributor-guide/project-install-guide.html [2] https://review.openstack.org/#/c/325389 [3] https://review.openstack.org/#/c/317152 [4] https://review.openstack.org/#/c/332161 Change-Id: I145fd30f575dab45b4c947bc4609287b1e300025 Partially-Implements: blueprint magnum-installation-guide
34 lines
903 B
ReStructuredText
34 lines
903 B
ReStructuredText
.. _install-rdo:
|
|
|
|
Install and configure for Red Hat Enterprise Linux and CentOS
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
This section describes how to install and configure the Container
|
|
Infrastructure Management service for Red Hat Enterprise Linux 7 and CentOS 7.
|
|
|
|
.. include:: common_prerequisites.rst
|
|
|
|
Install and configure components
|
|
--------------------------------
|
|
|
|
#. Install the packages:
|
|
|
|
.. code-block:: console
|
|
|
|
# yum install openstack-magnum-api openstack-magnum-conductor
|
|
|
|
.. include:: common_configure.rst
|
|
|
|
Finalize installation
|
|
---------------------
|
|
|
|
#. Start Magnum services and configure them to start when
|
|
the system boots:
|
|
|
|
.. code-block:: console
|
|
|
|
# systemctl enable openstack-magnum-api.service \
|
|
openstack-magnum-conductor.service
|
|
# systemctl start openstack-magnum-api.service \
|
|
openstack-magnum-conductor.service
|