欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Apache CloudStack
小 (→链接) |
小 (→虚拟化) |
||
第49行: | 第49行: | ||
==虚拟化== | ==虚拟化== | ||
支持的虚拟机和虚拟化技术: | 支持的虚拟机和虚拟化技术: | ||
− | + | ===[[XenServer]]=== | |
− | [http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/citrix-xenserver-installation.html XenServer Installation for CloudStack] | + | *[http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/citrix-xenserver-installation.html XenServer Installation for CloudStack] |
− | *[[KVM]] | + | *[http://www.cloudstack-china.org/2012/10/945.html CloudStack + XenServer 部署 – 方案规划设计(1)] |
+ | *[http://www.cloudstack-china.org/2012/10/927.html CloudStack + XenServer 部署 – 交换机配置和服务器连线(2)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/906.html CloudStack + XenServer 部署 – CloudStack管理节点的安装和配置(3)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/887.html CloudStack + XenServer 部署 – XenServer集群的安装和配置(4)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/804.html CloudStack + XenServer 部署 – 创建高级网络资源域(5)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/990.html CloudStack + XenServer 部署 – 使用模板创建VM(6)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/1031.html CloudStack + XenServer 部署 – 使用ISO创建VM和制作模板(7)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/1053.html CloudStack + XenServer 部署 – 模板的上传/下载和密码管理服务(8)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/1062.html CloudStack + XenServer 部署 – 高级网络环境介绍(9)] | ||
+ | *[http://www.cloudstack-china.org/2012/10/1096.html CloudStack + XenServer 部署 – 高级网络功能应用(10)] | ||
+ | |||
+ | ===[[KVM]]=== | ||
[http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/hypervisor-kvm-install-flow.html KVM Hypervisor Host Installation] | [http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/hypervisor-kvm-install-flow.html KVM Hypervisor Host Installation] | ||
− | + | ||
+ | ===[[VMware vSphere]]=== | ||
[http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/vmware-install.html VMware vSphere Installation and Configuration] | [http://docs.huihoo.com/apache/cloudstack/4.1.0/en-US/Apache_CloudStack/4.1.0/html/Installation_Guide/vmware-install.html VMware vSphere Installation and Configuration] | ||
2013年7月2日 (二) 09:46的版本
您可以在Wikipedia上了解到此条目的英文信息 Apache CloudStack Thanks, Wikipedia. |
CloudStack已采用Apache License 2.0许可协议,并成为Apache基金会顶级项目。
Cloud.com(前身是VMOps)提供了开源版本(GPL v3许可证)的CloudStack基础设施管理产品: CloudStack Community Edition(CloudStack社区版) CloudStack同时支持VMware ESX、Xen、KVM以及Hyper-V. 它提供了大量云计算界面管理工具, 如VM自助式供应, 动态工作负荷管理, 多租期等等. 它同时还支持Windows 和Linux的来宾访问方式.VM默认Template针对CentOS.
类似项目:OpenStack、Cloud Foundry
目录 |
安装
需要的条件:
- Apache Maven (version 3)
- Java (OpenJDK 1.6 or Java 7/OpenJDK 1.7)
- Apache Web Services Common Utilities (ws-commons-util)
- MySQL
- MySQLdb (provides Python database API)
- Apache Tomcat 6 (not 6.0.35)
- genisoimage
- rpmbuild or dpkg-dev
DevCloud
OVA 镜像运行于 VirtualBox
Debian/Ubuntu
构建 DEB 包,并创建自己的远程或本地APT repository
创建 /etc/apt/sources.list.d/cloudstack.list
deb http://192.168.1.100/cloudstack/repo/dists/binary-386 /
apt-get update
apt-get install cloudstack-agent cloudstack-awsapi cloudstack-cli cloudstack-common cloudstack-docs cloudstack-management cloudstack-usage
cd /usr/bin# ls cloudstack*
cloudstack-aws-api-register cloudstack-set-guest-sshkey cloudstack-setup-databases cloudstack-ssh cloudstack-migrate-databases cloudstack-setup-agent cloudstack-setup-encryption cloudstack-sysvmadm cloudstack-set-guest-password cloudstack-setup-bridge cloudstack-setup-management cloudstack-update-xenserver-licenses
在配置CloudStack之前,需启用hypervisor,KVM或Xen。
如:./cloudstack-setup-agent
Please enable KVM on this machine
完成CloudStack设置后,
CentOS/RedHat
构建 RPM 包,并创建自己的远程或本地YUM repository
虚拟化
支持的虚拟机和虚拟化技术:
XenServer
- XenServer Installation for CloudStack
- CloudStack + XenServer 部署 – 方案规划设计(1)
- CloudStack + XenServer 部署 – 交换机配置和服务器连线(2)
- CloudStack + XenServer 部署 – CloudStack管理节点的安装和配置(3)
- CloudStack + XenServer 部署 – XenServer集群的安装和配置(4)
- CloudStack + XenServer 部署 – 创建高级网络资源域(5)
- CloudStack + XenServer 部署 – 使用模板创建VM(6)
- CloudStack + XenServer 部署 – 使用ISO创建VM和制作模板(7)
- CloudStack + XenServer 部署 – 模板的上传/下载和密码管理服务(8)
- CloudStack + XenServer 部署 – 高级网络环境介绍(9)
- CloudStack + XenServer 部署 – 高级网络功能应用(10)
KVM
KVM Hypervisor Host Installation
VMware vSphere
VMware vSphere Installation and Configuration