X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fnts-manager%2Fconfig.json;h=0c5c1e9c456bc8432bc666b07479d1f4aff73e3d;hb=6d03d77e2110c880c63c8716385d2b936ccc4b78;hp=504a01609f6ac6d2725ef5c2022667417f2b94dd;hpb=f1d5c9198acde7a7ce296490087cad37e008f688;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/nts-manager/config.json b/ntsimulator/deploy/nts-manager/config.json index 504a016..0c5c1e9 100644 --- a/ntsimulator/deploy/nts-manager/config.json +++ b/ntsimulator/deploy/nts-manager/config.json @@ -1,26 +1,22 @@ { - "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": 1, - "custom-list-instances" : [] + "ntsim-manager": { + "path": "/opt/dev/ntsim-ng/ntsim-ng", + "args": ["-w/opt/dev/ntsim-ng", "-m"], + "nomanual": true + } } } \ No newline at end of file