summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/teuthology/buildpackages/tasks/default.yaml
blob: cb583c7634ab4d8cfd5293bdf64005cd881419ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
roles:
    - [client.0]
tasks:
    - install:
        tag: v0.94.1
    - exec:
        client.0:
          - ceph --version | grep 'version 0.94.1'
    - install.upgrade:
        client.0:
          tag: v0.94.3
    - exec:
        client.0:
          - ceph --version | grep 'version 0.94.3'