library/roles/smartgears/smartgears/defaults/main.yml: Add the smartgears_gcube_repository variable, see https://support.d4science.org/issues/8466

This commit is contained in:
Andrea Dell'Amico 2017-05-09 17:29:53 +02:00
parent 64a3476e0b
commit 9f0f5309ba
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
--- ---
gcube_repository: 'gcube-staging' gcube_repository: 'gcube-staging'
gcube_repository_stagin_test: 'gcube-staging-test' smartgears_gcube_repository: '{{ gcube_repository }}'
# Set it to true from the command line when you want to upgrade a # Set it to true from the command line when you want to upgrade a
# distribution version # distribution version
smartgears_upgrade: False smartgears_upgrade: False
@ -20,7 +19,7 @@ smartgears_install_path: '{{ smartgears_user_home }}/SmartGears'
smartgears_distribution_version: 2.1.2-4.4.0-146408 smartgears_distribution_version: 2.1.2-4.4.0-146408
smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz' smartgears_file: 'smartgears-distribution-{{ smartgears_distribution_version }}.tar.gz'
smartgears_global_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}' smartgears_global_base_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}'
smartgears_url: '{{ smartgears_global_base_url }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}' smartgears_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ smartgears_gcube_repository }}/org/gcube/distribution/smartgears-distribution/{{ smartgears_distribution_version }}/{{ smartgears_file }}'
smartgears_mode: online smartgears_mode: online
smartgears_application_mode: online smartgears_application_mode: online
# Production infra # Production infra