copr: stop using yum-deprecated and install python2-modulemd from official fedora repos

Note that copr-backend is installed from @copr/copr repo. That however needs lighttpd to
be already running unless package is retrieved from a local filepath. That's why we add
additional local-filesystem path repofile for @copr/copr.
This commit is contained in:
clime 2017-01-18 17:30:04 +01:00
parent d145438f7f
commit 673df1ccd5
4 changed files with 21 additions and 33 deletions

View file

@ -1,12 +0,0 @@
[group_modularity-modulemd_custom]
name=Copr Modularity repo
failovermethod=priority
baseurl=file:///var/lib/copr/public_html/results/@modularity/modulemd/fedora-$releasever-x86_64/
http://209.132.184.48/results/@modularity/modulemd/fedora-$releasever-x86_64/
https://copr-be.cloud.fedoraproject.org/results/@modularity/modulemd/fedora-$releasever-x86_64/
http://172.25.32.109/results/@modularity/modulemd/fedora-$releasever-x86_64/
gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@modularity/modulemd/pubkey.gpg
enabled=1
skip_if_unavailable=1

View file

@ -0,0 +1,10 @@
[group_copr-copr_local]
name=group_copr-copr_local
baseurl=file:///var/lib/copr/public_html/results/@copr/copr/fedora-$releasever-x86_64/
type=rpm-md
gpgcheck=1
gpgkey=file:///var/lib/copr/public_html/results/@copr/copr/pubkey.gpg
enabled=1
enabled_metadata=1
skip_if_unavailable=True
priority=1

View file

@ -5,24 +5,16 @@
- name: setup networking - name: setup networking
include: "network.yml" include: "network.yml"
- name: install copr modularity repofile - name: install copr local path repo
copy: src="yum/_copr_@modularity-modulemd.custom.repo" dest="/etc/yum.repos.d/_copr_@modularity-modulemd.custom.repo" copy: src="yum/copr_local.repo" dest="/etc/yum.repos.d/copr_local.repo"
tags: tags:
- config - config
- name: install python2-modulemd
shell: yum-deprecated install -y python2-modulemd || yum install -y python2-modulemd
# BZ 1241507
- name: install copr-backend
shell: yum-deprecated install -y copr-backend || yum install -y copr-backend
- name: install copr-selinux
shell: yum-deprecated install -y copr-selinux || yum install -y copr-selinux
- name: add packages for copr backend - name: add packages for copr backend
dnf: state=present name={{ item }} dnf: state=present name={{ item }}
with_items: with_items:
#- copr-backend - copr-backend
- copr-selinux
- python-novaclient - python-novaclient
- python-glanceclient - python-glanceclient
- python-neutronclient - python-neutronclient

View file

@ -1,12 +1,10 @@
[Copr] [group_copr-copr]
name=Copr name=Copr repo for copr owned by @copr
failovermethod=priority baseurl=https://copr-be.cloud.fedoraproject.org/results/@copr/copr/fedora-$releasever-$basearch/
baseurl=file:///var/lib/copr/public_html/results/@copr/copr/fedora-$releasever-x86_64/ type=rpm-md
http://209.132.184.48/results/@copr/copr/fedora-$releasever-x86_64/ skip_if_unavailable=True
https://copr-be.cloud.fedoraproject.org/results/@copr/copr/fedora-$releasever-x86_64/
http://172.25.32.109/results/@copr/copr/fedora-$releasever-x86_64/
gpgcheck=1 gpgcheck=1
gpgkey=https://copr-be.cloud.fedoraproject.org/results/@copr/copr/pubkey.gpg gpgkey=https://copr-be.cloud.fedoraproject.org/results/@copr/copr/pubkey.gpg
repo_gpgcheck=0
enabled=1 enabled=1
skip_if_unavailable=1 enabled_metadata=1