同步Astana 201910现场部署实际情况。
This commit is contained in:
5
roles/tfe/templates/future.conf.j2
Normal file
5
roles/tfe/templates/future.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
[STAT]
|
||||
no_stats=0
|
||||
statsd_server={{ fs_remote.address }}
|
||||
statsd_port={{ fs_remote.port }}
|
||||
histogram_bins=0.50,0.80,0.9,0.95
|
||||
@@ -107,8 +107,8 @@ wiredlb_group=TangoCache
|
||||
|
||||
cache_undefined_obj=1
|
||||
query_undefined_obj=0
|
||||
statsd_server=192.168.10.72
|
||||
statsd_port=8126
|
||||
statsd_server={{fs_remote.address}}
|
||||
statsd_port={{fs_remote.port}}
|
||||
histogram_bins=0.20,0.40,0.6,0.8
|
||||
|
||||
log_fsstat_appname=tango_cache
|
||||
@@ -121,4 +121,4 @@ log_fsstat_dst_port=8125
|
||||
|
||||
[traffic_mirror]
|
||||
table_info=resource/pangu/table_info_traffic_mirror.conf
|
||||
stat_file=log/traffic_mirror.status
|
||||
stat_file=log/traffic_mirror.status
|
||||
|
||||
3
roles/tfe/templates/require-mrzcpd.conf.j2
Normal file
3
roles/tfe/templates/require-mrzcpd.conf.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Requires=tfe-env.service mrzcpd.service
|
||||
After=tfe-env.service mrzcpd.service
|
||||
@@ -1,5 +1,9 @@
|
||||
[system]
|
||||
nr_worker_threads={{ tfe.nr_threads }}
|
||||
enable_breakpad=1
|
||||
enable_breakpad_upload=0
|
||||
breakpad_minidump_dir=/run/tfe/crashreport/
|
||||
breakpad_upload_url=http://127.0.0.1:9000/
|
||||
|
||||
[kni]
|
||||
ip=192.168.100.1
|
||||
@@ -36,8 +40,8 @@ untrusted_ca_path=resource/tfe/tango-ca-v3-untrust-ca.pem
|
||||
passthrough_all_tcp=0
|
||||
|
||||
[traffic_mirror]
|
||||
device= {{ nic_traffic_mirror.name }}
|
||||
type = {{ nic_traffic_mirror.use_mrzcpd }}
|
||||
device={{ nic_traffic_mirror.name }}
|
||||
type=0
|
||||
|
||||
[ratelimit]
|
||||
#read_rate=200000
|
||||
|
||||
Reference in New Issue
Block a user