From 5832cb0b625def26f6f97037db3632d59635cf88 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 28 Sep 2017 17:21:29 +0200 Subject: [PATCH] dataminer: Remove the tasks that install the missing jars. They have been added to the war file. --- smartgears/dataminer_app/tasks/dataminer-app.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index 26002152..5e2cd2a1 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -87,18 +87,6 @@ file: src={{ smartgears_user_home }}/data/gebco_08.nc dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/gebco_08.nc state=link notify: Restart smartgears - - name: Install a couple of jar files under ecocfg - get_url: url=http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/wps/src/main/webapp/ecocfg/{{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} - with_items: - - 'YASMEEN-matcher-1.2.0.1.jar' - - 'YASMEEN-parser-1.2.0.jar' - - - name: Install a couple of jar files under ecocfg/PARALLEL_PROCESSING - get_url: url=http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/wps/src/main/webapp/ecocfg/{{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/PARALLEL_PROCESSING/{{ item }} - with_items: - - 'YASMEEN-matcher-1.2.0.1.jar' - - 'YASMEEN-parser-1.2.0.jar' - - name: Install the old properties files copy: src={{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} force=yes with_items: '{{ dataminer_properties_files }}'