Add vanilla ODL to topology-service.
[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             "autorestart": true,
31             "nomanual": false
32         },
33
34         "opendaylight": {
35             "path": "/opt/opendaylight/bin/karaf",
36             "args": ["server"],
37             "autorestart": true
38         },
39
40         "callhome-config": {
41             "path": "/opt/dev/workspace/callhomeConfig.py",
42             "autorestart": false,
43             "nomanual": false
44         }
45     },
46
47     "datastore-random-generation-rules" : {
48         "excluded-modules": [
49             "sysrepo",
50             "sysrepo-monitoring",
51             "ietf-yang-library",
52             "ietf-netconf-acm",
53             "ietf-netconf-monitoring",
54             "nc-notifications",
55             "ietf-keystore",
56             "ietf-truststore",
57             "ietf-system",
58             "ietf-netconf-server",
59             "nts-network-function"
60         ],
61
62         "debug-max-string-size" : 50,
63
64         "default-list-instances": 1,
65         "custom-list-instances" : []
66     },
67
68     "datastore-populate-rules": {
69         "random-generation-enabled": false,
70
71         "pre-generated-operational-data": [
72             "/opt/dev/deploy/data/tapi-common-operational.json"
73         ],
74         "pre-generated-running-data": [
75             "/opt/dev/deploy/data/tapi-common-running.json"
76         ]
77     }
78 }