group_vars/data/main.yml set jdk8

inventory/hosts.production add tabulardata1 new host
./library/roles/smartgears/accounting_aggregator_se_plugin/defaults/main.yml
../library/roles/smartgears/social-networking-library-ws/defaults/main.yml se new artifact version
This commit is contained in:
Roberto Cirillo 2017-06-12 11:21:52 +02:00
parent bef922d176
commit 5881330f82
3 changed files with 26 additions and 3 deletions

View File

@ -1,6 +1,6 @@
--- ---
accounting_aggregator_se_plugin_install: False accounting_aggregator_se_plugin_install: False
accounting_aggregator_se_plugin_ver: 1.0.1-4.4.0-144320 accounting_aggregator_se_plugin_ver: 1.1.0-4.5.0-148744
accounting_aggregator_se_plugin_name: 'accounting-aggregator-se-plugin-{{ accounting_aggregator_se_plugin_ver }}-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/{{ 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/{{ gcube_repository }}/org/gcube/accounting/accounting-aggregator-se-plugin/{{ accounting_aggregator_se_plugin_ver }}/{{ accounting_aggregator_se_plugin_name }}'
@ -10,10 +10,19 @@ accounting_aggregator_se_plugin_maven_version : '1.0.0-SNAPSHOT'
accounting_insert_storage_se_plugin_install: False accounting_insert_storage_se_plugin_install: False
accounting_insert_storage_se_plugin_ver: 1.0.0-4.4.0-142716 accounting_insert_storage_se_plugin_ver: 1.0.1-4.5.0-148393
accounting_insert_storage_se_plugin_name: '{{ accounting_insert_storage_se_plugin_maven_artifact_id }}-{{ accounting_insert_storage_se_plugin_ver }}-jar-with-dependencies.jar' accounting_insert_storage_se_plugin_name: '{{ accounting_insert_storage_se_plugin_maven_artifact_id }}-{{ accounting_insert_storage_se_plugin_ver }}-jar-with-dependencies.jar'
accounting_insert_storage_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/accounting/{{ accounting_insert_storage_se_plugin_maven_artifact_id }}/{{ accounting_insert_storage_se_plugin_ver }}/{{ accounting_insert_storage_se_plugin_name }}' accounting_insert_storage_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/accounting/{{ accounting_insert_storage_se_plugin_maven_artifact_id }}/{{ accounting_insert_storage_se_plugin_ver }}/{{ accounting_insert_storage_se_plugin_name }}'
accounting_insert_storage_se_plugin_maven_group_id : 'org.gcube.accounting' accounting_insert_storage_se_plugin_maven_group_id : 'org.gcube.accounting'
accounting_insert_storage_se_plugin_maven_artifact_id : 'accounting-insert-storage-se-plugin' accounting_insert_storage_se_plugin_maven_artifact_id : 'accounting-insert-storage-se-plugin'
accounting_insert_storage_se_plugin_maven_version : '1.0.0-4.4.0-142716' accounting_insert_storage_se_plugin_maven_version : '1.0.0-4.4.0-142716'
accounting_insert_rstudio_se_plugin_install: False
accounting_insert_rstudio_se_plugin_ver: 1.0.0-4.5.0-148358
accounting_insert_rstudio_se_plugin_name: '{{ accounting_insert_rstudio_se_plugin_maven_artifact_id }}-{{ accounting_insert_rstudio_se_plugin_ver }}-jar-with-dependencies.jar'
accounting_insert_rstudio_se_plugin_url: 'http://maven.research-infrastructures.eu/nexus/content/repositories/{{ gcube_repository }}/org/gcube/accounting/{{ accounting_insert_rstudio_se_plugin_maven_artifact_id }}/{{ accounting_insert_rstudio_se_plugin_ver }}/{{ accounting_insert_rstudio_se_plugin_name }}'
accounting_insert_rstudio_se_plugin_maven_group_id : 'org.gcube.accounting'
accounting_insert_rstudio_se_plugin_maven_artifact_id : 'accounting-insert-rstudio-se-plugin'
accounting_insert_rstudio_se_plugin_maven_version : '1.0.0-4.4.0-142716'

View File

@ -11,6 +11,12 @@
tags: [ 'smartgears', 'accounting_insert_storage_se', 'tomcat' ] tags: [ 'smartgears', 'accounting_insert_storage_se', 'tomcat' ]
- name: Remove the old accounting rstudio storage plugin
shell: rm -f {{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib/{{ accounting_insert_rstudio_se_plugin_maven_artifact_id }}-*-jar-with-dependencies.jar
when: accounting_insert_rstudio_se_plugin_upgrade
tags: [ 'smartgears', 'accounting_insert_rstudio_se', 'tomcat' ]
- name: Get the accounting aggregator plugin and install it inside the smart executor - name: Get the accounting aggregator plugin and install it inside the smart executor
become: True become: True
become_user: '{{ smartgears_user }}' become_user: '{{ smartgears_user }}'
@ -27,3 +33,11 @@
when: accounting_insert_storage_se_plugin_install when: accounting_insert_storage_se_plugin_install
notify: Restart smartgears notify: Restart smartgears
tags: [ 'smartgears', 'accounting_insert_storage_se', 'tomcat' ] tags: [ 'smartgears', 'accounting_insert_storage_se', 'tomcat' ]
- name: Get the accounting insert rstudio plugin and install it inside the smart executor
become: True
become_user: '{{ smartgears_user }}'
get_url: url={{ accounting_insert_rstudio_se_plugin_url }} dest={{ smartgears_instance_path }}/webapps/{{ smart_executor_name }}/WEB-INF/lib
when: accounting_insert_rstudio_se_plugin_install
notify: Restart smartgears
tags: [ 'smartgears', 'accounting_insert_rstudio_se', 'tomcat' ]

View File

@ -1,6 +1,6 @@
--- ---
social_networking_library_ws_install: False social_networking_library_ws_install: False
social_networking_library_ws_version: 2.0.1-4.5.0-149052 social_networking_library_ws_version: 2.0.1-4.5.0-149133
#social_networking_library_ws_version: latest #social_networking_library_ws_version: latest
social_networking_library_ws_name: social-networking-library-ws social_networking_library_ws_name: social-networking-library-ws
social_networking_library_ws_group_id: org.gcube.portal social_networking_library_ws_group_id: org.gcube.portal