X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fo-ran%2Fconfig.json;fp=ntsimulator%2Fdeploy%2Fo-ran%2Fconfig.json;h=a5e30c42296ece05a212cc584037f0ea408217da;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hp=0000000000000000000000000000000000000000;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/o-ran/config.json b/ntsimulator/deploy/o-ran/config.json new file mode 100644 index 0000000..a5e30c4 --- /dev/null +++ b/ntsimulator/deploy/o-ran/config.json @@ -0,0 +1,57 @@ +{ + "docker-rules": { + "excluded-modules": [], + "excluded-features": [] + }, + + "populate-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": 1, + "custom-list-instances" : [] + }, + + "fault-rules" : { + "yang-notif-template" : "$$uint16_counter$$%%object%%%%affected-object%%%%fault-severity%%%%cleared%%%%text%%%%date-time%%", + "choosing-method" : "linear", + "faults" : [ + { + "condition" : "cod1", + "object" : "obj1", + "severity" : "MAJOR", + "date-time" : "$$time$$", + "specific-problem" : "sp1", + + "fault-severity" : "WARNING", + "affected-object" : "%%object%%", + "cleared" : "false", + "text" : "ana n-are mere" + }, + + { + "condition" : "cod2", + "object" : "obj1", + "severity" : "NORMAL", + "date-time" : "$$time$$", + "specific-problem" : "sp2", + + "fault-severity" : "WARNING", + "affected-object" : "%%object%%", + "cleared" : "true", + "text" : "ana are mere" + } + ] + } +} \ No newline at end of file