summaryrefslogtreecommitdiffstats
path: root/infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml
blob: 32e5ed07d45fd4cdf7903a028f224c4fcc9c5524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<yangModuleWhitelist>
    <modules>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715</package>
            <description>
                This module contains a collection of generally useful derived
                YANG data types for Internet addresses and related things.

                Dependency for network-topology,ietf-netconf-notifications,network-topology
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev160621</package>
            <description>
                This module contains monitoring information about the YANG
                modules and submodules that are used within a YANG-based
                server.

                Required for mounting of netconf devices(Operational read does not work without it)
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.base._1._0.rev110601</package>
            <description>
                NETCONF Protocol Data Types and Protocol Operations.

                Dependency of ietf-netconf-notifications
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206
            </package>
            <description>
                This module defines a YANG data model for use with the
                NETCONF protocol that allows the NETCONF client to
                receive common NETCONF base event notifications.

                Directly used for netconf notification binding
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021</package>
            <description>
                Required for mounting of netconf devices(Operational read does not work without it)
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714</package>
            <description>
                Conversion of the 'ncEvent' XSD in the
                NETCONF Notifications RFC.

                Directly used for netconf notification binding
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714</package>
            <description>
                Conversion of the 'manageEvent' XSD in the NETCONF
                Notifications RFC.

                Directly used for netconf notification binding
            </description>
        </module>
        <module>
            <package>org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004
            </package>
            <description>
                NETCONF Monitoring Module.
                All elements in this module are read-only.

                Required for mounting of netconf devices(Operational read does not work without it)
            </description>
        </module>
        <module>
            <package>
                org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210
            </package>
            <description>
                Required for mounting of netconf devices(Operational read does not work without it)
            </description>
        </module>
    </modules>
</yangModuleWhitelist>