forked from ISTI-ansible-roles/ansible-roles
Updated 'default-distributed-db-config.json' tempalte to try to solve
the issue which does not remove the offline servers
This commit is contained in:
parent
3aa25d88a0
commit
cfb54c3123
|
@ -47,11 +47,13 @@ orientdb_default_settings: ''
|
|||
|
||||
orientdb_distributed: False
|
||||
orientdb_distributed_autodeploy: 'true'
|
||||
#orientdb_distributed_writequorum: 'majority'
|
||||
orientdb_distributed_writequorum: 'all'
|
||||
orientdb_distributed_writequorum: 'majority'
|
||||
#orientdb_distributed_writequorum: 'all'
|
||||
orientdb_distributed_readquorum: 1
|
||||
orientdb_distributed_readyourwrites: 'true'
|
||||
orientdb_distributed_executionmode: 'undefined'
|
||||
orientdb_new_node_strategy: 'dynamic'
|
||||
|
||||
orientdb_hazelcast_group_name: orientdb
|
||||
orientdb_hazelcast_group_password: orientdb
|
||||
orientbd_hazelcast_encryption: False
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"writeQuorum": "{{ orientdb_distributed_writequorum }}",
|
||||
"executionMode": "{{ orientdb_distributed_executionmode }}",
|
||||
"readYourWrites": {{ orientdb_distributed_readyourwrites }},
|
||||
"newNodeStrategy": "{{ orientdb_new_node_strategy }}",
|
||||
"servers": {
|
||||
"*": "master"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue