进化论的观点 多种CMP将并存,但会出现多极分化 OpenStack更接近AWS,OpenNebula更接近vCloud OpenNebula focuses on datacenter virtualization. Other open cloud managers, such as OpenStack, primarily focuses on public cloud features.
《IaaS Cloud Architecture: From Virtualized Datacenters to Federated Cloud Infrastructures》
Nova – 弹性计算模块
围绕虚拟机相关的所有操作(KVM,Xen,Linux Container)
Neutron – 网络模块
Linuxbridge+vlan,open vswitch+vlan/gre/vxlan
Cinder – 块存储模块(EBS共享存储)
Ceph、GlusterFS、SheepDog
Swift – 对象存储模块
KeyStone – 认证鉴权模块
Glance – 镜像管理模块
实验环境要求:
–Ubuntu 14.04 64bit os ,我采用VMware 12 pro的环境进行虚拟,配置环境vt-x,分配至少8g内存
–Devstack自动化部署,后续博客介绍