Install Copr-dev credentials for Koschei
This commit is contained in:
parent
d80ead8087
commit
734e9939a4
4 changed files with 13 additions and 2 deletions
|
@ -12,6 +12,9 @@ koschei_pgsql_hostname: db01.phx2.fedoraproject.org
|
|||
koschei_koji_hub: koji.fedoraproject.org
|
||||
koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||
koschei_koji_web: koji.fedoraproject.org
|
||||
koschei_copr_url: http://copr-fe.cloud.fedoraproject.org
|
||||
koschei_copr_login: NOT-USED-YET
|
||||
koschei_copr_token: NOT-USED-YET
|
||||
|
||||
host_group: koschei-backend
|
||||
|
||||
|
|
|
@ -12,6 +12,9 @@ koschei_pgsql_hostname: pgbdr.stg.phx2.fedoraproject.org
|
|||
koschei_koji_hub: koji.stg.fedoraproject.org
|
||||
koschei_kojipkgs: koji.stg.fedoraproject.org
|
||||
koschei_koji_web: koji.stg.fedoraproject.org
|
||||
koschei_copr_url: http://copr-fe-dev.cloud.fedoraproject.org
|
||||
koschei_copr_login: "{{ koschei_copr_login_stg }}"
|
||||
koschei_copr_token: "{{ koschei_copr_token_stg }}"
|
||||
|
||||
|
||||
tcp_ports: [
|
||||
|
@ -55,6 +58,7 @@ csi_relationship: |
|
|||
- fedmsg hub
|
||||
- bastion (for mail relay)
|
||||
- memcached01
|
||||
- Copr development instance
|
||||
|
||||
koschei_backend_services:
|
||||
- koschei-polling
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
with_items:
|
||||
- config-admin.cfg
|
||||
- config-backend.cfg
|
||||
- copr-config
|
||||
notify:
|
||||
- restart koschei backend services
|
||||
tags:
|
||||
|
@ -89,8 +90,6 @@
|
|||
- config
|
||||
- fedmsgdconfig
|
||||
|
||||
# TODO install copr config, /etc/koschei/copr-config
|
||||
|
||||
- name: install koji client config file
|
||||
template: >
|
||||
src="koji.conf.j2"
|
||||
|
|
5
roles/koschei/backend/templates/copr-config.j2
Normal file
5
roles/koschei/backend/templates/copr-config.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
[copr-cli]
|
||||
login = {{ koschei_copr_login }}
|
||||
username = koschei
|
||||
token = {{ koschei_copr_token }}
|
||||
copr_url = {{ koschei_copr_url }}
|
Loading…
Add table
Add a link
Reference in a new issue