Task #4917
closedUpdate Dataminer Ansible installation
100%
Description
Is it possible to add the following logic to the dataminer installation scripts?
Copy all the JARs files from the following online folder
https://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataMinerConfiguration/algorithms/
to the WEB-INF/lib/ folder of the wps application.
Note that the number of Jar files may change.
Related issues
Updated by Andrea Dell'Amico over 8 years ago
It's a subversion repository, so it's easy if the algorithms
directory contains jars only. It can also be run regularly as a cron job, but a tomcat restart will also be needed. Or we can enable the tomcat autodeploy feature, but that will kill any job running while the autodeploy kicks in.
This should be in addition to the maven commands we already run, right?
Updated by Gianpaolo Coro over 8 years ago
A periodic run is not necessary. This will be used only at installation time. Indeed, no maven activity is required only the download of the files.
Updated by Andrea Dell'Amico over 8 years ago
- Blocks Task #4865: Installing data analysis machine to develop prototypes added
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
The playbook has been modified.
Updated by Andrea Dell'Amico over 8 years ago
- Status changed from Feedback to Closed