Split the configuration into multiple files for clarity
[integration/distribution.git] / distributions / serviceprovider / src / main / resources / opendaylight / configuration / initial / 41-bgp-example.conf
1 //MODULES START
2         <module>
3                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-proposal-impl</type>
4                 <name>example-bgp-proposal</name>
5                 <as-number>64496</as-number>
6                 <bgp-id>192.0.2.2</bgp-id>
7         </module>
8         <module>
9                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-impl</type>
10                 <name>example-bgp-peer</name>
11                 <bgp-dispatcher>
12                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-dispatcher</type>
13                         <name>global-bgp-dispatcher</name>
14                 </bgp-dispatcher>
15                 <bgp-proposal>
16                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-proposal</type>
17                         <name>example-bgp-proposal</name>
18                 </bgp-proposal>
19                 <host>route-reflector.example.org</host>
20         </module>
21         <module>
22                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:reconnectstrategy">prefix:timed-reconnect-strategy</type>
23                 <name>example-reconnect-strategy</name>
24                 <min-sleep>1000</min-sleep>
25                 <max-sleep>180000</max-sleep>
26                 <sleep-factor>2.00</sleep-factor>
27                 <connect-time>5000</connect-time>
28                 <executor>
29                         <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-event-executor</type>
30                         <name>global-event-executor</name>
31                 </executor>
32         </module>
33         <module>
34                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:rib-impl</type>
35                 <name>example-bgp-rib</name>
36                 <bgp>
37                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:listener">prefix:listener</type>
38                         <name>example-bgp-peer</name>
39                 </bgp>
40                 <extensions>
41                         <type xmlns:ribspi="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:spi">ribspi:extensions</type>
42                         <name>global-rib-extensions</name>
43                 </extensions>
44                 <data-provider>
45                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
46                         <name>ref_binding-data-broker</name>
47                 </data-provider>
48                 <session-reconnect-strategy>
49                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:reconnectstrategy">prefix:reconnect-strategy</type>
50                         <name>example-reconnect-strategy</name>
51                 </session-reconnect-strategy>
52                 <tcp-reconnect-strategy>
53                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:reconnectstrategy">prefix:reconnect-strategy</type>
54                         <name>example-reconnect-strategy</name>
55                 </tcp-reconnect-strategy>
56         </module>
57         <module>
58                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:topology:provider">prefix:bgp-reachability-ipv4</type>
59                 <name>example-ipv4-topology</name>
60                 <data-provider>
61                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
62                         <name>ref_binding-data-broker</name>
63                 </data-provider>
64                 <local-rib>
65                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
66                         <name>example-bgp-rib</name>
67                 </local-rib>
68                 <topology-id>example-ipv4-topology</topology-id>
69         </module>
70         <module>
71                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:topology:provider">prefix:bgp-reachability-ipv4</type>
72                 <name>example-ipv6-topology</name>
73                 <data-provider>
74                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
75                         <name>ref_binding-data-broker</name>
76                 </data-provider>
77                 <local-rib>
78                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
79                         <name>example-bgp-rib</name>
80                 </local-rib>
81                 <topology-id>example-ipv6-topology</topology-id>
82         </module>
83         <module>
84                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:topology:provider">prefix:bgp-linkstate-topology</type>
85                 <name>example-linkstate-topology</name>
86                 <data-provider>
87                         <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>
88                         <name>ref_binding-data-broker</name>
89                 </data-provider>
90                 <local-rib>
91                         <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
92                         <name>example-bgp-rib</name>
93                 </local-rib>
94                 <topology-id>example-linkstate-topology</topology-id>
95         </module>
96 //SERVICES START
97         <service>
98                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-proposal</type>
99                 <instance>
100                         <name>example-bgp-proposal</name>
101                         <provider>/config/modules/module[name='bgp-proposal-impl']/instance[name='example-bgp-proposal']</provider>
102                 </instance>
103         </service>
104         <service>
105                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:listener">prefix:listener</type>
106                 <instance>
107                         <name>example-bgp-peer</name>
108                         <provider>/config/modules/module[name='bgp-impl']/instance[name='example-bgp-peer']</provider>
109                 </instance>
110         </service>
111         <service>
112                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:reconnectstrategy">prefix:reconnect-strategy</type>
113                 <instance>
114                         <name>example-reconnect-strategy</name>
115                         <provider>/config/modules/module[name='timed-reconnect-strategy']/instance[name='example-reconnect-strategy']</provider>
116                 </instance>
117         </service>
118         <service>
119                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:topology">prefix:topology-reference</type>
120                 <instance>
121                         <name>example-ipv4-topology</name>
122                         <provider>/config/modules/module[name='bgp-reachability-ipv4']/instance[name='example-ipv4-topology']</provider>
123                 </instance>
124         </service>
125         <service>
126                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg">prefix:rib</type>
127                 <instance>
128                         <name>example-bgp-rib</name>
129                         <provider>/config/modules/module[name='rib-impl']/instance[name='example-bgp-rib']</provider>
130                 </instance>
131         </service>
132         <service>
133                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:topology">prefix:topology-reference</type>
134                 <instance>
135                         <name>example-ipv6-topology</name>
136                         <provider>/config/modules/module[name='bgp-reachability-ipv6']/instance[name='example-ipv6-topology']</provider>
137                 </instance>
138         </service>
139         <service>
140                 <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:topology">prefix:topology-reference</type>
141                 <instance>
142                         <name>example-linkstate-topology</name>
143                         <provider>/config/modules/module[name='bgp-linkstate-topology']/instance[name='example-linkstate-topology']</provider>
144                 </instance>
145         </service>
146 //CAPABILITIES START
147 urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:cfg?module=config-bgp-rib&revision=2013-07-01
148 urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:spi?module=config-bgp-rib-spi&revision=2013-11-15
149 urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl?module=bgp-rib-impl&revision=2013-04-09
150 urn:opendaylight:params:xml:ns:yang:controller:bgp:listener?module=bgp-listener&revision=2013-04-09
151 urn:opendaylight:params:xml:ns:yang:controller:bgp:topology:provider?module=config-bgp-topology-provider&revision=2013-11-15
152 urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding?module=opendaylight-md-sal-binding&revision=2013-10-28
153 urn:opendaylight:params:xml:ns:yang:controller:netty?module=netty&revision=2013-11-19
154 urn:opendaylight:params:xml:ns:yang:controller:reconnectstrategy?module=reconnect-strategy&revision=2013-11-09
155 urn:opendaylight:params:xml:ns:yang:controller:topology?module=config-topology-api&revision=2013-11-15