欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Eucalyptus
来自开放百科 - 灰狐
(版本间的差异)
小 (→图集) |
|||
(未显示1个用户的30个中间版本) | |||
第1行: | 第1行: | ||
− | + | {{SeeWikipedia|Eucalyptus (computing)}} | |
+ | |||
+ | |||
+ | Eucalyptus | ||
+ | |||
+ | ==简介== | ||
+ | Eucalyptus 是用于实现云计算的开源软件基础设施,让用户充分利用自己的服务器群,采用 BSD 许可证。 | ||
+ | |||
+ | Eucalyptus 的定位很清晰:Eucalyptus is open source software for building [[Amazon Web Services|AWS]]-compatible private and hybrid clouds. | ||
+ | |||
+ | ==版本== | ||
+ | *[https://blog.eucalyptus.cloud/post/eucalyptus-5-release/ Eucalyptus 5 Released] | ||
+ | |||
+ | ==功能== | ||
+ | 目前的版本要求在所有节点上都安装[[Xen]]。它具有以下特性: | ||
* 与[[Amazon EC2]]接口兼容(包括Web Service接口和查询接口) | * 与[[Amazon EC2]]接口兼容(包括Web Service接口和查询接口) | ||
* 用Rocks集群管理工具安装和部署都很简单 | * 用Rocks集群管理工具安装和部署都很简单 | ||
第9行: | 第23行: | ||
[http://www.infoq.com/cn/news/2008/07/eucalyptus Eucalyptus项目:开源云计算,兼容EC2接口] | [http://www.infoq.com/cn/news/2008/07/eucalyptus Eucalyptus项目:开源云计算,兼容EC2接口] | ||
− | [[Huihoo | + | *[http://www.readwriteweb.com/cloud/2012/03/amazon-taps-eucalyptus-as-private-cloud-partner.php Amazon发布声明,表示Eucalyptus将成为Amazon提供的私有云解决方案。] |
+ | *Ubuntu的内嵌云计算平台同样也是基于Eucalyptus的。 | ||
+ | *[[Huihoo Cloud]] 我们的理想 :) | ||
− | + | Eucalyptus弊端: | |
− | == | + | |
− | * | + | Eucalyptus项目并非完全开源。Eucalyptus幕后公司维护着部分代码,这些代码关系到商业版Eucalyptus Enterprise Edition(E3)的诸多特性,例如管理、SAN集成、更为出色的后台数据库以及与VMware的兼容性。Eucalyptus也并非100%实现了与Amazon EC2的兼容。虽然它实现了大部分EC2的APIs(以及部分EC3 APIs),但是它不是,也不愿意成为完全的EC2副本。 |
+ | |||
+ | ==组件== | ||
+ | Cloud Level | ||
+ | *Cloud Controller (CLC) [https://github.com/eucalyptus/eucalyptus/tree/master/clc/modules modules] 使用 [[Java]] 编写。 | ||
+ | *Scalable Object Storage (SOS): Eucalyptus 支持 Walrus 和 [[Riak]] CS 作为自身的对象存储后端。 | ||
+ | |||
+ | Cluster Level (i.e., Availability Zone) | ||
+ | *Cluster Controller (CC) | ||
+ | *Storage Controller (SC) | ||
+ | *VMware Broker (Optional) | ||
+ | |||
+ | Node Level | ||
+ | *Node Controller (NC) | ||
+ | |||
+ | ==项目== | ||
+ | *[[Enomalism]] | ||
+ | |||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:eucalyptus-architecture.png|Eucalyptus架构 | ||
+ | image:aws-and-eucalyptus.png|AWS和Eucalyptus | ||
+ | image:amazon-aws-compatible-hybrid-clouds.png|Amazon混合云 | ||
+ | image:eucalyptus-high-availability-iaas.png|HA IaaS | ||
+ | image:eucalyptus-non-high-availability-config.png|服务云 | ||
+ | image:eucalyptuse-admin-and-console.png|管理和控制 | ||
+ | image:eucalyptus-identity-management.png|身份管理 | ||
+ | image:Eucalyptus-with-MidoNet.png|MidoNet | ||
+ | </gallery> | ||
+ | |||
+ | ==链接== | ||
+ | *[https://www.eucalyptus.cloud/ Eucalyptus] | ||
+ | *[https://github.com/Corymbia Eucalyptus @ GitHub] | ||
*http://download.huihoo.com/eucalyptus/ | *http://download.huihoo.com/eucalyptus/ | ||
*http://docs.huihoo.com/eucalyptus/ | *http://docs.huihoo.com/eucalyptus/ | ||
+ | *[https://aws.amazon.com/solution-providers/isv/eucalyptus AWS Solution Provider - Eucalyptus] | ||
+ | *[http://www.searchcloudcomputing.com.cn/showcontent_39375.htm 对比解析开源云平台:Eucalyptus VS OpenStack] | ||
+ | |||
+ | [[category:cloud computing]] | ||
+ | [[category:KVM]] | ||
+ | [[category:amazon]] | ||
+ | [[category:java]] |
2021年1月6日 (三) 21:57的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Eucalyptus Thanks, Wikipedia. |
Eucalyptus
目录 |
[编辑] 简介
Eucalyptus 是用于实现云计算的开源软件基础设施,让用户充分利用自己的服务器群,采用 BSD 许可证。
Eucalyptus 的定位很清晰:Eucalyptus is open source software for building AWS-compatible private and hybrid clouds.
[编辑] 版本
[编辑] 功能
目前的版本要求在所有节点上都安装Xen。它具有以下特性:
- 与Amazon EC2接口兼容(包括Web Service接口和查询接口)
- 用Rocks集群管理工具安装和部署都很简单
- 安全的内部通信,使用SOAP和WS-Security
- 叠加式的工作方式,无需修改目标Linux环境
- 基本的“云管理”工具,实现系统和用户帐户管理
- 可将多个集群专网配置成单个云
- Amazon发布声明,表示Eucalyptus将成为Amazon提供的私有云解决方案。
- Ubuntu的内嵌云计算平台同样也是基于Eucalyptus的。
- Huihoo Cloud 我们的理想 :)
Eucalyptus弊端:
Eucalyptus项目并非完全开源。Eucalyptus幕后公司维护着部分代码,这些代码关系到商业版Eucalyptus Enterprise Edition(E3)的诸多特性,例如管理、SAN集成、更为出色的后台数据库以及与VMware的兼容性。Eucalyptus也并非100%实现了与Amazon EC2的兼容。虽然它实现了大部分EC2的APIs(以及部分EC3 APIs),但是它不是,也不愿意成为完全的EC2副本。
[编辑] 组件
Cloud Level
- Cloud Controller (CLC) modules 使用 Java 编写。
- Scalable Object Storage (SOS): Eucalyptus 支持 Walrus 和 Riak CS 作为自身的对象存储后端。
Cluster Level (i.e., Availability Zone)
- Cluster Controller (CC)
- Storage Controller (SC)
- VMware Broker (Optional)
Node Level
- Node Controller (NC)
[编辑] 项目
[编辑] 图集
[编辑] 链接
分享您的观点