Revert "Disable build of Gnocchi containers"

This reverts commit 5505cd000c.
Reason: Closed #1304 [1] as completed.
Branch stable/4.4 is taged 4.4.4 with Fix [2] already.

1. https://github.com/gnocchixyz/gnocchi/issues/1304
2. 1336d930c1

Change-Id: I3ca4e10508c26b752412789502ceb917ecb4dbeb
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
(cherry picked from commit 4e5e508282)
This commit is contained in:
Maksim Malchuk 2023-08-02 10:50:46 +03:00
parent 4c5889b68d
commit 1d5e1a3915
2 changed files with 1 additions and 8 deletions

View File

@ -65,7 +65,7 @@ SOURCES = {
'glance-${openstack_branch}.tar.gz')},
'gnocchi-base': {
'type': 'git',
'reference': '4.4.2',
'reference': '4.4.4',
'location': ('https://github.com/gnocchixyz/'
'gnocchi.git')},
'heat-base': {

View File

@ -17,7 +17,6 @@
UNBUILDABLE_IMAGES = {
'aarch64': {
"bifrost-base", # someone need to get upstream working first
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
"prometheus-msteams", # no aarch64 binary
"prometheus-mtail", # no aarch64 binary
"skydive-base", # no aarch64 binary
@ -26,7 +25,6 @@ UNBUILDABLE_IMAGES = {
# Issues for SHA1 keys:
# https://github.com/grafana/grafana/issues/41036
'centos': {
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
"hacluster-pcs", # Missing crmsh package
"nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS
@ -34,11 +32,9 @@ UNBUILDABLE_IMAGES = {
},
'debian': {
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
},
'rocky': {
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304 # noqa
"hacluster-pcs", # Missing crmsh package
"nova-spicehtml5proxy", # Missing spicehtml5 package
"ovsdpdk", # Not supported on CentOS
@ -47,18 +43,15 @@ UNBUILDABLE_IMAGES = {
'ubuntu': {
"bifrost-base", # Failing on new efi shim file location
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
"collectd", # Missing collectd-core package
"telegraf", # Missing collectd-core package
},
'ubuntu+aarch64': {
"barbican-base", # https://github.com/unbit/uwsgi/issues/2434
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
},
'centos+aarch64': {
"gnocchi-base", # https://github.com/gnocchixyz/gnocchi/issues/1304
"telegraf", # no binary package
},
}