HONEYCOMB-106 - Support for generic cache management
[honeycomb.git] / infra / notification / impl / src / main / config / notification-to-netconf-config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2015 Cisco and/or its affiliates.
5  Licensed under the Apache License, Version 2.0 (the "License");
6  you may not use this file except in compliance with the License.
7  You may obtain a copy of the License at:
8
9      http://www.apache.org/licenses/LICENSE-2.0
10
11  Unless required by applicable law or agreed to in writing, software
12  distributed under the License is distributed on an "AS IS" BASIS,
13  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  See the License for the specific language governing permissions and
15  limitations under the License.
16 -->
17 <snapshot>
18 <required-capabilities>
19   <capability>urn:honeycomb:params:xml:ns:yang:notification:impl?module=notification-impl&amp;revision=2016-06-01</capability>
20 </required-capabilities>
21 <configuration>
22
23   <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
24     <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
25       <module>
26         <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:notification:impl">prefix:honeycomb-notification-to-netconf-translator</type>
27         <name>honeycomb-notification-to-netconf-translator</name>
28         <netconf-notification-registry>
29           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:notification">
30             prefix:netconf-notification-registry
31           </type>
32           <name>vpp-netconf-notification-manager</name>
33         </netconf-notification-registry>
34         <netconf-notification-collector>
35           <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:netconf:northbound:notification">
36             prefix:netconf-notification-collector
37           </type>
38           <name>vpp-netconf-notification-manager</name>
39         </netconf-notification-collector>
40         <schema-service>
41           <type xmlns:dom="urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom">dom:schema-service</type>
42           <name>yang-schema-service</name>
43         </schema-service>
44         <honeycomb-notification-collector>
45           <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:notification:api">prefix:honeycomb-notification-collector</type>
46           <name>honeycomb-notification-manager</name>
47         </honeycomb-notification-collector>
48         <dom-notification-service>
49           <type xmlns:prefix="urn:honeycomb:params:xml:ns:yang:notification:api">prefix:dom-notification-service</type>
50           <name>honeycomb-dom-notification-service</name>
51         </dom-notification-service>
52         <netconf-stream-name>honeycomb</netconf-stream-name>
53         <netconf-stream-description>All notifications received by honeycomb's plugins</netconf-stream-description>
54       </module>
55     </modules>
56   </data>
57 </configuration>
58 </snapshot>