Integrate NSX into Neutron
NSX is VMware's strategy for Software-defined networking, it was implemented purely in software, and provides users with L2 networks over traditional IP networks which have role of L3. How to integrate NSX into OpenStack neutron? I have been searching on many sites for a couple of hours to get a clue, and fortunately enough, I came across articles wrote by Scott which dawn on me a lot,so I republish it on my own technical blog for convenience but without his agreement. Thanks Scott for great effort, and the original page is here:
http://blog.scottlowe.org/learning-nvp-nsx/
Learning NVP/NSX
For ease of reference, here are links to all of the entries in the “Learning NVP/NSX” blog series.
Part 1: High-Level Architecture: This post provides an overview of NVP/NSX and the core components. (published 5/21/13)
Part 2: NVP Controllers: In part 2, you learn how to install and configure a cluster of NVP/NSX controllers. (published 8/16/13)
Part 3: NVP Manager:
Part 3 shows you how to install and configure NVP/NSX Manager, a
web-based GUI that you use to configure certain aspects of NVP/NSX. (published 8/19/13)
Part 4: Adding Hypervisors to NVP: This post walks through the process for adding hypervisors (the example provided is KVM) to NVP/NSX. (published 8/22/13)
Part 5: Creating a Logical Network:
This part shows you how to create a logical network that can be used to
connect VMs independently of the underlying physical network topology. (published 9/6/13)
Part 6: Adding an NVP Gateway:
To provide L2/L3 connectivity to logical networks in an NVP/NSX
environment, you’ll need a gateway appliance. This post shows how to set
up a gateway appliance and add it to NVP/NSX. (published 10/28/13)
Part 7: Handling the NVP to NSX Transition: This post discusses the planned approach for transitioning from NVP to NSX. (published 11/1/13)
Part 8: An Update on the NVP to NSX Transition: This post provides an overview of the NVP-to-NSX upgrade process, and completes the transition of the series to focus on NSX. (published 12/5/13)
Part 9: Adding a Gateway Service:
Part 9 leverages the gateway appliance added in part 6 to create a L3
gateway service that provides routed connectivity in and out of
NSX-hosted logical networks. (published 2/26/14)
Part 10: Adding a Service Node: In this part, I show you how to add a service node to your NSX installation. (published 2/27/14)
Part 11: Reviewing OpenStack Integration Basics:
This part introduces some concepts related to VMware NSX integration
with OpenStack, and provides some basic information on how the
integration works. (published 3/12/14)
Part 12: Integrating VMware NSX with OpenStack: Part 12 builds on Part 11 by providing specific details on how to configure OpenStack Neutron to work with VMware NSX. (published 4/25/14)
Part 13: Revisiting Logical Networking:
Part 13 revisits the idea of logical switches and logical switch ports
in the context of using VMware NSX in an OpenStack environment. (published 4/28/14)
Part 14: Using Logical Routing:
Part 14 discusses NSX’s logical routing functionality, including
distributed logical routing, and discusses logical routing in an
OpenStack context. (published 6/20/14)
Part 15: NSX Gateways, Gateway Services, and Logical Routers:
Part 15 dives a bit deeper into the core components of NSX’s logical
routing functionality, and explores the relationships between the
different components. (published 7/16/14)
Part 16: Routing to Multiple External VLANs:
Part 16 describes how to configure the NSX gateway appliances and
OpenStack to support multiple external networks on different VLANs. (published 10/13/14)
Part 17: Adding External L2 Connectivity:
Part 17 describes the use of NSX gateway appliances and L2 gateway
services with OpenStack to add external L2 connectivity to logical
networks. (published 10/27/14)
Part 18: Routing Without Network Address Translation: Part 18 describes the use of logical routers in NSX that do not perform network address translation (NAT). (published 11/3/14)
As additional entries are published, I’ll update this page accordingly. Enjoy!
Integrate NSX into Neutron的更多相关文章
- GSO/TSO/GRO等对VirtIO虚机的网络性能影响分析(by quqi99)
作者:张华 发表于:2016-04-05版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明 ( http://blog.csdn.net/quqi99 ) IP层 ...
- openstack第四章:neutron— 网络服务
第四篇neutron— 网络服务 一.neutron 介绍: Neutron 概述 传统的网络管理方式很大程度上依赖于管理员手工配置和维护各种网络硬件设备:而云环境下的网络已经变得非常复杂,特别是 ...
- Neutron:ML2 Core Plugin
两个 Core Plugin:linux bridge plugin 和 open vswitch plugin. Moduler Layer 2(ML2)是 Neutron 在 Havana 版 ...
- OpenStack-Ocata版+CentOS7.6 云平台环境搭建 —7.网络服务Neutron配置
网络服务Neutron本章节结束如何安装并配置网络服务(neutron)采用:ref:`provider networks <network1>`或:ref:`self-service n ...
- CentOS7安装OpenStack(Rocky版)-06.安装Neutron网络服务(控制节点)
上一章介绍了独立的nova计算节点的安装方法,本章分享openstack的网络服务neutron的安装配制方法 ------------------- 完美的分割线 ----------------- ...
- 从SDN鼻祖Nicira到VMware NSX 网络虚拟化平台的简单探讨
以前的大二层技术,一般是在物理网络底层使用IS-IS路由技术,再在此基础之上,实现数据中心网络的二层扩展,如公有的Trill.SPB技术和Cisco私有的OTV.Fabricpath技术:前沿一些的网 ...
- Neutron新进展|DragonFlow在Mitaka版本中的Roadmap
OpenStack网络在Mitaka版本中将有哪些新变化?1月11日到12日,DragonFlow的PTL——Eran Gampel,Kuryr的PTL——Gal Sagie,和他们的老大从以色列来到 ...
- neutron qos Quality of Service
Quality of Service advanced service is designed as a service plugin. The service is decoupled from t ...
- openstack——neutron网络服务
一.neutron 介绍: Neutron 概述 传统的网络管理方式很大程度上依赖于管理员手工配置和维护各种网络硬件设备:而云环境下的网络已经变得非常复杂,特别是在多租户场景里,用户随时都可能需要 ...
随机推荐
- BZOJ4033 [HAOI2015]树上染色 【树形dp】
题目 有一棵点数为N的树,树边有边权.给你一个在0~N之内的正整数K,你要在这棵树中选择K个点,将其染成黑色,并 将其他的N-K个点染成白色.将所有点染色后,你会获得黑点两两之间的距离加上白点两两之间 ...
- BZOJ2333 [SCOI2011]棘手的操作 【离线 + 线段树】
题目 有N个节点,标号从1到N,这N个节点一开始相互不连通.第i个节点的初始权值为a[i],接下来有如下一些操作: U x y: 加一条边,连接第x个节点和第y个节点 A1 x v: 将第x个节点的权 ...
- bzoj 2788 [Poi2012]Festival 差分约束+tarjan+floyd
题目大意 有n个正整数X1,X2,...,Xn,再给出m1+m2个限制条件,限制分为两类: 1.给出a,b (1<=a,b<=n),要求满足Xa + 1 = Xb 2.给出c,d (1&l ...
- 编写webconfig连接串与使用(新)
原文发布时间为:2008-07-27 -- 来源于本人的百度文章 [由搬家工具导入] webconfig 中<appSettings/> 得后面代码添加如下: <appSetting ...
- Python日志(logging)模块使用方法简介
A logger is configured to have a log level. This log level describes the severity of the messages th ...
- 四、 java循环结构
for循环结构: 格式:①初始化条件;②循环条件;③迭代条件;④循环体 for(①;②;③){ //④ } 执行过程:①-②-④-③-②-④-③-...-④-③-②,直至循环条件不满足,退出当前的循环 ...
- html移动端 -- meta-模板 + rem
第一种方式: ps 不用除以2<header> <meta charset="utf-8"> <meta name="viewport&qu ...
- python3 - pop 接收邮件/ smtp 发送邮件
以下通过python3 实现接收和发送邮件,网上相关说明文档很多.请自己查阅,这里只写入代码, # 实例:通过poplib 模块接收指定账号的邮件并进行解码处理,结果可视化. #!/opt/pytho ...
- 2017 ACM-ICPC 北京区域赛记录
------------------------------------------------------------------------------ 出发日 拖着一个大箱子走是真的累. 下午三 ...
- PAT 甲级 1087 All Roads Lead to Rome(SPFA+DP)
题目链接 All Roads Lead to Rome 题目大意:求符合题意(三关键字)的最短路.并且算出路程最短的路径有几条. 思路:求最短路并不难,SPFA即可,关键是求总路程最短的路径条数. 我 ...