From 37d107cd7eed4087e1d7a939561ce13f71be7d26 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 23 Jan 2020 17:35:02 -0600 Subject: [PATCH] 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 --- qa/suites/upgrade/mimic-x/stress-split/5-finish-upgrade.yaml | 5 +++++ .../upgrade/nautilus-x/stress-split/5-finish-upgrade.yaml | 5 +++++ 2 files changed, 10 insertions(+) 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 bbaaad60c49..c037040ba80 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 6061fbe4c65..44c78c0f5f1 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 -- 2.39.5