2016-09-23 19:07:39 +02:00
|
|
|
---
|
|
|
|
orientdb_install: False
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_enabled: True
|
2017-02-03 15:47:40 +01:00
|
|
|
orientdb_version: 2.2.16
|
2016-09-23 19:07:39 +02:00
|
|
|
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-29 12:48:17 +02:00
|
|
|
orientdb_base_dir: '{{ orientdb_home_prefix }}/{{ orientdb_user }}'
|
|
|
|
orientdb_install_dir: '{{ orientdb_base_dir }}/{{ orientdb_dir }}'
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_data_dir: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/databases'
|
2016-10-26 16:23:29 +02:00
|
|
|
orientdb_pid_dir: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/pid'
|
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-11-02 12:54:24 +01:00
|
|
|
- automatic-backup.json
|
2016-09-28 19:19:03 +02:00
|
|
|
|
|
|
|
orientdb_letsencrypt_ssl_enabled: False
|
|
|
|
|
|
|
|
orientdb_hooks_classes:
|
2016-09-29 12:48:17 +02:00
|
|
|
- { name: 'org.gcube.informationsystem.orientdb.hooks.HeaderHook', position: 'REGULAR' }
|
2016-11-30 15:41:14 +01:00
|
|
|
- { name: 'org.gcube.informationsystem.orientdb.hooks.ConsistsOfHook', position: 'REGULAR' }
|
|
|
|
- { name: 'org.gcube.informationsystem.orientdb.hooks.IsRelatedToHook', position: 'REGULAR' }
|
2016-09-29 12:48:17 +02:00
|
|
|
|
2016-10-27 12:51:37 +02:00
|
|
|
#orientdb_hooks_jars:
|
2016-11-30 15:41:14 +01:00
|
|
|
# - 'http://maven.research-infrastructures.eu/nexus/service/local/artifact/maven/redirect?r=gcube-snapshots&g=org.gcube.information-system&a=resource-registry-orientdb-hooks&v=1.2.0-SNAPSHOT&e=jar&c=jar-with-dependencies'
|
2016-10-27 12:51:37 +02:00
|
|
|
#orientdb_hooks_to_be_removed:
|
2016-10-27 16:10:31 +02:00
|
|
|
# - hook*.jar
|
2016-09-28 19:19:03 +02:00
|
|
|
|
|
|
|
orientdb_binary_protocol_lower_port: 2424
|
|
|
|
orientdb_binary_protocol_higher_port: 2430
|
|
|
|
orientdb_http_protocol_lower_port: 2480
|
|
|
|
orientdb_http_protocol_higher_port: 2490
|
|
|
|
|
2016-09-29 15:40:37 +02:00
|
|
|
orientdb_java_heap: '-Xms1024m -Xmx2048m'
|
|
|
|
orientdb_default_settings: ''
|
|
|
|
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_distributed: False
|
2016-10-26 16:23:29 +02:00
|
|
|
orientdb_distributed_autodeploy: 'true'
|
2016-11-28 11:05:19 +01:00
|
|
|
#orientdb_distributed_writequorum: 'majority'
|
|
|
|
orientdb_distributed_writequorum: 'all'
|
2016-09-28 19:19:03 +02:00
|
|
|
orientdb_distributed_readquorum: 1
|
2016-10-26 16:23:29 +02:00
|
|
|
orientdb_distributed_readyourwrites: 'true'
|
2016-09-28 19:19:03 +02:00
|
|
|
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
|
2016-11-02 12:54:24 +01:00
|
|
|
|
|
|
|
|
|
|
|
# For Reference see http://orientdb.com/docs/2.2/Automatic-Backup.html
|
|
|
|
orientdb_automatic_backup: True
|
|
|
|
orientdb_automatic_backup_mode: 'EXPORT'
|
|
|
|
orientdb_automatic_backup_export_options: ''
|
|
|
|
orientdb_automatic_backup_delay: 24h
|
|
|
|
orientdb_automatic_backup_first_time: '23:00:00'
|
2016-11-02 13:08:55 +01:00
|
|
|
orientdb_automatic_backup_directory: '{{ orientdb_home_prefix }}/{{ orientdb_user }}/backups'
|
2016-11-02 12:54:24 +01:00
|
|
|
orientdb_automatic_backup_target_file_name: '${DBNAME}-${DATE:yyyyMMddHHmmss}.zip'
|
|
|
|
orientdb_automatic_backup_compression_level: 9
|
2017-02-03 15:47:40 +01:00
|
|
|
orientdb_automatic_backup_buffer_size: 1048576
|