tsgv20.05更新

This commit is contained in:
zhangzhihan
2020-05-18 18:52:52 +08:00
parent cd5d4b9a42
commit faae89e6e5
57 changed files with 239 additions and 54 deletions

View File

@@ -2,7 +2,11 @@
log_path = ./log/kni/kni.log
log_level = {{ kni.global.log_level }}
tfe_node_count = {{ kni.global.tfe_node_count }}
{% if tsg_access_type == 0 %}
manage_eth = {{ tsg_tun_mode.ethname }}
{% else %}
manage_eth = {{ nic_mgr.name }}
{% endif %}
{% if tsg_access_type == 0 %}
deploy_mode = tun
{% else %}
@@ -30,12 +34,20 @@ ip_addr = 192.168.100.4
{% endif %}
[tfe_cmsg_receiver]
{% if tsg_access_type == 0 %}
listen_eth = {{ tsg_tun_mode.tun_name }}
{% else %}
listen_eth = {{ nic_inner_ctrl.name }}
{% endif %}
listen_port = 2475
[watch_dog]
switch = {{ kni.watch_dog.switch }}
{% if tsg_access_type == 0 %}
listen_eth = {{ tsg_tun_mode.tun_name }}
{% else %}
listen_eth = {{ nic_inner_ctrl.name }}
{% endif %}
listen_port = 2476
keepalive_idle = 2
keepalive_intvl = 1