tests: add inventory host file for ubuntu job

this commit adds the missing inventory host file for ubuntu/all_daemons
based scenarios.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4523/head
Guillaume Abrioux 2019-07-11 13:32:41 +02:00
parent 5655b38ce7
commit b6240e7d2e
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
[mons]
mon0 monitor_address=192.168.1.10
mon1 monitor_interface=eth1
mon2 monitor_address=192.168.1.12
[mgrs]
mgr0
[osds]
osd0 osd_crush_location="{ 'root': 'HDD', 'rack': 'mon-rackkkk', 'pod': 'monpod', 'host': 'osd0' }"
osd1 osd_crush_location="{ 'root': 'default', 'host': 'osd1' }"
[mdss]
mds0
[rgws]
rgw0
[clients]
client0
client1
[nfss]
nfs0
[rbdmirrors]
rbd-mirror0