]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Added prints
authorYuri Weinstein <yuri.weinstein@inktank.com>
Thu, 17 Jul 2014 22:21:44 +0000 (15:21 -0700)
committerYuri Weinstein <yuri.weinstein@inktank.com>
Thu, 17 Jul 2014 22:21:44 +0000 (15:21 -0700)
Signed-off-by: Yuri Weinstein <yuri.weinstein@inktank.com>
suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-all.yaml
suites/upgrade/dumpling-firefly-x/parallel/5-upgrade-sequence/upgrade-mon-osd-mds.yaml

index e935a14e8504f996db8e40a84c861981d68f9c64..b837432d2575b379d429e509524e6e4ce5141211 100644 (file)
@@ -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]
index 073887dbca2cf33407be88f778fe588669f254c1..6adf5dcf1ab2a6bba85d22570ad5db5febe316af 100644 (file)
@@ -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]