Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
asadarafat authored Oct 31, 2024
2 parents 779ddfb + 9675899 commit 9c171aa
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rawTopoFile/topo-clab-demo.yaml
rawTopoFile/topo-clab-demo.bak
rawTopoFile/clab-demo/*


config/**
webpack.config.js
.babelrc
Expand Down
31 changes: 31 additions & 0 deletions dist/config/antareja-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
loki:
url: "http://100.124.41.83:3100"

ssh:
remoteHost: "100.124.41.65"
remotePort: "22"
remoteUser: "asad"
remotePassword: "Lab-Her0"

pods:
- namespace: "nsp-psa-restricted"
podName: "nspos-app2-tomcat"
podNameWildCard: true
containerName: "nspos-app2-tomcat"
logFilePath: "tail -f /opt/nsp/os/app2-tomcat/logs/restconf.log"
- namespace: "nsp-psa-privileged"
podName: "mdm-server-0"
podNameWildCard: false
containerName: "cn-nsp-mdm-server"
logFilePath: "tail -f /opt/nsp/mediation/log/MdmServer.log"
- namespace: "nsp-psa-restricted"
podName: "nspos-resync-fw-0"
podNameWildCard: false
containerName: "md-resync-fw"
logFilePath: "tail -f /opt/nsp/os/resync-fw/logs/mdResync.log"
- namespace: "nsp-psa-restricted"
podName: "nsp-mdt-ac-0"
podNameWildCard: false
containerName: "nsp-mdt-ac"
logFilePath: " /bin/sh -c './bin/client <<< \"log; tail;\"' "

8 changes: 8 additions & 0 deletions dist/config/kafka-client-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
client_cert_file: /home/aarafat/atlantic-client.cer.pem
client_key_file: /home/aarafat/atlantic-client.key.pem
ca_cert_file: /home/aarafat/atlantic-server.cer.pem
kafka_brokers:
- atlanticnsp.nice.nokia.net:9192
topic: nsp-yang-model.change-notif
offset_strategy: latest
num_latest_events: 50

0 comments on commit 9c171aa

Please sign in to comment.