【Openstack】Grizzly目前版本相对于Folsom的变更

本博客欢迎转发,但请保留原作者(新浪微博:@孔令贤HW;博客地址:http://blog.csdn.net/lynn_kong)信息!内容系本人学习、研究和总结,如有雷同,实属荣幸!


更新日志:
2013.2.26  新增G3版本中Quantum实现的BP


前两天主要关注了Grizzly截至到目前的新增/变更特性,做了一个总结,主要关注Nova,Quantum,Cinder三个组件。如下:

Nova

a)  Isolatethe virt drivers from direct database access, call ComputeVirtAPI ofComputeManager
b)  Support for config drive v2configuration on Hyper-V
c)  Add support to python-novaclient sothat it can list/set/unset extra_specs
d)  No direct DB access by compute manager
e)  Move all functionality out of novamanage and into APIs, add ‘conductor’ package
f)  Extension for retrieving a securepassword of an instance
g)  Make the existing nova security groupsAPI pluggable.
h)  continue to advance IBM PowerVMComputer Driver(support snapshot of instances)

 

Quantum

a)  APIframework for loading multiple service plugins
b)  Quantum Security Groups API
c)  High Available Quantum queues inrabbitmq(see impl_kombu.py)
Quantum supports now rabbitmq, which can be easily started in active/passivemode with Pacemaker + DRBD. But that could be interesting to integrate active /active feature and to declare the queues adding an x-ha-policy entry. It wouldbe nice to add a config entry to be able to declare the queues in that way.
d)  Advance ryu plugin
e)  Service type definition for serviceinsertion
f)  Handle DB upgrades for Quantum fromFolsom to Grizzly
g)  Iptables implementation of QuantumSecurityGroup Extension (LinuxBridge)
h)  LBaaS Tenant API
i)  RPC support for l3 agent(QuantumClientwas used before)
j)  Add Quantum Rest ProxyPlugintranslates quantum function calls to authenticated REST request to a setof redundant external network controllers

 

Cinder

a)  Implementhosts extension for service status and volume host actions
b)  List bootable volumes from cinder'sapi(bootable)
c)  putting all the drivers undercinder/volume/drivers/
d)  Add clone_volume functionality toCinder
e)  Volume Type Scheduler
f)  Add Field to Display the Instance aVolume Is Attached To
g)  Add capability to list snapshotsfiltred by volume ID
h)  Add a Volume Driver to support EMCstorage in Cinder
i)  Add a cinder volume driver to supportthe HP 3Par array. This is an iSCSI driver.

 

总结:

    Nova:相对比较成熟,主要是代码重构,增加Driver。改动比较大的是取消了ComputeManager和Driver的直接数据库访问。后续到G3版本可能会出现Cell的概念,重新实现了类似于Amazon的AvailabilityZone。
    Quantum:做功能增强,丰富plugin,同时增强L4/L7层网络服务的能力,为后续的LB,FW以及VPN等高级网络功能的实现做基础。
    Cinder:cinder目前功能应该最弱,extension最少,调度功能插件也最少,所以目前正在完善这两方面,同时也完善了一些API接口的输出形式。同时新增两个Driver(EMC动作很快,宣布加入openstack的第二天就推出了自己的CinderDriver,可见之前是做过很多工作的)

==============2013.2.26增加如下信息(G3版本中Quantum实现的BP)=======================

a)  multiplel3 and dhcp agents for Quantum
功能完善,增加两个agent的监控,管理及多节点部署
b)  Iptables implementation of QuantumSecurityGroup Extension (OVS)
功能完善,安全组的功能由Nova移植到了Quantum,需要根据底层的网络实现提供类似iptable的能力
c)  Quantum VIF Plugging Improvements
功能完善,以前Nova中需要感知底层的网络实现,现在去除这个依赖
d)  Make the OVS Plugin work withXenServer
插件增强。OVS
e)  L3 API support for NVP Plugin
插件增强。NVP支持3层功能
f)  L3 Extension Support inBigSwitch-FloodLight Plugin
插件增强。BigSwitch支持3层功能
g)  Port Security API to provide abilityto prevent spoofing on ports
功能完善。增加端口的安全性,防止IP/MAC欺骗
h)  Support metadata look-ups onNon-routed networks
功能完善。增强虚拟机访问metadata服务的能力
i)  Quantum Plugin for Hyper-V
插件增强。新增Hyper-V虚拟化平台的网络插件
j)  Quantum Security Groups API nvp plugin
插件增强。NVP支持安全组
k)  Enabling advanced service insertion inrouted mode
功能完善。高级网络服务
l)  Generic Hardware Driver interface forQuantum Plugins
插件增强。为网络硬件设备使用OVS提供一个基类
m)  NVP 'Network Gateway' feature support
插件增强。NVP
n)  Enhancements to the Cisco Plugin tosupport multiple switches and smart vlan assignment
插件增强。Cisco
o)  Integrate Quantum plugin for drivingBrocade switches
插件增强。Brocade
p)  NVP port security extension
插件增强。NVP,提供扩展机制,实现防止网络欺骗功能
q)  Security Group support in NEC plugin
插件增强。NEC,支持安全组
r)  nvp api load balance requests acrosscontrollers
插件增强。NVP,为NVP controller提供容灾能力
s)  nvp-qos-extension
插件增强。NVP,提供QoS能力
t)  Implement MidoNet Quantum Plugin
插件增强。MidoNet
u)  Routing table configuration support onL3
功能完善。在L3 agent支持定义主机路由机制
v)  Quantum Plugin for PLUMgrid NetworkVirtualization platform
插件增强。新增插件,PLUMgrid网络虚拟化平台

关于Quantum BP的简要总结:
目前Quantum主要是提升各个插件的南向接入能力(NVP最为活跃),同时各厂家利用OpenStack扩展机制来提供各自的差异化特性;
北向能力主要增加安全组支持,以及LB/VPN/FW等高级网络服务能力;
以前为人诟病的不支持multi host的缺陷,在G版也得到了初步解决,参见a;


本博客欢迎转发,但请保留原作者(新浪微博:@孔令贤HW;博客地址:http://blog.csdn.net/lynn_kong)信息!内容系本人学习、研究和总结,如有雷同,实属荣幸!

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 2
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值