Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 4 | APPC |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 5 | ================================================================================ |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 6 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 7 | Copyright (C) 2017 Amdocs |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 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========================================================= |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame^] | 21 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 22 | --> |
| 23 | |
| 24 | <!-- vi: set et smarttab sw=4 tabstop=4: --> |
| 25 | <snapshot> |
| 26 | <configuration> |
| 27 | <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> |
| 28 | <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"> |
| 29 | <module> |
| 30 | |
| 31 | <!-- This xmlns:prefix should match the namespace in the *-oam-impl.yang |
| 32 | file The prefix: inside type should match the prefix of the yang file. --> |
| 33 | <type xmlns:prefix="org:openecomp:appc:oam:impl"> |
| 34 | prefix:appc-oam-impl |
| 35 | </type> |
| 36 | <name>appc-oam-impl</name> |
| 37 | |
| 38 | <!-- The following sections contain bindings to services defined in |
| 39 | the *-oam-impl yang file. For example the rpc-registry is required because |
| 40 | we have a dependency (or augmentation) named "rpc-registry" and which binds |
| 41 | to the md-sa-binding-registry. If you remove those dependencies from the |
| 42 | yang file then you can remove them from here. --> |
| 43 | <rpc-registry> |
| 44 | <type |
| 45 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type> |
| 46 | <name>binding-rpc-broker</name> |
| 47 | </rpc-registry> |
| 48 | |
| 49 | <data-broker> |
| 50 | <type |
| 51 | 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 |
| 57 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding"> |
| 58 | binding:binding-notification-service |
| 59 | </type> |
| 60 | <name>binding-notification-broker</name> |
| 61 | </notification-service> |
| 62 | </module> |
| 63 | |
| 64 | </modules> |
| 65 | </data> |
| 66 | |
| 67 | </configuration> |
| 68 | |
| 69 | <!-- Required capabilities are basically a listing of all modules that need |
| 70 | to be imported before our service can be resolved. Capabilities for dependencies |
| 71 | defined above are implied which is why we do not have define a required capability |
| 72 | for the data broker, for example. --> |
| 73 | <required-capabilities> |
| 74 | <capability>org:openecomp:appc:oam:impl?module=appc-oam-impl&revision=2017-03-03 |
| 75 | </capability> |
| 76 | </required-capabilities> |
| 77 | |
| 78 | </snapshot> |