v21.05: 更新sapp

This commit is contained in:
fumingwei
2021-06-01 16:16:07 +08:00
parent 04b88b791f
commit f0637faf7a
5 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
######################################### #########################################
#####1: Inline_device; 2: Allot; 3: ADC_Tun_mode; #####0: pcap; 1: Inline_device; 2: Allot; 3: ADC_Tun_mode; 4:ATCA_Vlan_Flipping 5:ATCA_VXLAN
tsg_access_type: 2 tsg_access_type: 2
#####2: ADC; #####2: ADC; 0:Tun_mode; 1: normal;
tsg_running_type: 2 tsg_running_type: 2
#####deploy mode: cluster, single #####deploy mode: cluster, single
deploy_mode: "cluster" deploy_mode: "cluster"

Binary file not shown.

View File

@@ -13,7 +13,7 @@
- name: "install sapp rpms from localhost" - name: "install sapp rpms from localhost"
yum: yum:
name: name:
- /tmp/ansible_deploy/sapp-4.2.32.91bc8e3-2.el7.x86_64.rpm - /tmp/ansible_deploy/sapp-4.2.35.b0d7518-2.el7.x86_64.rpm
state: present state: present
- name: "install tcpdump_mesa rpms from localhost" - name: "install tcpdump_mesa rpms from localhost"

View File

@@ -33,7 +33,7 @@ dictator_enable=0
l2_l3_tunnel_support=1 l2_l3_tunnel_support=1
### note, optional value is [none, vxlan] ### note, optional value is [none, vxlan]
{% if tsg_access_type == 5 %} {% if tsg_access_type == 5 or tsg_access_type == 1 %}
overlay_mode=vxlan overlay_mode=vxlan
{% else %} {% else %}
overlay_mode=none overlay_mode=none
@@ -123,7 +123,10 @@ dictator_enable=0
reverse_ethernet_addr=1 reverse_ethernet_addr=1
[DUPLICATE_PKT] [DUPLICATE_PKT]
duplicate_pkt_distinguish=0 duplicate_pkt_distinguish=1
bloom_capacity=1000000
bloom_error_rate=0.00001
bloom_timeout=10
[STREAM] [STREAM]
### note, stream_id_base_time format is "%Y-%m-%d %H:%M:%S" ### note, stream_id_base_time format is "%Y-%m-%d %H:%M:%S"