diff options
Diffstat (limited to 'infra/northbound/netconf/src')
-rw-r--r-- | infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml b/infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml new file mode 100644 index 000000000..7b69a0253 --- /dev/null +++ b/infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml @@ -0,0 +1,129 @@ +<?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.rev130712</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.opendaylight.params.xml.ns.yang.controller.netconf.northbound.notification.rev150806 + </package> + <description> + This module contains the base YANG definitions for + netconf northbound notifications API + + Directly used for netconf notification binding + </description> + </module> + <module> + <package> + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.protocol.framework.rev140313 + </package> + <description> + This module contains the base YANG definitions for + protocol framework. + + Required for mounting of netconf devices(Operational read does not work without it) + </description> + </module> + <module> + <package> + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netconf.north.mapper.rev150114 + </package> + <description> + This module contains the base YANG definitions for + mapping services plugged into a netconf northbound server + + Required for mounting of netconf devices(Operational read does not work without it) + </description> + </module> + <module> + <package> + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.netconf.auth.rev150715 + </package> + <description> + This module contains the base YANG definitions for + netconf northbound server API + + 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> |