Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / teuthology / buildpackages / tasks / tag.yaml
1 roles:
2     - [mon.a, mgr.x, client.0]
3 tasks:
4     - install:
5         # tag has precedence over branch and sha1
6         tag: v0.94.1
7         branch: firefly
8         sha1: e5b6eea91cc37434f78a987d2dd1d3edd4a23f3f # dumpling
9     - exec:
10         client.0:
11           - ceph --version | grep 'version 0.94.1'