Commit Graph

13512 Commits

Author SHA1 Message Date
alena d3b4a56520 Merge branch '2.1.refactor' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 2.1.refactor 2010-09-02 18:54:14 -07:00
alena f2a680ae66 1) Refactored DeleteIsoCmd api.
2) Removed DeleteTemplateExecutor and DeleteTemplateParam files because deleteTemplate/deleteIso are not async commands
3) Cleaned up unused imports.
2010-09-02 18:52:43 -07:00
abhishek 53e4db39ed bug 5927: incremental checkin 2010-09-02 18:10:20 -07:00
Chiradeep Vittal f94299fe0c changes for the new debian-based systemvm 2010-09-02 17:12:15 -07:00
Chiradeep Vittal 1ddc229e6b More cloud services fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal 5434d570d3 cloud services fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal e0335739f8 apache fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal 7065605b53 More fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal 2fda7f5699 More fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal 8e1643f71c More fixes... 2010-09-02 17:10:05 -07:00
Chiradeep Vittal 9fc85d5f35 bin got ignored by gitignore 2010-09-02 17:10:04 -07:00
Chiradeep Vittal 16e795d502 almost working 2010-09-02 17:10:04 -07:00
abhishek 79684987a4 some more code cleanup 2010-09-02 16:49:13 -07:00
anthony e87f81ca27 Merge branch 'master' of ssh://anthony@git.cloud.com/var/lib/git/cloudstack-oss 2010-09-02 16:30:52 -07:00
anthony 50781aba80 bug 5917: if checkSR failed, just return error, don't create the same SR again
status 5917: resolved fixed
2010-09-02 16:29:20 -07:00
Kris McQueen 22b0a95b2f Refactor listPublicIpAddresses to new API framework. 2010-09-02 16:23:29 -07:00
abhishek b3803d563e bug 5909: Implementing the enhancement for adding attach time for volumes. In the case of general VM creation, the attach time is usually~creation time. In the case of attaching a volume to a vm, the time significantly differs. The value is nulled out during the detaching of volume from the vm
status 5909: resolved fixed
2010-09-02 16:23:13 -07:00
Kris McQueen 1d1e10d2d3 Refactoring listPreallocatedLuns to new API framework. 2010-09-02 15:23:15 -07:00
anthony 5e80d9b31f set size in createtmplt.sh and remove unused properties 2010-09-02 15:05:12 -07:00
Kris McQueen 2cd9a44267 Refactoring listPortForwardingServices to new API framework. Also forgot to return a response from listPortForwardingServicesByVM... 2010-09-02 15:03:06 -07:00
Jessica Wang daf569e844 new UI - click left menu of Events will load events in middle panel. 2010-09-02 14:57:48 -07:00
Manuel Amador (Rudd-O) 3a79277f26 Tomcat tool split out from wscript_configure, to reuse in cloud-bridge 2010-09-02 14:24:31 -07:00
anthony eb3516dde8 bug 3453: update template size in template-sync
status 3453: resolved fixed
2010-09-02 14:13:26 -07:00
Kris McQueen f6ae5e9b52 Refactoring listPortForwardingServicesByVM to new API framework. 2010-09-02 11:57:31 -07:00
abhishek 254381d41b bug 6031: Fixing the error msg when the deployment of a directly attached vm fails
status 6031: resolved fixed
2010-09-02 10:48:15 -07:00
kishan d16f0b9ddf bug 6036: Added usage exec timeZone and made aggregation timezone as GMT 2010-09-02 17:55:55 +05:30
anthony 1ce10df39a since there is not vhd-util, we need to check if it is there 2010-09-01 21:01:50 -07:00
Manuel Amador (Rudd-O) da56b9b767 when waf is used to run the agent or consoleproxy or managementserver, and the stack has not been installed yet, install it intelligently 2010-09-01 20:39:53 -07:00
Manuel Amador (Rudd-O) 9b93a19e46 Specify that MySQL ought to be 5.1 2010-09-01 20:30:06 -07:00
Manuel Amador (Rudd-O) dcbf49d098 mysql 5.1 does not have implicit user creation so we do need to have the create user statement 2010-09-01 22:28:49 -05:00
Manuel Amador (Rudd-O) 10d62a5fe6 Connect cloud-setup-databases with deploydb. Use MySQLdb instead of using the command-line MySQL client. Detect the existence of the MySQLdb python module on Windows. Works on windows. 2010-09-01 20:15:40 -07:00
anthony 4289dd79ec Template size,
1. the size in template_pool_ref now is physical size.
2. template in storage pool is implemented as snapshot, fix x3  issue
3. fix x4 issue
2010-09-01 20:12:01 -07:00
Manuel Amador (Rudd-O) 49f2616fd9 Verbose and helpful messages for waf configure if mkisofs or mysql.exe are not found 2010-09-01 17:18:38 -07:00
Manuel Amador (Rudd-O) 398b084572 Explain how to get Tomcat if it is not installed 2010-09-01 17:09:18 -07:00
Manuel Amador (Rudd-O) 58bad1a936 If tomcat is not detected, fail immediately rather than at compile-time 2010-09-01 17:07:02 -07:00
Manuel Amador (Rudd-O) b0b27b1ce0 Default prefix on windows fixed 2010-09-01 18:59:33 -05:00
Manuel Amador (Rudd-O) 6490451eec Smarter detection of PREFIX -- Windows does C:\CloudStack 2010-09-01 16:46:23 -07:00
Manuel Amador (Rudd-O) ce60139666 Document new autodetection of cloudstack prefix 2010-09-01 16:44:37 -07:00
Manuel Amador (Rudd-O) 25224d9251 Smarter detection of PREFIX 2010-09-01 16:41:07 -07:00
Jessica Wang b2ca5c7cdf new UI - vm wizard - implment close button 2010-09-01 16:37:48 -07:00
Kris McQueen 476151453e Refactor listPortForwardingServiceRules to new API framework. 2010-09-01 16:19:11 -07:00
Manuel Amador (Rudd-O) 763cd4481b Build -- USE THE MAGIC! Dependencies are tracked automatically based on the files produced by each task generator. 2010-09-01 15:58:00 -07:00
Manuel Amador (Rudd-O) df0e730faa Remove unnecessary copy of patch.tgz now that we have the capability to rename xenserver-patch.tgz within the ISO image 2010-09-01 15:55:44 -07:00
Manuel Amador (Rudd-O) 073e1b0a29 either mkisofs or genisoimage are detected. Graft points (thus rename()) support added to waf create ISO feature. Proper cross-platform support in waf create ISO feature.
Give option to use genisoimage if mkisofs is not present, fixes compile on windows as long as user has cygwin

Fix mkisofs to work on windows well

put files in root directory of systemvm ISO

put the rename func in the task generator constructor for the isos

Add graft point support to tools/mkisofs
2010-09-01 15:55:39 -07:00
Manuel Amador (Rudd-O) 985ff79f18 only consider substituted files in construction of patches. reverse order of found files for patch, as shared goes first, so that virtspecific patch file overrides shared 2010-09-01 15:55:28 -07:00
Manuel Amador (Rudd-O) b670b7f656 Patch generation (tar waf tool) fixed to work properly on windows and linux. 2010-09-01 15:55:20 -07:00
Manuel Amador (Rudd-O) df2455a39e no necessity to depend on the dict hash to do the tar up 2010-09-01 15:55:14 -07:00
edison 20731c90f9 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-01 15:40:46 -07:00
edison d550ab6245 fix template permission 2010-09-01 15:40:19 -07:00
Jessica Wang 1bbd8943e2 encode password before hashing it. 2010-09-01 15:37:57 -07:00