--- /dev/null
+overrides:
+ ceph:
+ conf:
+ mon:
+ mon warn on legacy crush tunables: false
+ mon debug unsafe allow tier with nonempty snaps: true
+roles:
+- - mon.a
+ - mds.a
+ - osd.0
+ - osd.1
+- - mon.b
+ - mon.c
+ - osd.2
+ - osd.3
+- - client.0
+ - client.1
--- /dev/null
+tasks:
+- install:
+ branch: hammer
+- print: "**** done hammer"
+- ceph:
+ fs: xfs
+- parallel:
+ - workload
+ - upgrade-sequence
+- print: "**** done parallel"
+- install.upgrade:
+ client.0:
+ branch: jewel
+- print: "*** client.0 upgraded to jewel"
--- /dev/null
+workload:
+ sequential:
+ - workunit:
+ branch: hammer
+ clients:
+ client.0:
+ #- rados/test-upgrade-v9.0.1.sh
+ - cls
+ - print: "**** done 2-workload/rados_api.yaml"
--- /dev/null
+workload:
+ sequential:
+ - workunit:
+ branch: hammer
+ clients:
+ client.0:
+ - rados/load-gen-big.sh
+ - print: "**** done rados/load-gen-big.sh"
--- /dev/null
+#workload:
+# sequential:
+# - workunit:
+# branch: hammer
+# clients:
+# client.0:
+# - rbd/test_librbd.sh
+# - print: "**** done rbd/test_librbd.sh"
--- /dev/null
+#workload:
+# sequential:
+# - workunit:
+# branch: hammer
+# clients:
+# client.0:
+# - rbd/test_librbd_python.sh
+# - print: "**** done rbd/test_librbd_python.sh"
--- /dev/null
+upgrade-sequence:
+ sequential:
+ - install.upgrade:
+ mon.a:
+ branch: jewel
+ mon.b:
+ branch: jewel
+ - print: "**** done install.upgrade mon.a & mon.b to branch: jewel"
+ - ceph.restart: [osd.0, osd.1, osd.2, osd.3]
+ - sleep:
+ duration: 60
+ - ceph.restart: [mon.a, mon.b, mon.c, mds.a]
+ - print: "**** done ceph.restart all"
--- /dev/null
+upgrade-sequence:
+ sequential:
+ - install.upgrade:
+ mon.a:
+ branch: jewel
+ - print: "**** done install.upgrade mon.a to branch: jewel"
+ - ceph.restart:
+ daemons: [mon.a]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart:
+ daemons: [osd.0, osd.1]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart: [mds.a]
+ - sleep:
+ duration: 60
+ - print: "**** done ceph.restart [mon.a] [osd.0, osd.1] [mds.a]"
+ - exec:
+ mon.b:
+ # is this command valid?
+ - ceph osd crush tunables hammer
+ - install.upgrade:
+ mon.b:
+ branch: jewel
+ - print: "**** done install.upgrade mon.b to branch: jewel"
+ - ceph.restart:
+ daemons: [osd.2, osd.3]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart:
+ daemons: [mon.b, mon.c]
+ wait-for-healthy: true
+ - print: "**** done ceph.restart [osd.2, osd.3] & [mon.b, mon.c]"
--- /dev/null
+tasks:
+ - parallel:
+ - workload2
+ - upgrade-sequence2
+ - print: "**** done parallel workload2 and upgrade-sequence2"
+ - install.upgrade:
+ client.0:
+ - print: "**** done install.upgrade client.0 to the version from teuthology-suite arg"
--- /dev/null
+overrides:
+ ceph:
+ log-whitelist:
+ - reached quota
+workload2:
+ sequential:
+ - workunit:
+ branch: jewel
+ clients:
+ client.0:
+ - rados/test-upgrade-v11.0.0.sh
+ - cls
+ - print: "**** done rados/test-upgrade-v11.0.0.sh and cls"
--- /dev/null
+workload2:
+ sequential:
+ - workunit:
+ branch: jewel
+ clients:
+ client.0:
+ - rados/load-gen-big.sh
+ - print: "**** done rados/load-gen-big.sh 2"
--- /dev/null
+#workload2:
+# sequential:
+# - workunit:
+# branch: hammer
+# clients:
+# client.0:
+# - rbd/test_librbd.sh
+# - print: "**** done rbd/test_librbd.sh 2"
--- /dev/null
+#workload2:
+# sequential:
+# - workunit:
+# branch: hammer
+# clients:
+# client.0:
+# - rbd/test_librbd_python.sh
+# - print: "**** done rbd/test_librbd_python.sh 2"
--- /dev/null
+upgrade-sequence2:
+ sequential:
+ - install.upgrade:
+ mon.a:
+ mon.b:
+ - print: "**** done install.upgrade mon.a and mon.b"
+ - ceph.restart: [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1, osd.2, osd.3]
+ - print: "**** done ceph.restart all"
+ - exec:
+ mon.b:
+ - ceph osd set require_jewel_osds
+ - print: "**** done exec 'ceph osd set require_jewel_osds'"
--- /dev/null
+upgrade-sequence2:
+ sequential:
+ - install.upgrade:
+ mon.a:
+ - print: "**** done install.upgrade mon.a to the version from teuthology-suite arg"
+ - ceph.restart:
+ daemons: [mon.a]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart:
+ daemons: [osd.0, osd.1]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart: [mds.a]
+ - sleep:
+ duration: 60
+ - print: "**** running mixed versions of osds and mons"
+ - exec:
+ mon.b:
+ - ceph osd crush tunables jewel
+ - print: "**** done exec 'ceph osd crush tunables jewel'"
+ - install.upgrade:
+ mon.b:
+ - print: "**** done install.upgrade mon.b to the version from teuthology-suite arg"
+ - ceph.restart:
+ daemons: [mon.b, mon.c]
+ wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - ceph.restart:
+ daemons: [osd.2, osd.3]
+ #wait-for-healthy: true
+ - sleep:
+ duration: 60
+ - exec:
+ mon.b:
+ - ceph osd set require_jewel_osds
+ - print: "**** done exec 'ceph osd set require_jewel_osds'"
--- /dev/null
+../../../../../erasure-code/ec-rados-plugin=jerasure-k=2-m=1.yaml
\ No newline at end of file
--- /dev/null
+../../../../../erasure-code/ec-rados-plugin=jerasure-k=3-m=1.yaml
\ No newline at end of file
--- /dev/null
+tasks:
+- rados:
+ clients: [client.1]
+ ops: 4000
+ objects: 50
+ op_weights:
+ read: 100
+ write: 100
+ delete: 50
+ snap_create: 50
+ snap_remove: 50
+ rollback: 50
+- print: "**** done 7-final-workload/rados-snaps-few-objects.yaml"
--- /dev/null
+tasks:
+ - workunit:
+ clients:
+ client.1:
+ - rados/load-gen-mix.sh
+ - print: "**** done 7-final-workload/rados_loadgenmix.yaml"
--- /dev/null
+tasks:
+ - sequential:
+ - mon_thrash:
+ revive_delay: 20
+ thrash_delay: 1
+ - workunit:
+ branch: jewel
+ clients:
+ client.1:
+ - rados/test-upgrade-v11.0.0.sh
+ - print: "**** done rados/test-upgrade-v11.0.0.sh from 7-final-workload"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.1:
+ - cls/test_cls_rbd.sh
+- print: "**** done 7-final-workload/rbd_cls.yaml"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.1:
+ - rbd/import_export.sh
+ env:
+ RBD_CREATE_ARGS: --new-format
+- print: "**** done rbd/import_export.sh from 7-final-workload"
--- /dev/null
+tasks:
+- rgw: [client.1]
+- s3tests:
+ client.1:
+ rgw_server: client.1
+- print: "**** done rgw_server from 7-final-workload"
+overrides:
+ ceph:
+ conf:
+ client:
+ rgw lc debug interval: 10
--- /dev/null
+../../../../distros/supported
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ log-whitelist:
+ - failed to encode map
+ conf:
+ mon:
+ mon warn on legacy crush tunables: false
+roles:
+- - mon.a
+ - mon.b
+ - mds.a
+ - osd.0
+ - osd.1
+ - osd.2
+ - mon.c
+- - osd.3
+ - osd.4
+ - osd.5
+- - client.0
--- /dev/null
+tasks:
+- install:
+ branch: hammer
+- ceph:
+ fs: xfs
+- print: "**** done install hammer"
--- /dev/null
+tasks:
+- install.upgrade:
+ osd.0:
+ branch: jewel
+- print: "**** done install.upgrade jewel"
+- ceph.restart:
+ daemons: [osd.0, osd.1, osd.2]
+- print: "**** done 02-partial-upgrade-jewel"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - cls/test_cls_rbd.sh
+- print: "**** done 03-workload/rbd.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.a]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "*** done restart mon.a 04-mona-upgrade-jewel/mona.yaml"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - cls/test_cls_rbd.sh
+- print: "**** done 05-workload/rbd-cls.yaml"
--- /dev/null
+tasks:
+- rados:
+ clients: [client.0]
+ ops: 4000
+ objects: 500
+ write_append_excl: false
+ op_weights:
+ read: 45
+ write: 45
+ delete: 10
+- print: "**** done 05-workload/readwrite.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.b]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "**** done restarted mon.b 06-monb-upgrade-jewel/monb.yaml"
--- /dev/null
+tasks:
+- full_sequential:
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+- print: "**** done 07-workload/radosbench.yaml"
--- /dev/null
+#tasks:
+#- workunit:
+# clients:
+# client.0:
+# - rbd/test_librbd.sh
+#- print: "**** done 07-workload/rbd_api.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.c]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "**** done ceph.restart mon.c"
+- ceph.wait_for_mon_quorum: [a, b, c]
+- print: "**** done 08-monc-upgrade-jewel/monc.yaml"
--- /dev/null
+#tasks:
+#- workunit:
+# branch: hammer
+# clients:
+# client.0:
+# - rbd/test_librbd_python.sh
+#- print: "**** done 09-workload/rbd-python.yaml"
--- /dev/null
+tasks:
+- install.upgrade:
+ osd.3:
+ branch: jewel
+- print: "**** done install.upgrade jewel"
+- ceph.restart:
+ daemons: [osd.3, osd.4, osd.5]
+- print: "**** done 10-osds-upgrade-jewel/secondhalf.yaml"
--- /dev/null
+tasks:
+- rados:
+ clients: [client.0]
+ ops: 4000
+ objects: 50
+ write_append_excl: false
+ op_weights:
+ read: 100
+ write: 100
+ delete: 50
+ snap_create: 50
+ snap_remove: 50
+ rollback: 50
+- print: "**** done 11-workload/snaps-few-objects.yaml"
--- /dev/null
+tasks:
+- install.upgrade:
+ osd.0:
+- print: "**** done install.upgrade -x osd.0"
+- ceph.restart:
+ daemons: [osd.0, osd.1, osd.2]
+- print: "**** done 12-partial-upgrade-x/first.yaml"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - rados/load-gen-big.sh
+- print: "**** done 13-workload/rados_loadgen_big.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.a]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "**** done ceph.restart mon.a 14-mona-upgrade-x/mona.yaml"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - rbd/import_export.sh
+ env:
+ RBD_CREATE_ARGS: --new-format
+- print: "**** done 15-workload/rbd-import-export.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.b]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "**** done ceph.restart mon.b 16-monb-upgrade-x/monb.yaml"
--- /dev/null
+tasks:
+- rados:
+ clients: [client.0]
+ ops: 4000
+ objects: 500
+ write_append_excl: false
+ op_weights:
+ read: 45
+ write: 45
+ delete: 10
+- print: "**** done 17-workload/readwrite.yaml"
--- /dev/null
+tasks:
+- ceph.restart:
+ daemons: [mon.c]
+ wait-for-healthy: false
+ wait-for-osds-up: true
+- print: "**** done ceph.restart mon.c"
+- ceph.wait_for_mon_quorum: [a, b, c]
+- print: "**** done 18-monc-upgrade-x/monc.yaml"
--- /dev/null
+tasks:
+- full_sequential:
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+ - radosbench:
+ clients: [client.0]
+ time: 150
+- print: "**** done 19-workload/radosbench.yaml"
--- /dev/null
+tasks:
+- install.upgrade:
+ osd.3:
+- print: "**** done install.upgrade osd.3"
+- ceph.restart:
+ daemons: [osd.3, osd.4, osd.5]
+- print: "**** done 20-osds-upgrade-x/osds_secondhalf.yaml"
+- exec:
+ mon.b:
+ - ceph osd set require_jewel_osds
+- print: "**** done exec 'ceph osd set require_jewel_osds'"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - rados/stress_watch.sh
+- print: "**** done 21-final-workload/rados_stress_watch.yaml"
--- /dev/null
+tasks:
+- workunit:
+ clients:
+ client.0:
+ - cls/test_cls_rbd.sh
+- print: "**** done 21-final-workload/rbd_cls_tests.yaml"
--- /dev/null
+tasks:
+- rgw:
+ client.0:
+ default_idle_timeout: 300
+- swift:
+ client.0:
+ rgw_server: client.0
+- print: "**** done 21-final-workload/rgw-swift.yaml"
--- /dev/null
+../../../../distros/supported
\ No newline at end of file