X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2Fsupervisord.conf;h=fbc35d5e43631967ad2f0cb7d5745301661ea7b9;hp=3b37a899baf99602e59bf3e1f3954bc9b54fd7d5;hb=048a8673d15e0329cd79594028f19ba315ba7140;hpb=7dbf479029ba8bc528fb61a40ab2647489da28e9 diff --git a/ntsimulator/deploy/x-ran/supervisord.conf b/ntsimulator/deploy/x-ran/supervisord.conf index 3b37a89..fbc35d5 100644 --- a/ntsimulator/deploy/x-ran/supervisord.conf +++ b/ntsimulator/deploy/x-ran/supervisord.conf @@ -21,9 +21,9 @@ autorestart=true redirect_stderr=true priority=3 -[program:enable-ssh] +[program:enable-netconf-call-home] directory=/home/netconf/.ssh -command=/home/netconf/.ssh/enable_ssh_key.sh +command=/home/netconf/.ssh/enable_netconf_call_home.sh startsecs=0 autorestart=false redirect_stderr=false @@ -37,6 +37,14 @@ autorestart=false redirect_stderr=false priority=5 +[program:set-nts-ip-script] +directory=/home/netconf/.ssh +command=/home/netconf/.ssh/set_NTS_IP.sh +startsecs=0 +autorestart=false +redirect_stderr=false +priority=5 + [program:sysrepo-config-load] directory=/opt/dev/yang command=/opt/dev/yang/sysrepo-configuration-load.sh