2016-09-23 19:07:39 +02:00
|
|
|
---
|
|
|
|
orientdb_install: False
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_enabled: True
|
2016-09-23 19:07:39 +02:00
|
|
|
orientdb_version: 2.2.10
|
|
|
|
orientdb_dir: 'orientdb-community'
|
|
|
|
orientdb_tar_file: '{{ orientdb_dir }}-{{ orientdb_version }}.tar.gz'
|
|
|
|
orientdb_binary_distribution_url: 'http://orientdb.com/download.php?file={{ orientdb_tar_file }}'
|
|
|
|
orientdb_user: orientdb
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_log_dir: /var/log/orientdb
|
|
|
|
orientdb_log_level: INFO
|
2016-09-23 19:07:39 +02:00
|
|
|
orientdb_home_prefix: /home
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_data_dir: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/databases'
|
2016-09-27 15:30:41 +02:00
|
|
|
orientdb_configuration_files:
|
|
|
|
- orientdb-server-log.properties
|
|
|
|
- orientdb-server-config.xml
|
2016-09-28 19:19:03 +02:00
|
|
|
- default-distributed-db-config.json
|
2016-09-27 15:30:41 +02:00
|
|
|
- hazelcast.xml
|
2016-09-28 19:19:03 +02:00
|
|
|
|
|
|
|
orientdb_letsencrypt_ssl_enabled: False
|
|
|
|
|
|
|
|
orientdb_hooks_classes:
|
|
|
|
- { name: 'org.gcube.informationsystem.hooks.DocumentHook', position: 'REGULAR' }
|
|
|
|
- { name: 'org.gcube.informationsystem.hooks.RecordHook', position: 'REGULAR' }
|
|
|
|
|
|
|
|
orientdb_binary_protocol_lower_port: 2424
|
|
|
|
orientdb_binary_protocol_higher_port: 2430
|
|
|
|
orientdb_http_protocol_lower_port: 2480
|
|
|
|
orientdb_http_protocol_higher_port: 2490
|
|
|
|
|
|
|
|
orientdb_distributed: False
|
|
|
|
orientdb_distributed_autodeploy: true
|
|
|
|
orientdb_distributed_writequorum: 'majority'
|
|
|
|
orientdb_distributed_readquorum: 1
|
|
|
|
orientdb_distributed_readyourwrites: true
|
|
|
|
orientdb_distributed_executionmode: 'undefined'
|
|
|
|
orientdb_hazelcast_group_name: orientdb
|
|
|
|
orientdb_hazelcast_group_password: orientdb
|
|
|
|
orientbd_hazelcast_encryption: False
|
|
|
|
orientdb_hazelcast_multicast_enabled: True
|
|
|
|
orientdb_hazelcast_multicast_group: 235.1.1.1
|
|
|
|
orientdb_hazelcast_multicast_port: 2434
|