Alex Stancu | f5b69d5 | 2021-10-19 15:04:59 +0300 | [diff] [blame] | 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"], |
Alex Stancu | aaa4855 | 2022-03-01 11:49:17 +0200 | [diff] [blame] | 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, |
Alex Stancu | f5b69d5 | 2021-10-19 15:04:59 +0300 | [diff] [blame] | 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, |
Alex Stancu | aaa4855 | 2022-03-01 11:49:17 +0200 | [diff] [blame] | 63 | |
Alex Stancu | f5b69d5 | 2021-10-19 15:04:59 +0300 | [diff] [blame] | 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": [ |
Alex Stancu | aaa4855 | 2022-03-01 11:49:17 +0200 | [diff] [blame] | 72 | "/opt/dev/deploy/data/tapi-common-operational.json" |
Alex Stancu | f5b69d5 | 2021-10-19 15:04:59 +0300 | [diff] [blame] | 73 | ], |
| 74 | "pre-generated-running-data": [ |
Alex Stancu | aaa4855 | 2022-03-01 11:49:17 +0200 | [diff] [blame] | 75 | "/opt/dev/deploy/data/tapi-common-running.json" |
Alex Stancu | f5b69d5 | 2021-10-19 15:04:59 +0300 | [diff] [blame] | 76 | ] |
| 77 | } |
| 78 | } |