Convert message-bus to blueprint
[controller.git] / opendaylight / md-sal / messagebus-config / src / main / resources / initial / 05-message-bus.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <snapshot>
10     <configuration>
11       <data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
12           <modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
13               <module>
14                   <name>messagebus-app-impl</name>
15                   <type xmlns:binding-impl="urn:opendaylight:params:xml:ns:yang:controller:messagebus:app:impl">binding-impl:messagebus-app-impl</type>
16               </module>
17           </modules>
18           <services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config">
19               <service>
20                   <type xmlns:mb-esr="urn:opendaylight:params:xml:ns:yang:controller:messagebus:spi:eventsourceregistry">mb-esr:event-source-registry</type>
21                     <instance>
22                         <name>messagebus-app-impl</name>
23                         <provider>/modules/module[type='messagebus-app-impl'][name='messagebus-app-impl']</provider>
24                     </instance>
25               </service>
26           </services>
27       </data>
28   </configuration>
29   <required-capabilities>
30       <capability>urn:opendaylight:params:xml:ns:yang:controller:messagebus:app:impl?module=messagebus-app-impl&amp;revision=2015-02-03</capability>
31       <capability>urn:opendaylight:params:xml:ns:yang:controller:messagebus:spi:eventsourceregistry?module=messagebus-event-source-registry&amp;revision=2015-04-02</capability>
32   </required-capabilities>
33 </snapshot>