dataminer: Remove the tasks that install the missing jars. They have been added to the war file.

This commit is contained in:
Andrea Dell'Amico 2017-09-28 17:21:29 +02:00
parent 94fae10e18
commit 5832cb0b62
1 changed files with 0 additions and 12 deletions

View File

@ -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 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 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 - name: Install the old properties files
copy: src={{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} force=yes copy: src={{ item }} dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/ecocfg/{{ item }} force=yes
with_items: '{{ dataminer_properties_files }}' with_items: '{{ dataminer_properties_files }}'