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

lahirujayathilake pushed a commit to branch agent-framewok-refactoring
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/agent-framewok-refactoring by 
this push:
     new f0b550615e included the required libraries for the distributions
f0b550615e is described below

commit f0b550615efb53140e03e3510a89bbf221f2eab5
Author: lahiruj <[email protected]>
AuthorDate: Mon Dec 16 04:05:27 2024 -0500

    included the required libraries for the distributions
---
 dev-tools/ansible/kafka-rest-proxy.yml             | 27 ++++++++++++++++++++++
 dev-tools/ansible/zookeeper.yml                    | 27 ++++++++++++++++++++++
 .../main/assembly/email-monitor-bin-assembly.xml   |  2 ++
 .../assembly/realtime-monitor-bin-assembly.xml     |  3 +++
 4 files changed, 59 insertions(+)

diff --git a/dev-tools/ansible/kafka-rest-proxy.yml 
b/dev-tools/ansible/kafka-rest-proxy.yml
new file mode 100644
index 0000000000..16669ce801
--- /dev/null
+++ b/dev-tools/ansible/kafka-rest-proxy.yml
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+- hosts: kafka
+  become: yes
+  roles:
+    - kafka
+
+...
diff --git a/dev-tools/ansible/zookeeper.yml b/dev-tools/ansible/zookeeper.yml
new file mode 100644
index 0000000000..db0998f5a6
--- /dev/null
+++ b/dev-tools/ansible/zookeeper.yml
@@ -0,0 +1,27 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+- hosts: zookeeper
+  become: yes
+  roles:
+    - zookeeper
+
+...
diff --git 
a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml 
b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
index 3127d7e3ac..21adc714d3 100644
--- a/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/email-monitor-bin-assembly.xml
@@ -107,8 +107,10 @@
                 <include>org.apache.curator:curator-client:jar</include>
                 <include>com.google.guava:guava:jar</include>
                 <include>org.apache.zookeeper:zookeeper:jar</include>
+                <include>org.apache.zookeeper:zookeeper-jute:jar</include>
                 <include>jline:jline:jar</include>
                 <include>org.jboss.netty:netty:jar</include>
+                <include>io.netty:netty-handler:jar</include>
 
                 <include>com.google.code.gson:gson:jar</include>
 
diff --git 
a/modules/distribution/src/main/assembly/realtime-monitor-bin-assembly.xml 
b/modules/distribution/src/main/assembly/realtime-monitor-bin-assembly.xml
index 6944aec4b0..7e29e18d0a 100644
--- a/modules/distribution/src/main/assembly/realtime-monitor-bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/realtime-monitor-bin-assembly.xml
@@ -101,8 +101,10 @@
                 <include>org.apache.curator:curator-client:jar</include>
                 <include>com.google.guava:guava:jar</include>
                 <include>org.apache.zookeeper:zookeeper:jar</include>
+                <include>org.apache.zookeeper:zookeeper-jute:jar</include>
                 <include>jline:jline:jar</include>
                 <include>org.jboss.netty:netty:jar</include>
+                <include>io.netty:netty-handler:jar</include>
 
                 <include>com.google.code.gson:gson:jar</include>
 
@@ -113,6 +115,7 @@
                 <include>org.apache.logging.log4j:log4j-core</include>
                 <include>org.apache.logging.log4j:log4j-slf4j-impl</include>
                 <include>org.apache.logging.log4j:log4j-1.2-api</include>
+                
<include>org.apache.logging.log4j:log4j-slf4j18-impl:jar</include>
 
                 <include>org.apache.commons:commons-pool2:jar</include>
                 <include>org.json:json:jar</include>

Reply via email to