From 767262b17d84a6ffeee4898750426c17cd6c46b6 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Mon, 20 Oct 2014 14:36:53 -0700 Subject: [PATCH] Fixed double 'tasks' incorrect lines, added rados and rgw workloads Signed-off-by: Yuri Weinstein --- .../singleton/all-x/upgrade_client_first.yaml | 56 ++++++++++++------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/suites/upgrade/firefly/singleton/all-x/upgrade_client_first.yaml b/suites/upgrade/firefly/singleton/all-x/upgrade_client_first.yaml index 1cd1c906bdbdc..c94de8e46f36b 100644 --- a/suites/upgrade/firefly/singleton/all-x/upgrade_client_first.yaml +++ b/suites/upgrade/firefly/singleton/all-x/upgrade_client_first.yaml @@ -17,33 +17,47 @@ roles: - osd.2 - osd.3 - - client.0 - - client.1 tasks: - install: branch: dumpling - print: "**** done install dumpling" - ceph: fs: xfs -########### -tasks: - - install.upgrade: - client.0: - # client.1 will be upgraded as well as it's on the same host as client.0 - - print: "**** done install.upgrade on clinet.0 and client.1" - - install.upgrade: - mon.a: - mon.b: - - print: "**** done install.upgrade" - - ceph.restart: - daemons: [osd.0, osd.1, osd.2] - - print: "**** done restart" - - sequential: - - workload - - print: "**** done workload" -workload: - sequential: - - workunit: +- print: "**** done ceph" +- install.upgrade: + client.0: +- print: "**** done install.upgrade on clinet.0" +- install.upgrade: + mon.a: + mon.b: +- print: "**** done install.upgrade" +- ceph.restart: + daemons: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1] +- print: "**** done restart all" +- workunit: + branch: firefly clients: client.0: - rbd/test_librbd_python.sh - - print: "**** done rbd/test_librbd_python.sh" +- print: "**** done rbd/test_librbd_python.sh" +- workunit: + branch: firefly + clients: + client.0: + - rados/test.sh + - cls +- print: "**** done rados/test.sh & cls" +- workunit: + branch: firefly + clients: + client.0: + - rbd/import_export.sh + env: + RBD_CREATE_ARGS: --new-format +- print: "**** done rbd/import_export.sh" +- workunit: + branch: firefly + clients: + client.0: + - cls/test_cls_rbd.sh +- print: "**** done cls/test_cls_rbd.sh" -- 2.39.5