X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-mapping-api%2Fsrc%2Fmain%2Fyang%2Fnetconf-northbound-mapper.yang;fp=opendaylight%2Fnetconf%2Fnetconf-mapping-api%2Fsrc%2Fmain%2Fyang%2Fnetconf-northbound-mapper.yang;h=a709665c63a1e2293a70c2b4d4f118fdd863750a;hb=c2eb34d0fe909f382bc4d9201d955e471ae1d80a;hp=0000000000000000000000000000000000000000;hpb=8d17b7aca17f10005f5f3da1b80d2e442fd0168c;p=controller.git diff --git a/opendaylight/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang b/opendaylight/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang new file mode 100644 index 0000000000..a709665c63 --- /dev/null +++ b/opendaylight/netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang @@ -0,0 +1,22 @@ +module netconf-northbound-mapper { + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:controller:netconf:north:mapper"; + prefix "nnm"; + + import config { prefix config; revision-date 2013-04-05; } + + description + "This module contains the base YANG definitions for + mapping services plugged into a netconf northbound server"; + + revision "2015-01-14" { + description + "Initial revision."; + } + + identity netconf-northbound-mapper { + base "config:service-type"; + config:java-class "org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactory"; + } + +} \ No newline at end of file