Commit Graph

36479 Commits

Author SHA1 Message Date
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
Kris McQueen 931706ad87 Refactor listPortForwardingRules to new API framework. Clean up imports. 2010-09-01 15:00:22 -07:00
Kris McQueen 44eaf247b5 Refactoring listPods to new API framework. 2010-09-01 14:17:00 -07:00
abhishek 6cc9e740e4 organizing imports 2010-09-01 14:06:35 -07:00
Kris McQueen fbcb02cd9e Refactoring listNetworkGroups to new API framework. The search is done entirely within NetworkGroupManager, and this is one instances of a response with nested data (the ingress rules are nested within the groups). Some work will need to be done to serialize this response properly. 2010-09-01 14:05:39 -07:00
abhishek 398e5774ae Merging 6065 into master 2010-09-01 13:52:48 -07:00
Manuel Amador (Rudd-O) e7d4265500 Add 2.1 to 2.2 schema migration files to the package manifests 2010-09-01 11:59:21 -07:00
Manuel Amador (Rudd-O) f3aa8eccfa Add schema-level to the package manifests 2010-09-01 11:57:49 -07:00
Manuel Amador (Rudd-O) ef8e63c22c Added database migration information in the handbook 2010-09-01 11:52:58 -07:00
Manuel Amador (Rudd-O) 89f6cb81f5 The database schema level for this branch is 2.2 2010-09-01 11:32:48 -07:00
Manuel Amador (Rudd-O) b6322464ca Write the current schema level out to the database when doing deploydb or setup-databases 2010-09-01 11:32:48 -07:00
Manuel Amador (Rudd-O) 98c00de7ff Add 2.2 migration steps 2010-09-01 11:32:48 -07:00
Manuel Amador (Rudd-O) ae942449cf Add 2.1.3 migration step 2010-09-01 11:32:48 -07:00
Manuel Amador (Rudd-O) 1d7e376b1f Move migration/*sql to setup/db/ where migration tool needs them 2010-09-01 11:32:48 -07:00
edison 84fa801360 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-09-01 11:18:12 -07:00
edison e92af8c72a Fix the bug:
Remove host when the host is in disconnected state, then you will fail to add the same host back.
2010-09-01 11:17:06 -07:00
unknown c761746ff2 New UI VM wizard-add name field, group field 2010-09-01 11:09:26 -07:00
abhishek 9535dc8f4d bug 6023: Implemented the search by group
status 6023: resolved fixed
2010-09-01 10:45:01 -07:00
Kris McQueen ec9ad29c9a Refactoring listLoadBalancerRules to new API framework. 2010-09-01 10:10:48 -07:00
Manuel Amador (Rudd-O) b0acdbcf8b Split out build responsibility into per-project wscript_build files. Installation of generic directories like bindir, and creation of systemvms, remain in toplevel wscript_build. Make some waf code useful and reusable in the form of tools. 2010-08-31 20:40:17 -07:00
edison 11fb89ac87 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2010-08-31 19:46:18 -07:00
edison ea2828ee03 fix adding host bugs 2010-08-31 19:46:03 -07:00
anthony 56b33b578c bug 5944: add basical vhd file check
status 5994: resolved fixed
2010-08-31 19:44:18 -07:00
Kris McQueen 583f29242d Refactoring listLoadBalancerRuleInstances to new API framework. 2010-08-31 18:59:20 -07:00
anthony b57d3e282d bug 6064: doesn't set GATEWAYDEV if eth2 is not set
status 6064: resolved fixed
2010-08-31 17:38:26 -07:00
anthony 8c806f6dad if domr serves as dhcpsrvr, consider it as type domr 2010-08-31 15:32:29 -07:00
Manuel Amador (Rudd-O) 5ecbe461ce Detect the presence of mkisofs upon build, to use it to generate systemvm 2010-08-31 15:17:17 -07:00
NIKITA 2f30900c61 Close button for vm popup 2010-08-31 14:59:02 -07:00
jessica 3a31b8e10f new UI - vm wizard - set "no, thanks" as default data disk offering. Set 1st existing disk offering as default root disk offering. 2010-08-31 14:59:01 -07:00
jessica 5b3db0fc54 new UI - vm wizard - show zone, template, service offering, disk offering in last step. 2010-08-31 14:59:01 -07:00
jessica 4cb63826a6 new UI - vm wizard - select data disk - set "no, thanks" as default. 2010-08-31 14:59:00 -07:00
jessica 624d37e543 new UI - vm wizard - select service offering - set 1st radio button as default 2010-08-31 14:58:59 -07:00
jessica 95aee2414e new UI - instance menu - implement change service action 2010-08-31 14:58:59 -07:00
jessica 1b78b9cda2 new UI - implement change VM name action. 2010-08-31 14:58:58 -07:00