增加在计算板上根据板卡逻辑卡槽获取keepalive ip的功能
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
- name: "update mrglobal.conf - TSG9140"
|
||||
template:
|
||||
src: "{{ role_path }}/templates/tsg_9140/mrglobal.conf.tsg_9140.j2"
|
||||
dest: /opt/mrzcpd/etc/mrglobal.conf
|
||||
src: "{{ role_path }}/templates/tsg_9140/mrglobal.conf.tsg_9140.j2.j2"
|
||||
dest: /opt/tsg/init_runtime/templates/mrglobal.conf.j2
|
||||
|
||||
##################### mrzcpd #####################
|
||||
- name: "enable mrenv"
|
||||
|
||||
@@ -7,7 +7,9 @@ sz_buffer=32
|
||||
mtu=4096
|
||||
clear_tx_flags=1
|
||||
hw_strip_crc=1
|
||||
in_addr=10.254.19.1
|
||||
{% raw %}
|
||||
in_addr={{ keepalive_subnet_ip }}
|
||||
{% endraw %}
|
||||
in_mask=255.255.255.252
|
||||
#rssmode=3
|
||||
|
||||
Reference in New Issue
Block a user