Cloudstack Source code
Go to file
bfederle 07ed925ab1 bug 12614: Zone wizard update
-Add support to filter network offerings based on whether security
 groups is checked; options then come from a separate
 'securityGroupNetworkOfferings' object:

args.response.success({
  domains: domainObjs,

  // Non-security-group-enabled offerings
  networkOfferings: networkOfferingObjs,

  // Security group-enabled offerings
  securityGroupNetworkOfferings: []
});

-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
agent put the default network as cloudbr0, if not specified 2011-12-15 17:06:32 -08:00
agent-simulator SimulatorSecondaryDiscoverer implements the resource protocol to recieve 2011-12-19 15:03:19 +05:30
api bug 12615: fixed resource limits - treat -1 as unlimited for domain limit 2011-12-19 10:24:25 -08:00
build reverting faulty checkin 2011-12-19 15:32:56 +05:30
client load ManagementServerExtImpl in component.xml 2011-12-16 10:32:17 -08:00
cloud-cli add apikey/securitykey in cloud-cli 2011-08-19 11:23:30 -07:00
console bug 11319: console proxy and console viewer keyboard framework refactoring 2011-12-14 15:46:51 -08:00
console-proxy bug 11319: turn-off debug-time logger window 2011-12-14 15:46:51 -08:00
console-viewer fixed eclipse path 2011-02-23 14:39:25 -08:00
core Bug 12445: Added DeleteSnapshotBackupCommand to ssvm. 2011-12-19 09:56:11 +05:30
daemonize remove wscript_build from daemonize/ 2010-12-04 23:03:24 -08:00
debian fix the build 2011-12-05 10:04:53 -08:00
deps fix .classpath for cloud-netscaler-sdx.jar 2011-12-05 10:14:01 -08:00
docs Update documentation source files. 2011-11-18 17:51:22 -08:00
ovm Bug 12404 - Failure in Removing host 2011-12-07 14:04:50 -08:00
patches bug 10804: add default dns provider 2011-12-05 16:56:31 -08:00
python kvm is working now 2011-12-05 18:07:00 -08:00
scripts remove obsolete file 2011-12-19 10:56:52 -08:00
server bug 12607: fixed error message when resource limit exceeds 2011-12-19 11:17:00 -08:00
setup Reviving the simulator 2011-12-19 15:03:19 +05:30
test bug 11772: Add improved version of locking for the scripts in the systemvm 2011-11-01 19:06:14 -07:00
tools Reviving the simulator 2011-12-19 15:03:19 +05:30
ui bug 12614: Zone wizard update 2011-12-19 11:36:03 -08:00
usage bug 12207 : Added system integrity checker EncryptionSecretKeyChecker to usage components xml 2011-11-29 14:25:38 +05:30
utils bug 12399: introduced periodic thread that expires Project invitations 2011-12-09 12:21:41 -08:00
vmware-base bug 9614: enable SCSI device controller for root disk.(default root disk controller type can be conifgured through global configuration) 2011-10-21 18:44:56 -07:00
.gitignore Reviving the simulator 2011-12-19 15:03:19 +05:30
.vmops.log.swp bug 11626: return same fields in queryAsyncJobResult and listAsyncJobs API commands 2011-12-09 16:50:08 -08:00
INSTALL.txt tweaking install.txt a bit 2011-12-01 12:51:43 -05:00
README.html Update README to point to new information resources. 2011-06-14 18:53:45 -07:00
README.md adding a markdown readme for github 2011-12-01 13:02:38 -05:00
build.xml updating copyright licenses, including build-usage.xml 2011-08-31 16:22:51 -04:00
cloud.spec Adding some requires for F16 - namely moving commons-* to apache-commons and jakarta-commons, and adding libcgroup-tools 2011-12-17 04:24:21 -05:00
configure-info.in Source code committed 2010-08-11 09:13:29 -07:00
version-info.in more file changes 2010-09-09 13:27:20 -07:00
waf Source code committed 2010-08-11 09:13:29 -07:00
waf.bat Source code committed 2010-08-11 09:13:29 -07:00
wscript make build number attach to release number 0 in rpm package name. 2011-11-28 14:46:35 -08:00
wscript_build remove depreicated build_patches() from waf 2011-10-17 16:59:08 -07:00
wscript_configure don't check pthread before building, it is making no sense 2011-12-19 10:59:30 -08:00

README.md

CloudStack

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

Announcement Mailing List Development Mailing List Users Mailing list Commits mailing list