Till Westmann | 5b431ca | 2015-10-01 19:16:11 -0700 | [diff] [blame] | 1 | <!-- |
| 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 | !--> |
Ian | f869bc3 | 2014-05-13 17:11:48 -0700 | [diff] [blame] | 19 | <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 Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 32 | <iodevices>/home/vagrant/p1,/home/vagrant/p2</iodevices> |
Ian | f869bc3 | 2014-05-13 17:11:48 -0700 | [diff] [blame] | 33 | |
| 34 | <store>storage</store> |
| 35 | |
Ian Maxon | f7b6453 | 2015-12-09 17:28:18 -0800 | [diff] [blame] | 36 | <java_home>/usr/java/latest</java_home> |
Ian | f869bc3 | 2014-05-13 17:11:48 -0700 | [diff] [blame] | 37 | |
| 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> |
Ian | f869bc3 | 2014-05-13 17:11:48 -0700 | [diff] [blame] | 47 | <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> |
Ian | f869bc3 | 2014-05-13 17:11:48 -0700 | [diff] [blame] | 54 | </cluster> |