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 | 10bba35 | 2017-07-19 12:09:28 -0700 | [diff] [blame^] | 4 | ONAP : 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. |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 7 | ================================================================================ |
Patrick Brady | 10bba35 | 2017-07-19 12:09:28 -0700 | [diff] [blame^] | 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 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. |
Patrick Brady | 10bba35 | 2017-07-19 12:09:28 -0700 | [diff] [blame^] | 21 | |
Patrick Brady | 7a261fb | 2017-06-06 22:35:43 -0700 | [diff] [blame] | 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Patrick Brady | 10bba35 | 2017-07-19 12:09:28 -0700 | [diff] [blame^] | 23 | ============LICENSE_END========================================================= |
Patrick Brady | c7d0075 | 2017-06-01 10:45:37 -0700 | [diff] [blame] | 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 *-oam-impl.yang |
| 34 | file The prefix: inside type should match the prefix of the yang file. --> |
| 35 | <type xmlns:prefix="org:openecomp:appc:oam:impl"> |
| 36 | prefix:appc-oam-impl |
| 37 | </type> |
| 38 | <name>appc-oam-impl</name> |
| 39 | |
| 40 | <!-- The following sections contain bindings to services defined in |
| 41 | the *-oam-impl yang file. For example the rpc-registry is required because |
| 42 | we have a dependency (or augmentation) named "rpc-registry" and which binds |
| 43 | to the md-sa-binding-registry. If you remove those dependencies from the |
| 44 | yang file then you can remove them from here. --> |
| 45 | <rpc-registry> |
| 46 | <type |
| 47 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type> |
| 48 | <name>binding-rpc-broker</name> |
| 49 | </rpc-registry> |
| 50 | |
| 51 | <data-broker> |
| 52 | <type |
| 53 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type> |
| 54 | <name>binding-data-broker</name> |
| 55 | </data-broker> |
| 56 | |
| 57 | <notification-service> |
| 58 | <type |
| 59 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding"> |
| 60 | binding:binding-notification-service |
| 61 | </type> |
| 62 | <name>binding-notification-broker</name> |
| 63 | </notification-service> |
| 64 | </module> |
| 65 | |
| 66 | </modules> |
| 67 | </data> |
| 68 | |
| 69 | </configuration> |
| 70 | |
| 71 | <!-- Required capabilities are basically a listing of all modules that need |
| 72 | to be imported before our service can be resolved. Capabilities for dependencies |
| 73 | defined above are implied which is why we do not have define a required capability |
| 74 | for the data broker, for example. --> |
| 75 | <required-capabilities> |
| 76 | <capability>org:openecomp:appc:oam:impl?module=appc-oam-impl&revision=2017-03-03 |
| 77 | </capability> |
| 78 | </required-capabilities> |
| 79 | |
| 80 | </snapshot> |