From 5dce0e72e9c12335e843e3581225dbe392d54903 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Thu, 5 Dec 2013 14:45:20 -0800 Subject: [PATCH] Arranged the config so that its obvious how to enable the ClusteredDataStoreProvider Change-Id: I076835c4a95571efafa9ecc4242a2e85a4717fa2 Signed-off-by: Ed Warnicke --- .../resources/configuration/initial/01-md-sal.conf | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.conf b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.conf index 07c21261bb..430a278a60 100644 --- a/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.conf +++ b/opendaylight/distribution/opendaylight/src/main/resources/configuration/initial/01-md-sal.conf @@ -7,12 +7,18 @@ prefix:hash-map-data-store hash-map-data-store + + prefix:dom-clustered-store-impl + cluster-data-store + prefix:dom-broker-impl dom-broker dom:dom-data-store - ref_hash-map-data-store + + ref_hash-map-data-store + @@ -68,6 +74,10 @@ ref_hash-map-data-store /config/modules/module[name='hash-map-data-store']/instance[name='hash-map-data-store'] + + ref_cluster-data-store + /config/modules/module[name='dom-clustered-store-impl']/instance[name='cluster-data-store'] + binding:binding-broker-osgi-registry @@ -124,3 +134,4 @@ urn:opendaylight:yang:extension:yang-ext?module=yang-ext&revision=2013-07-09 urn:opendaylight:params:xml:ns:yang:iana?module=iana&revision=2013-08-16 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:ieee754?module=ieee754&revision=2013-08-19 +urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom:cluster:store?module=odl-sal-dom-clustered-store-cfg&revision=2013-10-28 -- 2.36.6