From c2ec3432764b6593db5c21bc772ad0e7e36d2293 Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Mon, 28 Oct 2024 19:18:15 +0100 Subject: [PATCH] toddlers, poddlers: Add lookaside URL to config Signed-off-by: Lenka Segura --- roles/openshift-apps/poddlers/templates/fedora-messaging.toml | 3 +++ roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml index 37c63ab2d2..af6986eb13 100644 --- a/roles/openshift-apps/poddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/poddlers/templates/fedora-messaging.toml @@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib" # Base URL for the Koji build system 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 {% if env == 'staging' %} principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG" diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 92334304aa..160ff11c48 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -110,6 +110,9 @@ bugzilla_group = "fedora_contrib" # Base URL for the Koji build system 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 {% if env == 'staging' %} principal = "toddlers/os-control01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"