From: Robert Varga Date: Thu, 24 Aug 2017 23:33:54 +0000 (+0200) Subject: Toaster is shardless X-Git-Tag: release/oxygen~133 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9b5705d5d4b396e4076d2bc46d554644ac3f150b Toaster is shardless It's not like we broke it into shards. Nothing like that, our toaster is fully working. Nevertheless it is a sample and has no place in production code nor its configuration. Change-Id: Ie14c698c1ea45a5fe201d1b6227eeb4f2d9790a5 Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/module-shards.conf b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/module-shards.conf index 8449abb7b0..6ac34788ce 100644 --- a/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/module-shards.conf +++ b/opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/module-shards.conf @@ -55,16 +55,4 @@ module-shards = [ } ] }, - { - name = "toaster" - shards = [ - { - name="toaster" - replicas = [ - "member-1" - ] - } - ] - } - ]