library/roles/smartgears/{dataminer_app,smartgears}: Handle the SoBigData gcube key.

This commit is contained in:
Andrea Dell'Amico 2017-03-29 17:32:05 +02:00
parent c2d493d83e
commit 691b10ad28
3 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_2 }}'
- '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_3 }}'
- '{{ gcube_prod_key_4 }}' - '{{ gcube_prod_key_4 }}'
- '{{ gcube_prod_key_5 }}'
notify: Restart smartgears notify: Restart smartgears
when: install_gcube_prod_key when: install_gcube_prod_key
@ -17,6 +18,7 @@
- '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_2 }}'
- '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_3 }}'
- '{{ gcube_prod_key_4 }}' - '{{ gcube_prod_key_4 }}'
- '{{ gcube_prod_key_5 }}'
notify: Restart smartgears notify: Restart smartgears
when: not install_gcube_prod_key when: not install_gcube_prod_key

View File

@ -31,7 +31,7 @@ smartgears_production_vo:
- '/{{ smartgears_infrastructure_name }}/SoBigData' - '/{{ smartgears_infrastructure_name }}/SoBigData'
- '/{{ smartgears_infrastructure_name }}/SmartArea' - '/{{ smartgears_infrastructure_name }}/SmartArea'
- '/{{ smartgears_infrastructure_name }}/gCubeApps' - '/{{ smartgears_infrastructure_name }}/gCubeApps'
- '/{{ smartgears_infrastructure_name }}/D4research' - '/{{ smartgears_infrastructure_name }}/D4Research'
# Set to 'true' or 'false'. Pay attention to the case # Set to 'true' or 'false'. Pay attention to the case
smartgears_authorized_on_all_scopes: 'false' smartgears_authorized_on_all_scopes: 'false'
smartgears_scopes: smartgears_scopes:

View File

@ -7,6 +7,7 @@
- '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_2 }}'
- '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_3 }}'
- '{{ gcube_prod_key_4 }}' - '{{ gcube_prod_key_4 }}'
- '{{ gcube_prod_key_5 }}'
notify: Restart smartgears notify: Restart smartgears
when: install_gcube_prod_key when: install_gcube_prod_key
@ -17,6 +18,7 @@
- '{{ gcube_prod_key_2 }}' - '{{ gcube_prod_key_2 }}'
- '{{ gcube_prod_key_3 }}' - '{{ gcube_prod_key_3 }}'
- '{{ gcube_prod_key_4 }}' - '{{ gcube_prod_key_4 }}'
- '{{ gcube_prod_key_5 }}'
notify: Restart smartgears notify: Restart smartgears
when: not install_gcube_prod_key when: not install_gcube_prod_key