X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fnts-manager%2Fconfig.json;h=f71c4f97f8b4e485962c9b8b4f793b7fbe7d13eb;hp=aafc0d30a3470176b370f2cf19c2b5b67f3e114c;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 diff --git a/ntsimulator/deploy/nts-manager/config.json b/ntsimulator/deploy/nts-manager/config.json index aafc0d3..f71c4f9 100644 --- a/ntsimulator/deploy/nts-manager/config.json +++ b/ntsimulator/deploy/nts-manager/config.json @@ -1,26 +1,30 @@ { - "docker-rules": { + "container-rules": { "excluded-modules": [], "excluded-features": ["faults-status"] }, + + "supervisor-rules": { + "netopeer": { + "path": "/usr/local/bin/netopeer2-server", + "args": ["-d", "-v2"], + "autorestart": true, + "stdout": "log/netopeer-stdout.log", + "stderr": "log/netopeer-stderr.log" + }, - "populate-rules" : { - "excluded-modules": [ - "sysrepo", - "sysrepo-monitoring", - "ietf-yang-library", - "ietf-netconf-acm", - "ietf-netconf-monitoring", - "nc-notifications", - "ietf-keystore", - "ietf-truststore", - "ietf-system", - "ietf-netconf-server", - "nts-network-function", - "nts-manager" - ], - - "default-list-instances": 2, - "custom-list-instances" : [] + "sshd": { + "path": "/usr/sbin/sshd", + "args": ["-D"], + "autorestart": true, + "stdout": "log/sshd-stdout.log", + "stderr": "log/sshd-stderr.log" + }, + + "ntsim-manager": { + "path": "/opt/dev/ntsim-ng/ntsim-ng", + "args": ["-w/opt/dev/ntsim-ng", "-m"], + "nomanual": true + } } } \ No newline at end of file