本文基於《neutron採用openvswitch通用配置【ocata】》,具體配置請參見上文。
一、控制節點
1、修改配置檔案/etc/neutron/plugins/ml2/ml2_conf.ini
[ml2]
type_drivers = flat,vlan,gre,vxlan
tenant_network_types = vxlan
[ml2_type_flat]
flat_networks = physnet1
[ml2_type_vxlan]
vni_ranges = 1:1000
2、重啟服務
# systemctl restart neutron-server
二、網路節點
1、建立網橋
# ovs-vsctl add-br br-eth1
2、將網絡卡新增到網橋上
# ovs-vsctl add-port br-eth1 eth1
3、修改配置檔案/etc/neutron/plugins/ml2/ml2_conf.ini
[ml2]
type_drivers = flat,vlan,gre,vxlan
tenant_network_types = vxlan
[ml2_type_flat]
flat_networks = physnet1
[ml2_type_vxlan]
vni_ranges = 1:1000
# line 248: change
firewall_driver = iptables_hybrid
4、修改配置檔案/etc/neutron/plugins/ml2/openvswitch_agent.ini
[agent]
tunnel_types = vxlan
l2_population = true
prevent_arp_spoofing = true
[ovs]
local_ip = 172.16.100.50
5、重啟服務
# for service in dhcp-agent l3-agent metadata-agent openvswitch-agent; do
systemctl restart neutron-$service
done
三、計算節點
1、修改配置檔案/etc/neutron/plugins/ml2/ml2_conf.ini
[ml2]
type_drivers = flat,vlan,gre,vxlan
tenant_network_types = vxlan
[ml2_type_flat]
flat_networks = physnet1
[ml2_type_vxlan]
vni_ranges = 1:1000
firewall_driver = iptables_hybrid
2、修改配置檔案/etc/neutron/plugins/ml2/openvswitch_agent.ini
[agent]
tunnel_types = vxlan
l2_population = true
prevent_arp_spoofing = true
[ovs]
local_ip = 172.16.100.51
3、重啟服務
# systemctl restart neutron-openvswitch-agent
ocata版本vlan模式配置 ovs
本文基於 neutron採用openvswitch通用配置 ocata 具體配置請參見上文。一 控制節點 1 修改配置檔案 etc neutron plugins ml2 ml2 conf.ini ml2 type drivers flat,vlan,gre,vxlan tenant network...
版本控制 設計模式 模式版本控制
版本控制 設計模式 schema versioning changing a namespace is not versioning,it is new type creation.meta douglasp 架構版本控制 更改命名空間不是版本控制,而是建立新型別。meta douglasp ok....
小公尺8配哪個版本的MIUI?
小公尺8之前我是忠實的魅粉,魅族手機用過m8,mx3,note5,mx6 pro。魅族真的是被聯發科的cpu坑了,一核有難,八核圍觀。入手小公尺8,miui是9,一路跟著系統自動更新,更新到了12。更新12後,手機太卡了,發燙,耗電,有換手機的衝動。後來把手機解鎖了,刷回miui9.5,太流暢了,像...