X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fnetwork%2Fntsim-ng-o-ru%2Fntsim-ng-o-ru-fh-1%2Fconfig.json;fp=solution%2Fintegration%2Fnetwork%2Fntsim-ng-o-ru%2Fntsim-ng-o-ru-fh-1%2Fconfig.json;h=0000000000000000000000000000000000000000;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=03748769f372fc0e3be38c3194fad5e170f50217;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;p=oam.git diff --git a/solution/integration/network/ntsim-ng-o-ru/ntsim-ng-o-ru-fh-1/config.json b/solution/integration/network/ntsim-ng-o-ru/ntsim-ng-o-ru-fh-1/config.json deleted file mode 100644 index 0374876..0000000 --- a/solution/integration/network/ntsim-ng-o-ru/ntsim-ng-o-ru-fh-1/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", - "ietf-alarms", - "ietf-network-instance", - "ietf-restconf", - "ietf-yang-schema-mount", - "ietf-subscribed-notifications", - "o-ran-uplane-conf", - "o-ran-performance-management", - "o-ran-transceiver", - "o-ran-mplane-int", - "o-ran-processing-element", - "o-ran-shared-cell", - "nts-network-function" - ], - - "default-list-instances": 2, - "custom-list-instances" : [ - {"/ietf-interfaces:interfaces/interface": 4} - - ], - - "restrict-schema": [ - {"/ietf-interfaces:interfaces/interface/type": ["iana-if-type:ethernetCsmacd"]} - ] - - }, - - "datastore-populate-rules": { - "random-generation-enabled": true, - - "pre-generated-operational-data": [ - "../deploy/data/ietf-hardware-operational.json", - "../deploy/data/ietf-interfaces-operational.xml" - ], - "pre-generated-running-data": [ - "../deploy/data/ietf-hardware-running.json", - "../deploy/data/ietf-interfaces-running.xml", - "/opt/dev/deploy/data/nts-network-function-running.xml" - ] - }, - - "fault-rules" : { - "yang-notif-template" : "%%fault-id%%%%object%%%%affected-object%%%%fault-severity%%%%cleared%%%%text%%%%date-time%%", - "choosing-method" : "linear", - "faults" : [ - { - "condition" : "Interface Fault", - "object" : "09a95e08-5b53-4734-815f-a9c12300fc62", - "severity" : "CRITICAL", - "date-time" : "$$time$$", - "specific-problem" : "Interface Fault", - - "fault-id": "30", - "fault-severity" : "CRITICAL", - "affected-object" : "$$hostname$$", - "cleared" : "false", - "text" : "Interface Fault" - }, - - { - "condition" : "Interface Fault", - "object" : "09a95e08-5b53-4734-815f-a9c12300fc62", - "severity" : "NORMAL", - "date-time" : "$$time$$", - "specific-problem" : "Interface Fault", - - "fault-id": "30", - "fault-severity" : "CRITICAL", - "affected-object" : "$$hostname$$", - "cleared" : "true", - "text" : "Interface Fault" - }, - - { - "condition" : "C/U-plane logical Connection faulty", - "object" : "09a95e08-5b53-4734-815f-a9c12300fc62", - "severity" : "CRITICAL", - "date-time" : "$$time$$", - "specific-problem" : "C/U-plane logical Connection faulty", - - "fault-id": "28", - "fault-severity" : "CRITICAL", - "affected-object" : "$$hostname$$", - "cleared" : "false", - "text" : "C/U-plane logical Connection faulty" - }, - - { - "condition" : "C/U-plane logical Connection faulty", - "object" : "09a95e08-5b53-4734-815f-a9c12300fc62", - "severity" : "NORMAL", - "date-time" : "$$time$$", - "specific-problem" : "C/U-plane logical Connection faulty", - - "fault-id": "28", - "fault-severity" : "CRITICAL", - "affected-object" : "$$hostname$$", - "cleared" : "true", - "text" : "C/U-plane logical Connection faulty" - } - ] - } -} \ No newline at end of file