blob: cb6ffb22fe0cc704fac88e4fe1d669e53cf50fe4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
roles:
# 3 osd roles on host.a is required for cephadm task. It checks if the cluster is healthy.
# More daemons will be deployed on both hosts in e2e tests.
- - host.a
- osd.0
- osd.1
- osd.2
- mon.a
- mgr.a
- client.0
- - host.b
- client.1
tasks:
- install:
- cephadm:
- workunit:
clients:
client.1:
- cephadm/create_iscsi_disks.sh
- workunit:
clients:
client.0:
- cephadm/test_dashboard_e2e.sh
|