group_vars/sharelatex_app/sharelatex_app.yml add new scopes

group_vars/twittermon_dev/twittermon_dev.yml set to true variable twittermon_upgrade
smartgears-node-upgrade.yml, smartgears-node.yml add sharelatex connector role
../library/roles/smartgears/smart_executor/defaults/main.yml set version to latest
../library/roles/smartgears/twittermon_se_plugins/tasks/main.yml add teitter_se tag to remove plugin task
This commit is contained in:
Roberto Cirillo 2017-11-03 09:56:44 +01:00
parent 94ac818f78
commit eeaf9aaf6e
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ smart_executor_install: False
remove_smart_executor_install: False
smart_executor_context: /smart-executor
smart_executor_version: 1.7.0-4.7.0-154718
smart_executor_version: latest
smart_executor_name: smart-executor
smart_executor_extension: war
smart_executor_group_id: org.gcube.vremanagement

View File

@ -6,6 +6,7 @@
- '{{ twittermon_twmoncron_se_plugin_name }}'
- '{{ twittermon_twmoncrawler_se_plugin_name }}'
when: twittermon_se_plugin_upgrade
tags: [ 'smartgears', 'twittermon_se']
- name: Get the twittermon TwMonCron smart executor plugin
get_url: url={{ twittermon_twmoncron_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ twittermon_twmoncron_se_plugin_name }}