1、增加tsg_master_entrance_id 2、修改sapp configlist.inf 3、kni rpm install 强制安装

This commit is contained in:
fumingwei
2020-10-19 21:56:57 +08:00
parent 344c734f70
commit 5349fd24fb
3 changed files with 5 additions and 2 deletions

View File

@@ -106,4 +106,6 @@ app_sketch_local_log_level: 10
app_control_plug_log_level: 10 app_control_plug_log_level: 10
breakpad_upload_url: http://127.0.0.1/ breakpad_upload_url: http://127.0.0.1/
tsg_master_entrance_id: 0

View File

@@ -9,6 +9,7 @@
name: name:
- /tmp/ansible_deploy/kni-20.10.20201019.3f20d93-2.el7.x86_64.rpm - /tmp/ansible_deploy/kni-20.10.20201019.3f20d93-2.el7.x86_64.rpm
state: present state: present
skip_broken: yes
- name: Template the kni.conf - name: Template the kni.conf
template: template:

View File

@@ -11,7 +11,7 @@
{% endif %} {% endif %}
./plug/platform/tsg_master/tsg_master.inf ./plug/platform/tsg_master/tsg_master.inf
{% if tsg_app_enable == 1 %} {% if tsg_app_enable == 1 %}
./plug/business/app_proto_identify/app_proto_identify.inf ./plug/platform/app_proto_identify/app_proto_identify.inf
./plug/platform/app_master/app_master.inf ./plug/platform/app_master/app_master.inf
{% endif %} {% endif %}