Add cluster deployer template for lispflowmapping project.
[integration/test.git] / tools / clustering / cluster-deployer / templates / lispflowmapping / akka.conf.template
diff --git a/tools/clustering/cluster-deployer/templates/lispflowmapping/akka.conf.template b/tools/clustering/cluster-deployer/templates/lispflowmapping/akka.conf.template
new file mode 100644 (file)
index 0000000..976a42c
--- /dev/null
@@ -0,0 +1,12 @@
+
+odl-cluster-data {
+  akka {
+    cluster {
+      seed-nodes = {{{DS_SEED_NODES}}}
+      auto-down-unreachable-after = 30s
+      roles = [
+        "{{MEMBER_NAME}}"
+      ]
+    }
+  }
+}