qa/suites/rados/singleton-nomsgr/ceph-daemon: make sure python3 is installed

Centos7 doesn't have it by default.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2019-10-25 16:34:15 -05:00
parent debde146d2
commit 9fe9653c8c

View File

@ -2,6 +2,9 @@ roles:
- [mon.a, mgr.x, osd.0, client.0]
tasks:
- install:
- exec:
mon.a:
- yum install -y python3 || apt install -y python3
- workunit:
basedir: qa/standalone
clients: