495 Commits

Author SHA1 Message Date
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
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
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
abhishek
6cc9e740e4 organizing imports 2010-09-01 14:06:35 -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
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
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