./library/roles/smartgears/tabular_data/defaults/main.yml update version

This commit is contained in:
Roberto Cirillo 2017-02-28 11:12:51 +01:00
parent cd498d22cf
commit 312772a9e0
1 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,14 @@
---
gcube_repository: gcube-staging
tabular_data_install: False
tabular_data_version: 1.7.5-4.2.0-134952
tabular_data_version: latest
tabular_data_name: tabular-data-manager
tabular_data_file: '{{ tabular_data_name }}-{{ tabular_data_version }}.war'
tabular_data_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/data/analysis/tabulardata/{{tabular_data_name}}/{{ tabular_data_version }}/{{ tabular_data_file }}'
tabular_group_id: org.gcube.resource.management
tabular_extension: war
tabular_data_file: '{{ tabular_data_name }}-{{ tabular_data_version }}.{{ tabular_extension }}'
tabular_service_repository_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}'
#tabular_data_file: '{{ tabular_data_name }}-{{ tabular_data_version }}.war'
#tabular_data_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/data/analysis/tabulardata/{{tabular_data_name}}/{{ tabular_data_version }}/{{ tabular_data_file }}'