Commit ccee974f authored by Grégory Wisniewski's avatar Grégory Wisniewski

Update the default cluster configuration to include the admin node and more than

one storage node.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@683 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e9fb5361
# Default parameters.
[DEFAULT]
# The cluster name
name: main
# The list of master nodes.
master_nodes: 127.0.0.1:10010 127.0.0.1:10011 127.0.0.1:10012
# The number of replicas.
master_nodes: 127.0.0.1:10010 127.0.0.1:10011
# Partition table configuration
replicas: 1
# The number of partitions.
partitions: 1009
# The name of this cluster.
name: main
# The user name for the database.
partitions: 20
# The database credentials
user: neo
# The password for the database.
password: neo
# The type of connection among nodes
connector: SocketConnector
# The first master.
# Admin node
[admin]
server: 127.0.0.1:5555
# Master nodes
[master1]
server: 127.0.0.1:10010
# The second master.
[master2]
server: 127.0.0.1:10011
# The third master.
[master3]
server: 127.0.0.1:10012
# The first storage.
# Storage nodes
[storage1]
database: neo1
server: 127.0.0.1:10020
[storage2]
database: neo2
server: 127.0.0.1:10021
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment