forked from ISTI-ansible-roles/ansible-roles
../library/roles/smartgears/smartgears/defaults/main.yml update smartgears version
This commit is contained in:
parent
7616578607
commit
d86db8ea5a
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
fhn_manager_install: False
|
||||
smart_executor_install: False
|
||||
fhn_manager_version: 1.1.0-4.0.0-130390
|
||||
fhn_manager_version: 1.1.0-4.1.0-130390
|
||||
fhn_manager_name: fhn-manager-service
|
||||
smart_executor_name: smart-executor
|
||||
fhn_manager_file: '{{ fhn_manager_name }}-{{ fhn_manager_version }}.war'
|
||||
|
|
|
@ -15,7 +15,7 @@ smartgears_user: '{{ d4science_user }}'
|
|||
smartgears_user_home: '{{ d4science_user_home }}'
|
||||
smartgears_instance_path: '{{ smartgears_user_home }}/tomcat'
|
||||
smartgears_install_path: '{{ smartgears_user_home }}/SmartGears'
|
||||
smartgears_distribution_version: 1.2.8-4.0.0-129615
|
||||
smartgears_distribution_version: 2.0.0-4.1.0-132475
|
||||
smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz'
|
||||
smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
|
||||
smartgears_mode: online
|
||||
|
|
Loading…
Reference in New Issue