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