From: Yuri Weinstein Date: Thu, 17 Jul 2014 22:21:44 +0000 (-0700) Subject: Added prints X-Git-Tag: v0.94.10~27^2^2~380^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cbe9ee2cc8caecff3e477effedc54acdf4f0f0ca;p=ceph.git Added prints Signed-off-by: Yuri Weinstein --- diff --git a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml index e935a14e8504..b837432d2575 100644 --- a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml +++ b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml @@ -2,11 +2,14 @@ upgrade-sequence: sequential: - install.upgrade: mon.a: + - print: "**** done install.upgrade mon.a to the version from teuthology-suite arg" # upgrade step will be set to 'next' or 'master' from teuthology-suite comman line # branch: firefly mon.b: + - print: "**** done install.upgrade mon.b to the version from teuthology-suite arg" # branch: firefly client.0: + - print: "**** done install.upgrade client.0 to the version from teuthology-suite arg" # branch: firefly - ceph.restart: daemons: [mon.a, mon.b, mon.c] diff --git a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml index 073887dbca2c..6adf5dcf1ab2 100644 --- a/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml +++ b/suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml @@ -2,11 +2,14 @@ upgrade-sequence: sequential: - install.upgrade: mon.a: + - print: "**** done install.upgrade mon.a to the version from teuthology-suite arg" # upgrade step will be set to 'next' or 'master' from teuthology-suite comman line # branch: firefly mon.b: + - print: "**** done install.upgrade mon.b to the version from teuthology-suite arg" # branch: firefly client.0: + - print: "**** done install.upgrade client.0 to the version from teuthology-suite arg" # branch: firefly - ceph.restart: daemons: [mon.a]