Enable EPEL before installing distro packages

OpenStack-Ansible's roles contain a bindep requirement from EPEL.

Change-Id: Ie27db0423d0679f7f32a2295837816f79721af2f
This commit is contained in:
Jimmy McCrory 2017-04-13 11:08:57 -07:00
parent d064566125
commit 34d4df7691

View File

@ -76,6 +76,10 @@
- print-template-name:
template-name: "{template-name}"
- zuul-git-prep-upper-constraints
- shell: |
if [[ "{name}" == *"openstack-ansible"* ]]; then
sudo yum-config-manager --enable epel || true
fi
- install-distro-packages
- shell: |
# Allow Jenkins user to ssh into localhost