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:
Roberto Cirillo 2016-12-01 17:06:25 +01:00
parent 19ee922543
commit b0d0c60c04
3 changed files with 3 additions and 2 deletions

View File

@ -6,6 +6,7 @@
- name: Download the rstudio server deb package - name: Download the rstudio server deb package
get_url: url={{ rstudio_download_url }} dest=/srv/{{ rstudio_file }} get_url: url={{ rstudio_download_url }} dest=/srv/{{ rstudio_file }}
register: rstudio_download register: rstudio_download
ignore_errors: True
- name: Install the rstudio server package - name: Install the rstudio server package
command: gdebi -n -q /srv/{{ rstudio_file }} command: gdebi -n -q /srv/{{ rstudio_file }}

View File

@ -1,7 +1,7 @@
--- ---
gcube_repository: 'gcube-staging' gcube_repository: 'gcube-staging'
r_connector_install: False 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_name: r-connector
r_connector_filename: '{{ r_connector_name }}-{{ r_connector_ver }}.war' 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 }}' 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 }}'

View File

@ -26,7 +26,7 @@
<property name='SmartGearsDistributionBundle' value='UnBundled' /> <property name='SmartGearsDistributionBundle' value='UnBundled' />
<property name='SmartGearsDistribution' value='{{ smartgears_distribution_version }}' /> <property name='SmartGearsDistribution' value='{{ smartgears_distribution_version }}' />
<publication-frequency>60</publication-frequency> <publication-frequency>180</publication-frequency>
<infrastructure>{{ smartgears_infrastructure_name }}</infrastructure> <infrastructure>{{ smartgears_infrastructure_name }}</infrastructure>
{% if smartgears_distribution_version | version_compare('2.0.0', '<') %} {% if smartgears_distribution_version | version_compare('2.0.0', '<') %}