From a031a642c34ea41fdcf15d1ae7a70893a37426aa Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 21 May 2015 18:29:43 -0600 Subject: [PATCH] Replace chef with ansible.cephlab in job template Signed-off-by: Zack Cerza --- teuthology/suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/suite.py b/teuthology/suite.py index 18000c44ce..eb784f863b 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} ], } -- 2.39.5