X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2Fconfig.json;h=b91496c0dbceef17c8b033f2a5d69db5ac655d4b;hb=6d03d77e2110c880c63c8716385d2b936ccc4b78;hp=c088a54a0eb1139c757f720bb01d2a988f5837d5;hpb=f1d5c9198acde7a7ce296490087cad37e008f688;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/x-ran/config.json b/ntsimulator/deploy/x-ran/config.json index c088a54..b91496c 100644 --- a/ntsimulator/deploy/x-ran/config.json +++ b/ntsimulator/deploy/x-ran/config.json @@ -1,10 +1,26 @@ { - "docker-rules": { + "container-rules": { "excluded-modules": [], "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" + }, - "populate-rules" : { + "ntsim-network-function": { + "path": "/opt/dev/ntsim-ng/ntsim-ng", + "args": ["-w/opt/dev/ntsim-ng", "-f"], + "nomanual": true + } + }, + + "datastore-random-generation-rules" : { "excluded-modules": [ "sysrepo", "sysrepo-monitoring", @@ -21,5 +37,12 @@ "default-list-instances": 1, "custom-list-instances" : [] + }, + + "datastore-populate-rules": { + "random-generation-enabled": true, + + "pre-generated-operational-data": [], + "pre-generated-running-data": [] } } \ No newline at end of file