From: Kyr Shatskyy Date: Wed, 24 Jun 2020 12:48:42 +0000 (+0200) Subject: task/install: add mention of 'repos' in task doc X-Git-Tag: 1.1.0~74^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1523%2Fhead;p=teuthology.git task/install: add mention of 'repos' in task doc Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/task/install/__init__.py b/teuthology/task/install/__init__.py index 8ad6cd433..de32b4a47 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: