X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fsmo-nts-ng-topology-server%2Fconfig.json;fp=ntsimulator%2Fdeploy%2Fsmo-nts-ng-topology-server%2Fconfig.json;h=6a8587eda2469b3af33823801721bb4a14a3707c;hb=f5b69d55ddd03b4e504efdd33e2047901d3be807;hp=0000000000000000000000000000000000000000;hpb=e85f9a6771693aa11baee5cd48df871da2583f6a;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/smo-nts-ng-topology-server/config.json b/ntsimulator/deploy/smo-nts-ng-topology-server/config.json new file mode 100644 index 0000000..6a8587e --- /dev/null +++ b/ntsimulator/deploy/smo-nts-ng-topology-server/config.json @@ -0,0 +1,65 @@ +{ + "container-rules": { + "excluded-modules": [ + "tapi-connectivity", + "tapi-equipment", + "tapi-eth", + "tapi-notification", + "tapi-oam", + "tapi-odu", + "tapi-path-computation", + "tapi-photonic-media", + "tapi-streaming", + "tapi-virtual-network" + ], + "excluded-features": [] + }, + + "supervisor-rules": { + "netopeer": { + "path": "/usr/local/bin/netopeer2-server", + "args": ["-d", "-v2"], + "autorestart": true, + "stdout": "log/netopeer-stdout.log", + "stderr": "log/netopeer-stderr.log" + }, + + "ntsim-network-function": { + "path": "/opt/dev/ntsim-ng/ntsim-ng", + "args": ["-w/opt/dev/ntsim-ng", "-f"], + "nomanual": false + } + }, + + "datastore-random-generation-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" + ], + + "debug-max-string-size" : 50, + + "default-list-instances": 1, + "custom-list-instances" : [] + }, + + "datastore-populate-rules": { + "random-generation-enabled": false, + + "pre-generated-operational-data": [ + + ], + "pre-generated-running-data": [ + + ] + } +}