修正部署中bug

This commit is contained in:
zhangzhihan
2020-05-07 20:50:17 +08:00
parent ed2956f0de
commit 37847b9fba
3 changed files with 10 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ dynamic_maat_redis_server:
db: 0 db: 0
cert_store_server: cert_store_server:
address: "127.0.0.1" address: "192.168.100.1"
port: 9991 port: 9991
log_kafkabrokers: log_kafkabrokers:
@@ -25,8 +25,8 @@ log_minio:
fs_remote: fs_remote:
switch: 1 switch: 1
address: "127.0.0.1" address: "192.168.100.1"
port: 8125 port: 58125
######################################## ########################################
sapp: sapp:

View File

@@ -20,7 +20,7 @@
[business] [business]
./plug/business/kni/kni.inf ./plug/business/kni/kni.inf
./plug/business/fw_ssl/fw_ssl.inf ./plug/business/fw_ssl_plug/fw_ssl_plug.inf
./plug/business/fw_http_plug/fw_http_plug.inf ./plug/business/fw_http_plug/fw_http_plug.inf
./plug/business/fw_dns_plug/fw_dns_plug.inf ./plug/business/fw_dns_plug/fw_dns_plug.inf
./plug/business/fw_mail_plug/fw_mail_plug.inf ./plug/business/fw_mail_plug/fw_mail_plug.inf

View File

@@ -3,3 +3,9 @@ modprobe 8021q
vconfig add {{ nic_mgr.name }} 100 vconfig add {{ nic_mgr.name }} 100
vconfig set_flag {{ nic_mgr.name }}.100 1 1 vconfig set_flag {{ nic_mgr.name }}.100 1 1
ifconfig {{ nic_mgr.name }}.100 192.168.100.1 netmask 255.255.255.0 up ifconfig {{ nic_mgr.name }}.100 192.168.100.1 netmask 255.255.255.0 up
ethtool -K {{ nic_transparent_mode.internel_interface }} tso off
ethtool -K {{ nic_transparent_mode.internel_interface }} gso off
ethtool -K {{ nic_transparent_mode.internel_interface }} gro off
ethtool -K {{ nic_transparent_mode.externel_interface }} tso off
ethtool -K {{ nic_transparent_mode.externel_interface }} gso off
ethtool -K {{ nic_transparent_mode.externel_interface }} gro off