Initial Commit

This commit is contained in:
Mike Reeves
2018-02-05 12:36:27 -05:00
parent 44831f7f35
commit 5a6c66bde5
113 changed files with 7408 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{%- set interface = salt['pillar.get'](sensor:interface) %}
{%- set lbprocs = salt['pillar.get'](sensor:lbprocs) %}
[manager]
type=manager
host=localhost
[proxy]
type=proxy
host=localhost
[sotest-eth1]
type=worker
host=localhost
interface=af_packet::{{ interface }}
lb_method=custom
lb_procs={{ lbprocs }}
af_packet_fanout_id=23
af_packet_fanout_mode=AF_Packet::FANOUT_HASH
af_packet_buffer_size=128*1024*1024