Removed dismissed smart-executor plugin (couchdb_chache_se_plugin)
This commit is contained in:
parent
23c23057d6
commit
1cab8a3c4f
|
@ -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 }}'
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
- name: Restart smartgears
|
|
||||||
service: name='tomcat-instance-{{ smartgears_http_port }}' state=restarted
|
|
|
@ -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' ]
|
|
||||||
|
|
Loading…
Reference in New Issue