diff --git a/kolla/image/build.py b/kolla/image/build.py index 0b03a3a350..20aa9d31a6 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -91,6 +91,20 @@ UNBUILDABLE_IMAGES = { "telegraf", # no binary package }, + 'ppc64le': { + "cyborg-base", # no binary package + "elasticsearch", # no binary package + "grafana", # no binary package + "kibana", # no binary package + "kube-proxy", # no binary + "helm-repository", # no binary + "monasca-grafana", # no phantomJS + "opendaylight", # no binary package + "prometheus-base", # no ppc64le binaries + "telegraf", # no binary package + "xtrabackup", # no binary package + }, + 'source': { "tripleoclient", }, @@ -117,7 +131,13 @@ UNBUILDABLE_IMAGES = { 'source+aarch64': { "monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev # than distributions have - "tempest", # no binary package + "tempest", # same reason as 'monasca-base' + }, + + 'source+ppc64le': { + "monasca-base", # pypi 'confluent-kafka' requires newer libfdkafka-dev + # than distributions have + "tempest", # same reason as 'monasca-base' }, 'centos': { @@ -148,6 +168,14 @@ UNBUILDABLE_IMAGES = { "skydive-base", # no binary package }, + 'debian+ppc64le': { + "skydive-base", # no binary package + }, + 'ubuntu+ppc64le': { + "sensu-base", # no binary package + "skydive-base", # no binary package + }, + 'centos+aarch64': { "elasticsearch", # no binary package "hacluster-pcs", # no binary package @@ -155,6 +183,12 @@ UNBUILDABLE_IMAGES = { "mongodb", # no binary package }, + 'centos+ppc64le': { + "hacluster-pcs", # no binary package + "influxdb", # no binary package + "mongodb", # no binary package + }, + 'debian+binary': { "cloudkitty-base", "congress-base",