Jessica Wang
|
b19ddbff0e
|
bug 9534: CloudStack UI - Service Offering page - details tab - add a grid row "CPU Cap".
|
2011-05-04 15:31:24 -07:00 |
|
Jessica Wang
|
2b4a463faf
|
bug 9534: CloudStack UI - Add Service Offering Dialog - add "CPU cap: (yes/no)"
|
2011-05-04 14:57:01 -07:00 |
|
Jessica Wang
|
57b08cb76b
|
CloudStack UI - Instance page - add "Security Group" tab.
|
2011-05-02 19:42:42 -07:00 |
|
Jessica Wang
|
f57fc2beb7
|
CloudStack - Pod page - Network Device - implement Delete Network Device action.
|
2011-05-02 17:34:11 -07:00 |
|
Jessica Wang
|
07ed87b14f
|
networkdevicetype parameter in listNetworkDevice API has been changed from required to optional. When networkdevicetype parameter is not specified, listNetworkDevice API returns network devices of all types. Thus, UI only needs to make 1 API call to get all network devices now.
|
2011-05-02 17:27:13 -07:00 |
|
Jessica Wang
|
479c6ea313
|
bug 6873: Zone/Pod/Cluster page - add State grid row in details tab.
|
2011-05-02 17:04:22 -07:00 |
|
Jessica Wang
|
2f3bb28ca7
|
ListNetworkDeviceCmd - response object name has been changed. Here is related UI change.
|
2011-05-02 16:20:32 -07:00 |
|
Jessica Wang
|
b8468eab08
|
CloudStack - pod page - network device tab - populate network devices to grid when this tab is clicked.
|
2011-05-02 16:07:18 -07:00 |
|
Jessica Wang
|
6fe9025c89
|
cloudStack - network device UI - chagne TFT Directory to TFTP Directory.
|
2011-05-02 15:30:34 -07:00 |
|
Jessica Wang
|
795688d99c
|
CloudStack - pod page - Add Network Device - implement for type PxeServer.
|
2011-05-02 15:25:40 -07:00 |
|
Jessica Wang
|
c6965f06cc
|
CloudStack - pod page - Add Network Device - after addNetworkDevice API returns succeeds, show newly added network device in grid.
|
2011-05-02 14:56:36 -07:00 |
|
Jessica Wang
|
30463230b8
|
CloudStack - Pod page - addNetworkDevice API has been renamed. Here is related UI change.
|
2011-05-02 14:19:44 -07:00 |
|
Jessica Wang
|
666055239a
|
CloudStack - Add Primary Storage dialog - when protocol is PreSetup, Server field will be set to "127.0.0.1" and non-editable.
|
2011-04-29 16:17:54 -07:00 |
|
Jessica Wang
|
9621adad9d
|
CloudStack - Pod page - Add Network Device dialog - hide success/fail message container when Add button is hit. Show it after action completes (succeed or fail).
|
2011-04-29 11:25:16 -07:00 |
|
Jessica Wang
|
ecc56d535d
|
Add Network Device - correct typo of parameter name.
|
2011-04-29 10:28:57 -07:00 |
|
will
|
4a96e4cb0f
|
bug 8816: Changed private ip address to link local address when displaying virtual routers.
|
2011-04-28 18:15:53 -07:00 |
|
Jessica Wang
|
e815ed6df7
|
cloudStack - Pod page - new button "Add Network Device" - implement type PxeServer.
|
2011-04-28 14:44:31 -07:00 |
|
Jessica Wang
|
9552de426f
|
cloudStack - Pod page - new button "Add Network Device" - implement type ExternalDHCP.
|
2011-04-28 13:46:35 -07:00 |
|
Kelven Yang
|
6b728cc67f
|
URL encode VMFS primary storate info to allow whitespace in names
|
2011-04-28 10:39:34 -07:00 |
|
Jessica Wang
|
c851253969
|
cloudStack UI - zone tree - basic zone - add network tab. “Add IP Range” button and “Add Firewall” button are available.
|
2011-04-27 15:29:03 -07:00 |
|
Jessica Wang
|
b9c8cb0179
|
refresh host/primarystorage/systemvm/router/instance status every 5 seconds instead of every 2 seconds.
|
2011-04-27 12:50:13 -07:00 |
|
will
|
96c8ef6522
|
bug 9515: Adding the first basic zone will now automatically display the security group left nav
|
2011-04-22 16:22:35 -07:00 |
|
will
|
b56de7a52e
|
bug 9513: You can now add a POD through the Add Pod button (not wizard).
|
2011-04-22 15:45:44 -07:00 |
|
Kelven Yang
|
160b2e1114
|
Finalize custom certficate support. hook with UI
|
2011-04-22 13:45:09 -07:00 |
|
will
|
24737154b7
|
bug 9426: Deleting an ISO will no longer cause the UI to continue to poll for download process
|
2011-04-14 17:36:38 -07:00 |
|
will
|
7ec80d8b61
|
bug 9426: Deleting a template will no longer cause UI to continue to track download progress resulting in errors appearing.
|
2011-04-14 17:30:32 -07:00 |
|
will
|
db40e32095
|
bug 9435: decoded text for disk offering. In fact, I added it globally so all text calling the fromdb() would be correctedly decoded.
|
2011-04-14 17:30:30 -07:00 |
|
Jessica Wang
|
07f3d2b31b
|
ISO page - (1) stop timer when ISO is in error state. (2) Stop timer when ISO is deleted.
|
2011-04-14 17:13:25 -07:00 |
|
Jessica Wang
|
24e1553399
|
Template page - (1) stop timer when template is in error state. (2) Stop timer when template is deleted.
|
2011-04-14 16:58:05 -07:00 |
|
Frank
|
92155522f2
|
Add license header to files
|
2011-04-14 11:23:14 -07:00 |
|
Frank
|
105db3b15a
|
Merge branch 'baremetal' to master
modifies:
api/src/com/cloud/api/ApiConstants.java
api/src/com/cloud/api/commands/AddHostCmd.java
api/src/com/cloud/api/commands/CreatePodCmd.java
api/src/com/cloud/api/commands/DeployVMCmd.java
api/src/com/cloud/dc/Pod.java
api/src/com/cloud/network/NetworkService.java
server/src/com/cloud/agent/manager/AgentManagerImpl.java
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
server/src/com/cloud/dc/HostPodVO.java
server/src/com/cloud/network/NetworkManager.java
server/src/com/cloud/network/NetworkManagerImpl.java
server/src/com/cloud/vm/UserVmManagerImpl.java
setup/db/create-schema.sql
utils/src/com/cloud/utils/SerialVersionUID.java
|
2011-04-11 14:21:41 -07:00 |
|
will
|
d4bc7c8d2e
|
bug 8898: Change Service and Reset Password will now be always visible when VM is running. However, we will now prompt a dialog that explains that the VM must first be stopped before allowing this.
|
2011-04-04 10:40:17 -07:00 |
|
will
|
09fe485f8f
|
bug 8816: Added link local IP to the system VM UI
|
2011-04-04 10:01:33 -07:00 |
|
will
|
eb0dec5072
|
bug 9118: Updated snapshot UI to support multiple recurring snapshot policy
Merge from 2.2.4
|
2011-03-31 16:29:36 -07:00 |
|
alena
|
efd4cfa297
|
bug 9201: listNetworkOfferings - return -1 when network_rate is Unlimited; if value is NULL - return global configuration value
status 9201: resolved fixed
|
2011-03-29 19:26:20 -07:00 |
|
will
|
e32aa32bfc
|
bug 9021: Fixed network rate display issue in network offering.
|
2011-03-29 18:50:58 -07:00 |
|
will
|
9e4e3f46bb
|
bug 9185: Fixed issues with having a "." in zonename when attempting to list templates and isos in the UI.
|
2011-03-28 18:27:35 -07:00 |
|
will
|
b8233a9c4d
|
bug 8831: Added dedicate network to domain support in the 2.2 UI.
|
2011-03-28 16:23:38 -07:00 |
|
will
|
9ac33f8d52
|
Enhanced SSO to allow users to generate the appropriate login request and send that to CloudStack UI. If the Cloudstack UI detects this parameter "loginUrl", it will attempt a single signon process.
|
2011-03-25 14:30:13 -07:00 |
|
Frank
|
986fc9d7ea
|
Bug 8208 - bare metal provisioning
fix typo in addHostCmd
|
2011-03-18 18:52:51 -07:00 |
|
will
|
7f595871f8
|
bug 8208: Finished the rest of the dialogs in the various resource pages for BareMetal install.
|
2011-03-17 17:04:13 -07:00 |
|
will
|
b8a2b766da
|
bug 8208: Added first addHost dialog to take into account baremetal requirements in the resource page.
- Standardized the addHost optional parameters for baremetal.
|
2011-03-17 16:38:08 -07:00 |
|
will
|
ae549ed4d1
|
bug 8208: Added first addHost dialog to take into account baremetal requirements in the resource page.
- Standardized the addHost optional parameters for baremetal.
|
2011-03-17 16:29:31 -07:00 |
|
will
|
b6c59745de
|
bug 9029: Prevent user and domain-admin from migrating VMs.
|
2011-03-17 11:36:14 -07:00 |
|
will
|
51fd3ff2ca
|
Added the check for root device type == PreSetup (Fibre Channel) when allowing whether a VM can be migrated or not.
|
2011-03-17 11:34:45 -07:00 |
|
will
|
eb2a3d6f8e
|
bug 8208: Added support for adding baremetal clusters and baremetal templates.
|
2011-03-17 11:31:36 -07:00 |
|
will
|
65ca813c24
|
bug 3316: Now, only show migrate instance if the VM has been launched in XenServer.
|
2011-03-11 17:48:17 -08:00 |
|
will
|
456d93bc9a
|
bug 3316: Added support to no longer show Migrate Instance if we are using local disk storage.
|
2011-03-11 17:45:02 -08:00 |
|
will
|
0ed91473ba
|
bug 3316: Added a processing message while migrating an instance.
- Changed the call of migrate vm from sync to async
- Defaulted to an empty select box if attempting to migrate a vm with local storage
|
2011-03-11 17:18:35 -08:00 |
|
will
|
85e892bded
|
bug 3316: Added initial UI support to live migrate VMs.
|
2011-03-11 16:33:18 -08:00 |
|