group_vars/rstudio_dev/rstudio.yml added preproduction scopes

group_vars/tabulardata_pre/tabulardata_pre.yml add tabulardata variables
inventory/hosts.pre added tabulardata host
../library/roles/smartgears/r_connector/defaults/main.yml update rconnector version
../library/roles/smartgears/smartgears/defaults/main.yml update smartgears distribution version
This commit is contained in:
Roberto Cirillo 2016-12-01 16:28:37 +01:00
parent 096f320787
commit 19ee922543
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
gcube_repository: 'gcube-staging'
r_connector_install: False
r_connector_ver: 2.1.0-4.1.0-132899
r_connector_ver: 2.1.1-4.2.0-134825
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 }}'

View File

@ -16,7 +16,7 @@ smartgears_user: '{{ d4science_user }}'
smartgears_user_home: '{{ d4science_user_home }}'
smartgears_instance_path: '{{ smartgears_user_home }}/tomcat'
smartgears_install_path: '{{ smartgears_user_home }}/SmartGears'
smartgears_distribution_version: 2.0.0-4.1.0-132475
smartgears_distribution_version: 2.0.0-4.2.0-132475
smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz'
smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
smartgears_mode: online

View File

@ -1,7 +1,7 @@
---
gcube_repository: gcube-staging
tabular_data_install: False
tabular_data_version: 1.7.4-4.1.0-125864
tabular_data_version: 1.7.5-4.2.0-134952
tabular_data_name: tabular-data-manager
tabular_data_file: '{{ tabular_data_name }}-{{ tabular_data_version }}.war'
tabular_data_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/data/analysis/tabulardata/{{tabular_data_name}}/{{ tabular_data_version }}/{{ tabular_data_file }}'

View File

@ -13,7 +13,7 @@
- name: Create the tabular data working directory
file: path={{ smartgears_instance_path }}/webapps/{{ tabular_data_name }} state=directory owner={{ smartgears_user }} group={{ smartgears_user }}
when: tabula_data_install
when: tabular_data_install
- name: Unarchive the tabular data war
unarchive: copy=no src={{ smartgears_user_home }}/{{ tabular_data_file }} dest={{ smartgears_instance_path }}/webapps/{{ tabular_data_name }} creates={{ smartgears_instance_path }}/webapps/{{ tabular_data_name }}/WEB-INF/lib