Bug 7521: Add custom local snapshot store
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / LocalSnapshotStoreTest.conf
diff --git a/opendaylight/md-sal/sal-clustering-commons/src/test/resources/LocalSnapshotStoreTest.conf b/opendaylight/md-sal/sal-clustering-commons/src/test/resources/LocalSnapshotStoreTest.conf
new file mode 100644 (file)
index 0000000..83b1ece
--- /dev/null
@@ -0,0 +1,7 @@
+akka {
+  persistence {
+      snapshot-store.local.class = "org.opendaylight.controller.cluster.persistence.LocalSnapshotStore"
+      snapshot-store.plugin = akka.persistence.snapshot-store.local
+      snapshot-store.local.dir = "target/snapshots"
+    }
+}