qa/suites/upgrade: install python3-* as part of final upgrade step

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>
This commit is contained in:
Sage Weil 2020-01-23 17:35:02 -06:00
parent fb991fa5f6
commit 37d107cd7e
2 changed files with 10 additions and 0 deletions

View 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

View 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