blob: cd50f33c2790ea38836bec4365118c467338f828 [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>
Ian Maxonf7b64532015-12-09 17:28:18 -080032 <iodevices>/home/vagrant/p1,/home/vagrant/p2</iodevices>
Ianf869bc32014-05-13 17:11:48 -070033
34 <store>storage</store>
35
Ian Maxonf7b64532015-12-09 17:28:18 -080036 <java_home>/usr/java/latest</java_home>
Ianf869bc32014-05-13 17:11:48 -070037
38 <master_node>
39 <id>cc</id>
40 <client_ip>10.10.0.2</client_ip>
41 <cluster_ip>10.10.0.2</cluster_ip>
42 <client_port>1098</client_port>
43 <cluster_port>1099</cluster_port>
44 <http_port>8888</http_port>
45 </master_node>
46 <node>
Ianf869bc32014-05-13 17:11:48 -070047 <id>nc1</id>
48 <cluster_ip>10.10.0.3</cluster_ip>
49 </node>
50 <node>
51 <id>nc2</id>
52 <cluster_ip>10.10.0.4</cluster_ip>
53 </node>
Ianf869bc32014-05-13 17:11:48 -070054</cluster>