base/centos: influxdb repo is only on x86-64
Change-Id: I98147939ccfeeb7b3e86b5e33c427372663ecf9b
This commit is contained in:
parent
2d1017be3f
commit
dfc336ded2
@ -260,8 +260,15 @@ COPY ceph.repo /etc/yum.repos.d/
|
||||
{% set base_centos_yum_repos_to_disable = [
|
||||
'centos-ceph-nautilus',
|
||||
'centos-nfs-ganesha28',
|
||||
'influxdb',
|
||||
] %}
|
||||
|
||||
|
||||
{% if base_arch == 'x86_64' %}
|
||||
{% set base_centos_yum_repos_to_disable = base_centos_yum_repos_to_disable + [
|
||||
'influxdb',
|
||||
] %}
|
||||
{% endif %}
|
||||
|
||||
{% if distro_package_manager == 'yum' %}
|
||||
{% set base_centos_yum_repos_to_disable = base_centos_yum_repos_to_disable + [
|
||||
'centos-qemu-ev',
|
||||
|
Loading…
Reference in New Issue
Block a user