neutron plugin 笔记
生活随笔
收集整理的這篇文章主要介紹了
neutron plugin 笔记
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
neutron-plugin 分為 core-plugin 和 service-plugin 兩類
L2-L3稱為core plugin,包含network、subnet、port
L4-L7稱為service plugin,包含router、firewall、loadbalancer、VPN、metering等等
driver 是同一個(gè) plugin 下替換不同網(wǎng)元實(shí)現(xiàn)的方式
ML2 type driver : vlan, vxlan, gre, etc.
ML2 mechanism driver : linux bridge, openvSwitch, etc
?
Neutron架構(gòu)關(guān)系圖:
?
?
?
?
?網(wǎng)絡(luò)節(jié)點(diǎn)和計(jì)算節(jié)點(diǎn)服務(wù)和組件:
?
?
Neutron的抽象架構(gòu):
?
?
Neutron 的組件視圖:
?
轉(zhuǎn)載于:https://www.cnblogs.com/wangjq19920210/p/11505441.html
總結(jié)
以上是生活随笔為你收集整理的neutron plugin 笔记的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Galera Cluster for M
- 下一篇: neutron plugin 与 ext