summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2019-02-12 10:14:19 +0100
committerKefu Chai <kchai@redhat.com>2019-02-13 14:37:30 +0100
commit3d128d040e0c2f5ef71a636dd6556f1f5956b71a (patch)
tree7012867a4a1889cf8ff306e60f348e4f0896bab9
parentrpm: split ceph-mgr-dashboard plugin into its own package (diff)
downloadceph-3d128d040e0c2f5ef71a636dd6556f1f5956b71a.tar.xz
ceph-3d128d040e0c2f5ef71a636dd6556f1f5956b71a.zip
qa: exclude new packages when installing old versions
ceph-mgr-dashboard is introduced in nautilus, so exclude it when installing old versions. Signed-off-by: Kefu Chai <kchai@redhat.com>
-rw-r--r--qa/packages/packages.yaml1
-rw-r--r--qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml1
-rw-r--r--qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-luminous.yaml1
-rw-r--r--qa/suites/fs/upgrade/snaps/tasks/0-luminous.yaml1
-rw-r--r--qa/suites/rados/thrash-old-clients/1-install/hammer.yaml1
-rw-r--r--qa/suites/rados/thrash-old-clients/1-install/jewel.yaml1
-rw-r--r--qa/suites/rados/thrash-old-clients/1-install/luminous.yaml1
-rw-r--r--qa/suites/rados/upgrade/luminous-x-singleton/1-install/luminous.yaml1
-rw-r--r--qa/suites/upgrade/luminous-x/parallel/1-ceph-install/luminous.yaml1
-rw-r--r--qa/suites/upgrade/luminous-x/stress-split/1-ceph-install/luminous.yaml1
-rw-r--r--qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml1
-rw-r--r--qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml1
12 files changed, 12 insertions, 0 deletions
diff --git a/qa/packages/packages.yaml b/qa/packages/packages.yaml
index 8432d25008c..c2019ac8271 100644
--- a/qa/packages/packages.yaml
+++ b/qa/packages/packages.yaml
@@ -37,6 +37,7 @@ ceph:
- ceph-test
- ceph
- ceph-mgr
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-cloud
- ceph-mgr-diskprediction-local
- ceph-mgr-rook
diff --git a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml b/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml
index 629af5a78d0..1a364a4da19 100644
--- a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml
+++ b/qa/suites/fs/upgrade/featureful_client/old_client/tasks/0-luminous.yaml
@@ -6,6 +6,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-luminous.yaml b/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-luminous.yaml
index 629af5a78d0..1a364a4da19 100644
--- a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-luminous.yaml
+++ b/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/0-luminous.yaml
@@ -6,6 +6,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/fs/upgrade/snaps/tasks/0-luminous.yaml b/qa/suites/fs/upgrade/snaps/tasks/0-luminous.yaml
index 629af5a78d0..1a364a4da19 100644
--- a/qa/suites/fs/upgrade/snaps/tasks/0-luminous.yaml
+++ b/qa/suites/fs/upgrade/snaps/tasks/0-luminous.yaml
@@ -6,6 +6,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml
index 60093ca85f0..bf7c5ee7b42 100644
--- a/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml
+++ b/qa/suites/rados/thrash-old-clients/1-install/hammer.yaml
@@ -12,6 +12,7 @@ tasks:
downgrade_packages: ['librbd1', 'librados2']
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml b/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml
index c38d57af40d..d64c206109c 100644
--- a/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml
+++ b/qa/suites/rados/thrash-old-clients/1-install/jewel.yaml
@@ -3,6 +3,7 @@ tasks:
branch: jewel
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/rados/thrash-old-clients/1-install/luminous.yaml b/qa/suites/rados/thrash-old-clients/1-install/luminous.yaml
index 5849e990ba6..c72e59e222c 100644
--- a/qa/suites/rados/thrash-old-clients/1-install/luminous.yaml
+++ b/qa/suites/rados/thrash-old-clients/1-install/luminous.yaml
@@ -3,6 +3,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/rados/upgrade/luminous-x-singleton/1-install/luminous.yaml b/qa/suites/rados/upgrade/luminous-x-singleton/1-install/luminous.yaml
index 878263803db..8f23280c806 100644
--- a/qa/suites/rados/upgrade/luminous-x-singleton/1-install/luminous.yaml
+++ b/qa/suites/rados/upgrade/luminous-x-singleton/1-install/luminous.yaml
@@ -10,6 +10,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/upgrade/luminous-x/parallel/1-ceph-install/luminous.yaml b/qa/suites/upgrade/luminous-x/parallel/1-ceph-install/luminous.yaml
index 3672828b743..a0b8270d973 100644
--- a/qa/suites/upgrade/luminous-x/parallel/1-ceph-install/luminous.yaml
+++ b/qa/suites/upgrade/luminous-x/parallel/1-ceph-install/luminous.yaml
@@ -8,6 +8,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/upgrade/luminous-x/stress-split/1-ceph-install/luminous.yaml b/qa/suites/upgrade/luminous-x/stress-split/1-ceph-install/luminous.yaml
index 982862f4675..cfdc0426368 100644
--- a/qa/suites/upgrade/luminous-x/stress-split/1-ceph-install/luminous.yaml
+++ b/qa/suites/upgrade/luminous-x/stress-split/1-ceph-install/luminous.yaml
@@ -5,6 +5,7 @@ tasks:
branch: luminous
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml b/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml
index 5f420b099b2..3d978dbb7c7 100644
--- a/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml
+++ b/qa/suites/upgrade/mimic-x/parallel/1-ceph-install/mimic.yaml
@@ -8,6 +8,7 @@ tasks:
branch: mimic
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook
diff --git a/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml b/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml
index 0a50078b237..c6598b64b34 100644
--- a/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml
+++ b/qa/suites/upgrade/mimic-x/stress-split/1-ceph-install/mimic.yaml
@@ -5,6 +5,7 @@ tasks:
branch: mimic
exclude_packages:
- librados3
+ - ceph-mgr-dashboard
- ceph-mgr-diskprediction-local
- ceph-mgr-diskprediction-cloud
- ceph-mgr-rook