Enable extras repo on RHEL

Installing OpenStack as documented in the installation guide requires an
additional repo to be enabled when installing on RHEL 7. Add a step
documenting how to enable the extras repo.

Change-Id: I552232304fa284a4ca8e363c3aa7a9d421a76708
Closes-Bug: #1417044
backport: juno
This commit is contained in:
Chris Ricker 2015-02-05 06:11:50 -05:00 committed by Matthew Kassawara
parent ceeb7e1f89
commit 9c919fdcda

View File

@ -30,12 +30,20 @@
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install yum-plugin-priorities</userinput></screen>
</step>
<step>
<para>Install the <package>epel-release</package> package to enable the
<para>On RHEL and CentOS, enable the
<link
xlink:href="http://download.fedoraproject.org/pub/epel/7/x86_64/repoview/epel-release.html">EPEL</link> repository:</para>
<screen os="fedora;centos;rhel"><prompt>#</prompt> <userinput>yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm</userinput></screen>
<note>
<para>Fedora does not require this package.</para>
<para>Fedora does not require this repository.</para>
</note>
</step>
<step>
<para>On RHEL, enable the extras repository using the subscription
manager:</para>
<screen><prompt>#</prompt> <userinput>subscription-manager repos --enable=rhel-7-server-extras-rpms</userinput></screen>
<note>
<para>CentOS and Fedora do not require this repository.</para>
</note>
</step>
</procedure>