mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 13:20:29 +08:00
Blockerbugs: pull in BUGZILLA_API_KEY just for stg for now
This commit is contained in:
@@ -61,6 +61,10 @@ spec:
|
||||
value: "{{ blockerbugs_bugzilla_url }}"
|
||||
- name: BUGZILLA_XMLRPC
|
||||
value: "{{ blockerbugs_bugzilla_url }}xmlrpc.cgi"
|
||||
{% if env == 'staging' %}
|
||||
- name: BUGZILLA_API_KEY
|
||||
value: "{{ stg_blockerbugs_bz_api_key }}"
|
||||
{% endif %}
|
||||
- name: BODHI_URL
|
||||
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
|
||||
- name: OPENSHIFT_PROD
|
||||
|
||||
@@ -79,6 +79,10 @@ spec:
|
||||
value: "{{ blockerbugs_bugzilla_url }}"
|
||||
- name: BUGZILLA_XMLRPC
|
||||
value: "{{ blockerbugs_bugzilla_url }}xmlrpc.cgi"
|
||||
{% if env == 'staging' %}
|
||||
- name: BUGZILLA_API_KEY
|
||||
value: "{{ stg_blockerbugs_bz_api_key }}"
|
||||
{% endif %}
|
||||
- name: BODHI_URL
|
||||
value: "https://bodhi{{ env_suffix }}.fedoraproject.org/"
|
||||
- name: OPENSHIFT_PROD
|
||||
|
||||
Reference in New Issue
Block a user