Kris McQueen
|
2740ba6c40
|
final merge of master->2.1.refactor preparing for merge back into master
|
2010-10-12 14:46:24 -07:00 |
|
Jessica Wang
|
cde98c9ba3
|
new UI - Disk Offerings page - implement Create Disk Offering action.
|
2010-10-08 09:22:37 -07:00 |
|
anthony
|
93f3205a84
|
change the script
|
2010-10-07 23:24:25 -07:00 |
|
Jessica Wang
|
c110e4e443
|
new UI - Service Offerings page - implement Create Service Offering action.
|
2010-10-07 19:58:06 -07:00 |
|
Jessica Wang
|
c385ead5f9
|
new UI - add Global Settings page.
|
2010-10-07 19:19:04 -07:00 |
|
edison
|
2f39664f94
|
maybe it was an incorrect merge that snapshot was disabled for KVM
Re-enable it.
|
2010-10-07 18:56:42 -07:00 |
|
Jessica Wang
|
392280accb
|
new UI - add Disk Offerings page.
|
2010-10-07 18:30:41 -07:00 |
|
Kelven Yang
|
0d64b460f8
|
add vmware network configuration variables
|
2010-10-07 18:23:26 -07:00 |
|
Jessica Wang
|
7e108fd187
|
new UI - add Service Offerings page.
|
2010-10-07 18:00:28 -07:00 |
|
anthony
|
8daf888f83
|
don't need to execute pif.plug, merge from 2.1.x
|
2010-10-07 17:23:04 -07:00 |
|
Jessica Wang
|
c4a4c813ba
|
new UI - IP address page - IP address used for source NAT purpose do not have release IP option.
|
2010-10-07 17:07:02 -07:00 |
|
edison
|
e5c9384a3a
|
default routing template uuidname is changed to "routing-template-id", to make it work with installrtng.sh
|
2010-10-07 16:34:14 -07:00 |
|
edison
|
3028dab141
|
fix systemvm template in direct attached mode, guest vm can't get gateway and dns server
|
2010-10-07 16:32:46 -07:00 |
|
anthony
|
2861895a84
|
bug 6450: list all snapshot for admin
status 6450: resolved fixed
|
2010-10-07 15:35:58 -07:00 |
|
Kris McQueen
|
9e03518c94
|
fix return value of stopSystemVm (should be the vm, not a boolean); add the missing disableAccount API in management server to avoid a NoSuchMethod exception when disabling an account
|
2010-10-07 15:10:03 -07:00 |
|
Kris McQueen
|
45c611100a
|
fix NPE when updating a resource limit using the internal API port
|
2010-10-07 15:10:03 -07:00 |
|
Kris McQueen
|
55201432f6
|
createServiceOffering had cpuSpeed passed twice when creating the offering rather than cpuNumber then cpuSpeed...fixed
|
2010-10-07 15:10:03 -07:00 |
|
Kris McQueen
|
ea84f3bde2
|
registerTemplate and registerIso expect the template to be returned, not the template id...fixed
|
2010-10-07 15:10:02 -07:00 |
|
Kris McQueen
|
7c4a06a764
|
fix the method name for listIsos command
|
2010-10-07 15:10:02 -07:00 |
|
Kris McQueen
|
e18895f15b
|
account and domainid are required parameters when disabling an account
|
2010-10-07 15:09:28 -07:00 |
|
Kris McQueen
|
bef7998bbf
|
resolving merge conflicts between the documentation changes and other API refactoring work
|
2010-10-07 15:07:49 -07:00 |
|
Kris McQueen
|
335613a8a9
|
Add the mirrored property to the disk offering response
|
2010-10-07 15:03:47 -07:00 |
|
Jessica Wang
|
c95a634a9b
|
new UI - add Resources page
|
2010-10-07 14:53:40 -07:00 |
|
alena
|
e7b478f43d
|
Added descriptions for Api commands and corresponding requrest parameters
|
2010-10-07 14:46:29 -07:00 |
|
Jessica Wang
|
ff4ba0958d
|
new UI - IP address - clear all load balancer rules after releasing an IP.
|
2010-10-07 14:23:35 -07:00 |
|
Jessica Wang
|
d0cfc6a7d2
|
new UI - ip address page - fix a bug that newly created port forwarding rule appear on every IP.
|
2010-10-07 11:56:29 -07:00 |
|
Jessica Wang
|
6949971391
|
new UI - ip address page - remove ip from middle menu and clear right panel after releasing an IP.
|
2010-10-07 11:39:48 -07:00 |
|
Kelven Yang
|
15f5fa5c1d
|
Make installrtng.sh support vmware template
|
2010-10-07 11:19:04 -07:00 |
|
Jessica Wang
|
3dd6bec74d
|
new UI - ip address page - implement release IP action.
|
2010-10-07 10:51:25 -07:00 |
|
Jessica Wang
|
5fb08bc459
|
new UI - ip address page - fix a bug that highlight in middle menu doesn't work after acquiring new IP.
|
2010-10-07 09:41:13 -07:00 |
|
Jessica Wang
|
8f083e70ab
|
new UI - IP address page - implement acquire IP action.
|
2010-10-07 09:37:57 -07:00 |
|
anthony
|
cbdfc10673
|
change config.getValue
|
2010-10-06 19:36:51 -07:00 |
|
Kris McQueen
|
fbb5a109cc
|
Fix return types for resetVmPassword and upgradeVirtualMachine commands. Fix response for resetVmPassword to be a vm rather than success/failure. Make sure the password is a transient variable for the resetVmPassword command so that the new password is returned to the user.
|
2010-10-06 18:29:27 -07:00 |
|
Kris McQueen
|
6db9f377a3
|
use the name of the configuration variable rather than the name of the command
|
2010-10-06 18:28:12 -07:00 |
|
Kris McQueen
|
1ae2273871
|
when updating the account, use the correct name for the updates
|
2010-10-06 18:27:46 -07:00 |
|
Kris McQueen
|
ec62ef3cd7
|
Injection doesn't work on private methods, restore the visibility of the methods so injection works.
|
2010-10-06 18:25:58 -07:00 |
|
Kris McQueen
|
5fa6ff7fe4
|
Manual snapshots won't have an async job id, the job id gets set when the recurring snapshots get scheduled for execution. If the policy id is MANUAL, don't search for a job id.
|
2010-10-06 18:24:19 -07:00 |
|
anthony
|
48f1264a80
|
bug 6446: do not pass private, guest, public network in host_detail to CitrixResourceBase.configure
status 6446: resolved fixed
|
2010-10-06 18:16:19 -07:00 |
|
Jessica Wang
|
62a2732c19
|
new UI - vm wizard - final step - show selected hypervisor in review area. Pass hypervisor parameter to DeployVirtualMachine.
|
2010-10-06 17:48:37 -07:00 |
|
Kelven Yang
|
d307b86b07
|
Temporarily add a blank system vm for vmware testing, explcitly check the ticket info in console access URL
|
2010-10-06 17:36:13 -07:00 |
|
Jessica Wang
|
0d07743858
|
new UI - vm wizard - step 1 - add hypervisor dropdown. listing templates will change based on selected item in hypervisor dropdown. listing ISO won't.
|
2010-10-06 17:37:55 -07:00 |
|
Alex Huang
|
9d1270b35f
|
console proxy started completely and running
|
2010-10-06 17:22:35 -07:00 |
|
anthony
|
dc7a723660
|
backport from 2.1.x
|
2010-10-06 17:01:04 -07:00 |
|
Jessica Wang
|
5cba4a5167
|
new UI - create template - add hypervisor dropdown, display different value in format dropdown based on selected item in hypervisor dropdown.
|
2010-10-06 16:14:23 -07:00 |
|
anthony
|
0cb11027e9
|
back port from 2.1.x
|
2010-10-06 15:18:23 -07:00 |
|
Jessica Wang
|
4d2104198b
|
New UI - instance page - change name action, change group action - populate vmname, vmgroupname to dialog before it displays if only one VM is selected.
|
2010-10-06 14:59:04 -07:00 |
|
Jessica Wang
|
983f5c5609
|
new UI - Instance page - actions - pop up an alert if user click action but no VM is selected in middle menu.
|
2010-10-06 14:29:14 -07:00 |
|
Jessica Wang
|
1ecfdae8f0
|
new UI - middle menu actions - If Cancel button in dialog box is clicked, remove highlight in middle menu.
|
2010-10-06 12:05:17 -07:00 |
|
Jessica Wang
|
a0f75f34c1
|
new UI - VM Change Service Offering - pass vmId to listServiceOffering if only one item (VM) is selected in middle menu.
|
2010-10-06 11:13:46 -07:00 |
|
Alex Huang
|
b369103a87
|
reverted back to old console proxy code
|
2010-10-06 10:18:09 -07:00 |
|