Removed dismissed smart-executor plugin (couchdb_chache_se_plugin)

This commit is contained in:
Luca Frosini 2016-12-05 12:21:26 +01:00
parent 23c23057d6
commit 1cab8a3c4f
3 changed files with 0 additions and 18 deletions

View File

@ -1,6 +0,0 @@
---
couchdb_cache_se_plugin_install: False
#couchdb_cache_se_plugin_ver: 1.0.0-3.10.1
couchdb_cache_se_plugin_ver: 1.1.0-3.11.0-128111
couchdb_cache_se_plugin_name: 'couchdb-cache-se-plugin-{{ couchdb_cache_se_plugin_ver }}-jar-with-dependencies.jar'
couchdb_cache_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/accounting/couchdb-cache-se-plugin/{{ couchdb_cache_se_plugin_ver }}/{{ couchdb_cache_se_plugin_name }}'

View File

@ -1,3 +0,0 @@
---
- name: Restart smartgears
service: name='tomcat-instance-{{ smartgears_http_port }}' state=restarted

View File

@ -1,9 +0,0 @@
---
- name: Get the couchdb cache se plugin and install it inside the smart executor
become: True
become_user: '{{ smartgears_user }}'
get_url: url={{ couchdb_cache_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
when: couchdb_cache_se_plugin_install
notify: Restart smartgears
tags: [ 'smartgears', 'couchdb_cache_se', 'tomcat' ]