Update undercloud install for EL8
I think we can probably use RHEL / CentOS 8 defaults now for these docs. I added a note to refer to the EL7 way for older installs. Change-Id: Ifee55aef3761eecfc9683d6cfa96cc4832076736
This commit is contained in:
parent
2d1a4a1c43
commit
31608b2342
@ -77,7 +77,7 @@ Installing the Undercloud
|
|||||||
.. admonition:: RHEL
|
.. admonition:: RHEL
|
||||||
:class: rhel
|
:class: rhel
|
||||||
|
|
||||||
Enable optional repo::
|
Enable optional repo for RHEL7::
|
||||||
|
|
||||||
sudo yum install -y yum-utils
|
sudo yum install -y yum-utils
|
||||||
sudo yum-config-manager --enable rhelosp-rhel-7-server-opt
|
sudo yum-config-manager --enable rhelosp-rhel-7-server-opt
|
||||||
@ -87,14 +87,21 @@ Installing the Undercloud
|
|||||||
|
|
||||||
#. Install the TripleO CLI, which will pull in all other necessary packages as dependencies::
|
#. Install the TripleO CLI, which will pull in all other necessary packages as dependencies::
|
||||||
|
|
||||||
sudo yum install -y python-tripleoclient
|
sudo dnf install -y python*-tripleoclient
|
||||||
|
|
||||||
|
.. admonition:: RHEL7 / CentOS
|
||||||
|
|
||||||
|
For RHEL or CentOS 7 the command would be::
|
||||||
|
|
||||||
|
sudo yum install -y python-tripleoclient
|
||||||
|
|
||||||
|
|
||||||
.. admonition:: Ceph
|
.. admonition:: Ceph
|
||||||
:class: ceph
|
:class: ceph
|
||||||
|
|
||||||
If you intend to deploy Ceph in the overcloud, or configure the overcloud to use an external Ceph cluster, and are running Pike or newer, then install ceph-ansible on the undercloud::
|
If you intend to deploy Ceph in the overcloud, or configure the overcloud to use an external Ceph cluster, and are running Pike or newer, then install ceph-ansible on the undercloud::
|
||||||
|
|
||||||
sudo yum install -y ceph-ansible
|
sudo dnf install -y ceph-ansible
|
||||||
|
|
||||||
.. admonition:: TLS
|
.. admonition:: TLS
|
||||||
:class: tls
|
:class: tls
|
||||||
|
Loading…
Reference in New Issue
Block a user