Added drives for ceph.
This commit is contained in:
parent
379012e993
commit
4fad87eaef
1 changed files with 6 additions and 0 deletions
|
@ -8,7 +8,13 @@ kubernetes:
|
||||||
hosts:
|
hosts:
|
||||||
valinor-1:
|
valinor-1:
|
||||||
ansible_host: 10.2.0.3
|
ansible_host: 10.2.0.3
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231496
|
||||||
valinor-2:
|
valinor-2:
|
||||||
ansible_host: 10.2.0.4
|
ansible_host: 10.2.0.4
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231521
|
||||||
valinor-3:
|
valinor-3:
|
||||||
ansible_host: 10.2.0.5
|
ansible_host: 10.2.0.5
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/scsi-0HC_Volume_37231596
|
||||||
|
|
Reference in a new issue