Reorganizing smart-executor playbooks. Refs #6126

This commit is contained in:
Luca Frosini 2016-12-05 17:34:11 +01:00
parent 4824e7572a
commit 2af6393e10
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
---
gcube_repository: 'gcube-staging'
social_data_indexer_se_plugin_install: False
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'

View File

@ -1,5 +1,5 @@
---
- name: Remove the old accounting aggregator plugin
- name: Remove the old social indexer plugin
shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/social-data-indexer-se-plugin-*-jar-with-dependencies.jar
when: social_data_indexer_se_plugin_upgrade
tags: [ 'smartgears', 'social_data_indexer_se', 'tomcat' ]