Patrick Brady | 57b5eef | 2017-02-10 15:00:49 -0800 | [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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [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 | 57b5eef | 2017-02-10 15:00:49 -0800 | [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 *-provider-impl.yang |
| 32 | file The prefix: inside type should match the prefix of the yang file. --> |
| 33 | <type xmlns:prefix="org:openecomp:appc:provider:impl"> |
| 34 | prefix:appc-provider-impl |
| 35 | </type> |
| 36 | <name>appc-provider-impl</name> |
| 37 | |
| 38 | <!-- The following sections contain bindings to services defined in |
| 39 | the *-provider-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 | <module> |
| 65 | |
| 66 | <!-- This xmlns:prefix should match the namespace in the *-provider-impl.yang |
| 67 | file The prefix: inside type should match the prefix of the yang file. --> |
| 68 | <type xmlns:prefix="org:openecomp:appc:provider:lcm:impl"> |
| 69 | prefix:appc-provider-lcm-impl |
| 70 | </type> |
| 71 | <name>appc-provider-lcm-impl</name> |
| 72 | |
| 73 | <!-- The following sections contain bindings to services defined in |
| 74 | the *-provider-impl yang file. For example the rpc-registry is required because |
| 75 | we have a dependency (or augmentation) named "rpc-registry" and which binds |
| 76 | to the md-sa-binding-registry. If you remove those dependencies from the |
| 77 | yang file then you can remove them from here. --> |
| 78 | <rpc-registry> |
| 79 | <type |
| 80 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type> |
| 81 | <name>binding-rpc-broker</name> |
| 82 | </rpc-registry> |
| 83 | |
| 84 | <data-broker> |
| 85 | <type |
| 86 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-async-data-broker</type> |
| 87 | <name>binding-data-broker</name> |
| 88 | </data-broker> |
| 89 | |
| 90 | <notification-service> |
| 91 | <type |
| 92 | xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding"> |
| 93 | binding:binding-notification-service |
| 94 | </type> |
| 95 | <name>binding-notification-broker</name> |
| 96 | </notification-service> |
| 97 | </module> |
| 98 | |
| 99 | |
| 100 | </modules> |
| 101 | </data> |
| 102 | |
| 103 | </configuration> |
| 104 | |
| 105 | <!-- Required capabilities are basically a listing of all modules that need |
| 106 | to be imported before our service can be resolved. Capabilities for dependencies |
| 107 | defined above are implied which is why we do not have define a required capability |
| 108 | for the data broker, for example. --> |
| 109 | <!-- <required-capabilities> --> |
| 110 | <!-- <capability>appc:training:sample:provider:impl?module=sample-provider-impl&revision=2014-05-23</capability> --> |
| 111 | <!-- </required-capabilities> --> |
| 112 | <required-capabilities> |
| 113 | <capability>org:openecomp:appc:provider:impl?module=appc-provider-impl&revision=2014-05-23 |
| 114 | </capability> |
| 115 | <capability>org:openecomp:appc:provider:lcm:impl?module=appc-provider-lcm-impl&revision=2016-01-08 |
| 116 | </capability> |
| 117 | </required-capabilities> |
| 118 | |
| 119 | </snapshot> |