1
0
Fork 0
forked from infra/ansible

blockerbugs: drop unneeded variables after Pagure->Forge migration

Related: quality/blockerbugs#296
This commit is contained in:
Kamil Páral 2026-05-04 14:58:36 +02:00 committed by Kevin Fenzi
commit 49bec86025
3 changed files with 0 additions and 54 deletions

View file

@ -8,12 +8,6 @@ BUGZILLA_XMLRPC = BUGZILLA_URL + 'xmlrpc.cgi'
BODHI_URL = '{{ blockerbugs_bodhi_url }}'
BLOCKERBUGS_URL = '{{ blockerbugs_url }}'
BLOCKERBUGS_API = "{}api/v0/".format(BLOCKERBUGS_URL)
PAGURE_URL = '{{ blockerbugs_pagure_url }}'
PAGURE_API = PAGURE_URL + '/api/0/'
PAGURE_REPO_TOKEN = "{{ blockerbugs_pagure_repo_token_secret }}"
PAGURE_REPO_WEBHOOK_KEY = "{{ blockerbugs_pagure_repo_webhook_key_secret }}"
PAGURE_REPO = "fedora-qa/blocker-review"
PAGURE_BOT_USERNAME = 'blockerbot'
{% if env == "staging" %}
FAS_FLASK_COOKIE_REQUIRES_HTTPS = False

View file

@ -37,16 +37,8 @@ spec:
value: "{{ stg_blockerbugs_db_password }}"
- name: SECRET_KEY
value: "{{ stg_blockerbugs_secret_key }}"
- name: PAGURE_REPO_TOKEN
value: "{{ stg_blockerbugs_pagure_repo_token_secret }}"
- name: PAGURE_REPO_WEBHOOK_KEY
value: "{{ stg_blockerbugs_pagure_repo_webhook_key_secret }}"
- name: BUGZILLA_API_KEY
value: "{{ stg_blockerbugs_bz_api_key }}"
- name: PAGURE_URL
value: "https://stg.pagure.io/"
- name: PAGURE_API
value: "https://stg.pagure.io/api/0/"
- name: BUGZILLA_URL
value: "https://bugzilla.stage.redhat.com"
- name: FORGEJO_BOT_ACCESS_TOKEN
@ -58,16 +50,8 @@ spec:
value: "{{ prod_blockerbugs_db_password }}"
- name: SECRET_KEY
value: "{{ prod_blockerbugs_secret_key }}"
- name: PAGURE_REPO_TOKEN
value: "{{ prod_blockerbugs_pagure_repo_token_secret }}"
- name: PAGURE_REPO_WEBHOOK_KEY
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
- name: BUGZILLA_API_KEY
value: "{{ prod_blockerbugs_bz_api_key }}"
- name: PAGURE_URL
value: "https://pagure.io/"
- name: PAGURE_API
value: "https://pagure.io/api/0/"
- name: BUGZILLA_URL
value: "https://bugzilla.redhat.com"
- name: FORGEJO_BOT_ACCESS_TOKEN
@ -83,12 +67,6 @@ spec:
value: "https://admin{{ env_suffix }}.fedoraproject.org/accounts/"
- name: FAS_ADMIN_GROUP
value: "qa-admin"
- name: PAGURE_BOT_USERNAME
value: "blockerbot"
- name: PAGURE_BOT_ENABLED
value: "True"
- name: PAGURE_REPO
value: "fedora-qa/blocker-review"
- name: FORGEJO_REPO
value: "quality/blocker-review"
- name: FORGEJO_BOT_USERNAME
@ -101,8 +79,6 @@ spec:
value: "https://forge{{ env_suffix }}.fedoraproject.org/api/v1/"
- name: FORGEJO_ADMIN_ORG
value: "quality"
- name: FORGEJO_ADMIN_TEAM
value: "members"
- name: BODHI_URL
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
- name: OPENSHIFT_PROD

View file

@ -46,16 +46,8 @@ spec:
value: "{{ stg_blockerbugs_db_password }}"
- name: SECRET_KEY
value: "{{ stg_blockerbugs_secret_key }}"
- name: PAGURE_REPO_TOKEN
value: "{{ stg_blockerbugs_pagure_repo_token_secret }}"
- name: PAGURE_REPO_WEBHOOK_KEY
value: "{{ stg_blockerbugs_pagure_repo_webhook_key_secret }}"
- name: BUGZILLA_API_KEY
value: "{{ stg_blockerbugs_bz_api_key }}"
- name: PAGURE_URL
value: "https://stg.pagure.io/"
- name: PAGURE_API
value: "https://stg.pagure.io/api/0/"
- name: BUGZILLA_URL
value: "https://bugzilla.stage.redhat.com"
- name: FORGEJO_BOT_ACCESS_TOKEN
@ -67,16 +59,8 @@ spec:
value: "{{ prod_blockerbugs_db_password }}"
- name: SECRET_KEY
value: "{{ prod_blockerbugs_secret_key }}"
- name: PAGURE_REPO_TOKEN
value: "{{ prod_blockerbugs_pagure_repo_token_secret }}"
- name: PAGURE_REPO_WEBHOOK_KEY
value: "{{ prod_blockerbugs_pagure_repo_webhook_key_secret }}"
- name: BUGZILLA_API_KEY
value: "{{ prod_blockerbugs_bz_api_key }}"
- name: PAGURE_URL
value: "https://pagure.io/"
- name: PAGURE_API
value: "https://pagure.io/api/0/"
- name: BUGZILLA_URL
value: "https://bugzilla.redhat.com"
- name: FORGEJO_BOT_ACCESS_TOKEN
@ -92,12 +76,6 @@ spec:
value: "https://admin{{ env_suffix }}.fedoraproject.org/accounts/"
- name: FAS_ADMIN_GROUP
value: "qa-admin"
- name: PAGURE_BOT_USERNAME
value: "blockerbot"
- name: PAGURE_BOT_ENABLED
value: "True"
- name: PAGURE_REPO
value: "fedora-qa/blocker-review"
- name: FORGEJO_REPO
value: "quality/blocker-review"
- name: FORGEJO_BOT_USERNAME
@ -110,8 +88,6 @@ spec:
value: "https://forge{{ env_suffix }}.fedoraproject.org/api/v1/"
- name: FORGEJO_ADMIN_ORG
value: "quality"
- name: FORGEJO_ADMIN_TEAM
value: "members"
- name: BODHI_URL
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
- name: OPENSHIFT_PROD