X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fsupervisord.conf;h=b4a9098ac1e73266e916e9dc70ef692e80a820ff;hp=e136beb4d98eb5d80e18c11ac73ff2fd0d6cd25b;hb=d7d89e00295a63a887b58a086937b42100971c73;hpb=5819a22f14fc06d8df36ce4ee31390b73161a27a diff --git a/ntsimulator/deploy/supervisord.conf b/ntsimulator/deploy/supervisord.conf index e136beb..b4a9098 100644 --- a/ntsimulator/deploy/supervisord.conf +++ b/ntsimulator/deploy/supervisord.conf @@ -21,30 +21,38 @@ autorestart=true redirect_stderr=true priority=3 +[program:enable-ssh] +directory=/home/netconf/.ssh +command=/home/netconf/.ssh/enable_ssh_key.sh +startsecs=0 +autorestart=false +redirect_stderr=false +priority=4 + +[program:enable-tls] +directory=/home/netconf/.ssh +command=/home/netconf/.ssh/enable_tls.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 autorestart=false redirect_stderr=true startretries=1 -priority=5 +priority=6 [program:o-ran-notifications] command=/usr/local/bin/o-ran-notifications autorestart=true redirect_stderr=true -priority=6 +priority=7 [program:ves-heartbeat] command=/usr/local/bin/ves-heartbeat autorestart=true redirect_stderr=true -priority=7 - -[program:enable-tls] -directory=/home/netconf/.ssh -command=/home/netconf/.ssh/enable_tls.sh -startsecs=0 -autorestart=false -redirect_stderr=false -priority=101 \ No newline at end of file +priority=8 \ No newline at end of file