Make the network auto sufficient (eject bad pods with scores)

This commit is contained in:
Chocobozzz
2015-11-24 08:33:59 +01:00
parent 2e3b5b0db6
commit 3bcb78b3af
14 changed files with 310 additions and 49 deletions

19
config/test-4.yaml Normal file
View File

@@ -0,0 +1,19 @@
listen:
port: 9004
webserver:
host: 'localhost'
port: 9004
database:
suffix: '-test4'
# From the project root directory
storage:
certs: 'test4/certs/'
uploads: 'test4/uploads/'
logs: 'test4/logs/'
network:
friends:
- 'http://localhost:9002'

20
config/test-5.yaml Normal file
View File

@@ -0,0 +1,20 @@
listen:
port: 9005
webserver:
host: 'localhost'
port: 9005
database:
suffix: '-test5'
# From the project root directory
storage:
certs: 'test5/certs/'
uploads: 'test5/uploads/'
logs: 'test5/logs/'
network:
friends:
- 'http://localhost:9001'
- 'http://localhost:9004'

21
config/test-6.yaml Normal file
View File

@@ -0,0 +1,21 @@
listen:
port: 9006
webserver:
host: 'localhost'
port: 9006
database:
suffix: '-test6'
# From the project root directory
storage:
certs: 'test6/certs/'
uploads: 'test6/uploads/'
logs: 'test6/logs/'
network:
friends:
- 'http://localhost:9001'
- 'http://localhost:9002'
- 'http://localhost:9003'