了解openStack

一、三大核心组件,(compute、Networking、Stroage)
即:
Nova:compute
Neutron:Networking
Swift:Storage

OpenStack主要组件:
1,Compute(Nova)
了解openStack_第1张图片
2,Swift(Object Storage)
了解openStack_第2张图片
3,Cinder(Block Storage)
了解openStack_第3张图片
4,Neutron(Networking)
了解openStack_第4张图片
5,Dashboard(Horizon)
了解openStack_第5张图片
6,Keystone(Identity Service)
了解openStack_第6张图片
7,Glance(Image Service)
了解openStack_第7张图片
8,Ceilometer(Telemetry Ceilometer)
了解openStack_第8张图片
9,Heat(Orchestration Service)
了解openStack_第9张图片
10,Database Service(Trove)
了解openStack_第10张图片
二、OpenStack的部署架构
1,概念层架构
了解openStack_第11张图片
2,Nova-network部署
了解openStack_第12张图片
3,两节点的nova-network部署
了解openStack_第13张图片
4,neutron的部署
了解openStack_第14张图片5,三节点neutron的部署
了解openStack_第15张图片
三、安装OpenStack前的准备
Openstack官网:http://www.openstack.org/了解openStack_第16张图片
四、Swift简介
1,简介
了解openStack_第17张图片
2,Swfit的数据模型
了解openStack_第18张图片
1.Swift 采用层次数据模型,共设三层逻辑结构:Account/Container/Object(即账户/容器/对象),每层节点数均没有限制,可以任意扩展;
2.图中Account(账户),可理解为租户,用来做顶层的隔离机制,可以被多个用户共同使用;
3.容器代表封装一组对象,类似文件夹或目录;叶子节点代表对象,由元数据和内容两部分组成。

3,Swift系统架构
了解openStack_第19张图片
4,Swift的组件
Proxy Server(代理服务):
在这里插入图片描述
Authentication Service(认证服务):
在这里插入图片描述
Cache Server(缓存服务):
了解openStack_第20张图片
Acount Server账户服务:
在这里插入图片描述
Container Server(容器服务):
在这里插入图片描述
Object Server(对象服务):
在这里插入图片描述
Replication(复制服务):
了解openStack_第21张图片
Updater(更新服务):
了解openStack_第22张图片
Auditor(审计服务):
在这里插入图片描述
Account Reaper(账户清理服务):
在这里插入图片描述

你可能感兴趣的:(Openstack)