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:
parent
f6dc4b9982
commit
7eacf03ebc
2 changed files with 0 additions and 40 deletions
|
@ -32,26 +32,6 @@
|
||||||
# set, the server will use a local SQLite database and the other values
|
# set, the server will use a local SQLite database and the other values
|
||||||
# are ignored.
|
# 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
|
- name: Install required packages
|
||||||
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
||||||
with_items:
|
with_items:
|
||||||
|
|
|
@ -7,26 +7,6 @@
|
||||||
## string - hostname of openQA server to run jobs for
|
## string - hostname of openQA server to run jobs for
|
||||||
## default - localhost
|
## 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
|
- name: Install packages
|
||||||
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue