From a115ecc3b698436b31f2370afe17322c76dab265 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Wed, 24 Jun 2020 14:48:42 +0200 Subject: [PATCH] task/install: add mention of 'repos' in task doc Signed-off-by: Kyr Shatskyy --- teuthology/task/install/__init__.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/teuthology/task/install/__init__.py b/teuthology/task/install/__init__.py index 8ad6cd4335..de32b4a47f 100644 --- a/teuthology/task/install/__init__.py +++ b/teuthology/task/install/__init__.py @@ -441,6 +441,19 @@ def task(ctx, config): - url: "http://location.repo" name: "ceph_repo" + Add repos before trying to install any package (all Shaman-related tasks + will be ignored): + + - install: + repos: + - name: "repo-alias" + priority: 1 + url: "http://location.repo" + + Note: The 'repos' are supported for SUSE-based distros only, but patches + are welcome to add support for other distros. + + Overrides are project specific: overrides: -- 2.39.5