From 34784c7bc9e0e1177b85cd6f7fca57378fc613ad Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 31 Aug 2017 10:43:46 +0200 Subject: HONEYCOMB-389 - Netconf whitelist Change-Id: I279f77fcada863c7ece2c2368fc4b5f957b45435 Signed-off-by: Jan Srnicek --- infra/northbound/netconf/pom.xml | 6 + .../config/netconf-whitelist.xml | 129 +++++++++++++++++++++ 2 files changed, 135 insertions(+) create mode 100644 infra/northbound/netconf/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml diff --git a/infra/northbound/netconf/pom.xml b/infra/northbound/netconf/pom.xml index 562073b03..0e9cf53bb 100644 --- a/infra/northbound/netconf/pom.xml +++ b/infra/northbound/netconf/pom.xml @@ -30,6 +30,12 @@ netconf 1.17.10-SNAPSHOT + + + ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/netconf-whitelist.xml + + + 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 @@ + + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715 + + 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 + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.library.rev160621 + + 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) + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.base._1._0.rev110601 + + NETCONF Protocol Data Types and Protocol Operations. + + Dependency of ietf-netconf-notifications + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.notifications.rev120206 + + + 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 + + + + org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev130712 + + Required for mounting of netconf devices(Operational read does not work without it) + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netconf.notification._1._0.rev080714 + + Conversion of the 'ncEvent' XSD in the + NETCONF Notifications RFC. + + Directly used for netconf notification binding + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.netmod.notification.rev080714 + + Conversion of the 'manageEvent' XSD in the NETCONF + Notifications RFC. + + Directly used for netconf notification binding + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.rev101004 + + + NETCONF Monitoring Module. + All elements in this module are read-only. + + Required for mounting of netconf devices(Operational read does not work without it) + + + + + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netconf.northbound.notification.rev150806 + + + This module contains the base YANG definitions for + netconf northbound notifications API + + Directly used for netconf notification binding + + + + + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.protocol.framework.rev140313 + + + This module contains the base YANG definitions for + protocol framework. + + Required for mounting of netconf devices(Operational read does not work without it) + + + + + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.netconf.north.mapper.rev150114 + + + 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) + + + + + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.netconf.auth.rev150715 + + + 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) + + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.monitoring.extension.rev131210 + + + Required for mounting of netconf devices(Operational read does not work without it) + + + + -- cgit 1.2.3-korg