From 1cab8a3c4fbb0497043977ce8bdfcb075a5bed8b Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 5 Dec 2016 12:21:26 +0100 Subject: [PATCH] Removed dismissed smart-executor plugin (couchdb_chache_se_plugin) --- smartgears/couchdb_cache_se_plugin/defaults/main.yml | 6 ------ smartgears/couchdb_cache_se_plugin/handlers/main.yml | 3 --- smartgears/couchdb_cache_se_plugin/tasks/main.yml | 9 --------- 3 files changed, 18 deletions(-) delete mode 100644 smartgears/couchdb_cache_se_plugin/defaults/main.yml delete mode 100644 smartgears/couchdb_cache_se_plugin/handlers/main.yml delete mode 100644 smartgears/couchdb_cache_se_plugin/tasks/main.yml diff --git a/smartgears/couchdb_cache_se_plugin/defaults/main.yml b/smartgears/couchdb_cache_se_plugin/defaults/main.yml deleted file mode 100644 index d1b6feca..0000000 --- a/smartgears/couchdb_cache_se_plugin/defaults/main.yml +++ /dev/null @@ -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 }}' diff --git a/smartgears/couchdb_cache_se_plugin/handlers/main.yml b/smartgears/couchdb_cache_se_plugin/handlers/main.yml deleted file mode 100644 index a9b4ffd..0000000 --- a/smartgears/couchdb_cache_se_plugin/handlers/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -- name: Restart smartgears - service: name='tomcat-instance-{{ smartgears_http_port }}' state=restarted diff --git a/smartgears/couchdb_cache_se_plugin/tasks/main.yml b/smartgears/couchdb_cache_se_plugin/tasks/main.yml deleted file mode 100644 index 0e9fdb3..0000000 --- a/smartgears/couchdb_cache_se_plugin/tasks/main.yml +++ /dev/null @@ -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' ] -