Remove patternfly copr repo. This is in the infra repo now.

This commit is contained in:
Ralph Bean 2016-02-08 14:18:55 +00:00
parent aea99d716e
commit ea257d6818
2 changed files with 6 additions and 19 deletions

View file

@ -1,8 +0,0 @@
[patternfly-patternfly1]
name=Copr repo for patternfly1 owned by patternfly
baseurl=https://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/epel-7-$basearch/
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/patternfly/patternfly1/pubkey.gpg
enabled=1
enabled_metadata=1

View file

@ -1,4 +1,3 @@
- name: setup the PDC copr repo
copy: >
src="sochotni-pdc-test-epel-7.repo"
@ -9,16 +8,6 @@
tags:
- pdc
- name: setup the patternfly copr repo
copy: >
src="patternfly-patternfly1-epel-7.repo"
dest="/etc/yum.repos.d/patternfly-patternfly1-epel-7.repo"
owner=root
group=root
mode=0644
tags:
- pdc
- name: lastly, add a copr repo for extra deps of PDC.
copy: >
src="ralph-pdc-deps-epel-7.repo"
@ -29,6 +18,12 @@
tags:
- pdc
- name: remove some old copr repos for things now in the infra repo.
file: dest="/etc/yum.repos.d/{{item}}" state=absent
with_items:
- patternfly-patternfly1-epel-7.repo
tags: pdc
- name: install needed packages
yum: pkg={{ item }} state=present
with_items: