Add supoprt for D release use-case.
[sim/o1-interface.git] / ntsimulator / deploy / x-ran / config.json
1 {
2     "container-rules": {
3         "excluded-modules": [],
4         "excluded-features": []
5     },
6
7     "supervisor-rules": {
8         "netopeer": {
9             "path": "/usr/local/bin/netopeer2-server",
10             "args": ["-d", "-v2"],
11             "autorestart": true,
12             "stdout": "log/netopeer-stdout.log",
13             "stderr": "log/netopeer-stderr.log"
14         },
15     
16         "sshd": {
17             "path": "/usr/sbin/sshd",
18             "args": ["-D"],
19             "autorestart": true,
20             "stdout": "log/sshd-stdout.log",
21             "stderr": "log/sshd-stderr.log"
22         },
23     
24         "ntsim-network-function": {
25             "path": "/opt/dev/ntsim-ng/ntsim-ng",
26             "args": ["-w/opt/dev/ntsim-ng", "-f"],
27             "nomanual": true
28         }
29     },
30
31     "datastore-random-generation-rules" : {
32         "excluded-modules": [
33             "sysrepo",
34             "sysrepo-monitoring",
35             "ietf-yang-library",
36             "ietf-netconf-acm",
37             "ietf-netconf-monitoring",
38             "nc-notifications",
39             "ietf-keystore",
40             "ietf-truststore",
41             "ietf-system",
42             "ietf-netconf-server",
43             "nts-network-function"
44         ],
45         
46         "default-list-instances": 1,
47         "custom-list-instances" : []
48     },
49
50     "datastore-populate-rules": {
51         "random-generation-enabled": true,
52
53         "pre-generated-operational-data": [],
54         "pre-generated-running-data": []
55     }
56 }