From 8e89e5db1e759c0a40416ccba5cdff8bba994069 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Sat, 8 Jun 2019 09:17:53 -0700 Subject: [PATCH] qa/tests: removed `1node` and `systemd` tests as ceph-deploy is not actively developed Signed-off-by: Yuri Weinstein --- qa/suites/smoke/1node/.qa | 1 - qa/suites/smoke/1node/clusters/+ | 0 qa/suites/smoke/1node/clusters/.qa | 1 - qa/suites/smoke/1node/clusters/fixed-1.yaml | 1 - qa/suites/smoke/1node/clusters/openstack.yaml | 8 -------- qa/suites/smoke/1node/distros/.qa | 1 - qa/suites/smoke/1node/distros/ubuntu_latest.yaml | 1 - qa/suites/smoke/1node/objectstore/.qa | 1 - qa/suites/smoke/1node/objectstore/filestore-xfs.yaml | 1 - qa/suites/smoke/1node/tasks/.qa | 1 - qa/suites/smoke/1node/tasks/ceph-deploy.yaml | 8 -------- qa/suites/smoke/systemd/% | 0 qa/suites/smoke/systemd/.qa | 1 - qa/suites/smoke/systemd/clusters/+ | 0 qa/suites/smoke/systemd/clusters/.qa | 1 - qa/suites/smoke/systemd/clusters/fixed-4.yaml | 5 ----- qa/suites/smoke/systemd/clusters/openstack.yaml | 8 -------- qa/suites/smoke/systemd/distros/.qa | 1 - qa/suites/smoke/systemd/distros/centos_latest.yaml | 1 - qa/suites/smoke/systemd/distros/ubuntu_latest.yaml | 1 - qa/suites/smoke/systemd/objectstore/.qa | 1 - qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml | 1 - qa/suites/smoke/systemd/tasks/.qa | 1 - qa/suites/smoke/systemd/tasks/systemd.yaml | 8 -------- .../nautilus-p2p/nautilus-p2p-parallel-downgrade}/% | 0 .../nautilus-p2p-parallel-downgrade/supported-all-distro | 1 + 26 files changed, 1 insertion(+), 53 deletions(-) delete mode 120000 qa/suites/smoke/1node/.qa delete mode 100644 qa/suites/smoke/1node/clusters/+ delete mode 120000 qa/suites/smoke/1node/clusters/.qa delete mode 120000 qa/suites/smoke/1node/clusters/fixed-1.yaml delete mode 100644 qa/suites/smoke/1node/clusters/openstack.yaml delete mode 120000 qa/suites/smoke/1node/distros/.qa delete mode 120000 qa/suites/smoke/1node/distros/ubuntu_latest.yaml delete mode 120000 qa/suites/smoke/1node/objectstore/.qa delete mode 120000 qa/suites/smoke/1node/objectstore/filestore-xfs.yaml delete mode 120000 qa/suites/smoke/1node/tasks/.qa delete mode 100644 qa/suites/smoke/1node/tasks/ceph-deploy.yaml delete mode 100644 qa/suites/smoke/systemd/% delete mode 120000 qa/suites/smoke/systemd/.qa delete mode 100644 qa/suites/smoke/systemd/clusters/+ delete mode 120000 qa/suites/smoke/systemd/clusters/.qa delete mode 100644 qa/suites/smoke/systemd/clusters/fixed-4.yaml delete mode 100644 qa/suites/smoke/systemd/clusters/openstack.yaml delete mode 120000 qa/suites/smoke/systemd/distros/.qa delete mode 120000 qa/suites/smoke/systemd/distros/centos_latest.yaml delete mode 120000 qa/suites/smoke/systemd/distros/ubuntu_latest.yaml delete mode 120000 qa/suites/smoke/systemd/objectstore/.qa delete mode 120000 qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml delete mode 120000 qa/suites/smoke/systemd/tasks/.qa delete mode 100644 qa/suites/smoke/systemd/tasks/systemd.yaml rename qa/suites/{smoke/1node => upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade}/% (100%) create mode 120000 qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/supported-all-distro diff --git a/qa/suites/smoke/1node/.qa b/qa/suites/smoke/1node/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/1node/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/1node/clusters/+ b/qa/suites/smoke/1node/clusters/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/smoke/1node/clusters/.qa b/qa/suites/smoke/1node/clusters/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/1node/clusters/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/1node/clusters/fixed-1.yaml b/qa/suites/smoke/1node/clusters/fixed-1.yaml deleted file mode 120000 index 435ea3c7546a..000000000000 --- a/qa/suites/smoke/1node/clusters/fixed-1.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../clusters/fixed-1.yaml \ No newline at end of file diff --git a/qa/suites/smoke/1node/clusters/openstack.yaml b/qa/suites/smoke/1node/clusters/openstack.yaml deleted file mode 100644 index 39e43d021ac5..000000000000 --- a/qa/suites/smoke/1node/clusters/openstack.yaml +++ /dev/null @@ -1,8 +0,0 @@ -openstack: - - machine: - disk: 40 # GB - ram: 8000 # MB - cpus: 1 - volumes: # attached to each instance - count: 3 - size: 30 # GB diff --git a/qa/suites/smoke/1node/distros/.qa b/qa/suites/smoke/1node/distros/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/1node/distros/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/1node/distros/ubuntu_latest.yaml b/qa/suites/smoke/1node/distros/ubuntu_latest.yaml deleted file mode 120000 index 21601efb361d..000000000000 --- a/qa/suites/smoke/1node/distros/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/1node/objectstore/.qa b/qa/suites/smoke/1node/objectstore/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/1node/objectstore/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml b/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml deleted file mode 120000 index 1af1dfd77be6..000000000000 --- a/qa/suites/smoke/1node/objectstore/filestore-xfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/smoke/1node/tasks/.qa b/qa/suites/smoke/1node/tasks/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/1node/tasks/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/1node/tasks/ceph-deploy.yaml b/qa/suites/smoke/1node/tasks/ceph-deploy.yaml deleted file mode 100644 index b482959a26d7..000000000000 --- a/qa/suites/smoke/1node/tasks/ceph-deploy.yaml +++ /dev/null @@ -1,8 +0,0 @@ -meta: -- desc: | - Run ceph-deploy cli tests on one node - and verify all the cli works and cluster can reach - HEALTH_OK state(implicty verifying the daemons via init). -tasks: -- ceph_deploy.single_node_test: - ceph-deploy-branch: '1.5.39-stable' diff --git a/qa/suites/smoke/systemd/% b/qa/suites/smoke/systemd/% deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/smoke/systemd/.qa b/qa/suites/smoke/systemd/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/systemd/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/systemd/clusters/+ b/qa/suites/smoke/systemd/clusters/+ deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/qa/suites/smoke/systemd/clusters/.qa b/qa/suites/smoke/systemd/clusters/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/systemd/clusters/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/systemd/clusters/fixed-4.yaml b/qa/suites/smoke/systemd/clusters/fixed-4.yaml deleted file mode 100644 index 43b4de755cb8..000000000000 --- a/qa/suites/smoke/systemd/clusters/fixed-4.yaml +++ /dev/null @@ -1,5 +0,0 @@ -roles: -- [mon.a, mgr.x, osd.0] -- [osd.1, osd.2] -- [mds.a, osd.3] -- [mon.b, client.0] diff --git a/qa/suites/smoke/systemd/clusters/openstack.yaml b/qa/suites/smoke/systemd/clusters/openstack.yaml deleted file mode 100644 index 4d6edcd07b61..000000000000 --- a/qa/suites/smoke/systemd/clusters/openstack.yaml +++ /dev/null @@ -1,8 +0,0 @@ -openstack: - - machine: - disk: 40 # GB - ram: 8000 # MB - cpus: 1 - volumes: # attached to each instance - count: 3 - size: 10 # GB diff --git a/qa/suites/smoke/systemd/distros/.qa b/qa/suites/smoke/systemd/distros/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/systemd/distros/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/centos_latest.yaml b/qa/suites/smoke/systemd/distros/centos_latest.yaml deleted file mode 120000 index 99ec2bb0055d..000000000000 --- a/qa/suites/smoke/systemd/distros/centos_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml b/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml deleted file mode 120000 index 21601efb361d..000000000000 --- a/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/objectstore/.qa b/qa/suites/smoke/systemd/objectstore/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/systemd/objectstore/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml b/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml deleted file mode 120000 index 1af1dfd77be6..000000000000 --- a/qa/suites/smoke/systemd/objectstore/filestore-xfs.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../objectstore/filestore-xfs.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/tasks/.qa b/qa/suites/smoke/systemd/tasks/.qa deleted file mode 120000 index fea2489fdf6d..000000000000 --- a/qa/suites/smoke/systemd/tasks/.qa +++ /dev/null @@ -1 +0,0 @@ -../.qa \ No newline at end of file diff --git a/qa/suites/smoke/systemd/tasks/systemd.yaml b/qa/suites/smoke/systemd/tasks/systemd.yaml deleted file mode 100644 index 67b6170839ab..000000000000 --- a/qa/suites/smoke/systemd/tasks/systemd.yaml +++ /dev/null @@ -1,8 +0,0 @@ -tasks: -- ssh-keys: -- ceph-deploy: -- systemd: -- workunit: - clients: - all: - - rados/load-gen-mix.sh diff --git a/qa/suites/smoke/1node/% b/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/% similarity index 100% rename from qa/suites/smoke/1node/% rename to qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/% diff --git a/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/supported-all-distro b/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/supported-all-distro new file mode 120000 index 000000000000..0f102120a7b5 --- /dev/null +++ b/qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel-downgrade/supported-all-distro @@ -0,0 +1 @@ +../../../../distros/supported-all-distro/ \ No newline at end of file -- 2.47.3