Revert "[RHEL8]Remove collectd-sensubility from collectd container"

Package is now available in RHUI.
Closes-bug: #1839423

This reverts commit 84d1fcdfff.

Change-Id: I63876b7975b9993722a1c37853f10e7227422476
This commit is contained in:
Chandan Kumar (raukadah) 2019-08-12 10:04:49 +00:00
parent 84d1fcdfff
commit c726273018
1 changed files with 0 additions and 7 deletions

View File

@ -207,13 +207,6 @@ RUN sed -i -r 's,^(Listen 80),#\1,' /etc/httpd/conf/httpd.conf \
{% endif %}
{% set openstack_base_packages_append = ['openstack-selinux'] %}
{% if ansible_distribution == "RedHat" %}
# Remove collectd-sensubility from RHEL-8 as it is not available.
# https://bugs.launchpad.net/tripleo/+bug/1839423
{% set collectd_packages_remove = [
'collectd-sensubility'
] %}
{% endif %}
# Use mariadb-server-galera and xinetd for galera and clustercheck
{# 'pv' # EPEL
#}