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 parameters.
[DEFAULT] [DEFAULT]
# The cluster name
name: main
# The list of master nodes. # The list of master nodes.
master_nodes: 127.0.0.1:10010 127.0.0.1:10011 127.0.0.1:10012 master_nodes: 127.0.0.1:10010 127.0.0.1:10011
# The number of replicas. # Partition table configuration
replicas: 1 replicas: 1
# The number of partitions. partitions: 20
partitions: 1009 # The database credentials
# The name of this cluster.
name: main
# The user name for the database.
user: neo user: neo
# The password for the database.
password: neo password: neo
# The type of connection among nodes # The type of connection among nodes
connector: SocketConnector connector: SocketConnector
# The first master. # Admin node
[admin]
server: 127.0.0.1:5555
# Master nodes
[master1] [master1]
server: 127.0.0.1:10010 server: 127.0.0.1:10010
# The second master.
[master2] [master2]
server: 127.0.0.1:10011 server: 127.0.0.1:10011
# The third master. # Storage nodes
[master3]
server: 127.0.0.1:10012
# The first storage.
[storage1] [storage1]
database: neo1 database: neo1
server: 127.0.0.1:10020 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