🐞 fix: 更新tsg-os-mgnt-srv到1.0.33; 调整firewall、sce、shaping配置

This commit is contained in:
wangmenglan
2023-03-29 20:02:13 +08:00
parent 559fe0f69e
commit 374b3a8313
5 changed files with 6 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ hasp_update_rpm_version:
tsg_os_clixon_rpm_version:
cligen: cligen-5.8.0-release
clixon: clixon-5.8.0-release
tsg-os-mgnt-srv: tsg-os-mgnt-srv-1.0.32.098f92c
tsg-os-mgnt-srv: tsg-os-mgnt-srv-1.0.33.e229220
sce_rpm_version:
sce: sce-1.0.7.66d6a26

View File

@@ -6,7 +6,7 @@
###################################################################################################
[SYSTEM]
instance_name = "sapp4-{{ .Release.Name }}"
instance_name = "sapp4-{{ .Values.app_symbol_index }}"
[CPU]
### note, bind_mask, if you do not want to bind thread to special CPU core, keep it empty as []

View File

@@ -36,7 +36,7 @@ max_chaining_size=32
# bypass_all_traffic:1 NF2NF and SF2SF
bypass_all_traffic=0
rx_burst_max=128
app_symbol=sce_{{ .Release.Name }}
app_symbol=sce_{{ .Values.app_symbol_index }}
dev_endpoint={{ .Values.sce_config.endpoint_nic }}
dev_nf_interface={{ .Values.sce_config.steering_nic }}
dev_endpoint_src_ip={{ .Values.sce_config.endpoint_ip }}

View File

@@ -7,7 +7,7 @@ firewall_sids={{ .Values.sid.firewall }}
[MARSIO]
DEV_INTERFACE="{{ .Values.shaping_config.shaping_nic }}"
RX_BRUST_MAX=1
APP_SYMBOL="shaping_{{ .Release.Name }}"
APP_SYMBOL="shaping_{{ .Values.app_symbol_index }}"
[MAAT]
INPUT_MODE=1

View File

@@ -182,3 +182,5 @@ sid:
shaping_config:
shaping_nic: nf_1_shaping_engine
app_symbol_index: 1