disable monasca for AArch64 on all distros

INFO:kolla.common.utils.monasca-base:
Install the latest version of librdkafka from the Confluent
repositories, see http://docs.confluent.io/current/installation.html"

No more monasca for aarch64.

Change-Id: Ice6f1ab4a08d0ef07ce2434bfef704b68e90f9d0
This commit is contained in:
Marcin Juszkiewicz 2022-06-20 21:45:46 +02:00
parent 7afbcf1cc1
commit 9931f83913
1 changed files with 2 additions and 4 deletions

View File

@ -81,6 +81,8 @@ LOG = utils.make_a_logger()
UNBUILDABLE_IMAGES = {
'aarch64': {
"bifrost-base", # someone need to get upstream working first
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
# than distributions have
"prometheus-msteams", # no aarch64 binary
"prometheus-mtail", # no aarch64 binary
"skydive-base", # no aarch64 binary
@ -101,15 +103,11 @@ UNBUILDABLE_IMAGES = {
'ubuntu+aarch64': {
"kibana", # no binary package
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
# than distribution has
},
'centos+aarch64': {
"influxdb", # no binary package
"kibana", # no binary package
"monasca-base", # 'confluent-kafka' requires newer libfdkafka-dev
# than distribution has
"telegraf", # no binary package
},
}