Commit Graph

2355 Commits

Author SHA1 Message Date
alena a4dbcf4880 bug 10456: fixed NPE - get account info from the volume when create private template from volume
status 10456: resolved fixed
2011-06-27 09:36:14 -07:00
alena 18417305ed bug 10444: added upgrade path from 2.2.6 to 2.2.7
status 10444: resolved fixed
2011-06-24 12:04:41 -07:00
alena af08b2e0a9 Always add default security group when deploy vm in Basic zone 2011-06-23 19:54:12 -07:00
alena ec8ca477a0 bug 10435: removed Remote access vpn feature (including management server code, UI, backend - domR and dom0 - scripts)
status 10435: resolved fixed
2011-06-23 18:39:25 -07:00
kishan 26d33bde9d bug 6442: Added finalizeStop when VM is being force stopped
status 6442: resolved fixed
2011-06-16 18:49:05 +05:30
anthony c2dad312a5 got correct username and password for host 2011-06-13 20:31:45 -07:00
anthony 1ac24cf4c8 fixed uri.scheme null bug 2011-06-13 19:32:02 -07:00
Alex Huang 024603ddb6 fixes a bug when on deploy vm, if the first host chosen has problem then the deploy failed 2011-06-13 16:31:39 -07:00
Kelven Yang 04060508e8 Improve the user experience (to have less room for customer to make mistakes) to add host to an existing VMware cluster 2011-06-13 11:39:06 -07:00
Alex Huang 2f4ffb590e bug 10094: fixed more crap 2011-06-13 10:51:32 -07:00
Alex Huang 77d9d28072 bug 10094: distinguish between no transition from one state to another vs there's a concurrent operation 2011-06-13 01:41:30 -07:00
Alex Huang 19ab85eb17 bug 10094: propagating 841c948f507ab023192ae9f7e406a7cac59d74b3 2011-06-12 09:35:19 -07:00
Kelven Yang 0ec9013a8f bug 10214: merge control network and guest network into one interface for VMware basic mode 2011-06-10 11:47:42 -07:00
alena 2ae3b4e609 Revert "bug 10199: don't allow network offering Name modification."
This reverts commit 97f2b9936a8b9e3a057116d327b058253458b4ef.

Use the following solution instead:

* add unique_name field to the network_offerings table. Use this filed as a unique offering identifier in the code
* Added db upgrade steps to 225to226 sql script
2011-06-09 11:53:36 -07:00
alena df5d40dc32 bug 10199: don't allow network offering Name modification.
UI has to be fixed as well
2011-06-08 17:39:23 -07:00
Kelven Yang 766a501b59 Fix the annoying NPE in StatsCollector 2011-06-08 16:53:54 -07:00
alena b56fd81ce5 bug 10179: don't insert config record if it's already present in the db
status 10179: resolved fixed
2011-06-07 15:40:20 -07:00
nit 2e5afd4684 bug 9922 : My ISOs shouldnt list Featured ISOs when the user is not the owner of those isos.
status 9922: resolved fixed
2011-06-07 12:25:08 +05:30
alena 6fe45923f6 Added upgrade path from 225 to 226 2011-06-06 12:43:13 -07:00
alena 859ea3c5d9 bug 10166: drop account_id/domain_id fields (if exist) in domain_router table
status 10166: resolved fixed
2011-06-06 12:38:34 -07:00
Alex Huang 2d7513afeb Fixes the issue where the Job-Executor can hit an exception in cleanup and eventually the entire executor pool is gone. 2011-06-02 09:54:03 -07:00
Alex Huang 49650f3eb6 host_address in storage_pool should not have gotten the change to char(40) 2011-06-02 09:51:17 -07:00
alena cf6406695b bug 10080: update nic profile with DNS info for the nics with reservation_strategy=Create
status 10080: resolved fixed
2011-06-01 17:03:59 -07:00
anthony 1fb75c57e7 bug 10100 : if there are more than one hypervisor type in one zone, create_template_from_snapshot may be sent to host with diferent hypervisor type
status 10100 : resolved fixed

Conflicts:

	server/src/com/cloud/storage/StorageManager.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
2011-06-01 15:37:54 -07:00
anthony 36a04e4343 bug 10023: only set ip route for internal DNS
merge to 2.2.4 branch

status 10023: resolved fixed
2011-06-01 10:50:36 -07:00
Prasanna Santhanam c12654afb5 don't do a cidr check for the simulator 2011-05-26 14:35:48 +05:30
Prasanna Santhanam 465ef61a14 moving simulator classes to premium 2011-05-26 14:35:48 +05:30
Prasanna Santhanam 64e2f1da95 refactoring the simulator for 2.2 2011-05-26 14:35:48 +05:30
alena 1d27e541f9 Fixed security issue in api - regular user can operate only with his own resources (except for the template - when the template is public, it's available for everyone) 2011-05-24 18:41:22 -07:00
anthony b9fdb44000 fixed snapshot limitation issue 2011-05-24 14:54:16 -07:00
alena 5ff3cb0a1f Insert default security group to the network_group table when do 21x to 222 upgrade 2011-05-23 12:32:10 -07:00
Edison Su eb753bcacd bug 9937: move use.local.storage to FOSS 2011-05-22 14:37:49 -04:00
alena 2e5e12df54 bug 9858: added missing security checks to listAsyncJobs command
status 9858: resolved fixed
2011-05-21 14:57:37 -07:00
alena cd99334d4f bug 9961: use 'firewall_rules'.'is_static_nat' field to make a decision about what version to return - 221 or 222
status 9961: resolved fixed
2011-05-21 12:40:30 -07:00
alena afc9982f5f Don't allow to specify security groups when deployVm in Vmware setup.
Also fixed a couple of other problems:
* verify security group ids before vm creation
* don't create "default" security group (if missing) as a part of deployVm process when vm is deployed from vmWare template

Conflicts:

	server/src/com/cloud/network/security/SecurityGroupManagerImpl.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
2011-05-20 18:57:06 -07:00
alena 3fe1ffc8f7 bug 9941: fixed listVolumes api - use leftouter join with vm_instance table because instance_id is NULL for detached volumes
status 9941: resolved fixed
2011-05-19 18:44:18 -07:00
alena b485acf8ee Fixed upgrade bug related with the fact that some db upgrade steps were missed in 2.2.0/2.2.1 to 2.2.2 db upgrade 2011-05-19 15:25:58 -07:00
Alex Huang fa5797b774 fixed problem with templates being too long 2011-05-19 15:22:44 -07:00
alena 0be5965a90 bug 9939: create 'default' security group for default "admin" user only after ensuring that it doesn't exist already
status 9939: resolved fixed
2011-05-19 11:18:48 -07:00
alena c2c0d0192a bug 9934: use another way to check if the foreign key already exists
status 9934: resolved fixed
2011-05-18 20:38:27 -07:00
alena 6fbc65b66c Fixed bunch of db upgrade bugs. 2011-05-18 17:36:51 -07:00
alena b7c68d1dc5 Added upgrade path from 224 to 225 to DbUpgradeChecker 2011-05-17 21:05:02 -07:00
Kelven Yang 7fff1cfec0 bug 9892: decode url sent from UI to deal with whitespace in names 2011-05-17 18:16:40 -07:00
alena c0256faa10 Added upgrade from 224 to 225 2011-05-17 16:39:07 -07:00
alena 629140af2d bug 9873: create default security group for the default admin
status 9873: resolved fixed

Conflicts:

	setup/db/create-schema.sql
2011-05-17 15:13:48 -07:00
alena 550a4cda66 bug 9873: always add default security group to the SG list when deploy vm in 1) Basic zone 2) Advance zone using SG enabled network
status 9873: resolved fixed

Following fixes were made as a part of the checkin:

* When deploy user vm and default SG doesn't exist in the DB, create it automatically.
* SecurityGroup enabled use vm start: if map to default group is not present in security_group_vm_map table, create one.
* Added "name" (securityGroupName) parameter back to deleteSecurityGroup/authorizeSecurityGroupIngress/deployVm. Mutually exclusive with security group id parameter.
2011-05-17 14:23:18 -07:00
Alex Huang ca84d4e496 bug 9883: moved network prepare to earlier to avoid the storage being created and therefore cements the vm in the pod 2011-05-17 12:34:24 -07:00
kishan 2b04360566 bug 9891: update network_id for ExternalFirewall and ExternalLoadBalancer device_types
status 9891: resolved fixed
2011-05-18 00:52:14 +05:30
alena 9f65b08c7f bug 9898: fixed attachIso by domain admin - no need to make permission check when iso is public
status 9898: resolved fixed
2011-05-17 11:08:51 -07:00
kishan b0cc754c85 bug 9891: update network_id for ExternalFirewall and ExternalLoadBalancer device_types
status 9891: resolved fixed
2011-05-17 19:55:56 +05:30