telegraf: mark buildable

Change-Id: Iff646c87a5c8d8d1831fea00ae18457f93cca2e5
This commit is contained in:
Michal Nasiadka 2022-12-01 09:41:57 +01:00
parent 6be0068f37
commit d1d26c8674
1 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@ UNBUILDABLE_IMAGES = {
# Issues for SHA1 keys:
# https://github.com/elastic/elasticsearch/issues/85876
# https://github.com/grafana/grafana/issues/41036
# Issue with telegraf:
# https://github.com/influxdata/telegraf/issues/12303
'centos': {
"elasticsearch", # SHA1 gpg key
"hacluster-pcs", # Missing crmsh package
@ -37,7 +35,6 @@ UNBUILDABLE_IMAGES = {
"nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS
"tgtd", # Not supported on CentOS
"telegraf", # Package is not signed
},
'debian': {
@ -51,7 +48,6 @@ UNBUILDABLE_IMAGES = {
"nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS
"tgtd", # Not supported on CentOS
"telegraf", # Package is not signed
},
'ubuntu': {