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:52 UTC

[airavata] branch param-sweep updated (dadeebb -> d48f476)

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

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


    from dadeebb  Adding hk2 locator jars to participant distribution
     new f272de5  Adding missing libraries for participant deployment
     new d48f476  Removing unnecessary log levels

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../inventories/scigap/smaltr-testing/group_vars/all/vars.yml  |  2 +-
 .../src/main/assembly/participant-bin-assembly.xml             |  2 ++
 .../src/main/resources/airavata-server.properties              | 10 +++++-----
 3 files changed, 8 insertions(+), 6 deletions(-)


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

Posted by di...@apache.org.
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>


[airavata] 02/02: Removing unnecessary log levels

Posted by di...@apache.org.
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 d48f4765b8598175ed6ce5c39e8579e428a3a753
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Fri Jun 19 16:24:38 2020 -0400

    Removing unnecessary log levels
---
 .../src/main/resources/airavata-server.properties              | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/ide-integration/src/main/resources/airavata-server.properties b/modules/ide-integration/src/main/resources/airavata-server.properties
index be864c8..c2c536d 100644
--- a/modules/ide-integration/src/main/resources/airavata-server.properties
+++ b/modules/ide-integration/src/main/resources/airavata-server.properties
@@ -267,7 +267,7 @@ kafka.broker.topic=monitoring-data
 # Job Monitor related properties
 ###########################################################################
 enable.realtime.monitor=True
-job.monitor.broker.publisher.id=AiravataMonitorPublisher
+job.monitor.broker.publisher.id=AiravataMonitorPublisher2
 job.monitor.broker.topic=monitoring-data
 email.based.monitor.host=imap.gmail.com
 email.based.monitor.store.protocol=imaps
@@ -275,8 +275,8 @@ email.based.monitor.folder.name=INBOX
 email.expiration.minutes=60
 email.based.monitoring.period=10000
 
-email.based.monitor.address=airavatatest123@gmail.com
-email.based.monitor.password=airavatatest12345678
+email.based.monitor.address=dimuthuparam@gmail.com
+email.based.monitor.password=dimuthuparam1234
 
 ###########################################################################
 # ThriftClientPool Configuration
@@ -290,10 +290,10 @@ thrift.client.pool.abandoned.removal.enabled=true
 pre.workflow.manager.loadbalance.clusters=false
 post.workflow.manager.loadbalance.clusters=false
 
-realtime.monitor.broker.url=localhost:9092
+realtime.monitor.broker.url=149.165.156.124:9092
 realtime.monitor.broker.consumer.group=sweepingjobsgrp
 realtime.monitor.broker.topic=sweepingjobs
-job.status.publish.endpoint=http://localhost:8082/topics/sweepingjobs
+job.status.publish.endpoint=http://149.165.156.124:8082/topics/sweepingjobs
 
 kafka.parsing.broker.url=airavata.host:9092
 kafka.parser.topic=parser