mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Enable koschei-pagure plugin in stg
This commit is contained in:
@@ -39,7 +39,7 @@ config = {
|
||||
},
|
||||
},
|
||||
{% if env == 'staging' %}
|
||||
"plugins": ['pkgdb', 'copr'],
|
||||
"plugins": ['pagure', 'copr'],
|
||||
{% else %}
|
||||
"plugins": ['pkgdb'],
|
||||
{% endif %}
|
||||
@@ -56,6 +56,16 @@ config = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"pagure": {
|
||||
"users": {
|
||||
"backend": "dogpile.cache.memcached",
|
||||
"expiration_time": 300,
|
||||
"arguments": {
|
||||
"url": "memcached01:11211",
|
||||
"distributed_lock": True,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
"pkgdb": {
|
||||
{% if env == 'staging' %}
|
||||
@@ -67,6 +77,9 @@ config = {
|
||||
{% endif %}
|
||||
"sync_tracked": False,
|
||||
},
|
||||
"pagure": {
|
||||
"api_url": "https://src{{ env_prefix }}.fedoraproject.org/api/0",
|
||||
},
|
||||
"frontend": {
|
||||
"builds_per_page": 8,
|
||||
"auth": {
|
||||
|
||||
Reference in New Issue
Block a user