From 744c72e1b984ad85316cbb6c3c278671a8f78c88 Mon Sep 17 00:00:00 2001 From: Roberto Date: Thu, 25 May 2017 10:57:12 +0200 Subject: [PATCH] inventory/hosts.dev added EGI instances roles/haproxy_frontend/templates/haproxy-dataminer.cfg.j2 added EGI instances ../library/roles/smartgears/smartgears/defaults/main.yml update smartgears distribution --- smartgears/smartgears/defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/smartgears/smartgears/defaults/main.yml b/smartgears/smartgears/defaults/main.yml index 2dcc7fa4..e5da0501 100644 --- a/smartgears/smartgears/defaults/main.yml +++ b/smartgears/smartgears/defaults/main.yml @@ -15,8 +15,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.1.0-4.3.0-142337 -smartgears_distribution_version: 2.1.2-4.4.0-146408 +smartgears_distribution_version: 2.1.2-4.5.0-146408 smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz' smartgears_global_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}' smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ smartgears_gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'