blob: 1567c492dd5484a46ddce6b713fbd5efa59db005 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# The infra nodes where the Ceph mon services will run
ceph-mon_hosts:
controller00:
ip: 172.29.236.11
controller01:
ip: 172.29.236.12
controller02:
ip: 172.29.236.13
# The nodes that the Ceph OSD disks will be running on
ceph-osd_hosts:
compute00:
ip: 172.29.236.14
compute01:
ip: 172.29.236.15
|