mirror of
https://github.com/ceph/ceph
synced 2025-01-04 10:12:30 +00:00
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:
parent
fb991fa5f6
commit
37d107cd7e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user