toddlers, poddlers: Add lookaside URL to config
Signed-off-by: Lenka Segura <lsegura@redhat.com>
This commit is contained in:
parent
d5114837da
commit
c2ec343276
2 changed files with 6 additions and 0 deletions
|
@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib"
|
||||||
# Base URL for the Koji build system
|
# Base URL for the Koji build system
|
||||||
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
# Base URL for lookaside cache (no staging here)
|
||||||
|
lookaside_url = "https://src.fedoraproject.org/lookaside"
|
||||||
|
|
||||||
# Credentials for koji session
|
# Credentials for koji session
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||||
|
|
|
@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib"
|
||||||
# Base URL for the Koji build system
|
# Base URL for the Koji build system
|
||||||
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
koji_url = "https://koji{{ env_suffix }}.fedoraproject.org"
|
||||||
|
|
||||||
|
# Base URL for lookaside cache (no staging here)
|
||||||
|
lookaside_url = "https://src.fedoraproject.org/lookaside"
|
||||||
|
|
||||||
# Credentials for koji session
|
# Credentials for koji session
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue