Sheng Yang
32812e3fcd
CS-14421: Clean /etc/network/interfaces when sysytemvm reboot
...
In order to make sure next time, booting process would use cloud-early-config's
setup, rather than networking scripts to bring up interfaces.
Reviewed-by: Kelven Yang
2012-06-04 16:29:07 -07:00
Vijayendra Bhamidipati
0e26608458
CS-15173: Additional Cluster is allowed to add with the same VSM IPaddress as the previous cluster
...
reviewed-by: Sateesh
Description:
Missed deletion of cluster record in case of failure in
validation of vsm:cluster mapping restriction.
2012-05-31 23:47:15 -07:00
Vijayendra Bhamidipati
26945718e7
CS-15173: Additional Cluster is allowed to add with the same VSM IPaddress as the previous cluster
...
reviewed-by: Vijay
Description:
Putting exception handling in place.
2012-05-31 23:20:38 -07:00
Vijayendra Bhamidipati
422b5a0b69
CS-15173: Additional Cluster is allowed to add with the same VSM IPaddress as the previous cluster
...
reviewed-by: Vijay
Description:
Fixing null pointer exception introduced by previous
checkin.
2012-05-31 17:34:22 -07:00
Vijayendra Bhamidipati
a234773d60
CS-15181: Remove stale global config parameters from upgrade script
...
reviewed-by: Vijay
Description:
Removing stale global config params.
2012-05-31 14:04:59 -07:00
Vijayendra Bhamidipati
d6fe4d7eae
CS-15173: Additional Cluster is allowed to add with the same VSM IPaddress as the previous cluster
...
reviewed-by: Vijay
Description:
Restricting association of a Cisco Nexus VSM to a single
cluster.
2012-05-31 13:51:45 -07:00
Brian Federle
2fc743cd78
CS-15148 : Delete Nexus dvSwitch UI option is not Functional so removing this functionality
...
reviewed-by: brian
2012-05-30 11:07:29 -07:00
Pranav Saxena
53875f59ab
CS-15126: Adding the indicator state for vsmdevice
2012-05-30 09:42:46 -07:00
Brian Federle
c3b6f2dc39
CS-15126: Removing the zone field for now
...
Conflicts:
ui/scripts/system.js
2012-05-30 09:42:40 -07:00
Brian Federle
bcdb0cd53b
CS-15126
...
-Fix zone name field in list view
-Add state indicator icon
reviewed-by: jessica
2012-05-30 08:37:02 -07:00
Brian Federle
b35d659ef4
CS-14769
...
-Don't pass subdomainaccess param when scope=project
-Fix guest network detail view by passing projectid=-1, due to project
details not returning response for project-level guest networks
2012-05-30 08:13:25 -07:00
Brian Federle
2b12322039
CS-15126
...
-Hide 'type' field, as dvSwitch doesn't return a type
-Get zone name from the cluster's data
reviewed-by: jessica
2012-05-29 11:45:41 -07:00
Sateesh Chodapuneedi
fb85787a76
CS-14956 Support for rate limiting policies in Nexus dvSwith feature for CloudStack
...
Removed global parameters that are not required. Cleanup.
Reviewed-by: Devdeep
2012-05-26 05:22:03 +05:30
Devdeep Singh
8797275010
CS-14956: Fixing an issue that surfaced while testing rate limiting
...
policies. An error was getting reported during policy map creation that
config operation was in progress, Added synchronization to make sure
sending and receiving commands are seralized. Also removed the retry logic
as after this change it is not needed.
Reviewed-By: Vijay
2012-05-26 04:45:18 +05:30
Sateesh Chodapuneedi
9af09bb7f7
CS-14956 Support for rate limiting policies in Nexus dvSwith feature for CloudStack
...
Reviewed-by: Devdeep
2012-05-26 03:46:31 +05:30
Pranav Saxena
7a0db5083e
CS-15099:Account deletion - buttons overlap the text on the Account deletion confirmation page.
2012-05-26 02:50:54 +05:30
Brian Federle
2ef18bc956
CS-15096: Disable network actions for non-admins
...
reviewed-by: jessica
2012-05-25 12:56:00 -07:00
Brian Federle
b3f5728ac3
CS-14844: Fix edit action
...
Fix edit action by referring to the new td.value <span>, instead of
td.value
2012-05-25 12:24:31 -07:00
Brian Federle
5f4e45fbf2
CS-14844
...
-If value label in detail view gets too long, then add horizontal
scrollbar to value, to avoid truncation
-Lower font size to 11px (-1px) to better fit longer data into UI
reviewed-by: sonny
2012-05-25 12:08:56 -07:00
prachi
9ba93818eb
We dont need the cloudbridge-lib anymore. It is renamed to awsapi-lib.
...
Looks like this folder came back as part of S3 merge
2012-05-25 11:43:40 -07:00
Edison Su
c530ffdc52
bug CS-15095: vm cpu freq <= host cpu freq
2012-05-25 11:17:24 -07:00
Sanjay Tripathi
8405913904
CS-12111: No e-mail validation for edit user form
...
reviewed-by: brian
2012-05-25 11:10:01 -07:00
Brian Federle
d845f203e4
CS-13091: Remove enable/disable physical network actions
...
Due to limitations in the API, for now the enable/disable
functionality for physical networks will be removed.
2012-05-25 11:00:13 -07:00
Kelven Yang
d0b9aecd16
bug 15080: check traffic type in host discovery stage - cluster level checks
2012-05-25 10:51:56 -07:00
Jessica Wang
1b4b94b056
CS-13739: check in Japanese translation file from Japan team
2012-05-25 10:51:32 -07:00
Edison Su
a96a9a040d
bug CS-15094: cpu limit is cpuspeed*cpucount
2012-05-25 10:50:36 -07:00
Alena Prokharchyk
79a7ddb970
CS-15082: changed search criteria for Running vms in Network. Ip4 Address for guest network can be null for nic in Basic zone when vm originally fails to start.
...
Reviewed-by: Frank
2012-05-25 10:19:18 -07:00
Kelven Yang
8340ed52d4
bug : CS-15080 - check traffic label at host discovery stage also
2012-05-25 10:18:42 -07:00
Alena Prokharchyk
98f488e930
CS-15089: cloud-sysvmadm - fixed broken parsing in queryAsyncJobResult part of the code
...
reviewed-by: Frank Zhang
2012-05-25 10:15:39 -07:00
Vijayendra Bhamidipati
3266dde7ae
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Incorporating Salvatore's review comments.
2012-05-25 09:43:00 -07:00
Nitin Mehta
feefa93cad
bug CS-14945: Throw an error message if the user is trying to attach the volume in local only storage zone.
...
Reviewed-by: Kishan
2012-05-25 18:40:16 +05:30
Sateesh Chodapuneedi
484077f4c1
CS-15073 Nexus vSwitch: Source NAT is being programmed on the wrong nic on the Virtual Router
...
Reviewed-by: Devdeep
2012-05-25 18:03:45 +05:30
Sanjay Tripathi
931d69117f
CS-12407: F5 & Netscaler when dedicated is selected capacity field should be disabled.
2012-05-25 12:12:07 +05:30
Sanjay Tripathi
7e1b073d68
CS-12407: F5 & Netscaler when dedicated is selected capacity field should be disabled.
2012-05-25 12:12:01 +05:30
Vijayendra Bhamidipati
0fb1c02bf6
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-05-24 15:16:20 -07:00
Vijayendra Bhamidipati
20f49558c5
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Removing the CiscoNexusVSMService class since
we don't use it anywhere.
2012-05-24 15:07:37 -07:00
Edison Su
6618101d5a
CS-14826, CS-14996: fix the md5 checksum
2012-05-24 15:07:32 -07:00
Kelven Yang
b66873d2b2
bug CS-14964: use shorter UUID for datastore names
2012-05-24 15:03:07 -07:00
Vijayendra Bhamidipati
4f9101bd0e
CS-9919: Support for Nexus Swiches (Cisco Vswitches)
...
Description:
Deleting the row in cluster_vsm_map after
a cluster is deleted, if the cluster type
is vmware and the global vswitch nexus
config flag is set to true.
2012-05-24 14:04:52 -07:00
Alena Prokharchyk
269d4dac83
CS-15083: fixed source nat ip assoc for the case when account owns more than 1 guest network, and 1+ public account specific ranges
2012-05-24 13:41:16 -07:00
Brian Federle
40c1cdd4c8
CS-13739: Localize 'login' button
2012-05-24 12:40:17 -07:00
Brian Federle
ff3c236776
CS-13091: Enable/disable physical network UI actions
...
Conflicts:
ui/index.jsp
2012-05-24 12:16:51 -07:00
Alena Prokharchyk
036c7a0dce
Removed unused comments
2012-05-24 12:03:45 -07:00
Alena Prokharchyk
4c83520dd1
CS-15082: don't allow to remove guest network in Basic zone when there are non-expunged CPVM/SSVMs using it.
2012-05-24 11:48:47 -07:00
Kelven Yang
ae2b599b8d
CS-15080 - add support for private network on a VLAN under VMware
2012-05-24 11:40:43 -07:00
Jessica Wang
d81f72ee28
add new labels in Chinese translation file.
2012-05-24 10:47:40 -07:00
Pranav Saxena
abc1711e07
CS-13738: IE compatibility issues -No data to show text
2012-05-24 20:14:37 +05:30
Pranav Saxena
d33c9e61ef
CS-15078: Standard name for vSwitch
2012-05-24 18:09:26 +05:30
Pranav Saxena
9a22bbe184
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-05-24 16:25:46 +05:30
Sanjay Tripathi
a99ac06d32
NexusVswitch UI development
2012-05-24 16:24:01 +05:30