blob: 8f0b694ecadfb349b403ed3c1c5fe64e45ba676d [file] [log] [blame]
Murtadha Hubail46b33f42016-03-22 16:20: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 !-->
19<cluster xmlns="cluster">
20 <instance_name>asterix</instance_name>
21 <store>storage</store>
22
23 <data_replication>
24 <enabled>false</enabled>
25 <replication_port>2016</replication_port>
26 <replication_factor>2</replication_factor>
27 <auto_failover>false</auto_failover>
28 <replication_time_out>30</replication_time_out>
29 </data_replication>
30
31 <master_node>
32 <id>master</id>
33 <client_ip>127.0.0.1</client_ip>
34 <cluster_ip>127.0.0.1</cluster_ip>
35 <client_port>1098</client_port>
36 <cluster_port>1099</cluster_port>
37 <http_port>8888</http_port>
38 </master_node>
39 <node>
40 <id>nc1</id>
41 <cluster_ip>127.0.0.1</cluster_ip>
42 <replication_port>2016</replication_port>
43 </node>
44 <node>
45 <id>nc2</id>
46 <cluster_ip>127.0.0.1</cluster_ip>
47 <replication_port>2017</replication_port>
48 </node>
49</cluster>