- OpenStack Cloud Computing Cookbook(Third Edition)
- Kevin Jackson Cody Bunch Egle Sigler
- 267字
- 2021-07-16 20:39:17
Introduction
OpenStack Networking is the Software Defined Networking (SDN) component of OpenStack and its project name is Neutron. With SDN, we can describe complex networks in a secure multitenant environment that overcomes the issues often associated with the Flat and VLAN OpenStack networks. In OpenStack, SDN is a pluggable architecture, which means we are able to plug in and control various switches, firewalls, and load balancers and achieve various functions such as Firewall-as-a-Service. All this is defined in software to give you fine-grained control over your complete cloud infrastructure.
OpenStack Networking is a replacement for the networking component that is available with OpenStack Compute itself: nova-network. While nova-network is still seen as more robust and available for use, many people are deploying OpenStack Networking in production. Nova-network is expected to be deprecated in an upcoming release of OpenStack.
The following figure shows the OpenStack architecture as described in this chapter.

In this environment, we have a Controller, a Network host, and one or more Compute hosts. The hosts are all running Ubuntu 14.04 and have a number of network cards installed as shown in the figure. For the purpose of this chapter, we reference the virtual environment that accompanies the text and as such an interface eth0
is dedicated to the out-of-band management for the environment itself. Therefore, it remains unassigned. As you begin to work with OpenStack in a production environment, the networking requirements will likely vary, and will need to change the interface assignments.
For consistency of network configuration, each interface has a dedicated network associated with it. This is described in the following table:

- FuelPHP Application Development Blueprints
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- CMDB分步構建指南
- SpringMVC+MyBatis快速開發與項目實戰
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Python從入門到精通(精粹版)
- 精通軟件性能測試與LoadRunner實戰(第2版)
- HTML5從入門到精通(第4版)
- 匯編語言編程基礎:基于LoongArch
- C指針原理揭秘:基于底層實現機制
- Android應用開發實戰(第2版)
- 進入IT企業必讀的324個Java面試題
- Python 快速入門(第3版)
- UI動效設計從入門到精通
- 計算機應用基礎(Windows 7+Office 2010)