From: Yuri Weinstein Date: Thu, 2 Mar 2023 18:17:23 +0000 (-0800) Subject: qa/tests: added pacific client upgrade => reef X-Git-Tag: v16.2.13~126^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16cc05e5c5d465b371ca0789a3202f051718b01b;p=ceph.git qa/tests: added pacific client upgrade => reef Signed-off-by: Yuri Weinstein --- diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/.qa new file mode 120000 index 00000000000..a23f7e04583 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/.qa @@ -0,0 +1 @@ +../../.qa \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/% b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/.qa new file mode 120000 index 00000000000..a23f7e04583 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/.qa @@ -0,0 +1 @@ +../../.qa \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/+ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/openstack.yaml b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/openstack.yaml new file mode 100644 index 00000000000..b0f3b9b4da2 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/openstack.yaml @@ -0,0 +1,4 @@ +openstack: + - volumes: # attached to each instance + count: 4 + size: 30 # GB diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/start.yaml b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/start.yaml new file mode 100644 index 00000000000..b2bce035eac --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/0-cluster/start.yaml @@ -0,0 +1,19 @@ +meta: +- desc: | + Install and run ceph on one node, + with a separate client 1. + Upgrade client 1 to reef + Run tests against old cluster +roles: +- - mon.a + - mon.b + - mon.c + - osd.0 + - osd.1 + - osd.2 + - client.0 + - mgr.x +- - client.1 +overrides: + ceph: + fs: xfs diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/pacific-client-x.yaml b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/pacific-client-x.yaml new file mode 100644 index 00000000000..12c989e68ef --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/1-install/pacific-client-x.yaml @@ -0,0 +1,11 @@ +tasks: +- install: + branch: pacific + exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados'] +- print: "**** done install pacific" +- install.upgrade: + exclude_packages: ['ceph-test', 'ceph-test-dbg','libcephfs1', 'python-ceph'] + client.1: +- print: "**** done install.upgrade to -x on client.1" +- ceph: +- print: "**** done ceph task" diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/rbd_notification_tests.yaml b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/rbd_notification_tests.yaml new file mode 100644 index 00000000000..a7fb39df97c --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/2-workload/rbd_notification_tests.yaml @@ -0,0 +1,34 @@ +tasks: +- parallel: + - workunit: + branch: pacific + clients: + client.0: + - rbd/notify_master.sh + env: + RBD_FEATURES: "61" + - workunit: + branch: reef + clients: + client.1: + - rbd/notify_slave.sh + env: + RBD_FEATURES: "61" + RBD_DISABLE_UPDATE_FEATURES: "1" +- print: "**** done rbd: old librbd -> new librbd" +- parallel: + - workunit: + branch: pacific + clients: + client.0: + - rbd/notify_slave.sh + env: + RBD_FEATURES: "61" + - workunit: + branch: reef + clients: + client.1: + - rbd/notify_master.sh + env: + RBD_FEATURES: "61" +- print: "**** done rbd: new librbd -> old librbd" diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/.qa b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/ubuntu_20.04.yaml b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/ubuntu_20.04.yaml new file mode 120000 index 00000000000..834ac14f736 --- /dev/null +++ b/qa/suites/upgrade-clients/client-upgrade-pacific-reef/pacific-client-x/rbd/supported/ubuntu_20.04.yaml @@ -0,0 +1 @@ +../../../../../../distros/all/ubuntu_20.04.yaml \ No newline at end of file