Do not disable RabbitMQ and OpsTools repos.
Kolla disables those repos in https://review.opendev.org/#/c/725032/ patch. This breaks TripleO builds as they assume them to be enabled. Change-Id: Id6ea8f2a73c5205c3b3626bac42a55a0763feef4
This commit is contained in:
parent
ecce177c03
commit
a527249cb8
@ -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