39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
- kni:
|
|
global:
|
|
log_level: 30
|
|
tfe_node_count: 3
|
|
tfe_data_recv_thread_num: 3
|
|
manage_eth: eth0
|
|
keepalive_replay_switch: 1
|
|
tfe_cmsg_receiver:
|
|
listen_eth: eth0
|
|
listen_port: 2375
|
|
watch_dog:
|
|
switch: 1
|
|
listen_eth: eth0
|
|
listen_port: 2376
|
|
maat:
|
|
readconf_mode: 2
|
|
default_action: 128
|
|
redis_ip: 192.168.10.41
|
|
redis_port: 6379
|
|
redis_index: 4
|
|
send_logger:
|
|
switch: 1
|
|
kafka_brokerlist: 192.168.10.119:9092,192.168.10.122:9092,192.168.10.123:9092
|
|
tfe_nodes:
|
|
- id: 0
|
|
enabled: 1
|
|
dev_eth_symbol: eth7
|
|
mac_addr: fe:65:b7:03:50:bd
|
|
ip_addr: 192.168.10.38
|
|
- id: 1
|
|
enabled: 1
|
|
dev_eth_symbol: eth8
|
|
mac_addr: fe:65:b7:03:50:bd
|
|
ip_addr: 192.168.10.39
|
|
- id: 2
|
|
enabled: 1
|
|
dev_eth_symbol: eth9
|
|
mac_addr: fe:65:b7:03:50:bd
|
|
ip_addr: 192.168.10.40 |