update
This commit is contained in:
@@ -90,3 +90,7 @@ mrtunnat:
|
|||||||
#Tsg_app
|
#Tsg_app
|
||||||
tsg_app_enable: 1
|
tsg_app_enable: 1
|
||||||
app_global_ip: "1.1.1.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
|
||||||
tsg_app_enable: 1
|
tsg_app_enable: 1
|
||||||
app_global_ip: "1.1.1.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
|
#ATCA Config
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
QOS=1
|
QOS=1
|
||||||
PUBLISH_TOPIC=APP_SIGNATURE_ID
|
PUBLISH_TOPIC=APP_SIGNATURE_ID
|
||||||
#CLIENT_ID=
|
#CLIENT_ID=
|
||||||
BROKER_LIST=tcp://192.168.40.161:1883
|
BROKER_LIST=tcp://{{ app_global_ip }}:1883
|
||||||
|
|
||||||
[LUA]
|
[LUA]
|
||||||
ENABLE=1
|
ENABLE=1
|
||||||
|
|||||||
@@ -62,8 +62,9 @@ tsg_conn_sketch: tsg_conn_sketch-2.0.v2.0_alpha.af621ca-1.x86_64
|
|||||||
|
|
||||||
####################
|
####################
|
||||||
#Tsg_app
|
#Tsg_app
|
||||||
app_sketch_local: app_sketch_local-1.0.2.fd63c68-1.x86_64
|
app_sketch_local: app_sketch_local-1.0.4.0edaf58-2.x86_64
|
||||||
app_control_plug: app_control_plug-1.0.2.a724506-1.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
|
app_master: app_master-1.0.4.d189dee-1.x86_64
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|||||||
@@ -148,6 +148,7 @@
|
|||||||
name:
|
name:
|
||||||
- "{{ app_sketch_local }}"
|
- "{{ app_sketch_local }}"
|
||||||
- "{{ app_control_plug }}"
|
- "{{ app_control_plug }}"
|
||||||
|
- "{{ app_proto_identify }}"
|
||||||
- "{{ app_master }}"
|
- "{{ app_master }}"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
|
|||||||
@@ -147,6 +147,7 @@
|
|||||||
name:
|
name:
|
||||||
- "{{ app_sketch_local }}"
|
- "{{ app_sketch_local }}"
|
||||||
- "{{ app_control_plug }}"
|
- "{{ app_control_plug }}"
|
||||||
|
- "{{ app_proto_identify }}"
|
||||||
- "{{ app_master }}"
|
- "{{ app_master }}"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ tsg_conn_sketch=`rpm -qa |grep ^tsg_conn_sketch`
|
|||||||
tsg_conn_record=`rpm -qa |grep ^tsg_conn_record`
|
tsg_conn_record=`rpm -qa |grep ^tsg_conn_record`
|
||||||
app_sketch_local=`rpm -qa |grep ^app_sketch_local`
|
app_sketch_local=`rpm -qa |grep ^app_sketch_local`
|
||||||
app_control_plug=`rpm -qa |grep ^app_control_plug`
|
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`
|
app_master=`rpm -qa |grep ^app_master`
|
||||||
tfe=`rpm -qa |grep ^tfe-4`
|
tfe=`rpm -qa |grep ^tfe-4`
|
||||||
tfe_kmod=`rpm -qa |grep ^tfe-kmod`
|
tfe_kmod=`rpm -qa |grep ^tfe-kmod`
|
||||||
@@ -108,6 +109,7 @@ tsg_conn_record: $tsg_conn_record
|
|||||||
#Tsg_app
|
#Tsg_app
|
||||||
app_sketch_local: $app_sketch_local
|
app_sketch_local: $app_sketch_local
|
||||||
app_control_plug: $app_control_plug
|
app_control_plug: $app_control_plug
|
||||||
|
app_proto_identify: $app_proto_identify
|
||||||
app_master: $app_master
|
app_master: $app_master
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|||||||
Reference in New Issue
Block a user