1429 Commits

Author SHA1 Message Date
alena
5743db87e1 bug 5482: build Error api response based on responseType(xml, json) specified in the request instead of using default HttpServlet error response format
status 5482: resolved fixed
2011-01-04 15:08:12 -08:00
Alex Huang
61dd3b3bf9 bug 7865: Changed ip allocation for guest network to happen during allocation and not reserve time so ip address won't keep changing 2011-01-04 15:01:34 -08:00
Alex Huang
4eba6d10d7 Moved State into VirtualMachine like other States of objects 2011-01-04 15:01:34 -08:00
anthony
83f3884412 adding change VM guest os type api 2011-01-04 15:01:26 -08:00
Kelven Yang
962aea710b Cluster details java files 2011-01-04 02:44:36 -08:00
anthony
a72646307b findDirectAgentToLoad ordered by clusterId 2011-01-04 12:32:38 -08:00
kishan
fb6310e993 bug 6947: removed network type from service offering APIs
status 6947: resolved fixed
2011-01-04 13:22:41 +05:30
kishan
ce3c794bd3 bug 6916: check for removed account for ListVMs. Moved realated code to userVm Manager
status 6916: resolved fixed
2011-01-04 13:07:49 +05:30
alena
0b7a15ab99 bug 7348: reapply PortForwardingRules (including 1-1 Nat), LB rules, Vpn as a part of domr Stop/Start
status 7348: resolved fixed

More fixes:
* Update user_statistics on each domR stop/reboot
* Reset dhcpData/userData as a part of domR stop/reboot
* More logging for domR commands
2011-01-03 23:00:05 -08:00
alena
d18eaa840e bug 7798: removed vpn events generation from RemoteAccessVpnManagerImpl as we already generate it in ApiDispatcher code.
status 7798: resolved fixed
2011-01-03 23:00:05 -08:00
Kelven Yang
7c5895d7d5 Bug 7598: add management server restart and peer-cleanup within cluster handling to async job processing 2011-01-03 16:47:46 -08:00
keshav
92d9e35110 Added a method to find external network appliances that need to be reconnected. 2011-01-03 16:12:36 -08:00
Kelven Yang
f350532453 Bug 5419: use transaction lock instead of global lock when performing domain deletion operation 2011-01-03 15:10:24 -08:00
Kelven Yang
473700481e Bug 7662: if capacity.check.period is given 0 or negative value, fall back to default value 2011-01-03 14:38:29 -08:00
kishan
511c780e97 bug 7754: added userId and accountId for deleteUser event
status 7754: resolved fixed
2011-01-03 16:42:54 +05:30
kishan
bf2b28a70f bug 7544: check for null host before getting its status
status 7544: resolved fixed
2011-01-03 14:26:35 +05:30
kishan
02ae55cc96 bug 7389: made ip optinal for list pf rules, all rules for the account will be listed when ip is not available
status 7389: resolved fixed
2011-01-03 13:47:18 +05:30
will
fa7504532e Merging from 2.2Beta3 where network was not showing network dedicated to an user 2010-12-31 00:52:01 -08:00
will
18d4c97b55 Fixed problem with displaying direct network dedicated to non-admin accounts. 2010-12-31 00:52:00 -08:00
Kelven Yang
7a66300fc9 Update test to avoid eclipse compiling error 2010-12-30 21:07:00 -08:00
keshav
283551d34e End the enum with a semicolon 2010-12-30 20:48:56 -08:00
keshav
ead0ee07dd Changed category of "DirectNetworkNoDefaultRoute" configuration value to "Network". 2010-12-30 20:36:00 -08:00
Alex Huang
1df2f6b01b More copy and paste crap that I had to fix. Are there more? 2010-12-30 20:30:45 -08:00
Edison Su
345d2ab81f remove the unused use.new.networking configuration 2010-12-31 13:26:39 -05:00
Kelven Yang
3a6a7e30ce Make management server peer in cluster to help cleanup left-over pending jobs 2010-12-30 18:53:26 -08:00
Alex Huang
62702a2f41 no default route sent for direct network 2010-12-30 17:21:17 -08:00
alena
367cd8dfc9 bug 7780: Assign vm to the group during vm deploy if "group" parameter is specified
status 7780: resolved fixed
2010-12-30 17:00:13 -08:00
Kelven Yang
9e2cbbe0dd Make AddCluster Command return standard json object format 2010-12-30 16:38:31 -08:00
abhishek
3e1f782edd bug 7606: adding delete vlans and ip addresses during zone deletion
status 7606: resolved fixed
2010-12-30 15:48:35 -08:00
anthony
951d86f41f bug 7782: check if hypervisor type is specified before creating cluster
status 7782: resolved fixed
2010-12-30 15:46:12 -08:00
Alex Huang
dc7de43aff release the nic state 2010-12-30 15:19:40 -08:00
Edison Su
7384d1b97a bug 7717: fix the bug that call the wrong fucntion to set netmask
status 7717: resolved fixed
2010-12-31 08:02:57 -05:00
anthony
924acfff40 add lastping back to findDirectAgentToLoad function,
after MS restart or one MS crash, in markHostsAsDisconnected, all hosts managed by this MS are marked at Dieconnected, and lastping is set to curent time minus 10 minutes, to make sure reconnect happen w
2010-12-30 14:39:02 -08:00
alena
6576dd1273 Fixed NPE in listNetworks (handle the case when Zone service provider is NULL) 2010-12-30 14:31:40 -08:00
anthony
4208d6ccd1 port 3b1481598e4365b0d3925fa607804d28e433753e from 2.1.x 2010-12-30 14:15:27 -08:00
will
40f34c4388 Removed guestIp check when upgrading the service offering of a VM. It should not be used anymore since 2.2 network refactoring. 2010-12-30 13:21:01 -08:00
anthony
65a55ff7b1 bug 7215:
it may be caused by following result
1. there is no hosts up in this cluster, then there is no host we can send remove from pool command.
2. pool-eject failed

in above cases, the host is still removed from cloudstack, and alert is sent out to require run pool-eject manually

status 7215: resolved fixed

Conflicts:

	server/src/com/cloud/agent/manager/AgentManagerImpl.java
2010-12-30 11:50:28 -08:00
alena
225f15899d bug 7776: Fixed setting netmask for guest domR network
status 7776: resolved fixed
2010-12-30 10:49:40 -08:00
alena
dfecc1f448 Changed account state to be in lower case. 2010-12-30 09:57:59 -08:00
alena
0a3895a923 Fixed user login problem - ignore case when verify user/account state 2010-12-30 09:41:30 -08:00
Alex Huang
d4b56e89c3 changed expunge to do stop earlier. 2010-12-30 06:51:08 -08:00
Alex Huang
da4ed648ac consolidated all of the vm destroy, cleanup and account cleanup. 2010-12-30 05:46:54 -08:00
Kelven Yang
e7749afdfe Bug 7772: Add hypervisor type to snapshots table, fix issues with createVolumeFromSnapshot if snapshot was taken under data volume 2010-12-29 21:54:17 -08:00
alena
bd788b1827 Fixed RemoteAccessVpn apis 2010-12-29 21:36:44 -08:00
will
de6b9eb0e2 - Fixed NPE caused when calling listRemoteAccessVpn API command with no vpn record in DB.
- Fixed UI to pass in ipaddress when you create/delete remote access vpn.
2010-12-29 21:14:48 -08:00
anthony
98146d3b15 bug 5559: support snapshots on local disk
status 5559: resolved fixed
2010-12-29 19:55:12 -08:00
keshav
3da09345c9 Changed schema to keep track of which public IP address and host a user statistics entry is for 2010-12-29 19:14:35 -08:00
anthony
466dff8757 bug 7751: if discover is not found for a hypervisor type, print meaningful message here
status 7751: resolved fixed
2010-12-29 18:40:47 -08:00
root
c6847f001a bug 7760: fix a regression when adding host
status 7760: resolved fixed
2010-12-29 19:38:20 -05:00
abhishek
2d6875f711 bug 7386: fixing the recurrent snapshots
status 7386: resolved fixed
2010-12-29 16:23:37 -08:00