Cloudstack Source code
Go to file
Wido den Hollander 5d41523a0b usage: Fix whitspace and indention according to code convention
Replaced all tabs by 4 spaces
2012-09-13 16:29:01 +02:00
agent CLOUDSTACK-46 : Removing mycloud, due to the agreed on deprecation of that feature. 2012-09-07 14:31:02 -04:00
agent-simulator Get rid of the concierge holding standalone connection 2012-09-12 18:48:33 +05:30
api CLOUDSTACK-88 Cannot listVM by vpcId which is required by VPC UI 2012-09-13 11:21:11 +08:00
awsapi remove bcprov-jdk14 2012-09-12 13:46:12 -07:00
awsapi-setup Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework 2012-08-31 11:44:58 -07:00
build CLOUDSTACK-57, CLOUDSTACK-14 2012-09-12 20:47:20 -07:00
client debian: Update locations where to search for Java under Ubuntu and Debian 2012-09-11 15:22:17 +02:00
cloud-cli Remove @author tag from non third-party source files in agent-simulator, cloud-cli, test, ui and utils folder 2012-08-13 15:30:42 +08:00
console-proxy CS-14277 2012-09-11 17:22:43 +05:30
core Elimiate mystery guestIp in IpAddressTO 2012-09-12 15:42:48 -07:00
debian debian: Depend on either maven3 or maven with version 3 or higher. 2012-09-13 09:38:27 +02:00
deps it breaks the build 2012-09-10 17:44:52 -04:00
docs Feature Documentation for s2svpn interVlan Reviewed-By:Jessica Tomechak 2012-09-11 21:31:51 +05:30
ovm Merge branch 'master' into vpc 2012-07-06 12:04:10 -07:00
patches VPC : configure apache2 for each guest network 2012-09-07 18:10:42 -07:00
plugins remove cloud.com license headers 2012-09-13 12:34:32 +08:00
python Fixing license headers in the python folder 2012-08-20 11:23:41 -04:00
scripts typo in cloud-install-sys-tmplt 2012-09-11 18:37:24 -07:00
server When a VM is force deleted and the host is not available then CS simply marks the state in db as "Destroyed/Expunging". The VM is still running on the host and once it becomes available again there is a discrepancy in state of the VM. In this scenario the VM is removed from the host when the next full cluster sync happens. 2012-09-13 16:34:53 +05:30
setup bug CS-15278: Added global setting login.attempts.allowed which defines the maximum incorrect password attempts allowed. 2012-09-12 19:35:24 +05:30
test Correcting two instances of wiki.c.o to point to cwiki.a.o 2012-09-13 19:35:53 +05:30
tools Correcting two instances of wiki.c.o to point to cwiki.a.o 2012-09-13 19:35:53 +05:30
ui CLOUDSTACK-87 VMs in Expunging state should be excluded from VM listView for staticNat/portForwarding/loadbalance 2012-09-13 11:21:11 +08:00
usage usage: Fix whitspace and indention according to code convention 2012-09-13 16:29:01 +02:00
utils CLOUDSTACK-88 Cannot listVM by vpcId which is required by VPC UI 2012-09-13 11:21:11 +08:00
vmware-base remove intermediate parent poms 2012-08-27 16:43:24 +02:00
.gitignore fix rpm build 2012-09-10 22:33:41 -04:00
DISCLAIMER Adding DISCLAIMER, LICENSE and NOTICE files (incomplete) 2012-08-07 14:52:03 -04:00
INSTALL.txt Switch to Apache license 2012-04-03 04:50:05 -07:00
KEYS adding my code signing key to KEYS 2012-08-08 20:59:39 -04:00
LICENSE Partial fix for awsapi deploy-server issues that I introduced when trying to fix CLOUDSTACK-26 2012-09-10 14:42:08 -04:00
NOTICE Partial fix for awsapi deploy-server issues that I introduced when trying to fix CLOUDSTACK-26 2012-09-10 14:42:08 -04:00
README.html License header updates for misc files 2012-08-03 14:51:41 -04:00
README.md add note on using ide debugger with tomcat7:run 2012-08-29 18:55:25 +02:00
build.xml Corrected license header for build.xml 2012-08-01 11:43:19 -04:00
cloud.spec CLOUDSTACK-57, CLOUDSTACK-14 2012-09-12 20:47:20 -07:00
configure-info.in License header updates for misc files 2012-08-03 14:51:41 -04:00
pom.xml add build-helper to remove the local repo 2012-09-10 17:09:38 -04: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 CLOUDSTACK-63: remove ant 2012-09-10 16:19:10 -04:00
wscript_build use bcprov-jdk16-1.45.jar instead of bcprov-jdk16-1.46.jar 2012-09-12 13:56:21 -07:00
wscript_configure wscript_configure: Whitespace fixes 2012-09-13 16:29:01 +02:00

README.md

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.

Apache CloudStack

Apache CloudStack is a massively scalable free/libre open source Infrastructure as a Service cloud platform.

Visit us at cloudstack.org or join #cloudstack on irc.freenode.net

Binary Downloads

Downloads are available from: http://cloudstack.org/download.html

Supported Hypervisors

  • XenServer
  • KVM
  • VMware ESX/ESXi (via vCenter)
  • Oracle VM
  • XCP

Mailing lists

Development Mailing List Users Mailing list Commits mailing list

#Maven build Some third parties jars are non available in Maven central. So install it with: cd deps&&sh ./install-non-oss.sh Now you are able to activate nonoss build with adding -Dnonoss to maven cli.

to run webapp client: mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.0-beta-1:run -pl :cloud-client-ui -am -Pclient -Dnonoss then hit: http://localhost:8080/cloud-client-ui/ or add in your ~/.m2/settings.xml org.apache.tomcat.maven and save your fingers with mvn tomcat7:run -pl :cloud-client-ui -am -Pclient -Dnonoss

If you want to use ide debug: replace mvn with mvnDebug and attach your ide debugger to port 8000