diff options
| author | Lu Qiuwen <[email protected]> | 2019-06-22 23:04:07 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2019-06-22 23:04:07 +0800 |
| commit | c981b4fcdb4027d116952de9e090218dc0f4effb (patch) | |
| tree | db2adb21221d1fe06c49d833ac6bf02da9e2469e /roles/kni | |
| parent | d58db4279eea8ce94f4df8666c53ab0c6fb093a8 (diff) | |
更新mrzcpd的版本,更新部分配置文件的渲染,降级Framework中的MESA_htable版本。
Diffstat (limited to 'roles/kni')
| -rw-r--r-- | roles/kni/templates/kni.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/kni/templates/kni.conf.j2 b/roles/kni/templates/kni.conf.j2 index 82056ef..7a56243 100644 --- a/roles/kni/templates/kni.conf.j2 +++ b/roles/kni/templates/kni.conf.j2 @@ -26,12 +26,12 @@ ip_addr = 192.168.100.4 [tfe_cmsg_receiver] listen_eth = {{ nic_inner_ctrl.name }} -listen_port = 2375 +listen_port = 2475 [watch_dog] switch = {{ kni.watch_dog.switch }} listen_eth = {{ nic_inner_ctrl.name }} -listen_port = 2376 +listen_port = 2476 keepalive_idle = 2 keepalive_intvl = 1 keepalive_cnt = 3 |
