Project

General

Profile

Bug #43977

Updated by Sebastian Wagner over 4 years ago

<pre> 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 34, in nested 
     yield vars 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/task/install/__init__.py", line 599, in task 
     yield 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 89, in run_tasks 
     manager.__enter__() 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-43657/qa/tasks/cephadm.py", line 958, in task 
     lambda: distribute_config_and_admin_keyring(ctx=ctx, config=config), 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 56, in nested 
     reraise(*exc) 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 32, in nested 
     vars.append(enter()) 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-43657/qa/tasks/cephadm.py", line 424, in ceph_bootstrap 
     assert remote.shortname in hosts.keys() 
 AttributeError: 'list' object has no attribute 'keys' 
 </pre> 

 http://pulpito.ceph.com/kchai-2020-02-05_03:04:11-rados-wip-kefu-testing-2020-02-03-1702-distro-basic-smithi/

Back