blob: 3889585496fd24a94b8ef754b2846ba0cc4f78d8 [file] [log] [blame]
Alex Stancuf5b69d52021-10-19 15:04:59 +03001{
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"],
Alex Stancuaaa48552022-03-01 11:49:17 +020030 "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,
Alex Stancuf5b69d52021-10-19 15:04:59 +030043 "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,
Alex Stancuaaa48552022-03-01 11:49:17 +020063
Alex Stancuf5b69d52021-10-19 15:04:59 +030064 "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": [
Alex Stancuaaa48552022-03-01 11:49:17 +020072 "/opt/dev/deploy/data/tapi-common-operational.json"
Alex Stancuf5b69d52021-10-19 15:04:59 +030073 ],
74 "pre-generated-running-data": [
Alex Stancuaaa48552022-03-01 11:49:17 +020075 "/opt/dev/deploy/data/tapi-common-running.json"
Alex Stancuf5b69d52021-10-19 15:04:59 +030076 ]
77 }
78}