X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fresources%2Fmodule-shards-default-cars-member1-and-2.conf;fp=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fresources%2Fmodule-shards-default-cars-member1-and-2.conf;h=efc3dd470af4e87c29b2f1fbc2a02b43607a0727;hb=b21572e7fcdc926c7839f2b936eb3f623304fd6c;hp=0000000000000000000000000000000000000000;hpb=f697416012940c229747715d10d632037e718611;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/module-shards-default-cars-member1-and-2.conf b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/module-shards-default-cars-member1-and-2.conf new file mode 100644 index 0000000000..efc3dd470a --- /dev/null +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/resources/module-shards-default-cars-member1-and-2.conf @@ -0,0 +1,26 @@ +module-shards = [ + { + name = "default" + shards = [ + { + name="default", + replicas = [ + "member-1", + "member-2" + ] + } + ] + }, + { + name = "cars" + shards = [ + { + name="cars" + replicas = [ + "member-1", + "member-2" + ] + } + ] + } +] \ No newline at end of file