blob: 78e8e7ef23b94a6c53ce8f8cf46b57a972b47d49 [file] [log] [blame]
Ianf869bc32014-05-13 17:11:48 -07001 <cluster xmlns="cluster">
2
3 <name>vagrant</name>
4
5 <username>vagrant</username>
6
7 <working_dir>
8 <dir>/vagrant/managix-working</dir>
9 <NFS>true</NFS>
10 </working_dir>
11
12 <log_dir>/home/vagrant/logs/</log_dir>
13 <txn_log_dir>/home/vagrant/tx_logs</txn_log_dir>
14
15 <iodevices>/home/vagrant</iodevices>
16
17 <store>storage</store>
18
19 <java_home>/usr/java/jdk1.7.0_51</java_home>
20
21 <master_node>
22 <id>cc</id>
23 <client_ip>10.10.0.2</client_ip>
24 <cluster_ip>10.10.0.2</cluster_ip>
25 <client_port>1098</client_port>
26 <cluster_port>1099</cluster_port>
27 <http_port>8888</http_port>
28 </master_node>
29 <node>
30 <id>nc0</id>
31 <cluster_ip>10.10.0.2</cluster_ip>
32 </node>
33 <node>
34 <id>nc1</id>
35 <cluster_ip>10.10.0.3</cluster_ip>
36 </node>
37 <node>
38 <id>nc2</id>
39 <cluster_ip>10.10.0.4</cluster_ip>
40 </node>
41 <node>
42 <id>nc3</id>
43 <cluster_ip>10.10.0.5</cluster_ip>
44 </node>
45</cluster>