Add centos 8 repository info
The tripleo repos rpm to be installed has changed its python version and its path - now residing under components/tripleo and needs its location updated. Change-Id: Ifd671623b053789a99ce1e4c49c994e8e4d07241
This commit is contained in:
parent
0333543461
commit
1775ace381
@ -64,6 +64,8 @@
|
|||||||
|
|
||||||
/* tags */
|
/* tags */
|
||||||
.fedora28 {background: #aee;}
|
.fedora28 {background: #aee;}
|
||||||
|
.centos7 {background: #cea;}
|
||||||
|
.centos8 {background: #cae;}
|
||||||
.rhel {background: #fee;}
|
.rhel {background: #fee;}
|
||||||
.portal {background-color: #ded;}
|
.portal {background-color: #ded;}
|
||||||
.satellite {background-color: #dee;}
|
.satellite {background-color: #dee;}
|
||||||
|
@ -5,14 +5,27 @@
|
|||||||
and commands appearing below should not be taken as indication that this
|
and commands appearing below should not be taken as indication that this
|
||||||
is fully supported by TripleO - we're still working on it!
|
is fully supported by TripleO - we're still working on it!
|
||||||
|
|
||||||
#. Download and install the python2-tripleo-repos RPM from
|
#. Download and install the python-tripleo-repos RPM from
|
||||||
`the current RDO repository <https://trunk.rdoproject.org/centos7/current/>`_.
|
the appropriate RDO repository
|
||||||
For example
|
|
||||||
|
.. admonition:: CentOS 7
|
||||||
|
:class: centos7
|
||||||
|
|
||||||
|
Current `Centos 7 RDO repository <https://trunk.rdoproject.org/centos7/current/>`_
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo yum install -y https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-<version>.el7.centos.noarch.rpm
|
sudo yum install -y https://trunk.rdoproject.org/centos7/current/python2-tripleo-repos-<version>.el7.centos.noarch.rpm
|
||||||
|
|
||||||
|
.. admonition:: CentOS 8
|
||||||
|
:class: centos8
|
||||||
|
|
||||||
|
Current `Centos 8 RDO repository <https://trunk.rdoproject.org/centos8/component/tripleo/current/>`_.
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
|
sudo dnf install -y https://trunk.rdoproject.org/centos8/component/tripleo/current/python3-tripleo-repos-<version>.el8.noarch.rpm
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
tripleo-repos removes any repositories that it manages before each run.
|
tripleo-repos removes any repositories that it manages before each run.
|
||||||
|
Loading…
Reference in New Issue
Block a user