bugfix:修改TSG-X-0906环境下provision执行失败的bug
This commit is contained in:
@@ -76,7 +76,6 @@ sz_data=4096
|
||||
|
||||
{% if runtime_env == 'TSG-X-P0906' %}
|
||||
[ctrlmsg]
|
||||
listen_addr={% raw %}{{ ansible_cni0.ipv4.address }}
|
||||
{% endraw %}
|
||||
listen_addr=10.42.0.1
|
||||
listen_port=46789
|
||||
{% endif %}
|
||||
@@ -230,10 +230,6 @@
|
||||
state: restarted
|
||||
when: enable_config_apply == '1'
|
||||
|
||||
- name: exec image load
|
||||
shell: /opt/tsg/vsys1/scripts/tsg-traffic-image-load.sh
|
||||
when: enable_config_apply == '1'
|
||||
|
||||
- name: "tsg-os-provision: restart tsg-traffic-engine"
|
||||
systemd:
|
||||
name: tsg-traffic-engine
|
||||
|
||||
Reference in New Issue
Block a user