blob: 5c09b47119a096a579b7c4cecae1918b3c397923 (
plain)
1
2
3
4
5
6
7
8
9
|
# The infra nodes where the Ceph mon services will run
ceph-mon_hosts:
controller00:
ip: 172.29.236.11
# The nodes that the Ceph OSD disks will be running on
ceph-osd_hosts:
compute00:
ip: 172.29.236.12
|