This commit is contained in:
zhangzhihan
2020-09-23 15:27:49 +08:00
parent 92ed83217a
commit e522e090b5
7 changed files with 16 additions and 3 deletions

View File

@@ -90,3 +90,7 @@ mrtunnat:
#Tsg_app
tsg_app_enable: 1
app_global_ip: "1.1.1.1"
applog_level: 10
app_master_log_level: 10
app_sketch_local_log_level: 10
app_control_plug_log_level: 10

View File

@@ -104,6 +104,10 @@ mrtunnat:
#Tsg_app
tsg_app_enable: 1
app_global_ip: "1.1.1.1"
applog_level: 10
app_master_log_level: 10
app_sketch_local_log_level: 10
app_control_plug_log_level: 10
#########################################
#ATCA Config

View File

@@ -2,7 +2,7 @@
QOS=1
PUBLISH_TOPIC=APP_SIGNATURE_ID
#CLIENT_ID=
BROKER_LIST=tcp://192.168.40.161:1883
BROKER_LIST=tcp://{{ app_global_ip }}:1883
[LUA]
ENABLE=1

View File

@@ -62,8 +62,9 @@ tsg_conn_sketch: tsg_conn_sketch-2.0.v2.0_alpha.af621ca-1.x86_64
####################
#Tsg_app
app_sketch_local: app_sketch_local-1.0.2.fd63c68-1.x86_64
app_control_plug: app_control_plug-1.0.2.a724506-1.x86_64
app_sketch_local: app_sketch_local-1.0.4.0edaf58-2.x86_64
app_control_plug: app_control_plug-1.0.3.447fc53-2.x86_64
app_proto_identify: app_proto_identify-1.0.3.6c893f2-2.x86_64
app_master: app_master-1.0.4.d189dee-1.x86_64
####################

View File

@@ -148,6 +148,7 @@
name:
- "{{ app_sketch_local }}"
- "{{ app_control_plug }}"
- "{{ app_proto_identify }}"
- "{{ app_master }}"
state: absent
when:

View File

@@ -147,6 +147,7 @@
name:
- "{{ app_sketch_local }}"
- "{{ app_control_plug }}"
- "{{ app_proto_identify }}"
- "{{ app_master }}"
state: absent
when:

View File

@@ -35,6 +35,7 @@ tsg_conn_sketch=`rpm -qa |grep ^tsg_conn_sketch`
tsg_conn_record=`rpm -qa |grep ^tsg_conn_record`
app_sketch_local=`rpm -qa |grep ^app_sketch_local`
app_control_plug=`rpm -qa |grep ^app_control_plug`
app_proto_identify=`rpm -qa |grep ^app_proto_identify`
app_master=`rpm -qa |grep ^app_master`
tfe=`rpm -qa |grep ^tfe-4`
tfe_kmod=`rpm -qa |grep ^tfe-kmod`
@@ -108,6 +109,7 @@ tsg_conn_record: $tsg_conn_record
#Tsg_app
app_sketch_local: $app_sketch_local
app_control_plug: $app_control_plug
app_proto_identify: $app_proto_identify
app_master: $app_master
####################