Remove missing collectd packages

Since CentOS Linux 8 repository retirement from
CentOS mirrors - we need to use CentOS Stream 8
version of Opstools repo.

Listed below packages are missing from the repo,
and according to the maintainer dpdk_telemetry is
not going to show up at all (it's basically dead).

The rest of the packages might show up at a later
stage - but it's not a priority for the maintainer.

- collectd-dpdk_telemetry
- collectd-libpod-stats
- collectd-sensubility
- python3-sqlalchemy-collectd

Change-Id: I5f446fc276e245c1e6974ceeb6ff3dccd84ee502
(cherry picked from commit 405fca90f2)
This commit is contained in:
Michal Nasiadka 2022-02-03 15:52:19 +01:00 committed by Mark Goddard
parent 6b970b4b48
commit d5ecb3327c
2 changed files with 1 additions and 11 deletions

View File

@ -40,7 +40,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-procevent',
'collectd-python',
'collectd-sensors',
'collectd-sensubility',
'collectd-smart',
'collectd-snmp',
'collectd-snmp-agent',
@ -51,15 +50,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'collectd-write_kafka',
'collectd-write_prometheus',
] %}
{% if distro_python_version.startswith('3') %}
{% set collectd_packages = collectd_packages + [
'collectd-dpdk_telemetry',
'collectd-libpod-stats',
'collectd-logparser',
'python3-sqlalchemy-collectd'
] %}
{% else %}
{% if distro_python_version.startswith('2') %}
{% set collectd_packages = collectd_packages + [
'python2-collectd-gnocchi',
'python2-collectd-rabbitmq-monitoring',

View File

@ -85,7 +85,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python3-routes',
'python3-saharaclient',
'python3-sqlalchemy',
'python3-sqlalchemy-collectd',
'python3-sqlparse',
'python3-swiftclient',
'python3-sysv_ipc',