2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Remove trailing spaces in file docs/source/references/coral/cluster_mgmt/scalability/python/install/rpm.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 36aec13c3e
commit ddd80db912

View File

@ -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``: ::