You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/06/19 20:24:53 UTC

[airavata] 01/02: Adding missing libraries for participant deployment

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch param-sweep
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit f272de52b9b125a92f8ea9b95fa6a23c6be9a7ad
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Jun 19 16:12:28 2020 -0400

    Adding missing libraries for participant deployment
---
 .../ansible/inventories/scigap/smaltr-testing/group_vars/all/vars.yml   | 2 +-
 modules/distribution/src/main/assembly/participant-bin-assembly.xml     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/smaltr-testing/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/smaltr-testing/group_vars/all/vars.yml
index a2eed53..bebc4db 100644
--- a/dev-tools/ansible/inventories/scigap/smaltr-testing/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/smaltr-testing/group_vars/all/vars.yml
@@ -171,7 +171,7 @@ platform_monitor_target_email_addresses: "dimuthu.upeksha2@gmail.com,dwannipu@iu
 parser_broker_url: "{{ groups['kafka'][0] }}:{{ kafka_listener_port }}"
 parser_broker_topic: "completed-messages"
 parser_broker_consumer_group: "ParsingConsumer"
-parser_storage_resource_id: "pgadev.scigap.org_7ddf28fd-d503-4ff8-bbc5-3279a7c3b99e"
+parser_storage_resource_id: "testing.smaltr.scigap.org_d78cdf46-1773-451e-9d9e-fba459a156de"
 parser_broker_publisher_id: "ParserProducer"
 
 thrift_client_pool_abandoned_removal_enabled: true
diff --git a/modules/distribution/src/main/assembly/participant-bin-assembly.xml b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
index d5c41be..b113a61 100644
--- a/modules/distribution/src/main/assembly/participant-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/participant-bin-assembly.xml
@@ -191,6 +191,7 @@
                 <include>org.apache.httpcomponents:httpcore:jar</include>
                 <include>com.github.jnr:jnr-unixsocket:jar</include>
                 <include>com.github.jnr:jnr-ffi:jar</include>
+                <include>com.github.jnr:jnr-posix:jar</include>
                 <include>com.github.jnr:jffi:jar</include>
                 <include>com.github.jnr:jffi:jar:native</include>
                 <include>org.ow2.asm:asm:jar</include>
@@ -201,6 +202,7 @@
                 <include>com.github.jnr:jnr-constants:jar</include>
                 <include>com.github.jnr:jnr-enxio:jar</include>
                 <include>commons-lang:commons-lang:jar</include>
+                <include>org.glassfish.jersey.ext:jersey-entity-filtering</include>
 
                 <include>javax.annotation:javax.annotation-api:jar</include>
                 <include>org.apache.commons:commons-pool2:jar</include>