9142 Commits

Author SHA1 Message Date
Jessica Wang
1565d2c659 cloudStack 3.0 new UI - System VM page - detail view - add actions. 2011-11-23 18:08:01 -08:00
prachi
8134cfb4c8 Bug 11131 - Allocators: when vm fails to deploy in DataCenter, we should never retry in the same DC again as the DC is already in Avoid set
Changes:
- Added check in planner to verfiy that the datacenter is not in avoid set. If found in avoid set, planner does not proceed.
2011-11-23 17:40:20 -08:00
frank
7402ff0b8c Bug 11990 - Add encryption properties to db.properties during install
better help message
2011-11-23 17:32:55 -08:00
Jessica Wang
cb473b29e9 cloudStack 3.0 new UI - Routers page - add detail view. 2011-11-23 17:21:55 -08:00
Jessica Wang
3b4b9db4e6 cloudStack 3.0 new UI - System VM page - add detail view. 2011-11-23 16:59:02 -08:00
frank
a23e8af810 Bug 11990 - Add encryption properties to db.properties during install
status 11990: resolved fixed
2011-11-23 16:54:45 -08:00
Sheng Yang
f14e536cea NaaS: Make CloudZonesNetworkElement implement UserDataServiceProvider 2011-11-23 16:18:28 -08:00
Sheng Yang
539477f5e1 NaaS: Make ExternalDhcpElement implements DhcpServiceProvider 2011-11-23 16:18:21 -08:00
Jessica Wang
a393616659 cloudStack 3.0 new UI - zone chart - public network - add IP range - fix a bug that vlanId didn't get passed to API call. 2011-11-23 16:01:55 -08:00
Brian Federle
a5a2636da7 Implement bypass login check and logout action 2011-11-23 15:46:57 -08:00
Brian Federle
e2a889ed5f Add example logout action 2011-11-23 15:46:57 -08:00
Jessica Wang
19f297577e cloudStack 3.0 new UI - zone chart - SRX device - implement Delete action. 2011-11-23 15:23:23 -08:00
Jessica Wang
c962af67bc cloudStack 3.0 new UI - zone chart - F5 device - implement Delete action. 2011-11-23 14:33:36 -08:00
Jessica Wang
c3588083f6 cloudStack 3.0 new UI - zone chart - NetScaler device - implement Delete action. 2011-11-23 14:23:42 -08:00
prachi
5eba3d9326 Removing whitespace from tags while storing the Host tags. 2011-11-23 14:21:36 -08:00
prachi
f56c3d7bc5 Bug 11126 - Give ability to define tags post storage addition
Changes:
- Enabled updating storage tags
- All existing tags are wiped out and new ones provided are stored.
- Note that, if tags are updated on the storage, no changes are done to the deployment of already running VMs that were deployed prior to tag addition.
- Also added some validation to host tags update API.
2011-11-23 14:21:34 -08:00
Brian Federle
a3d221b842 Add search functionality to global settings 2011-11-23 14:10:02 -08:00
Brian Federle
9237e91344 -bug 12153: Properly refresh list view after performing actions in detail view
-Fix clicking too fast to add panel breaking browser
-Add install wizard copy
2011-11-23 14:02:54 -08:00
frank
275a5ffa3c Fix wrong usage of SearchCriteria2 in AgentMonitor 2011-11-23 11:05:39 -08:00
Nitin Mehta
cdd94c1b9a bug 11811: Introduce a global config to disable extraction altogether for all users except root admin. Make changes so that volumes are based out of ISO. Take care of upgrade as well for this global config.
Reviewed by : Kishan.
2011-11-24 00:12:24 +05:30
Alena Prokharchyk
5963f3252b Fixed createPFRule API command - use UUID for vmInstanceId 2011-11-23 10:35:16 -08:00
Nitin Mehta
e034e3d7a3 Revert "bug 11811: Changing permissions for extraction of volumes based out of isos."
This reverts commit 9ed2be7ecda7c0bad05aec8e0213e95507ad9be6.
2011-11-23 18:38:37 +05:30
Abhinandan Prateek
da20d33e27 bug 11910: full sync will only stop unknown VMs on agent 2011-11-23 16:48:12 +05:30
Murali Reddy
beb38c8310 making devices enabled independent of config commands
adding default device capacity when admin does not specify a vlaue
fixed bug in device allocation logic
2011-11-22 19:52:07 -08:00
Jessica Wang
fc7bbc39f3 cloudStack 3.0 new UI - zone chart - add id attribute to network service provider. 2011-11-22 18:52:56 -08:00
Jessica Wang
8672d380a5 bug 12058: cloudStack 3.0 new UI - system - zone listView - add public field. 2011-11-22 18:24:42 -08:00
frank
0f0729d2a0 Refine cloud-setup-database script 2011-11-22 18:23:03 -08:00
Brian Federle
a44896f840 Add ID to provider listViews, to pass correct context ID 2011-11-22 18:19:29 -08:00
Jessica Wang
92d548c4dd cloudStack 3.0 new UI - zone chart - F5, SRX - implement Delet action. 2011-11-22 18:03:38 -08:00
Jessica Wang
5be1a23738 cloudStack 3.0 new UI - zone chart - NetScaler - implement Delet action. 2011-11-22 17:56:39 -08:00
Jessica Wang
7ec54f4e3c cloudStack 3.0 new UI - zone chart - SRX - add detailView. 2011-11-22 17:37:05 -08:00
Jessica Wang
736744674b cloudStack 3.0 new UI - zone chart - F5- add detailView. 2011-11-22 17:26:21 -08:00
Jessica Wang
0eafdde965 cloudStack 3.0 new UI - zone chart - NetScaler - add detailView. 2011-11-22 16:35:16 -08:00
Alena Prokharchyk
aa78c9bfb9 vm Expunge: check that securityGroup-Vm mappings exists before locking the row in userVm table 2011-11-22 16:24:08 -08:00
Brian Federle
a7c8c618a3 -Add example network section
-Move example VPN section to detail view
-Support reordering of list view items
-Example reorder actions for service offerings
2011-11-22 15:40:33 -08:00
Jessica Wang
25fd6701b5 cloudStack 3.0 new UI - zone chart - SRX - implement Enable, Disable action for network service provider SRX. 2011-11-22 15:39:31 -08:00
Alena Prokharchyk
c66842b640 bug 11812: added domainId parameter to "login" api doc
status 11812: resolved fixed
2011-11-22 15:34:07 -08:00
Jessica Wang
3d22b49434 cloudStack 3.0 new UI - zone chart - F5 - implement Enable, Disable action for network service provider F5. 2011-11-22 15:33:13 -08:00
Alena Prokharchyk
38b25f3466 bug 11289: return only Free ip addresses as available Ips as a part of listAccounts
status 11289: resolved fixed
2011-11-22 15:25:45 -08:00
Jessica Wang
1642afacc6 cloudStack 3.0 new UI - zone chart - NetScaler - implement Enable, Disable action for network service provider NetScaler. 2011-11-22 15:24:51 -08:00
Jessica Wang
7a3e0e405e cloudStack 3.0 new UI - zone chart - NetScaler - add provider action filter. 2011-11-22 14:32:40 -08:00
Alena Prokharchyk
f111d8377e bug 11702: removed obsolete ipaddress parameter from userVm response
status 11792: resolved fixed
2011-11-22 14:29:13 -08:00
Alena Prokharchyk
1ce1f520f1 bug 11406: don't return hypervisor type in API response 2011-11-22 14:13:07 -08:00
Jessica Wang
35fa7a8d4a cloudStack 3.0 new UI - NaaS - SRX - populate listView. 2011-11-22 13:56:06 -08:00
Alena Prokharchyk
683b5635e3 bug 11674: fixed listVolumes by zoneId for regularUsers/domainAdmins
status 11674: resolved fixed
2011-11-22 13:55:03 -08:00
Jessica Wang
60a70c1c13 cloudStack 3.0 new UI - zone chart - public network - IP range tab - fix a bug that VLAN value didn't show. 2011-11-22 13:32:44 -08:00
Jessica Wang
8fe898e820 cloudStack 3.0 new UI - NaaS - zone chart - show only 1 network (for now) 2011-11-22 13:24:09 -08:00
prachi
a8ffd0ea06 Added unique constraint on providername <-> physical network mapping. 2011-11-22 13:11:02 -08:00
Jessica Wang
ac973fbf48 cloudStack 3.0 new UI - NaaS - F5 - populate listView. 2011-11-22 12:47:44 -08:00
Jessica Wang
a5e78d01fa cloudStack 3.0 new UI - NaaS - Guest - create network - correct parameter name passed to API call. 2011-11-22 11:33:04 -08:00