X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Foran_oom%2Fdu-simulator%2Fresources%2Fconfig%2Fconfig.json;h=172bff5fbea6a2469d7dac9d55c96b8a46053475;hb=b032eca98241d74f7aebda4fe20da504b14ccba6;hp=290d21b62164641fe9a335efd2ea1dc65972e8a8;hpb=11f85c74e987cccc699eb2204f14792561d6fbda;p=it%2Fdep.git diff --git a/smo-install/oran_oom/du-simulator/resources/config/config.json b/smo-install/oran_oom/du-simulator/resources/config/config.json index 290d21b6..172bff5f 100644 --- a/smo-install/oran_oom/du-simulator/resources/config/config.json +++ b/smo-install/oran_oom/du-simulator/resources/config/config.json @@ -13,6 +13,14 @@ "stderr": "log/netopeer-stderr.log" }, + "sshd": { + "path": "/usr/sbin/sshd", + "args": ["-D"], + "autorestart": true, + "stdout": "log/sshd-stdout.log", + "stderr": "log/sshd-stderr.log" + }, + "ntsim-network-function": { "path": "/opt/dev/ntsim-ng/ntsim-ng", "args": ["-w/opt/dev/ntsim-ng", "-f"], @@ -32,21 +40,22 @@ "ietf-truststore", "ietf-system", "ietf-netconf-server", - "nts-network-function" + "nts-network-function", + "o-ran-sc-du-hello-world" ], - "default-list-instances": 2, + "default-list-instances": 1, "custom-list-instances" : [] }, "datastore-populate-rules": { - "random-generation-enabled": true, + "random-generation-enabled": false, "pre-generated-operational-data": [ - "/opt/dev/deploy/data/o-ran-sc-du-hello-world-operational.xml" + "../deploy/data/o-ran-sc-du-hello-world-operational.xml" ], "pre-generated-running-data": [ - "/opt/dev/deploy/data/o-ran-sc-du-hello-world-running.xml" + "../deploy/data/o-ran-sc-du-hello-world-running.xml" ] }, @@ -58,7 +67,7 @@ {{ range $i, $fault := .du.simulatedFaults }} { "condition" : "{{ $fault.condition }}", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='{{$fault.name}}']", + "object" : "{{$fault.object}}", "severity" : "{{$fault.severity}}", "date-time" : "$$time$$", "specific-problem" : "{{$fault.specificProblem}}",