Skip to content

Commit e4df04e

Browse files
mark gnocchi-base as unbuildable
Related-Bug: 2039051 Change-Id: If374f086e54be5b9799db7661c88b0204c4f507c Signed-off-by: Sven Kieske <[email protected]>
1 parent a126116 commit e4df04e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

kolla/image/unbuildable.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"bifrost-base", # someone need to get upstream working first
2020
"prometheus-msteams", # no aarch64 binary
2121
"prometheus-mtail", # no aarch64 binary
22+
"gnocchi-base", # https://bugs.launchpad.net/kolla/+bug/2039051
2223
},
2324

2425
# Issues for SHA1 keys:
@@ -29,11 +30,15 @@
2930
"nova-spicehtml5proxy", # Missing spicehtml5 package
3031
"ovsdpdk", # Not supported on CentOS
3132
"tgtd", # Not supported on CentOS
33+
"gnocchi-base",
34+
# https://bugs.launchpad.net/kolla/+bug/2039051
3235
},
3336

3437
'debian': {
3538
"openvswitch-netcontrold",
3639
# https://bugs.launchpad.net/kolla/+bug/2027668
40+
"gnocchi-base",
41+
# https://bugs.launchpad.net/kolla/+bug/2039051
3742
},
3843

3944
'rocky': {
@@ -42,9 +47,13 @@
4247
"nova-spicehtml5proxy", # Missing spicehtml5 package
4348
"ovsdpdk", # Not supported on CentOS
4449
"tgtd", # Not supported on CentOS
50+
"gnocchi-base",
51+
# https://bugs.launchpad.net/kolla/+bug/2039051
4552
},
4653

4754
'ubuntu': {
55+
"gnocchi-base",
56+
# https://bugs.launchpad.net/kolla/+bug/2039051
4857
},
4958

5059
'ubuntu+aarch64': {

0 commit comments

Comments
 (0)