Merge "base: enable elasticsearch and rabbitmq repos for centos/aarch64"

This commit is contained in:
Zuul 2019-07-19 16:06:27 +00:00 committed by Gerrit Code Review
commit 8b17129bd2

View File

@ -94,11 +94,15 @@ COPY yum.conf /etc/yum.conf
] %}
{% elif base_arch == 'aarch64' %}
{% set base_yum_repo_files = [
'grafana.repo'
'elasticsearch.repo',
'grafana.repo',
'rabbitmq_rabbitmq-server.repo'
] %}
{% set base_yum_repo_keys = [
'https://artifacts.elastic.co/GPG-KEY-elasticsearch',
'https://packages.grafana.com/gpg.key',
'https://packagecloud.io/gpg.key',
] %}
{% endif %}