From 42d304ab398f17ff0e8c5de13bc227d5b3994edd Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 1 Mar 2023 21:10:13 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=E4=BF=AE=E6=94=B9main.conf=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E7=AC=94=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/firewall/templates/main.conf.j2.j2 | 2 +- ansible/roles/traffic-engine/files/helm/conf/main.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/roles/firewall/templates/main.conf.j2.j2 b/ansible/roles/firewall/templates/main.conf.j2.j2 index abff881e..e784d4c9 100644 --- a/ansible/roles/firewall/templates/main.conf.j2.j2 +++ b/ansible/roles/firewall/templates/main.conf.j2.j2 @@ -160,7 +160,7 @@ DEFAULT_VLAN_ID={{ dp_traffic_mirror.traffic_mirror_vlan_id }} {% if data_center.name is not defined and device.tags is not defined %} {{ device.tags }} {% endif %} -DEVICE_TAGS="{"tags":[{{ tags_list | join(",") }}]}" +DEVICE_TAGS={"tags":[{{ tags_list | join(",") }}]} {% endraw %} PACKET_TYPE_FLAG=16 COLLECT_TOPIC="RADIUS-RECORD" diff --git a/ansible/roles/traffic-engine/files/helm/conf/main.conf b/ansible/roles/traffic-engine/files/helm/conf/main.conf index 8a246648..49cb7df2 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/main.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/main.conf @@ -123,7 +123,7 @@ TRAFFIC_MIRROR_ENABLE=0 NIC_NAME="{{ .Values.nic_mirror_name }}" DEFAULT_VLAN_ID=0 [RADIUS_PLUG] -DEVICE_TAGS="{"tags":[{{- include "traffic-engine.device-tag-list" . }}]}" +DEVICE_TAGS={"tags":[{{- include "traffic-engine.device-tag-list" . }}]} PACKET_TYPE_FLAG=16 COLLECT_TOPIC="RADIUS-RECORD" SERVICE_ID=162