diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-01 17:04:39 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-02 01:09:18 +0100 |
commit | e67187c38e4e5a97ab971554d8acf9466e9775c2 (patch) | |
tree | 5d7bad771d815f00a2df57433423b9398a82a19b /test/catlfish-test-redistribute-frontend.cfg.in | |
parent | 163fdaeaf8fc1bc43923420309ba4a6b3ef51e11 (diff) |
Refactor tests
Diffstat (limited to 'test/catlfish-test-redistribute-frontend.cfg.in')
-rw-r--r-- | test/catlfish-test-redistribute-frontend.cfg.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/catlfish-test-redistribute-frontend.cfg.in b/test/catlfish-test-redistribute-frontend.cfg.in new file mode 100644 index 0000000..725c7c5 --- /dev/null +++ b/test/catlfish-test-redistribute-frontend.cfg.in @@ -0,0 +1,45 @@ +baseurl: https://localhost:8000/ + +frontendnodes: + - name: frontend-1 + publicaddress: localhost:8080 + address: localhost:8082 + - name: frontend-2 + publicaddress: localhost:8090 + address: localhost:8092 + - name: frontend-3 + publicaddress: localhost:8000 + address: localhost:8002 + +storagenodes: + - name: frontend-1 + address: localhost:8081 + - name: frontend-2 + address: localhost:8091 + - name: frontend-3 + address: localhost:8001 + +signingnodes: + - name: signing-1 + address: localhost:8088 + +mergenodes: + - name: merge-1 + address: localhost:8181 + - name: merge-2 + address: localhost:8182 + - name: merge-3 + address: localhost:8183 + +primarymergenode: merge-2 + +backup-quorum-size: 1 + +storage-quorum-size: 1 + +mmd: 86400 + +statsservers: + - name: statsserver + address: localhost:9081 + publicaddress: localhost:9082 |