aarch64: enable influxdb and telegraf for Debian/Ubuntu

Turns out that upstream provides repos also for aarch64.

CentOS one is not usable due to wrong arch name used (arm64 instead of
aarch64).

Change-Id: I1b4ef1fae0914d6826af5456cc9ea53bb26972ee
This commit is contained in:
Marcin Juszkiewicz 2020-01-30 11:37:00 +00:00
parent 49445b68f8
commit 8f1ca9a1ba
3 changed files with 4 additions and 2 deletions

View File

@ -459,6 +459,7 @@ COPY apt_preferences /etc/apt/preferences.d/kolla-custom
'https://packages.grafana.com/gpg.key',
'http://buster-train.debian.net/debian/dists/pubkey.gpg',
'https://packages.treasuredata.com/GPG-KEY-td-agent',
'https://repos.influxdata.com/influxdb.key'
] %}
{% set base_apt_packages = base_apt_packages +
['sudo',]

View File

@ -89,7 +89,6 @@ UNBUILDABLE_IMAGES = {
"opendaylight", # no binary package
"prometheus-mtail", # no aarch64 binary
"skydive-base", # no aarch64 binary
"telegraf", # no binary package
},
'ppc64le': {
@ -178,7 +177,6 @@ UNBUILDABLE_IMAGES = {
"ovsdpdk",
"qdrouterd",
"sensu-base",
"telegraf", # no binary package
},
'ubuntu': {
"cyborg-base",
@ -198,6 +196,7 @@ UNBUILDABLE_IMAGES = {
"hacluster-pcs", # no binary package
"influxdb", # no binary package
"mongodb", # no binary package
"telegraf", # no binary package
},
'centos+ppc64le': {

View File

@ -54,6 +54,7 @@ rhel: {}
debian:
elasticsearch: "deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main"
grafana: "deb https://packages.grafana.com/oss/deb stable main"
influxdb: "deb https://repos.influxdata.com/debian buster stable"
kibana: "deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main"
td-agent: "deb http://packages.treasuredata.com/3/debian/buster buster contrib"
@ -72,6 +73,7 @@ ubuntu:
ubuntu-aarch64:
elasticsearch: "deb [arch=amd64] https://artifacts.elastic.co/packages/5.x/apt stable main"
grafana: "deb https://packages.grafana.com/oss/deb stable main"
influxdb: "deb https://repos.influxdata.com/ubuntu bionic stable"
kibana: "deb https://artifacts.elastic.co/packages/5.x/apt stable main"
mariadb: "deb http://downloads.mariadb.com/MariaDB/mariadb-10.3/repo/ubuntu bionic main"
rabbitmq: "deb https://packagecloud.io/rabbitmq/rabbitmq-server/ubuntu/ bionic main"