From: Zack Cerza Date: Fri, 22 May 2015 00:29:43 +0000 (-0600) Subject: Replace chef with ansible.cephlab in job template X-Git-Tag: 1.1.0~885^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a031a642c34ea41fdcf15d1ae7a70893a37426aa;p=teuthology.git Replace chef with ansible.cephlab in job template Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 18000c44c..eb784f863 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -1031,7 +1031,7 @@ dict_templ = { 'suite': Placeholder('suite'), 'suite_branch': Placeholder('suite_branch'), 'tasks': [ - {'chef': None}, + {'ansible.cephlab': None}, {'clock.check': None} ], }