]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Replace chef with ansible.cephlab in job template
authorZack Cerza <zack@redhat.com>
Fri, 22 May 2015 00:29:43 +0000 (18:29 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 7 Jul 2015 19:51:40 +0000 (13:51 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/suite.py

index 18000c44ce9211ec53a7901738a7af034f2806cc..eb784f863b4c6987ee7076cf883cd896f40c546b 100644 (file)
@@ -1031,7 +1031,7 @@ dict_templ = {
     'suite': Placeholder('suite'),
     'suite_branch': Placeholder('suite_branch'),
     'tasks': [
-        {'chef': None},
+        {'ansible.cephlab': None},
         {'clock.check': None}
     ],
 }