diff --git a/roles/firewall/templates/main.conf.j2 b/roles/firewall/templates/main.conf.j2 index 4084838..c043af2 100644 --- a/roles/firewall/templates/main.conf.j2 +++ b/roles/firewall/templates/main.conf.j2 @@ -70,26 +70,3 @@ LOG_LEVEL={{ tsg_master_log_level }} LOG_PATH="./tsglog/tsg_master" POLICY_PRIORITY_LABEL="POLICY_PRIORITY" DEVICE_ID_COMMAND="hostname | awk -F'-' '{print $3}'| awk -F'adc' '{print $2}'" - - -#[HOS_CONF] -#hos_serverip="{{ hos_serverip }}" -#hos_serverport={{ hos_serverport }} -#hos_accesskeyid="{{ hos_accesskeyid }}" -#hos_secretkey="{{ hos_secretkey }}" -#hos_poolsize={{ hos_poolsize }} -#hos_thread_sum={{ hos_thread_sum }} -#hos_cache_size={{ hos_cache_size }} -#hos_fs2_serverip="{{ hos_fs2_serverip }}" -#hos_fs2_serverport={{ hos_fs2_serverport }} - -#[APP_SKETCH_LOCAL] -#LOG_LEVEL={{ APP_SKETCH_LOG_LEVEL }} -#LOG_PATH="{{ APP_SKETCH_LOG_PATH }}" -#L7_PROTOCOL_LABEL="{{ APP_SKETCH_L7_PROTOCOL_LABEL }}" - -#[APP_SKETCH_FEEDBACK] -#QOS={{ APP_SKETCH_QOS }} -#PUBLISH_TOPIC="{{ APP_SKETCH_PUBLISH_TOPIC }}" -#CLIENT_ID= -#BROKER_LIST="{{ APP_SKETCH_BROKER_LIST }}"