3756 Commits

Author SHA1 Message Date
Ragnar B. Johannsson
83b3580c32 Merge branch 'master' of git.cloud.com:/var/lib/git/cloudstack-oss
Conflicts:
	client/tomcatconf/commands.properties.in
	core/src/com/cloud/vm/UserVmVO.java
	server/src/com/cloud/configuration/DefaultComponentLibrary.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
2011-01-12 17:06:08 +00:00
Ragnar B. Johannsson
3e59707dd2 Added user_vm_details table and corresponding access objects.
Moved saved encrypted passwds for getVMPassword API cmd to this new table.
Removed SSH keypair id from UserVm - only public key is needed.
2011-01-12 16:32:36 +00:00
nit
58a80d57cc Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-01-12 19:37:42 +05:30
nit
d5297519a5 bug 7519 : Some additional code. 2011-01-12 19:35:28 +05:30
kishan
6bb4af8381 bug 6947: removed network type from service offering APIs
status 6947: resolved fixed
2011-01-12 19:13:09 +05:30
nit
dce1e2031b bug 7519 : Extract links would have Java genereated UUID instead. 2011-01-12 16:53:42 +05:30
anthony
8b425e6313 need to check state every 2 second 2011-01-11 19:36:55 -08:00
will
5b4f410621 bug 7803: Fixed vm wizard to accomodate the new defaulted networks. The only case that doesn't work yet is when the virtual network is "unavailable". Need to fix that still. 2011-01-11 19:08:23 -08:00
Frank
870d0835a5 bug 7722: open vswitch - add entities to tunnel table/vlan mapping table when
host connect, this make these tables lock free(for table lock)
2011-01-11 19:04:37 -08:00
anthony
7add7643e3 bug 7748: need to make sure domr is up before start user VM, if domr is not up within 5 minutes, throw exception
status 7748: resolved fixed
2011-01-11 18:58:20 -08:00
anthony
beb97057e1 reconnect hosts after MS restart 2011-01-11 18:09:01 -08:00
anthony
5b68027d3a bug 7858: for untagged vlan, broadcastRUi is vlan://untagged
status 7858: resolved fixed
2011-01-11 18:09:01 -08:00
Alex Huang
6d9442be54 Finished all merges and unit testing 2011-01-11 18:02:09 -08:00
Alex Huang
6e6e8ff876 better expunge and destroy of volumes 2011-01-11 18:02:09 -08:00
Alex Huang
7f597e594c added work list to vm start 2011-01-11 18:02:09 -08:00
Alex Huang
ad4ed5b2fd added hypervisor type to vm 2011-01-11 18:02:09 -08:00
Jessica Wang
771cc63145 bug 7861: secondary storage page - implement "Add Secondary Storage" button. 2011-01-11 17:29:57 -08:00
abhishek
ff7bbe34cb better param desc for createUser 2011-01-11 17:26:20 -08:00
abhishek
eec9f5f6f6 A minor fix to take into account stopping of a vm in stopping state. We will get a concurrentmodificationexception, and end in errorinmaintenance. This behavior is consistent with how stop works for cpvm. 2011-01-11 17:11:41 -08:00
Jessica Wang
109846f605 bug 7861: after adding secondary storage successfully, click secondary storage node under the zone. 2011-01-11 17:10:57 -08:00
Jessica Wang
af3ce884cb bug 7861: secondary storage page - refresh page when clicking between different secondary storage node. 2011-01-11 16:49:50 -08:00
will
866fb132fd bug 7803: Added ability to specify whether a direct network is default or not. 2011-01-11 16:44:50 -08:00
Jessica Wang
72b4552f01 bug 7861: secondary storage page - implement "Delete Secondary Storage" action. 2011-01-11 16:40:36 -08:00
Jessica Wang
6c45b92a68 bug 7861: secondary storage page - implement details tab. 2011-01-11 16:15:57 -08:00
alena
620e7e0305 Implemented list by trafficType in listNetworks command 2011-01-11 16:06:58 -08:00
Jessica Wang
cdc1b6db23 bug 7861: include secondarystorage.js in index.jsp 2011-01-11 16:06:15 -08:00
Jessica Wang
c0b520c596 bug 7861: add JavaScript file, JSP file for secondary storage page. 2011-01-11 16:04:11 -08:00
alena
6ebbff60f4 Fixed Api xml doc generator 2011-01-11 15:26:04 -08:00
anthony
1fd84fbcfa xen hyperviosr used 128 M memory 2011-01-11 15:19:11 -08:00
will
75ab3a554c Added a missing semi-colon 2011-01-11 14:56:05 -08:00
Jessica Wang
6090582d0a bug 7861: zonetree - add "Secondary Storage" node under zone node. 2011-01-11 14:44:08 -08:00
will
5490c4ee02 Added ability to allow users to select language support. 2011-01-11 14:34:42 -08:00
abhishek
45805db737 adding descriptions to lun commands, to be consumed by the xsl transformer 2011-01-11 14:24:59 -08:00
alena
5dfe399c1a bug 7803: introduces new parameter "is_default" for the network. DeployVm requires 1 default network to be specified, other networks (if any) have to be secondary
status 7803: resolved fixed

Fix overview:

1) Parameter "isDefault" should be defined as a part of createNetwork
* Virtual network is always default
* Parameter can be specified only for DirectNetwork
* Once parameter is set, there is no way to change it as we don't provide updateNetwork command.
2) Added isDefault parameter to listNetworks command so you can sort by that.
3) DeployVmCmd:
* at least one default network should be set
* if more than 1 default network is set - throw an error
4) Return isDefault information as a part of Nic object for the vm response in deploy/stop/start/listVm
2011-01-11 14:22:26 -08:00
abhishek
e28882b8ee eliminating use of multiple variables; using the same var for all protocols (denoting ports for tcp/udp and type/code for icmp) 2011-01-11 14:20:02 -08:00
Jessica Wang
2e84e9fc92 bug 7738: volume page - snapshot tab - create template from snapshot dialog - add isFeatured dropdown. 2011-01-11 14:19:30 -08:00
abhishek
e4c3f556c2 bug 7942: we were not using the right values for record creation when the proto=icmp. Using the right vals
status 7942: resolved fixed
2011-01-11 13:57:53 -08:00
NIKITA
04e27c9d12 Custom Login background has been modified 2011-01-11 13:32:29 -08:00
abhishek
8995a0afb6 adding more logging for the corner case 2011-01-11 12:14:13 -08:00
abhishek
95756802e3 bug 7899: this seems to be a corner case, and from the logs, there was a vol with no pool id associated with it. Adding a check against it, as this should never happen
status 7899: resolved fixed
2011-01-11 12:11:46 -08:00
will
5c275827ad Initial support for allowing users to change their UI skin. 2011-01-11 12:08:53 -08:00
Jessica Wang
f60aedaa95 template page - add "Type" row (whose value is like "SYSTEM", "USER", "BUILTIN"). 2011-01-11 11:48:48 -08:00
Jessica Wang
2f97f6a374 Security Group page - ingress rule tab - fix a bug that validation fails when selected protocol is ICMP. 2011-01-11 11:13:22 -08:00
Jessica Wang
00e34cd146 bug 7134: VM Wizard - step 4 - for basic zone - show "security group is currently not available" if getDirectAttachSecurityGroupsEnabled() is not true or hypervisor of selected template is VmWare. 2011-01-11 10:51:07 -08:00
abhishek
a8da46845d adding some more descriptions, to be consumed by the xsl transformer 2011-01-11 10:46:07 -08:00
Ragnar B. Johannsson
ee923e5797 Added HTTP Header 'X-Description' to API error responses.
For easy access to API error descriptions in the CloudBridge.
2011-01-11 18:27:03 +00:00
Jessica Wang
4e967e3568 bug 7134: VM Wizard - step 4 - basic zone - allow the user to select the default security group. 2011-01-11 10:08:50 -08:00
nit
ffe387ab5b Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-01-11 20:08:24 +05:30
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
Frank
c6683c2eab bug 7722: open vswitch -
refine ovs plugin, create a separate plugin instead of messing with vmops
refine gre tunnel, maintains tunnel in database instead of plugin
fix an arp issue cause by overlap vlan range
2011-01-11 02:55:36 -08:00