From d960f9abdffc54d8ba1a978612bf2b5398f98b64 Mon Sep 17 00:00:00 2001 From: Petr Kovar Date: Mon, 20 Feb 2017 17:32:05 +0100 Subject: [PATCH] [install-guide] Simplify and update RDO package install Assume a working RHEL subscription and link to official RHEL docs. Change-Id: I4fe8e70852bfb6ed30270ac94c16a58ad10eec56 --- .../source/environment-packages.rst | 39 ++++++------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/doc/install-guide/source/environment-packages.rst b/doc/install-guide/source/environment-packages.rst index 5ca4b8b18a..0db5556455 100644 --- a/doc/install-guide/source/environment-packages.rst +++ b/doc/install-guide/source/environment-packages.rst @@ -47,35 +47,20 @@ these procedures on all nodes. .. note:: - CentOS does not require the following steps. + The following steps apply to RHEL only. CentOS does not require these + steps. - #. On RHEL, register your system with Red Hat Subscription Management, using - your Customer Portal user name and password: + #. When using RHEL, it is assumed that you have registered your system using + Red Hat Subscription Management and that you have the + ``rhel-7-server-rpms`` repository enabled by default. - .. code-block:: console + For more information on registering the system, see the + `Red Hat Enterprise Linux 7 System Administrator's Guide + `_. - # subscription-manager register --username="USERNAME" --password="PASSWORD" - - .. end - - #. Find entitlement pools containing the channels for your RHEL system: - - .. code-block:: console - - # subscription-manager list --available - - .. end - - #. Use the pool identifiers found in the previous step to attach your RHEL - entitlements: - - .. code-block:: console - - # subscription-manager attach --pool="POOLID" - - .. end - - #. Enable required repositories: + #. In addition to ``rhel-7-server-rpms``, you also need to have the + ``rhel-7-server-optional-rpms``, ``rhel-7-server-extras-rpms``, and + ``rhel-7-server-rh-common-rpms`` repositories enabled: .. code-block:: console @@ -98,7 +83,7 @@ these procedures on all nodes. .. code-block:: console - # yum install centos-release-openstack-newton + # yum install centos-release-openstack-ocata .. end