X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fdev%2Fntsim-ng-o-du%2Fconfig.json;fp=solution%2Fdev%2Fntsim-ng-o-du%2Fconfig.json;h=0000000000000000000000000000000000000000;hb=dde573c74442f104159c3ee1b5b886d1f300d807;hp=299a6cf1199685e639834b05edcf09d420d8f06a;hpb=812f32ca15334783893bf2654ce8e615d717f74a;p=oam.git diff --git a/solution/dev/ntsim-ng-o-du/config.json b/solution/dev/ntsim-ng-o-du/config.json deleted file mode 100644 index 299a6cf..0000000 --- a/solution/dev/ntsim-ng-o-du/config.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "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" - }, - - "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", - "ietf-yang-library", - "ietf-netconf-acm", - "ietf-netconf-monitoring", - "nc-notifications", - "ietf-keystore", - "ietf-truststore", - "ietf-system", - "ietf-netconf-server", - "nts-network-function" - ], - - "default-list-instances": 2, - "custom-list-instances" : [] - }, - - "datastore-populate-rules": { - "random-generation-enabled": true, - - "pre-generated-operational-data": [ - "/opt/dev/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" - ] - }, - - "fault-rules" : { - "yang-notif-template" : "$$uint16_counter$$%%object%%%%affected-object%%%%fault-severity%%%%cleared%%%%text%%%%date-time%%", - "choosing-method" : "linear", - "faults" : [ - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11221']", - "severity" : "CRITICAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "false", - "text" : "O-RU Port Down" - }, - - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11221']", - "severity" : "NORMAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "true", - "text" : "O-RU Port Down" - }, - - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11222']", - "severity" : "CRITICAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "false", - "text" : "O-RU Port Down" - }, - - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11222']", - "severity" : "NORMAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "true", - "text" : "O-RU Port Down" - }, - - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11223']", - "severity" : "CRITICAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "false", - "text" : "O-RU Port Down" - }, - - { - "condition" : "O-RU Port Down", - "object" : "/o-ran-sc-du-hello-world:network-function/du-to-ru-connection[name='highstreet-O-RU-11223']", - "severity" : "NORMAL", - "date-time" : "$$time$$", - "specific-problem" : "O-RU Port Down", - - "fault-severity" : "CRITICAL", - "affected-object" : "%%object%%", - "cleared" : "true", - "text" : "O-RU Port Down" - } - ] - } -} \ No newline at end of file