]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
teuthology-update-inventory: Call Remote.connect() 1714/head
authorZack Cerza <zack@redhat.com>
Fri, 14 Jan 2022 19:10:14 +0000 (12:10 -0700)
committerZack Cerza <zack@redhat.com>
Wed, 16 Feb 2022 02:35:14 +0000 (19:35 -0700)
Signed-off-by: Zack Cerza <zack@redhat.com>
scripts/update_inventory.py

index 58c5d77a3c835d50ad08752d712f5c9bfb7d7430..73da8aa67f83fa733f278030cb95d5a5b306a7fd 100644 (file)
@@ -31,5 +31,6 @@ def main():
     for rem_name in remotes:
         rem_name = teuthology.misc.canonicalize_hostname(rem_name)
         remote = teuthology.orchestra.remote.Remote(rem_name)
+        remote.connect()
         inventory_info = remote.inventory_info
         teuthology.lock.ops.update_inventory(inventory_info)