From ddd80db91222233e755060b475d8484fd4ab2849 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst --- .../scalability/python/install/rpm.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst b/docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst index 32efaaa19..52d1a59e9 100644 --- a/docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst +++ b/docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst @@ -1,9 +1,9 @@ -Using RPM (recommended) +Using RPM (recommended) ======================= **Support is only for RHEL 7.5 for Power LE (Power 9)** -The following repositories should be configured on your Management Node (and Service Nodes). +The following repositories should be configured on your Management Node (and Service Nodes). * RHEL 7.5 OS Repository * RHEL 7.5 Extras Repository @@ -12,13 +12,13 @@ The following repositories should be configured on your Management Node (and Ser #. Configure the MN/SN to the RHEL 7.5 OS Repo -#. Configure the MN/SN to the RHEL 7.5 Extras Repo +#. Configure the MN/SN to the RHEL 7.5 Extras Repo #. Configure the MN/SN to the EPEL Repo (https://fedoraproject.org/wiki/EPEL) -#. Create a local Fedora28 Repo and Configure the MN/SN to the FC28 Repo +#. Create a local Fedora28 Repo and Configure the MN/SN to the FC28 Repo - Here's an example to configure the Fedora 28 repo at ``/install/repos/fc28`` + Here's an example to configure the Fedora 28 repo at ``/install/repos/fc28`` #. Make the target repo directory on the MN: :: @@ -27,13 +27,13 @@ The following repositories should be configured on your Management Node (and Ser #. Download the rpms from the Internet: :: cd /install/repos/fc28/ppc64le/Packages - wget https://www.rpmfind.net/linux/fedora-secondary/development/rawhide/Everything/ppc64le/os/Packages/p/python2-gevent-1.2.2-2.fc28.ppc64le.rpm + wget https://www.rpmfind.net/linux/fedora-secondary/development/rawhide/Everything/ppc64le/os/Packages/p/python2-gevent-1.2.2-2.fc28.ppc64le.rpm wget https://www.rpmfind.net/linux/fedora-secondary/development/rawhide/Everything/ppc64le/os/Packages/p/python2-greenlet-0.4.13-2.fc28.ppc64le.rpm #. Create a yum repo in that directory: :: cd /install/repos/fc28/ppc64le/ - createrepo . + createrepo . #. Install ``xCAT-openbmc-py`` using ``yum``: ::