Update configuration files to match current expectations
authorRobert Varga <rovarga@cisco.com>
Sun, 8 Dec 2013 17:38:45 +0000 (18:38 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 9 Dec 2013 08:17:47 +0000 (09:17 +0100)
Change-Id: I1e04ee2974be832b04849e2a712d636b1dccb9cf
Signed-off-by: Robert Varga <rovarga@cisco.com>
distributions/serviceprovider/src/main/resources/opendaylight/configuration/initial/30-programming.conf
distributions/serviceprovider/src/main/resources/opendaylight/configuration/initial/32-pcep.conf
distributions/serviceprovider/src/main/resources/opendaylight/configuration/initial/41-bgp-example.conf

index 2f38e8e1d3990bcac7913f72ea37dcb7532638c8..6160a3fb79ad4a97d45da8ec06915044e7d4deb7 100644 (file)
@@ -8,11 +8,11 @@
                </notification-service>
                <rpc-registry>
                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
-                       <name>ref_binding-rpc-broker</name>
+                       <name>ref_binding-broker-impl</name>
                </rpc-registry>
                <timer>
                        <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-timer</type>
-                       <name>global-timer</name>
+                       <name>ref_global-timer</name>
                </timer>
         </module>
 //SERVICES START
@@ -20,7 +20,7 @@
                 <type xmlns:pgmspi="urn:opendaylight:params:xml:ns:yang:controller:programming:spi">pgmspi:instruction-scheduler</type>
                 <instance>
                         <name>global-instruction-scheduler</name>
-                        <provider>/config/modules/module[name='instruction-scheduler-impl']/instance[name='global-instruction-scheduler']</provider>
+                        <provider>/modules/module[type='instruction-scheduler-impl'][name='global-instruction-scheduler']</provider>
                 </instance>
         </service>
 //CAPABILITIES START
index 5043c83584fdcfb848ac28e960b06cf48548274d..f435ec8b40b1308c88137da76b1dc68e30394be1 100644 (file)
                </pcep-session-proposal-factory>
                <boss-group>
                        <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-threadgroup</type>
-                       <name>global-boss-group</name>
+                       <name>ref_global-boss-group</name>
                </boss-group>
                <worker-group>
                        <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-threadgroup</type>
-                       <name>global-worker-group</name>
+                       <name>ref_global-worker-group</name>
                </worker-group>
                <timer>
                        <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-timer</type>
-                       <name>global-timer</name>
+                       <name>ref_global-timer</name>
                </timer>
        </module>
        <module>
                </dispatcher>
                <rpc-registry>
                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-rpc-registry</type>
-                       <name>ref_binding-rpc-broker</name>
+                       <name>ref_binding-broker-impl</name>
                </rpc-registry>
                <scheduler>
                        <type xmlns:pgmspi="urn:opendaylight:params:xml:ns:yang:controller:programming:spi">pgmspi:instruction-scheduler</type>
-                        <name>global-instruction-scheduler</name>
+                        <name>ref_global-instruction-scheduler</name>
                </scheduler>
                <topology-id>pcep-topology</topology-id>
                <listen-address>0.0.0.0</listen-address>
index 66b5c2821c42e991b2007802eb43ceab4f2ad333..f31321a5591bf7c5987188f3632a3c01cab2b200 100644 (file)
@@ -10,7 +10,7 @@
                <name>example-bgp-peer</name>
                <bgp-dispatcher>
                        <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-dispatcher</type>
-                       <name>global-bgp-dispatcher</name>
+                       <name>ref_global-bgp-dispatcher</name>
                </bgp-dispatcher>
                <bgp-proposal>
                        <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl">prefix:bgp-proposal</type>
@@ -27,7 +27,7 @@
                <connect-time>5000</connect-time>
                <executor>
                        <type xmlns:netty="urn:opendaylight:params:xml:ns:yang:controller:netty">netty:netty-event-executor</type>
-                       <name>global-event-executor</name>
+                       <name>ref_global-event-executor</name>
                </executor>
        </module>
        <module>
@@ -39,7 +39,7 @@
                </bgp>
                <extensions>
                         <type xmlns:ribspi="urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:spi">ribspi:extensions</type>
-                        <name>global-rib-extensions</name>
+                        <name>ref_global-rib-extensions</name>
                </extensions>
                <data-provider>
                        <type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-data-broker</type>