summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/files/noha/ceph.yml
blob: 0deb522ec466392b768bd0466eba8f0754f89c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
  compute01:
    ip: 172.29.236.13