From ea68aa7b2a85e47ed76975fffd9db7497d7b1ac0 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 24 Oct 2016 10:41:24 +0200 Subject: [PATCH] group_vars/smart_account_aggr_dev_devnext/smartexecutor_dev_devnext.yml added development version definition library/roles/smartgears/accounting_aggregator_se_plugin/defaults/main.yml move from dev version to prod version ../library/roles/smartgears/fhn_manager/defaults/main.yml update version --- .../accounting_aggregator_se_plugin/defaults/main.yml | 6 +++--- smartgears/fhn_manager/defaults/main.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml index a48f25b7..cea3b8c3 100644 --- a/smartgears/accounting_aggregator_se_plugin/defaults/main.yml +++ b/smartgears/accounting_aggregator_se_plugin/defaults/main.yml @@ -1,6 +1,6 @@ --- -aggregator_gcube_repository: 'gcube-snapshots' +aggregator_gcube_repository: 'gcube-staging' accounting_aggregator_se_plugin_install: False -accounting_aggregator_se_plugin_ver: 1.0.0-SNAPSHOT -accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-1.0.0-20160930.164349-23-jar-with-dependencies.jar' +accounting_aggregator_se_plugin_ver: 1.0.0-4.1.0-132538 +accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-{{ accounting_aggregator_se_plugin_ver }}-jar-with-dependencies.jar' accounting_aggregator_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ aggregator_gcube_repository }}/org/gcube/accounting/accounting-aggregator-se-plugin/{{ accounting_aggregator_se_plugin_ver }}/{{ accounting_aggregator_se_plugin_name }}' diff --git a/smartgears/fhn_manager/defaults/main.yml b/smartgears/fhn_manager/defaults/main.yml index 67a01238..44292ea0 100644 --- a/smartgears/fhn_manager/defaults/main.yml +++ b/smartgears/fhn_manager/defaults/main.yml @@ -1,7 +1,7 @@ --- fhn_manager_install: False smart_executor_install: False -fhn_manager_version: 1.2.0-4.1.0-132923 +fhn_manager_version: 1.2.0-4.1.0-133350 fhn_manager_name: fhn-manager-service fhn_manager_file: '{{ fhn_manager_name }}-{{ fhn_manager_version }}.war' fhn_manager_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/resources/federation/{{fhn_manager_name}}/{{ fhn_manager_version }}/{{ fhn_manager_file }}'