From f2f94af17c4e9049e1cdaa46dbef34b91a8775c5 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 10 May 2017 16:41:27 +0200 Subject: [PATCH] d4science-ghn-cluster/group_vars/dataminer_devnext/dataminer_devnext.yml: Install from gcube-snapshots. library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Do not link the algorithms inside WEB-INF/lib: it does not work. --- smartgears/dataminer_app/tasks/dataminer-app.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/smartgears/dataminer_app/tasks/dataminer-app.yml b/smartgears/dataminer_app/tasks/dataminer-app.yml index fe0b691..93cf790 100644 --- a/smartgears/dataminer_app/tasks/dataminer-app.yml +++ b/smartgears/dataminer_app/tasks/dataminer-app.yml @@ -15,11 +15,6 @@ - name: Download the WPS algorithms from subversion subversion: repo={{ dataminer_wps_algorithms_svn }} dest={{ smartgears_user_home }}/wps_algorithms/algorithms - - - name: Create a symlink to the algorithms from WEB-INF/lib - file: src={{ smartgears_user_home }}/wps_algorithms/algorithms dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/WEB-INF/lib/algorithms state=link - notify: Restart smartgears - - name: Create a directory where to install the gebco_08.nc data file file: path={{ smartgears_user_home }}/data state=directory