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