]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
install: pass the 'shaman' to Shaman class 1588/head
authorXiubo Li <xiubli@redhat.com>
Wed, 9 Dec 2020 15:06:59 +0000 (23:06 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 9 Dec 2020 15:27:49 +0000 (23:27 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
teuthology/task/install/__init__.py

index 41b62d5665ea861f69637d280bce0650f332d322..00a46a44656b13a783ba0bad1484e4ea3f9b4a7a 100644 (file)
@@ -610,6 +610,8 @@ def task(ctx, config):
         )
         if repos:
             nested_config['repos'] = repos
+        if 'shaman' in config:
+            nested_config['shaman'] = config['shaman']
         with contextutil.nested(
             lambda: install(ctx=ctx, config=nested_config),
             lambda: ship_utilities(ctx=ctx, config=None),