forked from ISTI-ansible-roles/ansible-roles
25 lines
747 B
YAML
25 lines
747 B
YAML
---
|
|
smart_executor_install: False
|
|
|
|
#smart_executor_version: 1.2.0-3.9.0
|
|
#smart_executor_version: 1.3.0-3.10.1
|
|
smart_executor_version: 1.3.0-3.11.0-128844
|
|
smart_executor_name: smart-executor
|
|
smart_executor_file: '{{ smart_executor_name }}-{{ smart_executor_version }}.war'
|
|
smart_executor_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/vremanagement/smart-executor/{{ smart_executor_version }}/{{ smart_executor_file }}'
|
|
|
|
smart_executor_context: '/{{ smart_executor_name }}'
|
|
smart_executor_contexts_list:
|
|
- ''
|
|
- '/BiodiversityLab'
|
|
- '/BiOnym'
|
|
- '/ScalableDataMining'
|
|
|
|
# dev has two different contexts
|
|
#smart_executor_contexts_list:
|
|
# - ''
|
|
# - '/devVRE'
|
|
|
|
# - ''
|
|
# - '/NextNext'
|