summaryrefslogtreecommitdiff
path: root/test/catlfish-test.cfg
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-03-23 16:12:13 +0100
committerMagnus Ahltorp <map@kth.se>2015-03-23 16:12:13 +0100
commitf4f1692377162c0d328da51298c0b07a55cbf502 (patch)
tree16bf8f058912e02c86367e1c551bdf7911c14e64 /test/catlfish-test.cfg
parentf01ccd7c5577435b3025e787566be3a2855a4ac6 (diff)
Generate config from master config. Verify responses in merge.py.compileconfig
Diffstat (limited to 'test/catlfish-test.cfg')
-rw-r--r--test/catlfish-test.cfg19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/catlfish-test.cfg b/test/catlfish-test.cfg
new file mode 100644
index 0000000..7a4bb18
--- /dev/null
+++ b/test/catlfish-test.cfg
@@ -0,0 +1,19 @@
+baseurl: https://127.0.0.1:8080/
+
+frontendnodes:
+ - name: frontend-1
+ publicaddress: 127.0.0.1:8080
+ address: 127.0.0.1:8082
+
+storagenodes:
+ - name: storage-1
+ address: 127.0.0.1:8081
+
+signingnodes:
+ - name: signing-1
+ address: 127.0.0.1:8088
+
+mergenodes:
+ - name: merge-1
+
+storage-quorum-size: 1