Add package-afs-centos7 for puppet-openafs module

Because centos-7 doesn't have an openafs-client, we have to install
the version we built ourself.

Change-Id: If8fbb9bf7c585eebd2eb7abbb220375bdf38f682
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-11-15 22:55:21 -05:00
parent 7c5c7c83a9
commit 9373ce5bea
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@
- legacy-copy-project-config-scripts
pre_tasks:
# NOTE(pabelanger): Needed by puppet-openafs package.
- name: Add OpenAFS OpenStack CI build
yum_repository:
name: openafs
baseurl: https://tarballs.openstack.org/project-config/package-afs-centos7
gpgcheck: no
when: ansible_distribution == "CentOS"
# NOTE(pabelanger): Manually install EPEL dependencies as not to keep EPEL
# enabled.
- name: Manually install EPEL dependencies