Merge "monasca: enable for Debian/aarch64" into stable/xena

This commit is contained in:
Zuul 2021-10-26 10:20:38 +00:00 committed by Gerrit Code Review
commit fbb02144d0
2 changed files with 5 additions and 6 deletions

View File

@ -39,7 +39,7 @@ mariadb,C,C,C,C,N,C
masakari,N,C,C,C,N,C
memcached,C,C,C,C,N,C
mistral,C,C,C,C,N,C
monasca,N,N,N,N,N,N
monasca,N,N,N,N,N,C
multipathd,C,C,C,C,N,C
murano,C,C,C,C,N,C
neutron,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
39 masakari,N,C,C,C,N,C
40 memcached,C,C,C,C,N,C
41 mistral,C,C,C,C,N,C
42 monasca,N,N,N,N,N,N monasca,N,N,N,N,N,C
43 multipathd,C,C,C,C,N,C
44 murano,C,C,C,C,N,C
45 neutron,C,C,C,C,N,C

View File

@ -98,11 +98,6 @@ UNBUILDABLE_IMAGES = {
"zun-base",
},
'source+aarch64': {
"monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev
# than distributions have
},
'centos': {
"hacluster-pcs", # Missing crmsh package
"nova-spicehtml5proxy", # Missing spicehtml5 package
@ -123,12 +118,16 @@ UNBUILDABLE_IMAGES = {
'ubuntu+aarch64': {
"kibana", # no binary package
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
# than distribution has
},
'centos+aarch64': {
"hacluster-pcs", # no binary package
"influxdb", # no binary package
"kibana", # no binary package
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
# than distribution has
"telegraf", # no binary package
},