This commit is contained in:
zhangzhihan
2020-09-28 21:55:04 +08:00
parent c9abe87819
commit 4ae7c7e329
8 changed files with 27 additions and 24 deletions

View File

@@ -3,8 +3,10 @@
- adc_mcn1 - adc_mcn1
- adc_mcn2 - adc_mcn2
- adc_mcn3 - adc_mcn3
remote_user: root remote_user: root
roles: vars_files:
- install_config/group_vars/adc_global.yml
roles:
- framework - framework
- kernel-ml - kernel-ml

View File

@@ -34,20 +34,20 @@ log_minio:
######################################### #########################################
#Log Level Config #Log Level Config
#日志等级 10:DEBUG 20:INFO 30:FATAL #日志等级 10:DEBUG 20:INFO 30:FATAL
fw_ftp_log_level: 30 fw_ftp_log_level: 10
fw_mail_log_level: 30 fw_mail_log_level: 10
fw_http_log_level: 30 fw_http_log_level: 10
fw_dns_log_level: 30 fw_dns_log_level: 10
fw_quic_log_level: 30 fw_quic_log_level: 10
capture_packet_log_level: 30 capture_packet_log_level: 10
tsg_log_level: 30 tsg_log_level: 10
tsg_master_log_level: 30 tsg_master_log_level: 10
kni_log_level: 30 kni_log_level: 10
tfe_log_level: 30 tfe_log_level: 10
tfe_http_log_level: 30 tfe_http_log_level: 10
pangu_log_level: 30 pangu_log_level: 10
doh_log_level: 30 doh_log_level: 10
certstore_log_level: 30 certstore_log_level: 10
clotho_log_level: 10 clotho_log_level: 10
####################################### #######################################
@@ -85,14 +85,14 @@ tfe:
#Marsio Config #Marsio Config
#marsio工作在ADC计算板时建议使用如下配置以保证更高的处理性能 #marsio工作在ADC计算板时建议使用如下配置以保证更高的处理性能
mrzcpd: mrzcpd:
iocore: 44,45,46,47 iocore: 52,53,54,55
mrtunnat: mrtunnat:
lcore_id: 40,41,42,43 lcore_id: 48,49,50,51
######################################### #########################################
#Tsg_app #Tsg_app
tsg_app_enable: 1 tsg_app_enable: 0
app_global_ip: "1.1.1.1" app_global_ip: "1.1.1.1"
applog_level: 10 applog_level: 10
app_master_log_level: 10 app_master_log_level: 10

View File

@@ -1,7 +1,7 @@
######################################### #########################################
#Mcn0管理口网卡名 #Mcn0管理口网卡名
nic_mgr: nic_mgr:
name: enp6s0 name: ens1f3
######################################### #########################################
#Mcn0流量接入网卡固定配置 #Mcn0流量接入网卡固定配置

View File

@@ -1,7 +1,7 @@
######################################### #########################################
#Mcn1管理口网卡名 #Mcn1管理口网卡名
nic_mgr: nic_mgr:
name: enp6s0 name: ens1f3
######################################### #########################################
#Mcn1流量接入网卡固定配置 #Mcn1流量接入网卡固定配置

View File

@@ -1,7 +1,7 @@
######################################### #########################################
#Mcn2管理口网卡名 #Mcn2管理口网卡名
nic_mgr: nic_mgr:
name: enp6s0 name: ens8f3
######################################### #########################################
#Mcn2流量接入网卡固定配置 #Mcn2流量接入网卡固定配置

View File

@@ -1,7 +1,7 @@
######################################### #########################################
#Mcn3管理口网卡名 #Mcn3管理口网卡名
nic_mgr: nic_mgr:
name: enp6s0 name: ens8f3
######################################### #########################################
#Mcn3流量接入网卡固定配置 #Mcn3流量接入网卡固定配置

View File

@@ -37,7 +37,7 @@ sapp: sapp-4.1.7.4f2839a-1.x86_64
#################### ####################
#tsg_master #tsg_master
tsg_master: tsg_master-3.2.8.e57ad7f-1.x86_64 tsg_master: tsg_master-3.2.9.d1a6f00-1.x86_64
#################### ####################
#kni #kni

View File

@@ -22,5 +22,6 @@
yum: yum:
name: name:
- "{{ tfe }}" - "{{ tfe }}"
- "{{ tfe_kmod }}"
state: absent state: absent
when: uninstall.tfe == 1 when: uninstall.tfe == 1