Commit Graph

12184 Commits

Author SHA1 Message Date
Prasanna Santhanam 09e7ab0c7e Implementing the SetFirewallRulesCommand for the simulator
* Essential since we need firewall rules open before applying network
 rules. Without the fix one recieves an UnsupportedCommandAnswer and
fails the application of the network rule

* Also RebootCommand responds with a RebootAnswer - minor fix
2012-06-14 12:24:47 +05:30
Jessica Wang 8ad831e691 CS-14604: cloudstack 3.0 UI - Add Zone Wizard - (1) Basic zone: always show Guest Traffic step regardless of whether OVS tunnel manager is enabled. (2) Advanced zone: skip Guest Traffic step if OVS tunnel manager is enabled. 2012-06-13 17:55:49 -07:00
Jessica Wang 7d6528b21d CS-14604: cloudstack 3.0 UI - Add Zone Wizard - skip Guest Traffic step if OVS tunnel manager is enabled. 2012-06-13 14:40:17 -07:00
Pranav Saxena ce6b50b3d6 CS-15202: Rename all references in UI of Nexus VSM/dvswitch to Nexus 1000v 2012-06-13 11:21:01 -07:00
Chirag Jog 17978438ee Adding Netscaler test cases and fixing bugs in HA test suite. 2012-06-13 20:34:14 +05:30
Kelven Yang 93530c60be 1) Fix Console viewer CTRL key problem on Chrome browser
2) Support mouse drag/drop
2012-06-12 15:53:43 -07:00
Alena Prokharchyk 39efa6cd2e Temporarely disabling resource tags commands until gen_toc.py is fixed. 2012-06-12 14:12:07 -07:00
Jessica Wang 286d7b061d cloudstack 3.0 UI - account page - fix a bug that happens when account name includes ampersand or other special characters. Encode account name before it's being passed to API calls. 2012-06-12 13:58:15 -07:00
Alena Prokharchyk 4ded9c173e Fixed build-apidocs 2012-06-12 13:48:34 -07:00
Alena Prokharchyk c40839599c Initial checkin for resource tags feature 2012-06-12 10:59:56 -07:00
Brian Federle 5528cdd954 Update breadcrumb hover effect
-Use 1s interval (instead of 2s) until showing panel

-Use .fadeOut on panel focus, for smoother transition
2012-06-11 15:12:57 -07:00
Brian Federle d7f00f2c45 CS-14877: Focus browser panel on breadcrumb hover
When mouse is over a breadcrumb for a period of > 2s, show its
respective panel until mouseout. This allows a user to see the
contents of the panel without having to select it.

reviewed-by: brian

Original commit:
commit 88be929e04826cd1159a2db7dbca220f7eadf5fd
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Fri Jun 8 14:17:42 2012 +0530

    CS-14877: Expanded breadcrumb navigation on hover UI Requirement
2012-06-11 12:52:10 -07:00
bfederle 7b9b3c1e1d CS-14010
Add 'about' dialog to the CloudStack top header, showing current verison
information.

Patch submitted by: oyla.smola@gmail.com
Reviewed-by: brian
2012-06-11 11:11:20 -07:00
Edison Su 49a6d37e80 bug 13733: fix vm after reboot can't get ipaddress; status 13733: resolved fixed. Reviewed-by: Chiradeep 2012-06-07 21:37:41 -07:00
Chirag Jog 2133b17728 Revert "Marked copy to another zone tests as expectedFailure". This reverts commit 18a3e3cf2b. 2012-06-07 18:42:24 +05:30
Chirag Jog 18a3e3cf2b Marked copy to another zone tests as expectedFailure 2012-06-07 10:11:11 +05:30
Kelven Yang 1f16957369 bug CS-15179: ensure route before connecting
Reviewed-by: anthony
2012-06-06 15:14:50 -07:00
Kelven Yang 3e16945914 bug CS-15191: remove a sanity check that prevent us from getting traffic lable under VMware
Reviewed-by: anthony
2012-06-06 15:14:26 -07:00
Kelven Yang 400602ee9f CS-15080: VMware control network is CloudStack management network, correct the way to send down a correct traffic label to VMware resource
Reviewed-by: Anthony
2012-06-06 15:14:03 -07:00
Kelven Yang c89422cfb6 bug CS-15119: check previously named datastore before we mount new one to support backwards compatibility
Reviewed-by:Anthony
2012-06-06 15:13:31 -07:00
frank a6d94f31cf CloudStack CS-15244
Not able to put the host in maintenance mode when one of the host in the cluster has host tag and the other host does not have a host tag. We are also not able to cancel the Maintenance mode.

fixed
reviewed-by: edison
2012-06-06 14:06:59 -07:00
Sanjay Tripathi 38306f52da CS-14562: Domian page does not show up (spinner shown) for a very long time when there are large number of hosts and vms. 2012-06-06 23:34:19 +05:30
Sanjay Tripathi c159f07c24 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-06-06 22:47:31 +05:30
Sanjay Tripathi 3ebb80dcb7 CS-14395: Instances tab need to introduce Volumes tab to see which volumes vm has 2012-06-06 22:42:55 +05:30
Brian Federle 2ad31294e2 Lower font size to better fit longer form labels 2012-06-06 08:44:53 -07:00
Chirag Jog 2e16468ddd Adding Netscaler test suites 2012-06-06 12:35:46 +05:30
Chirag Jog cdc196b1b8 Fixing the remoteSSHClient imports, migrate VM, SSVM and router tests 2012-06-06 12:29:55 +05:30
Brian Federle 13f2e71530 CS-14805: Add MB/s indicator to network rate label 2012-06-05 14:00:01 -07:00
bfederle 94f7023457 CS-15120
Don't render action column if only header-level actions are present.
2012-06-05 13:26:57 -07:00
Alena Prokharchyk e0723cd9cc CS-15220: fixed db upgrade for networks using external devices
Reviewed-by: Sheng Yang

Conflicts:

	server/test/com/cloud/network/MockNetworkManagerImpl.java
2012-06-04 19:21:35 -07:00
Alena Prokharchyk 69274542c2 CS-15197: correct default value for service_offering.nw_rate
Reviewed-by: Will Chan
2012-06-04 19:20:50 -07:00
Jessica Wang 85c754d734 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-06-04 19:05:20 -07:00
Jessica Wang 5117bba851 CS-14769: Don't pass subdomainaccess param when scope=project 2012-06-04 19:01:47 -07:00
frank 49ffe7392e CloudStack CS-15222
Rebalancing of hosts fails with "java.lang.ClassCastException:" since SSVM host gets picked up for rabalacing.

fixed
reviewed-by: edison
2012-06-04 18:24:06 -07:00
frank c88213b5bc CloudStack CS-15195
Multinode Management server - Not able to put the host in maintanace mode when the request is issed from the management server that is not the owner of the host

resolved fixed
reviewed-by: edison
2012-06-04 18:23:51 -07:00
Jessica Wang 1be5e08270 CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. (remove conflict mark) 2012-06-04 18:10:40 -07:00
Jessica Wang 03b559bbb9 CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-04 18:06:00 -07:00
Sheng Yang 0b730969ef CS-15116: When GetDomRVersion failed, let VR creation fail
Because there are more commands after GetDomRVersion command. Though
GetDomRVersion command itself is not that critical, the commands after it may
including DHCP and firewall related commands. The failure of GetDomRVersion
command would result in the following commands fail to be executed. So it should
fail, and fail loudly.
2012-06-04 16:29:18 -07:00
Sheng Yang 2caed96c3a CS-15175: Fix public interfaces of redundant router
We need to use ifup/ifdown to bring up the interfaces, because ifconfig don't
know the ip of the interface after we modify cloud-early-config to avoid
first start up of public interface.

Reviewed-by: Edison
2012-06-04 16:29:12 -07:00
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