Cloudstack Source code
Go to file
Sheng Yang 1b7c886bb1 CLOUDSTACK-5453: Fix VPN connection monitoring in KVM
It's broken by:

commit 7f104b1feb
Author: Edison Su <sudison@gmail.com>
Date: Fri Oct 12 18:24:50 2012 -0700

    [PATCH] CLOUDSTACK-335: fix lb for vpc on kvm
2013-12-10 17:35:54 -08:00
agent CLOUDSTACK-4683: revert 2 commits related to kvm cpu model 2013-09-16 19:29:42 +02:00
agent-simulator/tomcatconf Simulator: moving hypervisor simulator into plugin 2012-12-22 13:02:57 -08:00
api CLOUDSTACK-1325: add password in response of RestoreVM 2013-09-19 15:29:39 +02:00
awsapi CLOUDSTACK-3112. UserCredentials that is injected in AuthenticationHandler is not picked up 2013-08-19 15:41:22 -07:00
awsapi-setup CLOUDSTACK-1713 and CLOUDSTACK-1719: AWSAPI packaging fixes 2013-03-21 00:38:59 +00:00
build CLOUDSTACK-2033 Fix usage server startup and logging 2013-04-17 01:31:07 +01:00
client CLOUDSTACK-2024: tomcat: Change some /etc/cloud paths to /etc/cloudstack 2013-09-19 10:32:36 +02:00
cloud-cli small fix to make this work with spaces in names 2012-09-22 13:43:57 +02:00
console-proxy Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
core CLOUDSTACK-5453: Fix VPN connection monitoring in KVM 2013-12-10 17:35:54 -08:00
debian CLOUDSTACK-4533: fix two usage issues (db.properties and log4j-cloud.xml) 2013-09-06 08:07:32 +02:00
deps Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
developer Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
docs CLOUDSTACK-4683: revert 2 commits related to kvm cpu model 2013-09-16 19:29:42 +02:00
engine Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
framework Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
packaging change display name in /etc/init.d/cloudstack-agent from cloud-agent to cloudstack-agent 2013-09-06 14:21:22 +02:00
patches Remove cloud service from autostart in systemvm, as it is called in rc.local 2013-09-03 14:30:44 +02:00
plugins CLOUDSTACK-3565 - fix for new libvirt behavior when defining NFS 2013-09-17 10:54:03 -06:00
python CLOUDSTACK-2327: make cloud-setup-agent ovs aware 2013-05-27 16:29:57 +09:00
scripts CLOUDSTACK-3843: remove greedy results in save_password_to_domr.sh 2013-07-29 13:36:47 +02:00
server fix issue: listHosts with hahost throws exception 2013-09-24 12:00:07 +02:00
setup Excluded deleted nics from user_vm_view. 2013-06-19 14:27:51 -07:00
test Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
tools Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
ui Revert "Shared networks is only supported in Basic zone and Advanced zone with SG in Infracstructure->Zone->Physical Network->Guest->Network" 2013-08-01 09:16:35 +02:00
usage Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
utils Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
vmware-base Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
.gitignore git: Add debian packaging files to .gitignore 2013-03-31 17:02:48 +02:00
CHANGES Bumping version to 4.1.1-SNAPSHOT and 4.1.1 2013-06-15 13:38:23 -04:00
INSTALL.md INSTALL.md: Update port info with better summary and fix building section 2013-02-08 13:54:15 +05:30
LICENSE Removing waf from the legal docs 2013-04-05 16:38:56 +01:00
NOTICE CLOUDSTACK-1233: Fixed veewee config file legal documentation 2013-02-11 21:54:49 -05:00
README.md Bumping version to 4.1.1-SNAPSHOT and 4.1.1 2013-06-15 13:38:23 -04:00
README.tools.md Summary: Recording the dependencies for Marvin in the README.tools.md 2012-10-21 18:57:58 +05:30
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 Updating pom.xml version numbers for release 4.1.2-SNAPSHOT 2013-07-31 11:06:29 -04:00
version-info.in No more ant_args 2012-09-03 14:13:50 +02:00

README.md

Apache CloudStack Version 4.1.1

About Apache CloudStack

Apache CloudStack 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.