Merge "Limit centos repo disable to centos hosts only"
This commit is contained in:
commit
a7e8360f53
@ -16,8 +16,10 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'qpid-dispatch-tools'
|
||||
] %}
|
||||
|
||||
{% if base_distro in ['centos'] %}
|
||||
# make sure qpid is pulled from centos-openstack-RELEASE (RDO) repo
|
||||
RUN {% if distro_package_manager == 'dnf' %}dnf config-manager{% else %}yum-config-manager{% endif %} --disable epel centos-release-opstools extras
|
||||
{% endif %}
|
||||
|
||||
{{ macros.install_packages(qdrouterd_packages | customizable("packages")) }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user