added etcd support

This commit is contained in:
ston1th 2020-11-15 18:39:16 +01:00
commit 85a8ba23bd
21 changed files with 767 additions and 247 deletions

7
run_raft.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
cd data
rm -rf node*
../vipman -config raft1.yaml &
../vipman -config raft2.yaml &
../vipman -config raft3.yaml