- rgw: [client.0]
- ragweed:
client.0:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.0
stages: prepare
- ragweed:
client.0:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.0
stages: check
overrides:
- rgw: [client.0]
- s3tests:
client.0:
- force-branch: ceph-master
+ force-branch: ceph-nautilus
rgw_server: client.0
overrides:
ceph:
tasks:
- s3tests:
client.0:
- force-branch: ceph-master
+ force-branch: ceph-nautilus
rgw_server: client.0
overrides:
ceph:
tasks:
- ragweed:
client.0:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.0
stages: prepare,check
tasks:
- s3tests:
client.0:
- force-branch: ceph-master
+ force-branch: ceph-nautilus
rgw_server: client.0
- client.1
- ragweed:
client.1:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.1
stages: prepare
- print: "**** done rgw ragweed prepare 2-workload"
full_sequential:
- ragweed:
client.1:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.1
stages: check
- print: "**** done ragweed check 4-final-workload"
full_sequential:
- swift:
client.1:
- force-branch: ceph-master
+ force-branch: ceph-nautilus
rgw_server: client.1
- print: "**** done swift 4-final-workload"
- client.1
- ragweed:
client.1:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.1
stages: prepare
- print: "**** done rgw ragweed prepare 2-workload"
full_sequential:
- ragweed:
client.1:
- default-branch: ceph-master
+ default-branch: ceph-nautilus
rgw_server: client.1
stages: check
- print: "**** done ragweed check 4-final-workload"
full_sequential:
- swift:
client.1:
- force-branch: ceph-master
+ force-branch: ceph-nautilus
rgw_server: client.1
- print: "**** done swift 4-final-workload"
ctx.cluster.only(client).run(
args=[
'git', 'clone',
- '-b', cconf.get('force-branch', 'ceph-master'),
+ '-b', cconf.get('force-branch', 'ceph-nautilus'),
teuth_config.ceph_git_base_url + 'swift.git',
'{tdir}/swift'.format(tdir=testdir),
],