Exclude EPEL packages that conflict with RDO Train

The following packages are too new for RDO Train:

- python2-qpid-proton
- python2-pyngus
- qpid-proton-c

Depends-On: https://review.opendev.org/813718
Change-Id: I977a688022a942b96f4c820fa2be2c932016176c
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-12 18:08:08 -07:00
parent cb78508489
commit f686660393
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ when 'debian'
end
when 'rhel'
# TODO(ramereth): These packages conflict with the RDO repo for Train
node.default['yum']['epel']['exclude'] = 'python2-qpid-proton python2-pyngus qpid-proton-c'
include_recipe 'yum-epel'
repo_action = if node['openstack']['yum']['rdo_enabled']