From: Sage Weil Date: Thu, 23 Jan 2020 23:35:02 +0000 (-0600) Subject: qa/suites/upgrade: install python3-* as part of final upgrade step X-Git-Tag: v15.1.0~57^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37d107cd7eed4087e1d7a939561ce13f71be7d26;p=ceph.git 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 --- diff --git a/qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml b/qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml index bbaaad60c498..c037040ba800 100644 --- a/qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml +++ b/qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml @@ -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 diff --git a/qa/suites/upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml b/qa/suites/upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml index 6061fbe4c651..44c78c0f5f13 100644 --- a/qa/suites/upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml +++ b/qa/suites/upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml @@ -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