Merge "Do not disable RabbitMQ and OpsTools repos."
This commit is contained in:
commit
db3ad3558c
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user