修正KNI的静态Maat-TableInfo配置错误的问题,增加TFE的FieldStat配置。

This commit is contained in:
Lu Qiuwen
2019-09-26 11:31:33 +08:00
parent ffa9f6cb9c
commit f123e488f8
4 changed files with 8 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
- hosts: blade-0*
roles:
- pulp-consumer

View File

@@ -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 }}

View File

@@ -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