2016-06-13 16:24:30 +02:00
|
|
|
---
|
|
|
|
dataminer_app_install: False
|
|
|
|
dataminer_app_upgrade: False
|
|
|
|
|
2017-05-12 13:24:01 +02:00
|
|
|
# ZIP file
|
|
|
|
dataminer_product: prod
|
2017-05-12 13:43:39 +02:00
|
|
|
dataminer_zip_url: 'http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataMinerConfiguration/webapp/{{ dataminer_product }}/wps.zip'
|
2017-05-12 13:24:01 +02:00
|
|
|
|
|
|
|
# Install from WAR
|
2017-09-19 15:37:14 +02:00
|
|
|
dataminer_war_install: True
|
2017-05-08 18:20:57 +02:00
|
|
|
dataminer_wps_version: latest
|
|
|
|
dataminer_wps_name: wps
|
|
|
|
dataminer_wps_group_id: org.gcube.data-analysis
|
|
|
|
dataminer_wps_extension: war
|
|
|
|
dataminer_wps_file: '{{ dataminer_wps_name }}-{{ dataminer_wps_version }}.{{ dataminer_wps_extension }}'
|
2017-09-12 17:18:00 +02:00
|
|
|
|
2017-09-26 16:28:40 +02:00
|
|
|
# Add these to the tomcat_m_other_java_opts variable
|
2017-09-26 17:04:30 +02:00
|
|
|
dataminer_wps_java_opts: '-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl'
|
2017-09-12 17:18:00 +02:00
|
|
|
# Algorithms installer
|
2017-09-13 16:33:16 +02:00
|
|
|
dataminer_algorithms_upgrade: False
|
2017-09-12 17:18:00 +02:00
|
|
|
dataminer_algorithms_version: latest
|
|
|
|
dataminer_algorithms_gcube_repository: gcube-snapshots
|
|
|
|
dataminer_algorithms_name: dataminer-algorithms-importer
|
|
|
|
dataminer_algorithms_group_id: org.gcube.dataanalysis
|
|
|
|
dataminer_algorithms_extension: tar.gz
|
|
|
|
dataminer_algorithms_file: '{{ dataminer_algorithms_name }}-{{ dataminer_algorithms_version }}.{{ dataminer_algorithms_extension }}'
|
|
|
|
dataminer_algorithms_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ dataminer_algorithms_gcube_repository }}'
|
|
|
|
# Algorithms updater
|
2017-10-06 16:04:00 +02:00
|
|
|
dataminer_wps_algorithms_svn: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataMinerConfiguration/algorithms/{{ dataminer_infra_reference }}
|
2017-07-25 18:37:59 +02:00
|
|
|
dataminer_wps_algorithms_dest: '{{ smartgears_user_home }}/wps_algorithms/algorithms'
|
2017-09-19 14:17:37 +02:00
|
|
|
dataminer_algorithms_updater_cron: present
|
2017-09-14 14:18:22 +02:00
|
|
|
dataminer_algorithms_updater_minute_frequency: "0"
|
|
|
|
dataminer_algorithms_updater_hour_frequency: "*"
|
2017-05-12 13:24:01 +02:00
|
|
|
|
2017-05-08 19:06:28 +02:00
|
|
|
dataminer_data_file_from_thredds: 'http://thredds.d4science.org/thredds/fileServer/public/netcdf/gebco_08_OCEANS_CLIMATOLOGY_METEOROLOGY_ATMOSPHERE_.nc'
|
2017-06-22 14:39:07 +02:00
|
|
|
|
|
|
|
# dev, prod, preprod
|
|
|
|
dataminer_infra_reference: dev
|
2017-09-19 14:44:35 +02:00
|
|
|
|
|
|
|
dataminer_properties_files:
|
|
|
|
- algorithms.properties
|
|
|
|
- clusterers.properties
|
|
|
|
- dynamictransducerers.properties
|
|
|
|
- evaluators.properties
|
|
|
|
- generators.properties
|
|
|
|
- modelers.properties
|
|
|
|
- models.properties
|
|
|
|
- nodealgorithms.properties
|
|
|
|
- transducerers.properties
|
|
|
|
- userperspective.properties
|