repos/centos: disable EPEL
EPEL is quite often down and causes CI failures. This patch disables EPEL management on our integration & beaker jobs. Change-Id: I7ecf1b43d8db94001fbb3a0e6841c3cb84836ccb
This commit is contained in:
parent
58b5c418d9
commit
d3f4341f64
@ -21,6 +21,7 @@ class openstack_integration::repos {
|
||||
# yum-plugin-priorities is already managed by ::ceph::repo
|
||||
manage_priorities => false,
|
||||
manage_rdo => false,
|
||||
manage_epel => false,
|
||||
repo_hash => {
|
||||
'mitaka-current' => {
|
||||
'baseurl' => 'https://trunk.rdoproject.org/centos7/f1/32/f132dea0b534b75815439431dc2d9a927ade2030_c08cc25a/',
|
||||
|
Loading…
Reference in New Issue
Block a user