Merge "Do not disable RabbitMQ and OpsTools repos."

This commit is contained in:
Zuul 2020-05-19 21:08:03 +00:00 committed by Gerrit Code Review
commit db3ad3558c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
] %}
{% if base_distro == 'centos' and base_distro_tag.startswith('8') %}
{% set base_centos_yum_repos_to_enable_append = ['HighAvailability'] %}
{% set base_centos_yum_repos_to_disable_remove = ['influxdb'] %}
{% set base_centos_yum_repos_to_disable_remove = ['centos-rabbitmq-38', 'centos-opstools', 'influxdb'] %}
{% endif %}
{% set base_centos_yum_repo_packages_append = [