]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task/install: add mention of 'repos' in task doc 1523/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Wed, 24 Jun 2020 12:48:42 +0000 (14:48 +0200)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Thu, 25 Jun 2020 19:42:22 +0000 (21:42 +0200)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
teuthology/task/install/__init__.py

index 8ad6cd433564c38bb39472c0300b6f1ead46e5f8..de32b4a47fd2b4f1f99503128f9f1bfea19498e7 100644 (file)
@@ -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: