From b8973e8b2532e082e39c9ecdc09c2f0bbf4462f6 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 6 Jul 2017 15:59:44 -0600 Subject: [PATCH] Mention enabling rhel-7-server-optional-rpms It's needed for pyserial, python-twisted-core and python-zope-interface, which are dependencies of python-carbon Signed-off-by: Zack Cerza --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0bbd2..1e56ffd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ On the host machine on which you will run ansible-playbook, do the following ste ``` sudo su - mkdir ~/cephmetrics -subscription-manager repos --enable rhel-7-server-rhscon-2-installer-rpms +subscription-manager repos --enable rhel-7-server-optional-rpms --enable rhel-7-server-rhscon-2-installer-rpms yum install cephmetrics-ansible curl -L -o /etc/yum.repos.d/cephmetrics.repo http://download.ceph.com/cephmetrics/rpm-master/el7/cephmetrics.repo ``` -- 2.47.3