From 63e9dde2cf6e0e8e1caf510ce7c0788dce3f48c1 Mon Sep 17 00:00:00 2001 From: fumingwei Date: Wed, 21 Jun 2023 19:17:55 +0800 Subject: [PATCH] =?UTF-8?q?feature:TSG-15676:helm=E9=80=82=E9=85=8Dsession?= =?UTF-8?q?=5Fmarker=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/roles/traffic-engine/files/helm/conf/conflist.inf | 2 ++ ansible/roles/traffic-engine/files/helm/values.yaml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ansible/roles/traffic-engine/files/helm/conf/conflist.inf b/ansible/roles/traffic-engine/files/helm/conf/conflist.inf index 6e241990..cbc26619 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/conflist.inf +++ b/ansible/roles/traffic-engine/files/helm/conf/conflist.inf @@ -4,7 +4,9 @@ ./plug/platform/wire_graft/wire_graft.inf {{- end }} ./plug/platform/app_proto_identify/app_proto_identify.inf +{{- if eq .Values.session_marker.enable .Values.define_enable_val_yes }} ./plug/platform/session_marker_record/session_marker_record.inf +{{- end }} ./plug/platform/tsg_master/tsg_master.inf {{- if eq .Values.appsketch.enable .Values.define_enable_val_yes }} {{- if eq .Values.appsketch.builtin_engine .Values.define_enable_val_yes }} diff --git a/ansible/roles/traffic-engine/files/helm/values.yaml b/ansible/roles/traffic-engine/files/helm/values.yaml index 982f8a73..8306dec0 100644 --- a/ansible/roles/traffic-engine/files/helm/values.yaml +++ b/ansible/roles/traffic-engine/files/helm/values.yaml @@ -227,4 +227,7 @@ debug: enable_prestart_script: no enable_mount_host_filesystem: no #default: /etc/tsg-os/${service_function_name}/shaping_prestart_script.sh - prestart_script: "" \ No newline at end of file + prestart_script: "" + +session_marker: + enable: yes