Merge branch 'astana-deploy-201909' of git.mesalab.cn:tango/tsg-scripts into astana-deploy-201909
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
- name: Ensures /home/tsg exists
|
||||
file: path=/home/tsg state=directory
|
||||
tags: mkdir
|
||||
- name: "copy sapp and kni to destination server"
|
||||
copy:
|
||||
src: "{{ role_path }}/files/"
|
||||
dest: /tmp/ansible_deploy/
|
||||
|
||||
- name: "install sapp rpms from localhost"
|
||||
yum:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Module]
|
||||
pcapdevice={{ nic_data_incoming.name }}
|
||||
sendto_gdev_card={{ nic_data_incoming.name }}
|
||||
sendto_gdev_ip={{ nic_data_incoming.ip }}
|
||||
sendto_gdev_ip={{ nic_data_incoming.address }}
|
||||
gdev_status_switch=1
|
||||
@@ -37,8 +37,13 @@ keepalive_cnt = 3
|
||||
|
||||
[static_maat]
|
||||
readconf_mode = {{ kni.maat.readconf_mode }}
|
||||
<<<<<<< HEAD
|
||||
tableinfo_path = ./conf/kni/static_maat_tableinfo.conf
|
||||
maatjson_path = ./conf/kni/maat_test.json
|
||||
=======
|
||||
tableinfo_path = ./etc/kni/maat_tableinfo.conf
|
||||
maatjson_path = ./etc/kni/maat_test.json
|
||||
>>>>>>> 58004fe3153e15435552a47a28c7944d10b363f0
|
||||
redis_ip = {{ maat_redis_server.address }}
|
||||
redis_port = {{ maat_redis_server.port }}
|
||||
redis_index = {{ maat_redis_server.db }}
|
||||
|
||||
@@ -41,7 +41,7 @@ promisc=1
|
||||
|
||||
[service]
|
||||
# lcore id for i/o service, use comma to split
|
||||
iocore=53,54
|
||||
iocore={{ mrzcpd.iocore }}
|
||||
distmode=2
|
||||
hashmode=0
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ clear_tx_flags=1
|
||||
promisc=1
|
||||
|
||||
[service]
|
||||
iocore=55
|
||||
iocore={{ mrzcpd.iocore }}
|
||||
|
||||
[eal]
|
||||
virtaddr=0x7d0000000000
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[tunnat]
|
||||
lcore_id=49,50,51,52
|
||||
lcore_id={{ mrtunnat.lcore_id }}
|
||||
appsym=tunnat
|
||||
phydev={{nic_data_incoming.name}}
|
||||
virtdev=vxlan_fwd
|
||||
|
||||
@@ -37,6 +37,7 @@ passthrough_all_tcp=0
|
||||
|
||||
[traffic_mirror]
|
||||
device= {{ nic_traffic_mirror.name }}
|
||||
type = 1
|
||||
|
||||
[ratelimit]
|
||||
#read_rate=200000
|
||||
|
||||
Reference in New Issue
Block a user