- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
IBM SmartCloud的技术架构和开发
SmartCloud Orchestrator 技术架构和 DevOps 实践
Agenda
●
●
●
History and Today
如何设计和开发云平台
技术架构
–
–
–
部署架构
多租户设计
网络拓扑和 SDN
●
DevOps 实践
History and Today
●
Start as innovation project in CDL from 2010
–
–
Use High Scale Low Touch from beginning
Moved to OpenStack from 2012
●
●
●
●
6 个月的发布周期 , follow OpenStack Release Schedule
全球 6 个实验室, 60+ developers
3 Datacenters for DevOps, China, Rome, Raleigh
SaaS offering (OaaS) in SoftLayer
设计目标
●
企业云计算数据中心的管理平台
–
–
–
–
整合已有的计算,网络,存储资源 , Legacy Virtualization (VMware, Power,z/VM) , Legacy E
nterprise Storage System and Existing network
搭建新的私有云, KVM, SDN (OVS, OpenContrail), SDS ( Ceph)
利用公有云的服务, SoftLayer and AWS
打造生态系统, Cloud Marketplace
Amazon EC2
Softlayer
软件架构图
Infrastructure-as-a-Service
Cloud Resources
Storage
Compute
Network
Cost
Management
IBM Cloud
Marketplace
Monitoring,
Capacity Planning,
Performance
Public Cloud Gateway
Jazz for Service
Management
Client
Data Center
Domains
Pattern Engine
Heat Engine
Automation UI
Admin UI
Self Service UI
Automation Process
Engine
OpenStack API
Keystone
IBM/OEM Cloud Content
Packages
新的软件开发方法
●
一切从用户的需求出发 , 重视客户体验
–
使用用户能够理解的商业语言,着重在要解决的重大问题上
●
用户参与
–
精准定位用户需求
●
回放 , 演示
–
紧扣要实现的价值
遵循 Cloud Native 软件设计哲学
●
小而精服务而不是大而全组件
–
Highly distributed and resilient smaller services
●
●
●
Failure is not a option
频繁更新,持续升级
不断尝试 new idea
–
生产环境是一个可控的测试环境 , A/B testing happened every day.
挑战: 云平台的部署
●
如何在客户的数据中心搭建云
–
–
–
–
Complex customer datacenter
Customerize topology
Baremetal requriement and mixed virtualization environment
High available and large scale cloud
云平台的部署 – Cloud on Cloud
●
Bootstrap a small cloud in 5 minutes
–
Just in enough services like chef, http,glance, nova, heat
●
Use heat to define the topology
–
–
Extend heat api and engine to support existing node, configuration node
(like db2, ldap,VMware vCenter), reference node
Extend heat template to support chef better
●
Output to chef environment, resource role mapping
–
Provide new deployment tasks based on heat engine
文档评论(0)