]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added 'python3-cephfs','python3-rados' to excluded packadges 28301/head
authorYuri Weinstein <yweinste@redhat.com>
Wed, 29 May 2019 19:19:39 +0000 (12:19 -0700)
committerKefu Chai <kchai@redhat.com>
Fri, 31 May 2019 03:09:58 +0000 (11:09 +0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/upgrade/mimic-p2p/mimic-p2p-parallel/point-to-point-upgrade.yaml
qa/suites/upgrade/mimic-p2p/mimic-p2p-stress-split/1-ceph-install/mimic.yaml
qa/suites/upgrade/mimic-p2p/mimic-p2p-stress-split/2-partial-upgrade/firsthalf.yaml
qa/suites/upgrade/mimic-p2p/mimic-p2p-stress-split/5-finish-upgrade.yaml

index 0b67b678dd63af4827f81bc9e8254234488ebe7f..dc1ac214619dfb9ea2c2f17b447d3fab833d511d 100644 (file)
@@ -74,7 +74,7 @@ tasks:
 - install:
     tag: v13.2.0
     # line below can be removed its from jewel test
-    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev', 'librgw2']
+    exclude_packages: ['python3-cephfs','python3-rados']
 - print: "**** done v13.2.0 install"
 - ceph:
    fs: xfs
@@ -86,7 +86,7 @@ tasks:
 
 #######  upgrade to v13.2.1
 - install.upgrade:
-    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+    exclude_packages: ['python3-cephfs','python3-rados']
     mon.a:
       tag: v13.2.1
     mon.b:
@@ -103,7 +103,7 @@ tasks:
 
 #######  upgrade to v13.2.2
 - install.upgrade:
-    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+    exclude_packages: ['python3-cephfs','python3-rados']
     mon.a:
       tag: v13.2.2
     mon.b:
@@ -121,7 +121,7 @@ tasks:
 
 #######  upgrade to v13.2.x TO BE ADDED for future point releases
 ### - install.upgrade:
-###    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+###    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev','python34-cephfs','python34-rados']
 ###    mon.a:
 ###      tag: v13.2.x
 ###    mon.b:
@@ -139,7 +139,7 @@ tasks:
 
 ####  upgrade to latest mimic
 - install.upgrade:
-    #exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+    exclude_packages: ['python3-cephfs','python3-rados']
     mon.a:
     mon.b:
     # Note that client.a IS NOT upgraded at this point
index 2db3a235b4ed4d006acc3d01f29d4854f0bdb459..3d6c652e4705bdbd30c446df0ea3f5083c20989a 100644 (file)
@@ -3,7 +3,7 @@ meta:
 tasks:
 - install:
     tag: v13.2.4
-    exclude_packages: ['librados3']
+    exclude_packages: ['librados3','python3-cephfs','python3-rados']
     extra_packages: ['librados2']
 - print: "**** done install mimic latest"
 - ceph:
index ea3884d9f6d6ebdceed5e6d203e045602d8d776e..7f35ff4033d86ca5e0ecdfc5f98ee7f0050ee735 100644 (file)
@@ -5,6 +5,7 @@ meta:
    restart : osd.0,1,2,3
 tasks:
 - install.upgrade:
+    exclude_packages: ['python3-cephfs','python3-rados']
     osd.0:
 - print: "**** done install.upgrade osd.0"
 - ceph.restart:
index 07767dcc73613e85ccdde8640bf21be1b3032398..86167ddbefce4c995ac59fe91334e706c8ed3d8b 100644 (file)
@@ -1,5 +1,6 @@
 tasks:
 - install.upgrade:
+    exclude_packages: ['python3-cephfs','python3-rados']
     osd.4:
     client.0:
 - ceph.restart: