修改部分部署bug,调整双臂模式部署

This commit is contained in:
zhangzhihan
2020-03-30 13:35:40 +08:00
parent f498412f66
commit 0d32f30299
6 changed files with 19 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
maat_redis_server:
address: "192.168.40.83"
address: "192.168.40.168"
port: 7002
db: 0
dynamic_maat_redis_server:
address: "192.168.40.83"
address: "192.168.40.168"
port: 7002
db: 0
@@ -13,10 +13,10 @@ cert_store_server:
port: 9991
log_kafkabrokers:
address: "192.168.40.85:9092"
address: "192.168.40.169:9092"
log_minio:
address: "192.168.40.85;"
address: "192.168.40.168;"
port: 9090
fs_remote:
@@ -57,7 +57,7 @@ kni:
enabled: 1
tfe:
nr_threads: 32
mc_cache_eth: ens1.100
mc_cache_eth: lo
keykeeper:
mode: "normal"
no_cache: 0
@@ -74,7 +74,7 @@ nic_data_incoming:
name: tun_kni
address: 127.0.0.1
nic_inner_ctrl:
name: lo
name: eth0.100
nic_traffic_mirror:
name: lo
use_mrzcpd: 0

View File

@@ -3,4 +3,4 @@ ansible_user=root
package_source=local
[pc-as-tun-mode]
192.168.40.139
192.168.40.138