From 25f357ecc81bc2ad25a1e1b2f549d6a4b755b638 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Fri, 10 May 2024 06:29:04 +0200 Subject: [PATCH] collectd: Mark unbuildable on rocky Since Rocky 9.4 release - delivered libpqos is 5, not 4 - and CentOS Stream 9 OpsTools packages have not been rebuilt. Related-Bug: #2065362 Change-Id: Ic0929becd44f25a9fb8d6d789b8169f41c95a226 --- kolla/image/unbuildable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kolla/image/unbuildable.py b/kolla/image/unbuildable.py index 08401bde61..8a6eb52509 100644 --- a/kolla/image/unbuildable.py +++ b/kolla/image/unbuildable.py @@ -36,6 +36,7 @@ UNBUILDABLE_IMAGES = { }, 'rocky': { + "collectd", # Missing libpqos.so.4()(64bit) "hacluster-pcs", # Missing crmsh package "nova-spicehtml5proxy", # Missing spicehtml5 package "ovsdpdk", # Not supported on CentOS