Update giant.yaml

Added comments
This commit is contained in:
Yuri Weinstein 2014-09-17 14:01:09 -07:00
parent 65a4141e22
commit 3dd1314c6f

View File

@ -6,6 +6,7 @@ tasks:
branch: giant
client.0:
branch: giant
# client.1 will be upgraded as well as it'ss on the same host as client.0
- print: "**** done install.upgrade"
- ceph.restart:
- print: "**** done restart"
@ -15,4 +16,6 @@ tasks:
- print: "**** done parallel 2"
- install.upgrade:
client.0:
# client.1 will be upgraded as well as it'ss on the same host as client.0
- print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"
- print: "**** done install.upgrade client.1 to as well the version from teuthology-suite arg"