diff options
| author | fengweihao <[email protected]> | 2020-01-08 18:32:00 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2020-01-15 12:26:54 +0800 |
| commit | 645f416e96cd723563c8cb62bf0321ccab18993a (patch) | |
| tree | 9acd74f4cbb5fdabec5d29096a1d3cb26a774c5b /roles/tfe | |
| parent | 476d255826dd92f1e0c24246954edd6d7b80f3d5 (diff) | |
* 修改tfe.conf关于kafka的网卡配置
Diffstat (limited to 'roles/tfe')
| -rw-r--r-- | roles/tfe/templates/tfe.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tfe/templates/tfe.conf.j2 b/roles/tfe/templates/tfe.conf.j2 index b51d09c..4287107 100644 --- a/roles/tfe/templates/tfe.conf.j2 +++ b/roles/tfe/templates/tfe.conf.j2 @@ -32,7 +32,7 @@ mc_cache_enable=1 # default eth0 mc_cache_eth=ens1.100 # default NULL -mc_cache_broker_list=192.168.40.186:9092 +mc_cache_broker_list={{ log_kafkabrokers.address }} # default PXY-EXCH-INTERMEDIA-CERT mc_cache_topic=PXY-EXCH-INTERMEDIA-CERT |
