Skip to content

Commit c6a972e

Browse files
committed
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 405fca9)
1 parent 2171f0a commit c6a972e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docker/collectd/Dockerfile.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
3030
'collectd-dbi',
3131
'collectd-disk',
3232
'collectd-dns',
33-
'collectd-dpdk_telemetry',
3433
'collectd-generic-jmx',
3534
'collectd-ipmi',
36-
'collectd-libpod-stats',
3735
'collectd-log_logstash',
3836
'collectd-logparser',
3937
'collectd-mcelog',
@@ -47,7 +45,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
4745
'collectd-procevent',
4846
'collectd-python',
4947
'collectd-sensors',
50-
'collectd-sensubility',
5148
'collectd-smart',
5249
'collectd-snmp',
5350
'collectd-snmp-agent',
@@ -57,7 +54,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
5754
'collectd-write_http',
5855
'collectd-write_kafka',
5956
'collectd-write_prometheus',
60-
'python3-sqlalchemy-collectd'
6157
] %}
6258

6359
{% if base_arch =='x86_64' %}

docker/openstack-base/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
8787
'python3-routes',
8888
'python3-saharaclient',
8989
'python3-sqlalchemy',
90-
'python3-sqlalchemy-collectd',
9190
'python3-sqlparse',
9291
'python3-swiftclient',
9392
'python3-sysv_ipc',

0 commit comments

Comments
 (0)