From 2c390365f13f5aa8d92672254cee6fae16ba823a Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 31 Aug 2017 09:51:39 +0200 Subject: HONEYCOMB-389 - Restconf whitelist Change-Id: I4c60d0ea569e85b23a9d0127ef496545fc475a61 Signed-off-by: Jan Srnicek --- infra/northbound/restconf/pom.xml | 3 ++ .../config/restconf-whitelist.xml | 43 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 infra/northbound/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml (limited to 'infra') diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 1f3d2db13..49e5a9013 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -34,6 +34,9 @@ 1.19.1 3.1.0 9.3.11.v20160721 + + ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml + diff --git a/infra/northbound/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml b/infra/northbound/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml new file mode 100644 index 000000000..5274cf4a7 --- /dev/null +++ b/infra/northbound/restconf/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml @@ -0,0 +1,43 @@ + + + + + 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 ietf-restconf-monitoring + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715 + + This module contains a collection of generally useful derived + YANG data types. + + Dependency for ietf-restconf-monitoring + + + + org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.monitoring.rev170126 + + + This module contains monitoring information for the + RESTCONF protocol. + + Required for mounting of netconf devices + + + + 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 + + + + -- cgit 1.2.3-korg