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