From 0e1b4289984bd29bc07d819060fbc5296a69896e Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 24 Jan 2014 13:08:36 +0100 Subject: [PATCH] Pull zeromq initial configuration out of 01 config file Change-Id: I52e5fefb08e3c97c4a6c235f0e158d72ccfa0766 Signed-off-by: Maros Marsalek --- .../configuration/initial/01-md-sal.xml | 11 +------ .../initial/011-remote-zeromq.xml | 29 +++++++++++++++++++ 2 files changed, 30 insertions(+), 10 deletions(-) create mode 100644 opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/011-remote-zeromq.xml diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml index f7330cbfaf..d306b5d65d 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.xml @@ -58,15 +58,7 @@ runtime-mapping-singleton - - prefix:remote-zeromq-rpc-server - remoter - 5666 59 - 60 - prefix:dom-broker-osgi-registry - dom-broker - - + @@ -145,7 +137,6 @@ urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:impl?module=opendaylight-sal-dom-broker-impl&revision=2013-10-28 urn:opendaylight:params:xml:ns:yang:controller:md:sal:common?module=opendaylight-md-sal-common&revision=2013-10-28 urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:cluster:store?module=odl-sal-dom-clustered-store-cfg&revision=2013-10-28 - urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote:rpc?module=odl-sal-dom-rpc-remote-cfg&revision=2013-10-28 diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/011-remote-zeromq.xml b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/011-remote-zeromq.xml new file mode 100644 index 0000000000..2b0e92938a --- /dev/null +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/011-remote-zeromq.xml @@ -0,0 +1,29 @@ + + + + + + + + prefix:remote-zeromq-rpc-server + remoter + 5666 + + prefix:dom-broker-osgi-registry + dom-broker + + + + + + + + + + + + urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote:rpc?module=odl-sal-dom-rpc-remote-cfg&revision=2013-10-28 + + + + -- 2.36.6