summaryrefslogtreecommitdiffstats
path: root/xci/file/noha/ceph.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-11-14 09:08:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-14 09:08:55 +0000
commitc578685552b7d147132b548496d5c2e615ec5934 (patch)
tree4d8ffc77a5a6bbe4c62d36e8345c5049a605ac01 /xci/file/noha/ceph.yml
parent4ca1dc6895c8bac48c80f36181893385d9a8fc02 (diff)
parentd0b985617d8a167147157a70b448db43c50e6474 (diff)
Merge "Integrate ceph in XCI"
Diffstat (limited to 'xci/file/noha/ceph.yml')
-rw-r--r--xci/file/noha/ceph.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/xci/file/noha/ceph.yml b/xci/file/noha/ceph.yml
new file mode 100644
index 00000000..0deb522e
--- /dev/null
+++ b/xci/file/noha/ceph.yml
@@ -0,0 +1,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