mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 06:20:40 +08:00
Use correct fedmsg topics for Koschei staging
This commit is contained in:
@@ -65,10 +65,26 @@ config = {
|
||||
},
|
||||
},
|
||||
},
|
||||
"fedmsg": {
|
||||
{% if env == 'staging' %}
|
||||
"topic": "org.fedoraproject.stg.buildsys",
|
||||
{% else %}
|
||||
"topic": "org.fedoraproject.prod.buildsys",
|
||||
{% endif %}
|
||||
}
|
||||
"fedmsg-publisher": {
|
||||
"enabled": True,
|
||||
"modname": "koschei",
|
||||
},
|
||||
"pkgdb": {
|
||||
{% if env == 'staging' %}
|
||||
"pkgdb_url": 'https://admin.stg.fedoraproject.org/pkgdb/api',
|
||||
"topic_re": r'\.stg\.pkgdb\.',
|
||||
{% else %}
|
||||
"pkgdb_url": 'https://admin.fedoraproject.org/pkgdb/api',
|
||||
"topic_re": r'\.prod\.pkgdb\.',
|
||||
{% endif %}
|
||||
},
|
||||
"frontend": {
|
||||
{% if env == 'staging' %}
|
||||
# Staging copies for fedmenu
|
||||
|
||||
Reference in New Issue
Block a user