forked from ISTI-ansible-roles/ansible-roles
Fixing ansible script
This commit is contained in:
parent
d414d516be
commit
a9ee8fa889
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
orientdb_install: False
|
||||
orientdb_enabled: True
|
||||
orientdb_version: 2.2.16
|
||||
orientdb_version: 2.2.17
|
||||
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 }}'
|
||||
|
@ -30,7 +30,7 @@ orientdb_hooks_classes:
|
|||
- { name: 'org.gcube.informationsystem.orientdb.hooks.IsRelatedToHook', position: 'REGULAR' }
|
||||
|
||||
#orientdb_hooks_jars:
|
||||
# - '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'
|
||||
# - '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.3.0-SNAPSHOT&e=jar&c=jar-with-dependencies'
|
||||
#orientdb_hooks_to_be_removed:
|
||||
# - hook*.jar
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
resource_registry_install: False
|
||||
resource_registry_upgrade: False
|
||||
resource_registry_gcube_repository: gcube-snapshots
|
||||
resource_registry_snapshot_ver: 1.3.0-SNAPSHOT
|
||||
resource_registry_snapshot_ver: 1.4.0-SNAPSHOT
|
||||
|
||||
resource_registry_name: resource-registry
|
||||
#resource_registry_version: 1.3.0-20170203.144034-13
|
||||
|
|
Loading…
Reference in New Issue