update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
####################
|
||||
|
||||
@@ -148,6 +148,7 @@
|
||||
name:
|
||||
- "{{ app_sketch_local }}"
|
||||
- "{{ app_control_plug }}"
|
||||
- "{{ app_proto_identify }}"
|
||||
- "{{ app_master }}"
|
||||
state: absent
|
||||
when:
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
name:
|
||||
- "{{ app_sketch_local }}"
|
||||
- "{{ app_control_plug }}"
|
||||
- "{{ app_proto_identify }}"
|
||||
- "{{ app_master }}"
|
||||
state: absent
|
||||
when:
|
||||
|
||||
@@ -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
|
||||
|
||||
####################
|
||||
|
||||
Reference in New Issue
Block a user