aarch64/centos8: no fluentd, rabbitmq, kolla-toolbox

AArch64 lacks Erlang in CentOS 8 - we have to wait for 8.2 release to
get it. So no RabbitMQ for us.

And no Fluentd.

Change-Id: I266cdfa09efcba1c54efaa3c16ffe556808b3673
This commit is contained in:
Marcin Juszkiewicz 2020-04-22 17:16:08 +02:00
parent 63a5504891
commit 39a6e9a9a4
2 changed files with 8 additions and 0 deletions

View File

@ -175,10 +175,13 @@ UNBUILDABLE_IMAGES = {
'centos+aarch64': {
"elasticsearch", # no binary package
"fluentd", # no binary package
"hacluster-pcs", # no binary package
"influxdb", # no binary package
"kibana", # no binary package
"kolla-toolbox", # no Erlang package
"mongodb", # no binary package
"rabbitmq", # no Erlang package
"telegraf", # no binary package
},

View File

@ -0,0 +1,5 @@
---
issues:
- |
AArch64 images using CentOS as base system are not supported in Ussuri.
This will be fixed later in release cycle as we need CentOS 8.2 release.