28 lines
344 B
Plaintext
28 lines
344 B
Plaintext
# Big cluster (i.e., lots of nodes on one host) configuration.
|
|
|
|
[manager]
|
|
type=manager
|
|
host=localhost
|
|
|
|
[proxy-1]
|
|
type=proxy
|
|
host=localhost
|
|
|
|
[proxy-2]
|
|
type=proxy
|
|
host=localhost
|
|
|
|
[worker-1]
|
|
type=worker
|
|
host=localhost
|
|
interface=eth0
|
|
lb_method=pf_ring
|
|
lb_procs=10
|
|
|
|
[worker-2]
|
|
type=worker
|
|
host=localhost
|
|
interface=eth1
|
|
lb_method=pf_ring
|
|
lb_procs=10
|