]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade: install python3-* as part of final upgrade step
authorSage Weil <sage@redhat.com>
Thu, 23 Jan 2020 23:35:02 +0000 (17:35 -0600)
committerSage Weil <sage@redhat.com>
Fri, 24 Jan 2020 03:14:31 +0000 (21:14 -0600)
These are new packages, so they won't install just by upgrading the old
packages, and they are needed for some of the tests.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml
qa/suites/upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml

index bbaaad60c498c6094c6343444d26252a371c2681..c037040ba800c7074493c887d65d80c8a8c96651 100644 (file)
@@ -2,6 +2,11 @@ tasks:
 - install.upgrade:
     osd.8:
     client.0:
+    extra_packages:
+      - python3-rados
+      - python3-rgw
+      - python3-rbd
+      - python3-cephfs
 - ceph.restart:
     daemons: [osd.8, osd.9, osd.10, osd.11,rgw.*]
     wait-for-healthy: false
index 6061fbe4c651fc3ba8587169cc8329a3fa0f3f6c..44c78c0f5f1362d1456d9454d3a65ff6448c6688 100644 (file)
@@ -2,6 +2,11 @@ tasks:
 - install.upgrade:
     osd.8:
     client.0:
+    extra_packages:
+      - python3-rados
+      - python3-rgw
+      - python3-rbd
+      - python3-cephfs
 - ceph.restart:
     daemons: [mon.c, osd.8, osd.9, osd.10, osd.11, rgw.*]
     wait-for-healthy: false