Fix #2 to have collectd only from EPEL

The Undercloud was receiving collectd from opstools which
requires install the extra collectd package (disk,python)
EPEL does not require those packages.

Change-Id: I457470211f6c720a20ea1fda13756d2ccf9d4aeb
This commit is contained in:
akrzos 2018-05-25 10:51:01 -04:00
parent 163004099f
commit f7cf3e7d4d
1 changed files with 3 additions and 2 deletions

View File

@ -30,16 +30,17 @@
yum:
name: "{{ item }}"
state: present
disablerepo: "*"
enablerepo: "epel"
become: true
with_items:
- collectd
- collectd-apache
- collectd-ceph
- collectd-disk
- collectd-mysql
- collectd-ping
- collectd-python
- collectd-turbostat
when: collectd_from_epel
# (sai) Since we moved to containers we don't have java installed on the host
# anymore but it is needed for collectd-java