修正KNI的静态Maat-TableInfo配置错误的问题,增加TFE的FieldStat配置。
This commit is contained in:
@@ -20,8 +20,8 @@ log_minio:
|
||||
port: 9000
|
||||
|
||||
fs_remote:
|
||||
switch: 0
|
||||
address: "192.168.10.152"
|
||||
switch: 1
|
||||
address: "192.168.100.1"
|
||||
port: 8125
|
||||
|
||||
kni:
|
||||
|
||||
3
pulp-install.yml
Normal file
3
pulp-install.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- hosts: blade-0*
|
||||
roles:
|
||||
- pulp-consumer
|
||||
@@ -37,7 +37,7 @@ keepalive_cnt = 3
|
||||
|
||||
[static_maat]
|
||||
readconf_mode = {{ kni.maat.readconf_mode }}
|
||||
tableinfo_path = ./etc/kni/maat_tableinfo.conf
|
||||
tableinfo_path = ./etc/kni/static_maat_tableinfo.conf
|
||||
maatjson_path = ./etc/kni/maat_test.json
|
||||
redis_ip = {{ maat_redis_server.address }}
|
||||
redis_port = {{ maat_redis_server.port }}
|
||||
|
||||
@@ -58,8 +58,8 @@ tcp_ttl_downstream=70
|
||||
level=30
|
||||
|
||||
[stat]
|
||||
statsd_server=192.168.10.72
|
||||
statsd_port=8126
|
||||
statsd_server={{ fs_remote.address }}
|
||||
statsd_port={{ fs_remote.port }}
|
||||
|
||||
[http]
|
||||
loglevel=30
|
||||
|
||||
Reference in New Issue
Block a user