Alex Stancu | f1d5c91 | 2020-11-02 17:34:59 +0200 | [diff] [blame^] | 1 | { |
2 | "docker-rules": { | ||||
3 | "excluded-modules": [], | ||||
4 | "excluded-features": ["faults-status"] | ||||
5 | }, | ||||
6 | |||||
7 | "populate-rules" : { | ||||
8 | "excluded-modules": [ | ||||
9 | "sysrepo", | ||||
10 | "sysrepo-monitoring", | ||||
11 | "ietf-yang-library", | ||||
12 | "ietf-netconf-acm", | ||||
13 | "ietf-netconf-monitoring", | ||||
14 | "nc-notifications", | ||||
15 | "ietf-keystore", | ||||
16 | "ietf-truststore", | ||||
17 | "ietf-system", | ||||
18 | "ietf-netconf-server", | ||||
19 | "nts-network-function", | ||||
20 | "nts-manager" | ||||
21 | ], | ||||
22 | |||||
23 | "default-list-instances": 1, | ||||
24 | "custom-list-instances" : [] | ||||
25 | } | ||||
26 | } |