drop use of COPR for openQA

all required packages except openqa itself are now in main repo,
openqa is in infra repo.
This commit is contained in:
Adam Williamson 2016-02-15 16:16:19 -08:00
parent f6dc4b9982
commit 7eacf03ebc
2 changed files with 0 additions and 40 deletions

View file

@ -32,26 +32,6 @@
# set, the server will use a local SQLite database and the other values
# are ignored.
- name: Ensure DNF COPR plugin is available
dnf: pkg="dnf-command(copr)" state=present
tags:
- packages
- name: Install openQA repo if needed
command: "dnf -y copr enable adamwill/openQA"
args:
creates: /etc/yum.repos.d/_copr_adamwill-openQA.repo
tags:
- config
- name: Install openQA staging repo if needed
command: "dnf -y copr enable adamwill/openQA-stg"
args:
creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo
when: deployment_type == "stg"
tags:
- config
- name: Install required packages
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
with_items:

View file

@ -7,26 +7,6 @@
## string - hostname of openQA server to run jobs for
## default - localhost
- name: Ensure DNF COPR plugin is available
dnf: pkg="dnf-command(copr)" state=present
tags:
- packages
- name: Install openQA repo if needed
command: "dnf -y copr enable adamwill/openQA"
args:
creates: /etc/yum.repos.d/_copr_adamwill-openQA.repo
tags:
- config
- name: Install openQA staging repo if needed
command: "dnf -y copr enable adamwill/openQA-stg"
args:
creates: /etc/yum.repos.d/_copr_adamwill-openQA-stg.repo
when: deployment_type == "stg"
tags:
- config
- name: Install packages
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
with_items: