Add readthedocs for sdnc/northbound
[sdnc/northbound.git] / vnfapi / provider / src / main / resources / initial / vnfapi-provider.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   openECOMP : SDN-C
5   ================================================================================
6   Copyright (C) 2017 AT&T Intellectual Property. All rights
7                                                         reserved.
8   ================================================================================
9   Licensed under the Apache License, Version 2.0 (the "License");
10   you may not use this file except in compliance with the License.
11   You may obtain a copy of the License at
12   
13        http://www.apache.org/licenses/LICENSE-2.0
14   
15   Unless required by applicable law or agreed to in writing, software
16   distributed under the License is distributed on an "AS IS" BASIS,
17   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18   See the License for the specific language governing permissions and
19   limitations under the License.
20   ============LICENSE_END=========================================================
21   -->
22
23 <!-- vi: set et smarttab sw=4 tabstop=4: -->
24 <snapshot>
25     <configuration>
26         <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
27             <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
28                 <module>
29
30                     <!-- This xmlns:prefix should match the namespace in the *-provider-impl.yang file
31                          The prefix: inside type should match the prefix of the yang file. -->
32                     <type xmlns:prefix="org:openecomp:sdnc:vnfapi:provider:impl">
33                         prefix:vnfapi-provider-impl
34                     </type>
35                     <name>vnfapi-provider-impl</name>
36
37                     <!--  The following sections contain bindings to services defined in the
38                           *-provider-impl yang file. For example the rpc-registry is required
39                           because we have a dependency (or augmentation) named "rpc-registry"
40                           and which binds to the md-sa-binding-registry. If you remove those
41                           dependencies from the yang file then you can remove them from here. -->
42                     <rpc-registry>
43                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
44                         <name>binding-rpc-broker</name>
45                     </rpc-registry>
46
47                     <data-broker>
48                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type>
49                         <name>binding-data-broker</name>
50                     </data-broker>
51
52                      <notification-service>
53                          <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding:impl">
54                              binding:binding-new-notification-publish-service
55                          </type>
56                         <name>binding-notification-broker</name>
57                     </notification-service>
58                 </module>
59
60             </modules>
61         </data>
62
63     </configuration>
64
65     <!--  Required capabilities are basically a listing of all modules that need to be imported before
66           our service can be resolved. Capabilities for dependencies defined above are implied which is
67           why we do not have define a required capability for the data broker, for example. -->
68     <required-capabilities>
69         <capability>org:openecomp:sdnc:vnfapi:provider:impl?module=vnfapi-provider-impl&amp;revision=2014-05-23</capability>
70     </required-capabilities>
71
72 </snapshot>