forked from ISTI-ansible-roles/ansible-roles
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
This commit is contained in:
parent
cdd4bcb781
commit
ea68aa7b2a
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
aggregator_gcube_repository: 'gcube-snapshots'
|
aggregator_gcube_repository: 'gcube-staging'
|
||||||
accounting_aggregator_se_plugin_install: False
|
accounting_aggregator_se_plugin_install: False
|
||||||
accounting_aggregator_se_plugin_ver: 1.0.0-SNAPSHOT
|
accounting_aggregator_se_plugin_ver: 1.0.0-4.1.0-132538
|
||||||
accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-1.0.0-20160930.164349-23-jar-with-dependencies.jar'
|
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 }}'
|
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 }}'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
fhn_manager_install: False
|
fhn_manager_install: False
|
||||||
smart_executor_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_name: fhn-manager-service
|
||||||
fhn_manager_file: '{{ fhn_manager_name }}-{{ fhn_manager_version }}.war'
|
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 }}'
|
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 }}'
|
||||||
|
|
Loading…
Reference in New Issue