Cloudstack Source code
Go to file
Jayapal b6727e5646 CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
agent Summary: Polish and shine 2013-01-15 09:18:24 +01:00
agent-simulator/tomcatconf Simulator: moving hypervisor simulator into plugin 2012-12-22 13:02:57 -08:00
api CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
awsapi CLOUDSTACK-771: maven: add mysql version reference to enable non-snapshot builds 2013-01-04 12:20:06 -05: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 CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
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 CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
debian Summary: Adding utility to make system vm maintenance easier for admins 2012-11-16 10:17:12 -07:00
deps CLOUDSTACK-594: Updating the XenServer java bindings used in cloudstack - part 3. 2012-12-13 09:42:43 -05:00
developer Remove updateUuids code in ConfigurationServerImpl (which is not the 2013-01-08 17:12:14 -08:00
docs rat: Fix apache license 2013-01-30 17:44:41 -08:00
packaging Package the usage server 2013-01-29 16:23:14 +01:00
patches CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
plugins CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
python CLOUDSTACK-995: fix failed to detect centos 6.2 2013-01-17 11:05:03 -08:00
scripts CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
server CLOUDSTACK-299: Egress firewall rules feature for guest network on VR 2013-01-31 11:20:47 +05:30
setup Add DB index to Alert.last_sent column to speed up listAlertsCmd. 2013-01-23 12:38:37 -08:00
test rat: Fix apache license 2013-01-30 17:44:41 -08:00
tools Summary: add/remove/update default nics feature 2013-01-30 17:43:21 -07:00
ui CLOUDSTACK-355: cloudstack UI - Infrastructure menu - restore total number of zone on UI since performance issue of listZones API has been fixed on server-side. 2013-01-30 15:42:02 -08:00
usage Package the usage server 2013-01-29 16:23:14 +01:00
utils GenericDao: Add method to find by uuid string including removed entities 2013-01-23 14:57:41 -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 devcloud: Move build scripts to src/, fix README and rm Gemfile.lock 2012-12-14 19:36:39 -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.md:: Update packaging and installation sections 2012-10-18 19:36:03 +05:30
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
pom.xml Avoid some m2e error in eclipse for imported project. 2013-01-18 11:36:09 -08:00
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.