Add TAPI Topology simulated network function type.
[sim/o1-interface.git] / ntsimulator / deploy / smo-nts-ng-topology-server / config.json
1 {
2     "container-rules": {
3         "excluded-modules": [
4             "tapi-connectivity",
5             "tapi-equipment",
6             "tapi-eth",
7             "tapi-notification",
8             "tapi-oam",
9             "tapi-odu",
10             "tapi-path-computation",
11             "tapi-photonic-media",
12             "tapi-streaming",
13             "tapi-virtual-network"
14         ],
15         "excluded-features": []
16     },
17
18     "supervisor-rules": {
19         "netopeer": {
20             "path": "/usr/local/bin/netopeer2-server",
21             "args": ["-d", "-v2"],
22             "autorestart": true,
23             "stdout": "log/netopeer-stdout.log",
24             "stderr": "log/netopeer-stderr.log"
25         },
26
27         "ntsim-network-function": {
28             "path": "/opt/dev/ntsim-ng/ntsim-ng",
29             "args": ["-w/opt/dev/ntsim-ng", "-f"],
30             "nomanual": false
31         }
32     },
33
34     "datastore-random-generation-rules" : {
35         "excluded-modules": [
36             "sysrepo",
37             "sysrepo-monitoring",
38             "ietf-yang-library",
39             "ietf-netconf-acm",
40             "ietf-netconf-monitoring",
41             "nc-notifications",
42             "ietf-keystore",
43             "ietf-truststore",
44             "ietf-system",
45             "ietf-netconf-server",
46             "nts-network-function"
47         ],
48
49         "debug-max-string-size" : 50,
50         
51         "default-list-instances": 1,
52         "custom-list-instances" : []
53     },
54
55     "datastore-populate-rules": {
56         "random-generation-enabled": false,
57
58         "pre-generated-operational-data": [
59             
60         ],
61         "pre-generated-running-data": [
62             
63         ]
64     }
65 }