From 31608b234231a471c7b8b907e43f4bb3c5a90e6c Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Thu, 26 Aug 2021 15:54:12 +0000 Subject: [PATCH] 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 --- .../source/deployment/install_undercloud.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/deployment/install_undercloud.rst b/deploy-guide/source/deployment/install_undercloud.rst index dcfb0cdc..9d4a7282 100644 --- a/deploy-guide/source/deployment/install_undercloud.rst +++ b/deploy-guide/source/deployment/install_undercloud.rst @@ -77,7 +77,7 @@ Installing the Undercloud .. admonition:: RHEL :class: rhel - Enable optional repo:: + Enable optional repo for RHEL7:: sudo yum install -y yum-utils 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:: - 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 :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:: - sudo yum install -y ceph-ansible + sudo dnf install -y ceph-ansible .. admonition:: TLS :class: tls