forked from ISTI-ansible-roles/ansible-roles
smartgears-node-upgrade.yml added new smart_executor plugins
This commit is contained in:
parent
4859f7a7a8
commit
51ddc2cbd3
|
@ -7,7 +7,7 @@
|
|||
|
||||
- name: Remove the old fhn-manager files
|
||||
file: path={{ smartgears_instance_path }}/webapps/{{ fhn_manager_name }} state=absent
|
||||
when: ( not fhn_manager_install ) or ( smartgears_upgrade )
|
||||
when: ( remove_fhn_manager_install ) or ( smartgears_upgrade )
|
||||
|
||||
|
||||
# NOTE: Install as the smartgears user so we do not mess with the permissions
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
gcube_repository: 'gcube-staging'
|
||||
social_data_indexer_se_plugin_install: False
|
||||
#social_data_indexer_se_plugin_ver: 1.0.0-3.11.0-124419
|
||||
social_data_indexer_se_plugin_ver: 1.1.1-4.1.0-132066
|
||||
social_data_indexer_se_plugin_ver: 1.1.1-4.1.0-133365
|
||||
social_data_indexer_se_plugin_name: 'social-data-indexer-se-plugin-{{ social_data_indexer_se_plugin_ver }}-jar-with-dependencies.jar'
|
||||
social_data_indexer_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/socialnetworking/social-data-indexer-se-plugin/{{ social_data_indexer_se_plugin_ver }}/{{ social_data_indexer_se_plugin_name }}'
|
||||
|
|
Loading…
Reference in New Issue