Merge "[install] Fix package repositories"
This commit is contained in:
commit
591e3c9416
@ -53,11 +53,21 @@ these procedures on all nodes.
|
|||||||
Enable the OpenStack repository
|
Enable the OpenStack repository
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
* Install the ``rdo-release-liberty`` package to enable the RDO repository:
|
On CentOS, the *extras* repository provides the RPM that enables the
|
||||||
|
OpenStack repository. CentOS includes the *extras* repository by
|
||||||
|
default, so you can simply install the package to enable the OpenStack
|
||||||
|
repository.
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# yum install http://rdo.fedorapeople.org/openstack-liberty/rdo-release-liberty.rpm
|
# yum install centos-release-openstack-liberty
|
||||||
|
|
||||||
|
On RHEL, download and install the RDO repository RPM to enable the
|
||||||
|
OpenStack repository.
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# yum install https://rdoproject.org/repos/openstack-liberty/rdo-release-liberty.rpm
|
||||||
|
|
||||||
.. only:: obs
|
.. only:: obs
|
||||||
|
|
||||||
@ -132,35 +142,21 @@ these procedures on all nodes.
|
|||||||
Finalize the installation
|
Finalize the installation
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
.. only:: ubuntu or debian
|
1. Upgrade the packages on your host:
|
||||||
|
|
||||||
* Upgrade the packages on your system:
|
.. only:: ubuntu or debian
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# apt-get update && apt-get dist-upgrade
|
# apt-get update && apt-get dist-upgrade
|
||||||
|
|
||||||
.. note::
|
.. only:: rdo
|
||||||
|
|
||||||
If the upgrade process includes a new kernel, reboot your system
|
|
||||||
to activate it.
|
|
||||||
|
|
||||||
.. only:: rdo
|
|
||||||
|
|
||||||
#. Upgrade the packages on your system:
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# yum upgrade
|
# yum upgrade
|
||||||
|
|
||||||
.. note::
|
.. only:: obs
|
||||||
|
|
||||||
If the upgrade process includes a new kernel, reboot your system
|
|
||||||
to activate it.
|
|
||||||
|
|
||||||
.. only:: obs
|
|
||||||
|
|
||||||
* Upgrade the packages on your system:
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
@ -168,41 +164,35 @@ Finalize the installation
|
|||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
If the upgrade process includes a new kernel, reboot your system
|
If the upgrade process includes a new kernel, reboot your host
|
||||||
to activate it.
|
to activate it.
|
||||||
|
|
||||||
|
2. Install the OpenStack client:
|
||||||
|
|
||||||
|
.. only:: debian or ubuntu
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# apt-get install python-openstackclient
|
||||||
|
|
||||||
|
.. only:: rdo
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# yum install python-openstackclient
|
||||||
|
|
||||||
|
.. only:: obs
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# zypper install python-openstackclient
|
||||||
|
|
||||||
.. only:: rdo
|
.. only:: rdo
|
||||||
|
|
||||||
2. RHEL and CentOS enable :term:`SELinux` by default. Install the
|
3. RHEL and CentOS enable :term:`SELinux` by default. Install the
|
||||||
``openstack-selinux`` package to automatically manage security
|
``openstack-selinux`` package to automatically manage security
|
||||||
policies for OpenStack services:
|
policies for OpenStack services:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# yum install openstack-selinux
|
# yum install openstack-selinux
|
||||||
|
|
||||||
Install the OpenStack client
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
Throughout the guide the OpenStack client will be used to perform actions on
|
|
||||||
the installed services.
|
|
||||||
|
|
||||||
* Install the package:
|
|
||||||
|
|
||||||
.. only:: debian or ubuntu
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# apt-get install python-openstackclient
|
|
||||||
|
|
||||||
.. only:: rdo
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# yum install python-openstackclient
|
|
||||||
|
|
||||||
.. only:: obs
|
|
||||||
|
|
||||||
.. code-block:: console
|
|
||||||
|
|
||||||
# zypper install python-openstackclient
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user