--- /dev/null
+../.qa
\ No newline at end of file
--- /dev/null
+overrides:
+ ragweed:
+ default-branch: ceph-master # ceph-pacific doesn't have tox, but tests are the same
+
+tasks:
+- install:
+ branch: pacific
+ exclude_packages:
+ - ceph-volume
--- /dev/null
+overrides:
+ ragweed:
+ default-branch: ceph-master # ceph-quincy doesn't have tox, but tests are the same
+
+tasks:
+- install:
+ branch: quincy
--- /dev/null
+tasks:
+- ceph:
+- rgw: [client.0, client.1]
+- tox: [client.0, client.1]
+- print: "installing upgraded packages"
+- install.upgrade:
+ mon.a:
+ mon.b:
--- /dev/null
+tasks:
+- print: "ragweed prepare before upgrade"
+- ragweed:
+ client.0:
+ stages: prepare
+- print: "restarting upgraded osds"
+- ceph.restart:
+ daemons: [osd.0, osd.2]
+- ceph.restart:
+ daemons: [osd.1, osd.3]
+- ceph.restart:
+ daemons: [osd.4, osd.6]
+- ceph.restart:
+ daemons: [osd.5, osd.7]
+- print: "ragweed check/prepare after osd upgrade"
+- ragweed:
+ client.0:
+ stages: check
+ client.1:
+ stages: prepare
+- print: "restarting upgraded rgw"
+- ceph.restart:
+ daemons: [rgw.*]
+- print: "ragweed check after rgw upgrade"
+- ragweed:
+ client.1:
+ stages: check
--- /dev/null
+tasks:
+- print: "ragweed prepare before upgrade"
+- ragweed:
+ client.0:
+ stages: prepare
+- print: "restarting upgraded rgws"
+- ceph.restart:
+ daemons: [rgw.*]
+- print: "ragweed check/prepare after rgw upgrade"
+- ragweed:
+ client.0:
+ stages: check
+ client.1:
+ stages: prepare
+- print: "restarting upgraded osds"
+- ceph.restart:
+ daemons: [osd.0, osd.2]
+- ceph.restart:
+ daemons: [osd.1, osd.3]
+- ceph.restart:
+ daemons: [osd.4, osd.6]
+- ceph.restart:
+ daemons: [osd.5, osd.7]
+- print: "ragweed check after osd upgrade"
+- ragweed:
+ client.1:
+ stages: check
--- /dev/null
+.qa/clusters/fixed-2.yaml
\ No newline at end of file
--- /dev/null
+.qa/rgw_frontend
\ No newline at end of file
--- /dev/null
+.qa/objectstore_cephfs
\ No newline at end of file
--- /dev/null
+overrides:
+ ceph:
+ log-ignorelist:
+ - overall HEALTH_
+ - \(MON_DOWN\)
+ - \(MGR_DOWN\)
+ - \(OSD_DOWN\)
+ - \(PG_AVAILABILITY\)
+ - \(PG_DEGRADED\)
+ - slow request
+ - failed to encode map
+ wait-for-scrub: false
+ conf:
+ mon:
+ mon warn on osd down out interval zero: false
+ osd:
+ osd min pg log entries: 1
+ osd max pg log entries: 2
+ ragweed:
+ rgw_server: client.0
--- /dev/null
+.qa/distros/supported-random-distro$
\ No newline at end of file