Commit Graph

9095 Commits

Author SHA1 Message Date
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
Jessica Wang
2c8c240e10 cloudStack 3.0 new UI - NaaS - Guest - create network - populate network offerings dropdown based on selected scope. 2011-11-22 11:22:28 -08:00
Alena Prokharchyk
74f217e1d0 Introduced new parameter to listNetworkOfferings API - sourceNatEnabled (Boolean). 2011-11-22 10:54:29 -08:00
Alena Prokharchyk
e014426889 Added global flag defining if the regular user is allowed to create a project 2011-11-22 10:04:32 -08:00
Abhinandan Prateek
488ac8238e bug 11311: lis host takes in a additional parameter to fine tune the details, the default behavious is still unchanged. 2011-11-22 16:26:52 +05:30
Jessica Wang
88ec85f86a cloudStack 3.0 new UI - NaaS - ListNetScalerLoadBalancer API has been changed. Here is related UI change. 2011-11-21 18:48:10 -08:00
Jessica Wang
cfc43d0aaf cloudStack 3.0 new UI - NaaS - check if network service provider has been created before creating another one. 2011-11-21 18:37:02 -08:00
Murali Reddy
f302533474 changes response object name for F5/Netscaler/SRX to be lower case 2011-11-21 18:28:51 -08:00
Alena Prokharchyk
45b058a89d Project "Owner" is called project "Admin" 2011-11-21 18:01:44 -08:00
Alena Prokharchyk
85d9de58d6 bug 12127: fixed releasing non-source nat ips
status 12127: resolved fixed
2011-11-21 17:53:40 -08:00
Alena Prokharchyk
4f54b5e9d3 Fixed error message 2011-11-21 17:53:40 -08:00
Jessica Wang
8729f75cb1 cloudStack 3.0 new UI - NaaS - NetScaler - add matching fields to listView. 2011-11-21 17:53:02 -08:00
Jessica Wang
6e240ef6db cloudStack 3.0 new UI - NaaS - populate NetScaler listView. 2011-11-21 17:43:02 -08:00
prachi
54ec6598bb Bug 12103 - Adding host without labelling guest network fails
Removing check for storage network for XenServer, since Xen resource does not use storage traffic type.
2011-11-21 17:24:20 -08:00
prachi
0dc7fb48a1 Bug 11962 - MigrateVirtualMachine fails with AgentUnavailableException when the targeted host for migration is under Maintenance
Bug 11964 - You are allowed to migrate a virtual machine on to the host that it already exists o

Changes:
Validations were missing in th MigrateVmCmd API, since from UI the validations are always done while listing hosts for migration as first step.
2011-11-21 17:12:36 -08:00
Murali Reddy
54f4ebf08c changes for SRX add/config commands for UI integration 2011-11-21 16:57:41 -08:00
Alena Prokharchyk
00f6738e24 bug 12105: don't generate corresponding firewall rule for the pf/staticNat/lb rule in revoke state
Conflicts:

	server/test/com/cloud/network/MockNetworkManagerImpl.java
	server/test/com/cloud/user/MockAccountManagerImpl.java
	server/test/com/cloud/vm/MockUserVmManagerImpl.java
2011-11-21 16:34:55 -08:00
Jessica Wang
f24a465129 cloudStack 3.0 new UI - NaaS - fix a bug that network service provider status was wrong in zone chart. 2011-11-21 15:57:19 -08:00
Jessica Wang
07e2d15e49 cloudStack 3.0 new UI - NaaS - correct an API parameter. 2011-11-21 15:49:53 -08:00
Jessica Wang
49e837c898 cloudStack 3.0 new UI - NaaS - specify network service provider as "not-configured" if it's disabled without devices. 2011-11-21 15:48:18 -08:00
Brian Federle
5ce9e74c5c Add status labels for network providers 2011-11-21 15:24:04 -08:00
Brian Federle
fc6c6fb5cb Better network provider status UI handling 2011-11-21 15:23:47 -08:00
prachi
6dc4ae47db Bug 12103: Adding host without labelling guest network fails
We do not set the default network labels as 'cloud-private' anymore. Instead it is set to the values set in global config variable. This should avoid the host connect failures requiring the network labels to be setup.
2011-11-21 14:46:02 -08:00
Jessica Wang
20dbde5c82 cloudStack 3.0 new UI - NaaS - fix a bug that dedicated parameter didnt' get to pass into API call. 2011-11-21 14:43:45 -08:00
frank
71a8ad1a32 introduce cloud-grab-dependent-library-versions grabbing dependent libraries version of mgmt server 2011-11-21 14:32:31 -08:00
Jessica Wang
d0b394b39b cloudStack 3.0 new UI - NaaS - rename capacity to lbdevicecapacity when making API call. 2011-11-21 14:25:39 -08:00
Jessica Wang
8e8ebec325 cloudStack 3.0 new UI - NaaS - parameter name in addNetscalerLoadBalancer, addF5LoadBalancer API has been changed. Here is related UI change. 2011-11-21 14:25:37 -08:00
Brian Federle
cfcda326e5 -Fix args.context for zone host details panel
-Fix list view edit action
-Support range input for create form
2011-11-21 14:22:35 -08:00
Murali Reddy
c9b2031fa9 changes in add/configure API commands for F5 & Netscaler for UI integration 2011-11-21 13:31:54 -08:00
Jessica Wang
cdaff93419 cloudStack 3.0 new UI - NaaS - Pod page - IP Range tab 2011-11-21 12:00:54 -08:00
Alena Prokharchyk
d67bef8e78 Owner of the network is system if the network is shared to Domain 2011-11-21 11:52:40 -08:00
Jessica Wang
22619711e7 cloudStack 3.0 new UI - NaaS - zone chart - widget include different parameter in args. Here is related UI change. 2011-11-21 11:11:35 -08:00
Nitin Mehta
ec3a00a230 bug 10281: Template/ISO APIs should throw an exception in failure case for the events to be registered as failure.
Reviewed by : Kishan.

status 10281: resolved fixed
2011-11-21 18:58:06 +05:30
Nitin Mehta
57aa7dec91 bug 11811: Changing permissions for extraction of volumes based out of isos.
As per the new design following would be done.
(a) any ISO-derived disk can be extracted
(b) there will be a global config to disable  extraction of ISO based volumes.
That way people concerned about (a) can just use (b) to fix it.
Reviewed by : Kishan.

status 11811: resolved fixed
2011-11-21 16:58:09 +05:30
Abhinandan Prateek
354b4af63b completing comments for detail type 2011-11-21 13:58:34 +05:30
Sam Robertson
d684dd86e1 Added more reporting, Fixed bug with setting globals, Added info to README, minor tweaks 2011-11-20 18:04:55 -06:00
prachi
4531c9d6f7 Bug 12082 - Not able to deploy Vms with Host tags.
After recent changes of AgentManager, HostDao was wrongly referring to getState() instead of getResourceState().
Fixed this to refer to getResourceState(). This should fix the IndexOutOfBounds error.
2011-11-18 19:03:12 -08:00
Jessica Tomechak
54a1dc3617 Update documentation source files. 2011-11-18 17:51:22 -08:00
Kelven Yang
061ff36434 bug 11814: TemplateResponse now returns template details info 2011-11-18 16:40:32 -08:00
Kelven Yang
a59658177d bug 11814: connect template and instance details data when sending command to resource 2011-11-18 16:40:31 -08:00
Jessica Wang
e61184c3be cloudStack 3.0 new UI - NaaS - implement Add NetScaler. 2011-11-18 16:37:41 -08:00
Jessica Wang
b181b109b3 cloudStack 3.0 new UI - NaaS - create shared function addExternalFirewall(). 2011-11-18 16:22:46 -08:00
Jessica Wang
21f071051a cloudStack 3.0 new UI - NaaS - create shared function addExternalLoadBalancer(). 2011-11-18 16:12:37 -08:00
Alena Prokharchyk
bc544d31e7 listPublicIpAddresses by associatedNetworkId 2011-11-18 15:57:01 -08:00
Jessica Wang
658b5f929b cloudStack 3.0 new UI - NaaS - implement add SRX firewall on listView. 2011-11-18 15:50:43 -08:00
Alena Prokharchyk
1871de3048 bug 11853: better error message when try to add VPN user with duplicated user name
status 11853: resolved fixed
2011-11-18 15:49:18 -08:00
frank
dd9465c592 Bug 12078 - pxe config file not being sent down (edit)
fix in acton
2011-11-18 15:39:22 -08:00
Jessica Wang
874491d4b1 cloudStack 3.0 new UI - NaaS - implement add SRX firewall. 2011-11-18 15:31:26 -08:00