group_vars/rstudio_dev/rstudio.yml added smartgears_scope variable definition
../library/roles/rstudio-server/tasks/main.yml added igoring error on download certificate task ../library/roles/smartgears/smartgears/templates/container.xml.j2 update "frequencypublication" from 60 to 180 sec
This commit is contained in:
parent
19ee922543
commit
b0d0c60c04
|
@ -6,6 +6,7 @@
|
|||
- name: Download the rstudio server deb package
|
||||
get_url: url={{ rstudio_download_url }} dest=/srv/{{ rstudio_file }}
|
||||
register: rstudio_download
|
||||
ignore_errors: True
|
||||
|
||||
- name: Install the rstudio server package
|
||||
command: gdebi -n -q /srv/{{ rstudio_file }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
gcube_repository: 'gcube-staging'
|
||||
r_connector_install: False
|
||||
r_connector_ver: 2.1.1-4.2.0-134825
|
||||
r_connector_ver: 2.1.1-4.2.0-135146
|
||||
r_connector_name: r-connector
|
||||
r_connector_filename: '{{ r_connector_name }}-{{ r_connector_ver }}.war'
|
||||
r_connector_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/data/analysis/{{ r_connector_name }}/{{ r_connector_ver}}/{{ r_connector_filename }}'
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<property name='SmartGearsDistributionBundle' value='UnBundled' />
|
||||
<property name='SmartGearsDistribution' value='{{ smartgears_distribution_version }}' />
|
||||
<publication-frequency>60</publication-frequency>
|
||||
<publication-frequency>180</publication-frequency>
|
||||
<infrastructure>{{ smartgears_infrastructure_name }}</infrastructure>
|
||||
|
||||
{% if smartgears_distribution_version | version_compare('2.0.0', '<') %}
|
||||
|
|
Loading…
Reference in New Issue