Cloudstack Source code
Go to file
Kelven Yang 7b75f0d990 Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
agent Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
agent-simulator/tomcatconf Simulator: moving hypervisor simulator into plugin 2012-12-22 13:02:57 -08:00
api Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
awsapi Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
awsapi-setup Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework 2012-08-31 11:44:58 -07:00
build S3-backed Secondary Storage 2013-01-02 10:28:47 -08:00
client Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
cloud-cli small fix to make this work with spaces in names 2012-09-22 13:43:57 +02:00
console-proxy Make maven use mkisofs or genisoimage depending on what is available 2013-01-27 04:48:47 -08:00
core Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
debian Summary: Adding utility to make system vm maintenance easier for admins 2012-11-16 10:17:12 -07:00
deps Removed all the .project files 2013-01-08 14:11:00 -08:00
developer maven: Fix developer/pom.xml to use DatabaseCreator 2013-01-18 18:11:42 -08:00
docs Merge latest master into javelin 2013-01-31 11:34:49 -08:00
engine Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
framework Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
packaging Package the usage server 2013-01-29 16:23:14 +01:00
parent Removed all the .project files 2013-01-08 14:11:00 -08:00
patches Merge branch 'ipv6' 2013-01-31 15:07:33 -08:00
plugins Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
python CLOUDSTACK-995: fix failed to detect centos 6.2 2013-01-17 11:05:03 -08:00
scripts Sync javelin with master up to 894cb8f7d9 2013-01-31 17:20:19 -08:00
server Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
setup Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
test Merge latest master into javelin 2013-01-31 11:34:49 -08:00
tools Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
ui Advanced SG instance wizard: Fix back button 2013-01-31 16:07:50 -08:00
usage Merge latest master into javelin 2013-01-31 11:34:49 -08:00
utils Sync master to javelin one more time 2013-02-01 11:37:33 -08:00
vmware-base CLOUDSTACK-605: Host physical CPU is incorrectly calculated for Vmware hosts Fixed logic to compute Vmware host cpu 2013-01-09 14:03:04 -06:00
.gitignore Added back in the .project ignore setting 2013-01-08 14:11:28 -08:00
CHANGES Changed link to docs from docs.cs.o to i.a.o/cs/docs 2012-10-09 17:03:34 -04:00
DISCLAIMER Adding DISCLAIMER, LICENSE and NOTICE files (incomplete) 2012-08-07 14:52:03 -04:00
INSTALL.md INSTALL: Add port info used by CloudStack or components 2013-01-31 11:47:23 -08:00
LICENSE CLOUDSTACK-1076: Legal documentation improvements to separate source 2013-01-28 10:48:53 -05:00
NOTICE CLOUDSTACK-1076: Legal documentation improvements to separate source 2013-01-28 10:48:53 -05:00
README.md Removed build instructions from README, because they are referenced in INSTALL 2012-10-10 00:15:58 -04:00
README.tools.md Summary: Recording the dependencies for Marvin in the README.tools.md 2012-10-21 18:57:58 +05:30
build.xml Corrected license header for build.xml 2012-08-01 11:43:19 -04:00
cloud.spec CLOUDSTACK-498 Missing dependency in RPMs of KVM agent 2012-11-19 08:55:47 -05:00
configure-info.in License header updates for misc files 2012-08-03 14:51:41 -04:00
m2-settings.xml Add license 2012-08-23 14:26:27 -07:00
pom.xml Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2013-02-01 08:45:53 +05:30
version-info.in No more ant_args 2012-09-03 14:13:50 +02:00
waf Source code committed 2010-08-11 09:13:29 -07:00
waf.bat License header updates for the top level folder 2012-08-03 14:33:32 -04:00
wscript Set correct version for database version check 2012-09-25 13:29:06 -07:00
wscript_build first iteration of source.xml 2012-10-16 20:27:16 -04:00
wscript_configure CloudStack CS-16590 2012-10-23 14:47:13 -07:00

README.md

Apache CloudStack (Incubating) Version 4.0.0

About Apache CloudStack (Incubating)

Apache CloudStack (Incubating) is software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering.

Apache CloudStack currently supports the most popular hypervisors: VMware, Oracle VM, KVM, XenServer and Xen Cloud Platform. CloudStack also offers bare metal management of servers, using PXE to provision OS images and IPMI to manage the server. Apache CloudStack offers three methods for managing cloud computing environments: an easy to use Web interface, command line tools, and a full-featured RESTful API.

Visit us at cloudstack.org.

Mailing lists

Development Mailing List Users Mailing list Commits mailing list

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Building CloudStack

See the INSTALL file.

Notice of Cryptographic Software

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

CloudStack makes use of JaSypt cryptographic libraries

CloudStack has a system requirement of MySQL, and uses native database encryption functionality.

CloudStack makes use of the Bouncy Castle general-purpose encryption library.

CloudStack can optionally interacts with and controls OpenSwan-based VPNs.

CloudStack has a dependency on Apache WSS4J as part of the AWSAPI implementation.

CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.