correct user name

This commit is contained in:
Yuri Weinstein 2014-01-28 00:31:57 +00:00
parent 18b158e3fc
commit 1408a69b89
48 changed files with 750 additions and 0 deletions

View File

View File

@ -0,0 +1,17 @@
overrides:
ceph:
log-whitelist:
- scrub
fs: xfs
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- osd.2
- - mon.b
- mon.c
- osd.3
- osd.4
- osd.5
- client.0

View File

@ -0,0 +1,11 @@
tasks:
- install:
branch: dumpling
- ceph:
- install.upgrade:
all:
tag:
- ceph.restart:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.73
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.74
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.75
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,5 @@
workload:
workunit:
clients:
all:
- suites/blogbench.sh

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]

View File

@ -0,0 +1,10 @@
tasks:
- mon_thrash:
revive_delay: 20
thrash_delay: 1
- ceph-fuse:
- workunit:
clients:
client.0:
- suites/dbench.sh

View File

@ -0,0 +1,17 @@
overrides:
ceph:
log-whitelist:
- wrongly marked me down
- objects unfound and apparently lost
- log bound mismatch
tasks:
- thrashosds:
timeout: 1200
chance_pgnum_grow: 1
chance_pgpnum_fix: 1
- ceph-fuse:
- workunit:
clients:
all:
- suites/iogen.sh

View File

View File

@ -0,0 +1,17 @@
overrides:
ceph:
log-whitelist:
- scrub
fs: xfs
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- osd.2
- - mon.b
- mon.c
- osd.3
- osd.4
- osd.5
- client.0

View File

@ -0,0 +1,11 @@
tasks:
- install:
branch: dumpling
- ceph:
- install.upgrade:
all:
tag:
- ceph.restart:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.73
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.74
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.75
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,13 @@
workload:
rados:
clients: [client.0]
ops: 2000
objects: 50
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 50

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,35 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60

View File

@ -0,0 +1,9 @@
tasks:
- mon_thrash:
revive_delay: 20
thrash_delay: 1
- workunit:
clients:
client.0:
- rados/test.sh

View File

@ -0,0 +1,23 @@
overrides:
ceph:
log-whitelist:
- wrongly marked me down
- objects unfound and apparently lost
- log bound mismatch
tasks:
- thrashosds:
timeout: 1200
chance_pgnum_grow: 1
chance_pgpnum_fix: 1
- rados:
clients: [client.0]
ops: 2000
objects: 50
op_weights:
read: 100
write: 100
delete: 50
snap_create: 50
snap_remove: 50
rollback: 50

View File

View File

@ -0,0 +1,17 @@
overrides:
ceph:
log-whitelist:
- scrub
fs: xfs
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- osd.2
- - mon.b
- mon.c
- osd.3
- osd.4
- osd.5
- client.0

View File

@ -0,0 +1,11 @@
tasks:
- install:
branch: dumpling
- ceph:
- install.upgrade:
all:
tag:
- ceph.restart:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.73
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.74
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.75
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,14 @@
workload:
sequential:
- workunit:
clients:
client.0:
- rbd/import_export.sh
env:
RBD_CREATE_ARGS: --new-format
- workunit:
clients:
client.0:
- cls/test_cls_rbd.sh

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]

View File

@ -0,0 +1,33 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]

View File

@ -0,0 +1,11 @@
tasks:
- mon_thrash:
revive_delay: 20
thrash_delay: 1
- workunit:
clients:
client.0:
- rbd/copy.sh
env:
RBD_CREATE_ARGS: --new-format

View File

@ -0,0 +1,16 @@
overrides:
ceph:
log-whitelist:
- wrongly marked me down
- objects unfound and apparently lost
- log bound mismatch
tasks:
- thrashosds:
timeout: 1200
chance_pgnum_grow: 1
chance_pgpnum_fix: 1
- workunit:
clients:
client.0:
- rbd/test_lock_fence.sh

View File

View File

@ -0,0 +1,17 @@
overrides:
ceph:
log-whitelist:
- scrub
fs: xfs
roles:
- - mon.a
- mds.a
- osd.0
- osd.1
- osd.2
- - mon.b
- mon.c
- osd.3
- osd.4
- osd.5
- client.0

View File

@ -0,0 +1,11 @@
tasks:
- install:
branch: dumpling
- ceph:
- install.upgrade:
all:
tag:
- ceph.restart:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.73
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.74
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,7 @@
tasks:
- install:
tag: v0.75
- ceph:
- parallel:
- workload
- upgrade-sequence

View File

@ -0,0 +1,6 @@
workload:
rgw: [client.0]
s3tests:
client.0:
rgw_server: client.0

View File

@ -0,0 +1,36 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 30
- ceph.restart: [rgw.client.0]

View File

@ -0,0 +1,36 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 30
- ceph.restart: [rgw.client.0]

View File

@ -0,0 +1,36 @@
upgrade-sequence:
sequential:
- install.upgrade:
all:
branch: emperor
- ceph.restart: [osd.0]
- sleep:
duration: 30
- ceph.restart: [osd.1]
- sleep:
duration: 30
- ceph.restart: [osd.2]
- sleep:
duration: 30
- ceph.restart: [osd.3]
- sleep:
duration: 30
- ceph.restart: [osd.4]
- sleep:
duration: 30
- ceph.restart: [osd.5]
- sleep:
duration: 60
- ceph.restart: [mon.a]
- sleep:
duration: 60
- ceph.restart: [mon.b]
- sleep:
duration: 60
- ceph.restart: [mon.c]
- sleep:
duration: 60
- ceph.restart: [mds.a]
- sleep:
duration: 60
- ceph.restart: [rgw.client.0]

View File

@ -0,0 +1,8 @@
tasks:
- mon_thrash:
revive_delay: 20
thrash_delay: 1
- swift:
client.0:
rgw_server: client.0

View File

@ -0,0 +1,15 @@
overrides:
ceph:
log-whitelist:
- wrongly marked me down
- objects unfound and apparently lost
- log bound mismatch
tasks:
- thrashosds:
timeout: 1200
chance_pgnum_grow: 1
chance_pgpnum_fix: 1
- swift:
client.0:
rgw_server: client.0