Commit Graph

408 Commits

Author SHA1 Message Date
anthony 754d115bdb bug 11497:
1. remove Garbagecollection primary storage allocator. other storage allocators fails may because there is primary storage with the same tag, it is not caused by no primary storage capacity.
2. delete template will try to delete templates in secondary storage in the API.

status 11497: resolved fixed

GarbageCollecting
2012-01-12 16:16:42 -08:00
Edison Su 5e447ad17c bug 11463: simulator uses a seperate db source, to get it faster
status 11463: resolved fixed
2011-11-03 17:28:48 -07:00
frank 1e421bbce9 Bug 11670 - OVM - HA failed when host is disconnected from network
status 11670: resolved fixed
2011-10-13 14:44:58 -07:00
Jessica Wang cdfa1cfa8b bug 11481: cloudStack 2.2 - add localization labels. 2011-10-07 15:53:27 -07:00
Jessica Wang 73ff8a022a bug 11481: cloudStack 2.2 - router page - add "Migration System VM" action. 2011-10-07 15:40:25 -07:00
Jessica Wang 7e991b966e bug 11481: cloudStack 2.2 - system VM page - add "Migration System VM" action. 2011-10-07 15:04:36 -07:00
prachi 2f19599fe9 Bug 11481 - get manual live migration working with all VMs
Changes:
- Added a new API  'migrateSystemVm'  backed by MigrateSystemVMCmd.java to migrate system VMs (SSVM, consoleproxy, domain routers(router, LB, DHCP))
- This is Admin only action
- The existing API 'migratevirtualmachine' is only for user VMs

Conflicts:

	api/src/com/cloud/api/ResponseGenerator.java
	api/src/com/cloud/api/commands/ListHostsCmd.java
	api/src/com/cloud/server/ManagementService.java
	api/src/com/cloud/vm/UserVmService.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/server/ManagementServerImpl.java
2011-09-29 18:11:08 -07:00
Jessica Wang e13d2dc2dc bug 11570: cloudStack 2.2 - network page - add external load balancer dialog - add new field "mode" (side by side/inline). 2011-09-29 15:11:26 -07:00
frank eb01008519 change client/.project to client not vmopsClient 2011-09-22 13:37:52 -07:00
Kelven Yang d5cc708143 Let VmwareInvestigator return fake but meaningful investigation result 2011-09-14 17:03:39 -07:00
Kelven Yang c0f472b768 bug 11286: ensure VM is powered off before we tear down devices 2011-09-14 16:14:32 -07:00
Kelven Yang 8c56bfffbc add VmwareInvestigator and VmwareFencer, use short worker VM name to avoid vCenter truncation 2011-09-14 15:14:36 -07:00
Sheng Yang 3ba15fe813 bug 11307: Add destroyRouter command 2011-09-14 03:05:47 -07:00
alena 0c127890ea bug 11036: resource count update is refactored
status 11036: resolved fixed

1) Use row locks instead of global lock when update resource_count table. When update resource_count for account, make sure that we lock account+all related domains
2) Insert resource_count records for account/domain at the moment when account/domain is created.
3) As a part of DB upgrade, insert missing resource_count records for all non-removed accounts/domains
2011-09-13 10:47:55 -07:00
Jessica Wang a9e1823687 bug 11042: cloudStack UI - remove "cloud.com" from Force Stop VM warning. 2011-09-12 14:34:03 -07:00
Jessica Wang 7fb32b6dc2 cloudPortal - add new localization labels. 2011-09-09 14:51:28 -07:00
David Nalley 306894ed49 bug 11361: removing duplicate entries from message.properties
status 11361: resolved fixed
Most of these were truly duplicates. In the one case that was not a duplicate, I checked the behavior in CloudStack and used the string that it presented.
2011-09-07 20:29:09 -04:00
Jessica Wang 8be176b55d cloudStack - add new localization labels. 2011-08-30 15:18:21 -07:00
Jessica Wang d12a92939d bug 11261: cloudStack - host page - Edit Host action - (1) make hosttags editable. (2) consolidate update OS category from dialog box to main screen. 2011-08-25 17:27:15 -07:00
Jessica Wang 4ff163ad20 cloudStack - add new translation labels. 2011-08-24 14:10:22 -07:00
frank ca7fb65ca2 full opensource 2011-08-23 19:23:49 -07:00
Jessica Wang 4e0a12f94e cloudStack - add new localization labels. 2011-08-22 13:55:59 -07:00
Edison Su df6bee4061 add template for simulator 2011-08-18 11:37:50 -07:00
frank 6c98aa9173 Fix typo in cloud-management script 2011-08-12 18:16:40 -07:00
Jessica Wang b9dcb51cf2 cloudStack - add new localization labels. 2011-08-10 19:23:08 -07:00
Chiradeep Vittal 924961d898 merge nectarine 2011-08-08 21:45:37 -07:00
alena 06d007337a bug 10561: intermidiate checkin for FirewallRuleFeature
1) Added new apis: createFirewallRule, deleteFirewallRule, listFirewallRules
2) Modified existing apis - added boolean openFirewall parameter to createPortForwardingRule/createIpForwardingRule/createRemoteAccessVpn. If parameter is set to true, open firewall on the domR before creating an actual PF rule there
Modified backend calls appropriately.
3) Schema changes for firewall_rules table:
* startPort/endPort can be null now
* added icmp_type, icmp_code fields (can be not null only when protocol is icmp)
4) Added new manager - FirewallManagerImpl
2011-08-08 20:59:40 -07:00
Kelven Yang 39a3d82f11 Add prepareTemplate command(admin only) to allow pre-loading template into primary storage 2011-08-08 18:37:26 -07:00
Chiradeep Vittal 8277584b8a merge ELB / nectarine branch 2011-08-08 15:20:56 -07:00
alena 8d47c53735 Revert "bug 10435: removed vpn feature"
This reverts commit ea9e1b5d138950e8de49fce7ffdbb12a1c72c560.

Conflicts:

	api/src/com/cloud/api/ResponseGenerator.java
	scripts/vm/hypervisor/xenserver/vmops
	server/src/com/cloud/configuration/Config.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManager.java
	server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
2011-08-02 18:12:57 -07:00
frank eda4a61a96 Add DB integrity checker, it checks:
1. Are there multiple hosts connect to the same local storage pool due to 2.1.x bug
2. Is there any missed premium upgrade

either true answer of above cause mangemnt stopping and asking user to contact Cloud.com support
2011-07-30 17:22:33 -07:00
frank 50b665d713 Add DB integrity checker, it checks:
1. Are there multiple hosts connect to the same local storage pool due to 2.1.x bug
2. Is there any missed premium upgrade

either true answer of above cause mangemnt stopping and asking user to contact Cloud.com support
2011-07-30 17:22:09 -07:00
Jessica Wang 5e38a47127 cloudStack - Elastic Load Balancer - remove an obsolete localization label. 2011-07-28 16:43:27 -07:00
Jessica Wang 2abb982469 cloudStack - add new localization labels. 2011-07-27 19:41:56 -07:00
frank 37fc68bcd3 Bug 10860 - PremiumUpgrade is not run when upgrading to 2.2.8
Use a new target "system-integrity-checker" in components.xml/components-premium.xml.
All checkers must be explicitly specified in XML file, they will execute before any components load

status 10860: resolved fixed
2011-07-27 17:47:09 -07:00
frank 1381c58fa1 Bug 10860 - PremiumUpgrade is not run when upgrading to 2.2.8
Use a new target "system-integrity-checker" in components.xml/components-premium.xml.
All checkers must be explicitly specified in XML file, they will execute before any components load

status 10860: resolved fixed
2011-07-27 17:32:12 -07:00
Jessica Wang 5a3dd61245 cloudStack - update localization labels. 2011-07-27 14:00:02 -07:00
Jessica Wang 9a5304911b cloudStack - update localization labels. 2011-07-27 12:06:18 -07:00
Chiradeep Vittal cd8e069f80 Acquire an ip and launch an ELB vm 2011-07-27 12:00:07 -07:00
Jessica Wang 105edff968 bug 10631: cloudStack - Instance page - Create Template from VM - add Image Directory input field. 2011-07-27 11:31:06 -07:00
Jessica Wang 532e1ca79c bug 10631: cloudStack - add new localization labels. 2011-07-27 10:45:02 -07:00
Jessica Wang d279f566af cloudStack - correct localization label. 2011-07-26 10:17:58 -07:00
Jessica Wang 75217ec1cc cloudStack - network page - Edit Network action - show spinning wheel in action (Edit Network is async now). 2011-07-22 13:41:19 -07:00
Jessica Wang 0ffc59fc62 cloudStack - add new localization labels. 2011-07-20 14:34:12 -07:00
Jessica Wang 0ae56fa0f9 cloudStack - add new localization labels. 2011-07-20 13:45:34 -07:00
Jessica Wang f06ea553c9 cloudStack - add new localization labels. 2011-07-20 11:32:38 -07:00
alena 4d7cc54763 bug 10328: updateAccount is no longer available for domainAdmin
status 10328: resolved fixed
2011-07-15 15:27:23 -07:00
Jessica Wang 140d872259 cloudStack - UserVM page - Stop VM action - add option "Force Stop". 2011-07-11 15:50:47 -07:00
frank 5a9233f4ea Bug 10679 - increase file descriptor limit to 4096
Resolved fixed
2011-07-11 15:06:51 -07:00
Alex Huang b9d4d65714 more logging to figure out problems with gson 2011-07-11 14:18:12 -07:00