Merge "Enable centos-release-opstools repo for centos-8"

This commit is contained in:
Zuul 2020-05-07 19:29:49 +00:00 committed by Gerrit Code Review
commit 0157539464
1 changed files with 0 additions and 2 deletions

View File

@ -47,11 +47,9 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
{% set base_centos_yum_repos_to_disable_remove = ['influxdb'] %}
{% endif %}
{% if base_distro == 'centos' and base_distro_tag.startswith('7') %}
{% set base_centos_yum_repo_packages_append = [
'centos-release-opstools'
] %}
{% endif %}
{% set base_centos_binary_packages_remove = ['scsi-target-utils'] %}