blob: 45e9d1b0ed5481642384432565bce11ea8be3eed [file] [log] [blame]
Till Westmann5b431ca2015-10-01 19:16:11 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
Ianf869bc32014-05-13 17:11:48 -070019 <cluster xmlns="cluster">
20
21 <name>vagrant</name>
22
23 <username>vagrant</username>
24
25 <working_dir>
26 <dir>/vagrant/managix-working</dir>
27 <NFS>true</NFS>
28 </working_dir>
29
30 <log_dir>/home/vagrant/logs/</log_dir>
31 <txn_log_dir>/home/vagrant/tx_logs</txn_log_dir>
32
33 <iodevices>/home/vagrant</iodevices>
34
35 <store>storage</store>
36
37 <java_home>/usr/java/jdk1.7.0_51</java_home>
38
39 <master_node>
40 <id>cc</id>
41 <client_ip>10.10.0.2</client_ip>
42 <cluster_ip>10.10.0.2</cluster_ip>
43 <client_port>1098</client_port>
44 <cluster_port>1099</cluster_port>
45 <http_port>8888</http_port>
46 </master_node>
47 <node>
48 <id>nc0</id>
49 <cluster_ip>10.10.0.2</cluster_ip>
50 </node>
51 <node>
52 <id>nc1</id>
53 <cluster_ip>10.10.0.3</cluster_ip>
54 </node>
55 <node>
56 <id>nc2</id>
57 <cluster_ip>10.10.0.4</cluster_ip>
58 </node>
59 <node>
60 <id>nc3</id>
61 <cluster_ip>10.10.0.5</cluster_ip>
62 </node>
63</cluster>