From 691b10ad28dee513929cb4d960ad75c1d87aef7d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 29 Mar 2017 17:32:05 +0200 Subject: [PATCH] library/roles/smartgears/{dataminer_app,smartgears}: Handle the SoBigData gcube key. --- smartgears/dataminer_app/tasks/install-gcube-key.yml | 2 ++ smartgears/smartgears/defaults/main.yml | 2 +- smartgears/smartgears/tasks/install-gcube-keys.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/smartgears/dataminer_app/tasks/install-gcube-key.yml b/smartgears/dataminer_app/tasks/install-gcube-key.yml index d55e5298..b83a35b4 100644 --- a/smartgears/dataminer_app/tasks/install-gcube-key.yml +++ b/smartgears/dataminer_app/tasks/install-gcube-key.yml @@ -7,6 +7,7 @@ - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_4 }}' + - '{{ gcube_prod_key_5 }}' notify: Restart smartgears when: install_gcube_prod_key @@ -17,6 +18,7 @@ - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_4 }}' + - '{{ gcube_prod_key_5 }}' notify: Restart smartgears when: not install_gcube_prod_key diff --git a/smartgears/smartgears/defaults/main.yml b/smartgears/smartgears/defaults/main.yml index 95f1b6dd..2e1e2b08 100644 --- a/smartgears/smartgears/defaults/main.yml +++ b/smartgears/smartgears/defaults/main.yml @@ -31,7 +31,7 @@ smartgears_production_vo: - '/{{ smartgears_infrastructure_name }}/SoBigData' - '/{{ smartgears_infrastructure_name }}/SmartArea' - '/{{ smartgears_infrastructure_name }}/gCubeApps' - - '/{{ smartgears_infrastructure_name }}/D4research' + - '/{{ smartgears_infrastructure_name }}/D4Research' # Set to 'true' or 'false'. Pay attention to the case smartgears_authorized_on_all_scopes: 'false' smartgears_scopes: diff --git a/smartgears/smartgears/tasks/install-gcube-keys.yml b/smartgears/smartgears/tasks/install-gcube-keys.yml index 9c45615b..add87437 100644 --- a/smartgears/smartgears/tasks/install-gcube-keys.yml +++ b/smartgears/smartgears/tasks/install-gcube-keys.yml @@ -7,6 +7,7 @@ - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_4 }}' + - '{{ gcube_prod_key_5 }}' notify: Restart smartgears when: install_gcube_prod_key @@ -17,6 +18,7 @@ - '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_4 }}' + - '{{ gcube_prod_key_5 }}' notify: Restart smartgears when: not install_gcube_prod_key