diff options
author | Kamil Páral <kparal@redhat.com> | 2017-08-14 11:56:39 +0200 |
---|---|---|
committer | Kamil Páral <kparal@redhat.com> | 2017-08-14 11:56:39 +0200 |
commit | 0e2222680a26aae6ab9934a679cf21dad63be06d (patch) | |
tree | 91d82c66b7da0f54b0cfc48bf34ce81c26cc3cb0 | |
parent | 0d56f8d6a2b96d09c2f71ae73085d040b3012aa3 (diff) | |
download | ansible-0e2222680a26aae6ab9934a679cf21dad63be06d.tar.gz ansible-0e2222680a26aae6ab9934a679cf21dad63be06d.tar.xz ansible-0e2222680a26aae6ab9934a679cf21dad63be06d.zip |
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).
-rw-r--r-- | roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 7f2b13e91..07eda245e 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 %} |