mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
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:
parent
debde146d2
commit
9fe9653c8c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user