From 0e2222680a26aae6ab9934a679cf21dad63be06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Mon, 14 Aug 2017 11:56:39 +0200 Subject: [PATCH] taskotron: add infra repos to taskotron.yaml Previous infra repos were removed as part of 3cb2683c7a5f, which broke our config. These new repos are the replacement. There is no repo file present in the repos, so we need to download it from cgit (recommended by puiterwijk). --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 7f2b13e914..07eda245e5 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -155,6 +155,10 @@ default_disposable_release: "25" ## Additional repos for minion to install packages from minion_repos: + - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo +{% if deployment_type == 'stg' %} + - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo +{% endif %} {% if deployment_type == 'dev' %} - https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/repo/fedora-25/kparal-taskotron-dev-fedora-25.repo {% endif %}