added new default parameter for web.xml

This commit is contained in:
Roberto Cirillo 2018-10-16 11:46:18 +02:00
parent 66564234bd
commit 6a8590d3d6
1 changed files with 8 additions and 2 deletions

View File

@ -9,8 +9,9 @@ dataminer_product: prod
dataminer_zip_url: 'http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-analysis/DataMinerConfiguration/webapp/{{ dataminer_product }}/wps.zip'
# Install from WAR
dataminer_wps_version: latest
dataminer_wps_name: wps
dataminer_wps_version: 1.1.2-4.13.0-173396
smartgears_webapp_name: wps
dataminer_wps_name: '{{ smartgears_webapp_name }}'
dataminer_wps_group_id: org.gcube.data-analysis
dataminer_wps_extension: war
dataminer_wps_file: '{{ dataminer_wps_name }}-{{ dataminer_wps_version }}.{{ dataminer_wps_extension }}'
@ -40,6 +41,11 @@ dataminer_conda_install: False
dataminer_hdf5: False
dataminer_install_nscd: False
# web.xml properties
dataminer_maxcomputation: "4"
dataminer_saveonstorage: 'true'
dataminer_simulationmode: 'false'
# dev, prod, preprod
dataminer_infra_reference: dev