Commit Graph

134 Commits

Author SHA1 Message Date
Kelven Yang 2b2885cf5e change VmWare to trademarked name VMware 2011-01-31 14:08:27 -08:00
Alex Huang b98961bcb1 fixed all the broken thirdparty stuff 2011-01-31 10:51:01 -08:00
anthony 19e7387702 build fix 2011-01-28 19:19:53 -08:00
Frank e9652e67ad migrate premium to oss 2011-01-28 16:07:46 -08:00
Alex Huang 2ec5bef63f eclipse workspace changes 2011-01-20 10:31:18 -08:00
anthony 8bc7118c4f eclipse fix 2011-01-14 11:39:12 -08:00
Kevin Kluge 3df2faa7dd update ssvm-check for the new command line params 2011-01-13 22:42:27 -08:00
Chiradeep Vittal 322a8f8126 correct typo 2011-01-13 12:36:38 -08:00
Chiradeep Vittal 935734868f open up logging for secondary storage 2011-01-13 12:36:37 -08:00
nit 6850a0ae9a bug 7519 : Opening eth2 for public traffic on ssvm. Implementing the ip firewall for zone to zone copy in the Apache layer. Disabling directory listing for extract server root. 2011-01-11 20:05:35 +05:30
Edison Su c12e96dcc3 add missing files 2011-01-06 12:25:50 -05:00
Kevin Kluge 4fd7a83645 allow service cloud stop to stop the java process 2010-12-10 15:30:07 -08:00
Alex Huang 28aa64287f removed VirtualMachineGuru from UserVmManagerImpl 2010-12-08 17:08:29 -08:00
Kevin Kluge 1b666f3f19 apply a fix mike gave to a customer to keep the SSVM running and recovering 2010-12-06 21:59:26 -08:00
Kelven Yang 92815fc9f7 bug 7228: the exception found in this bug actually does not affect normal function but rather a ugly log message. add some protection to ignore invalid parameter from URL 2010-12-06 11:58:33 -08:00
Kelven Yang 864c35d615 bug 7316: VMware send unrecognized ZLRE encoding packet, switch to less-efficient but widely supported basic encoding mode. As the encoding is used between console proxy and the target host, which is within backend local network, it shouldn't affect AJAX performance 2010-12-06 11:43:24 -08:00
Frank Zhang cbbcbb3c0e remove console-proxy/wscript_build 2010-12-04 23:03:24 -08:00
Kelven Yang cc7dc5e6be Persist disk chain info when we detach a volume, check disk chain info when we attach a volume, this is required when snapshot operations are involved in vwmare 2010-12-03 18:59:23 -08:00
Alex Huang 9a70ee54f0 portforwarding is working 2010-12-03 08:48:03 -08:00
edison 5dc0e5d56c remove the hardcode configuration 2010-11-19 17:21:05 -08:00
Kelven Yang 5490577469 1) Remove forwarding between eth1 and eth2 as it does not solve the problem of asymmetic routing
2) correct Eclipse project settings
3) If VM is hosted by vmware hypervisor, give the previous host preference to start on to fit VMware's VM-centric model
2010-11-17 15:55:04 -08:00
Alex Huang 2628b0c994 more componentlocator changes 2010-11-17 04:49:38 -08:00
Kelven Yang 40e8cb83a6 update eclipse project settings for removal of gsson1.3 2010-11-16 23:00:40 -08:00
Chiradeep Vittal 2724f059a6 fix apache2 config for ssvm 2010-10-20 10:54:25 -07:00
edison 139ff273ff fix systemvm template for kvm, using chiradeep's latest debian template 2010-10-05 20:41:39 -07:00
Kelven Yang 5f3bb36650 1) Merge following change from 2.1.X
Add time stamped ticket to console access URL to make it more secure

2) Fix a problem caused by the inconsistency of using different path seperator between windows platform and linux platform
2010-10-04 15:31:05 -07:00
edison cb1bbd49e4 add a public.ip option in console-proxy agent.properties 2010-09-29 18:40:49 -07:00
Alex Huang 7249f168d5 more file changes 2010-09-09 13:27:20 -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
Chiradeep Vittal c9da15ff5e Issue #: 4203 restart java agent 2010-08-27 18:22:22 -07:00
Chiradeep Vittal 5bd4c7afbf Issue #: 4203 restart java agent 2010-08-27 18:15:31 -07:00
edison 53df26daaa "Add host" for kvm:
The sequence:
1. add host in UI
2. scp setup_agent.sh to agent host, and execute it. This script receives hostip,zoneid, podid and guid, then runs "cloud-setup-agent" and "cloud-setup-console-proxy". Here, we assume that network/hostname and cloud-agent are already configed and installed.
3. Write a dummy kvm resource into the database, then wait for agent connects to server, by polling the database for every 1 minutes. If it finds the agent is in UP state in database, then return, or wait for at least 10 minutes.
2010-08-13 23:19:36 -07:00
edison dc005b9b9c add setup_agent.sh, the first script running during add host
Make cloud-setup-agent/console-proxy in unattended mode
2010-08-11 19:31:07 -07:00
Manuel Amador (Rudd-O) 05c020e1f6 Source code committed 2010-08-11 09:13:29 -07:00