Commit Graph

13426 Commits

Author SHA1 Message Date
Brian Federle 3337e91c9b CS-16001: Show VPC router details for domain admins
reviewed-by: jessica
2012-08-23 12:25:26 -07:00
Brian Federle e22e542342 CS-16147: Always show VPC section if advanced zone is present
reviewed-by: jessica
2012-08-23 11:41:13 -07:00
Brian Federle d53b6373de CS-16144: Show warning before enabling local storage in zone wizard
reviewed-by: jessica
2012-08-23 11:41:08 -07:00
Brian Federle 4edb2e6cd7 UI create form: Support custom checkbox 'on change' event
If field is a checkbox (isBoolean: true) and onChange function is
specified, then call this onChange everytime checkbox is clicked.

reviewed-by: jessica
2012-08-23 11:41:02 -07:00
Alena Prokharchyk 2a190ce9f3 CS-16143: don't return volumes of Destroyed vms to the regular user as he can't recover vms anyway.
Reviewed-by: Anthony Xu
2012-08-23 11:01:21 -07:00
Anthony Xu 16450c0343 CS-15542: UnPlugNicCommand return success if vif doesn't exist
reviewed-by: kelven
2012-08-23 10:37:14 -07:00
Alena Prokharchyk c7890554e3 CS-16111: db upgrade - fixed inconsistencies in indexes names
Reviewed-by: Anthony Xu
2012-08-23 10:02:36 -07:00
Koushik Das b81186904a CS-16148 : Create volume checks for presence of atleast one shared storage pool. Check should be based on type (local/shared) of volume getting created
Reviewed-by: Nitin
2012-08-23 19:08:43 +05:30
Koushik Das 83651f535e CS-16117 : Load Test - In a 5000 hosts/5000 vm setup ,~450 Vms failed to get deployed becasue of "com.cloud.exception.InsufficientServerCapacityException" even though we have hosts that have enough capacity to host the vms.
Using associated VM host id only in case of data disk. Also moved the allocation logic for local disk from FirstFit to LocalStoragePoolAllocator.
Reviewed-by: Nitin
2012-08-23 19:08:16 +05:30
Vijay c46890bc7b AutoScale. To set a max value for metric thresholds which will not affect traffic. Reviewed-By: Devdeep Singh 2012-08-23 18:55:54 +05:30
Jessica Wang 21bdac8940 cloudstack 3.0 UI - basic zone - elastic IP - Add Load Balancer tab - Add VMs button - add a comment to specify code area. (Reviewed-by: Brian) 2012-08-22 16:38:25 -07:00
Vijayendra Bhamidipati 4e413c3310 Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
Reviewed-by: Vijayendra Bhamidipati
2012-08-22 16:05:24 -07:00
Vijayendra Bhamidipati 10ebbf7694 CS-16121: 3.0.2 to 3.0.5 Upgrade: "ha.workers" configuration parameter is missing in the Global Configuration Parameters List of the Upgraded Setup
Reviewed-by: Edison Su

Description:

    Adding ha.workers to list of global configuration parameters
    for the management server.
2012-08-22 15:59:46 -07:00
anthony 71bd6b41c6 CS-15542, return success when vif is not there on deipassoc
reviewed-by : kelven
2012-08-22 15:52:29 -07:00
anthony fb20d5a9ca Bug 13734 : after upgrade, dhcp traffic is allowed for all VMs
reviewed-by: kelven
2012-08-22 15:34:20 -07:00
Brian Federle 3095f51d81 CS-16138: Fix instance wizard 'add network' radio button
When no guest networks are present but VPC tier is, fix 'add new
network' radio button being unselected.

reviewed-by: jessica
2012-08-22 15:24:19 -07:00
Jessica Wang eaf5628998 CS-16134: cloudstack 3.0 UI - autoscale - basic zone of elastic IP - Add Load Balancer tab - pass domainid and account to createLoadBalancerRule API since IP Address is not available. (Reviewed-by: Brian) 2012-08-22 15:19:43 -07:00
Pranav Saxena 8f358fb214 CS-16133:Removing the infinte API add load balancer calls in a basic zone while adding VMs
Reviewed-by:Brian
2012-08-23 01:12:10 +05:30
Alena Prokharchyk 1fa67ff317 VPC: CS-16100 - 1) when start VPC router, never pick up any other hypervisor besides vmWare and Xen 2) When start user vm in vpc network, throw an error when deploy from the tempalate of not supported hypervisor
Reviewed-by: Frank Zhang
2012-08-22 11:48:28 -07:00
Nitin Mehta bc8bdf8723 CS-16135: Create volume after upgrade from snapshot taken in 2.2.14 deletes the snapshot physically from sec. storage. Added DB upgrade sql to make swift_id NULL if they are set to 0 and also added a check in the code to check for swift not present by checking swift_id != null && !=0
Reviewed-by: Kishan
2012-08-22 19:56:36 +05:30
Koushik Das c4257acc41 CS-16118 : LoadTest - Average VM deployment time is still very high compared to 2.2.14. It is more than double the time it took during 2.2.14.
Skipping threshold checks for cpu/memory in case the threshold values for cluster.cpu/memory.allocated.capacity.disablethreshold is set to 1.
Reviewed-by: Nitin
2012-08-22 17:42:55 +05:30
Prasanna Santhanam 1af59094b6 There can be only one physical network in basic zone
reviewed-by: simulator run
2012-08-22 16:19:19 +05:30
Chirag Jog deb3648c26 Additional comments with steps.
Handle unicode properly

reviewed-by: Prasanna
2012-08-22 03:15:20 -07:00
Prasanna Santhanam ab9257c91b netcat is not to be interpreted by shell
reviewed-by: Talluri
2012-08-22 14:57:51 +05:30
Prasanna Santhanam e08ea83a60 renaming appropriately the setup data file
./setup-test-data.sh -t "path_to_tests" -d "db_svr" -m "mgt_svr" -p "hypervisor root password"
reviewed-by: Talluri
2012-08-22 14:51:42 +05:30
Prasanna Santhanam 5eb83828d3 working directory specified by -w on command line
reviewed-by: Talluri
2012-08-22 14:51:20 +05:30
Abhinandan Prateek 70ec6089ac bug CS-15978: Fix for a corner case during fullsync where it tolerates a VM to exist on two clusters by virtue of it’s current host id and last host id (being on two diff clusters).
reviewed-by: Murali
2012-08-22 12:37:00 +05:30
Vijay e1ca140fe6 Correcting typo...
Reviewed-By: DevDeep Singh
2012-08-22 11:56:09 +05:30
Sheng Yang 3d75107add CS-16119: Fix wrong container name of updateVpnCustomerGateway
Reviewed-by: Frank Zhang
2012-08-21 17:17:13 -07:00
Alena Prokharchyk b90349e052 Fixed line endings in ApiConstants and ApiResponseHelper classes to be unix style
Reviewed-by: Alena (no logic has been changed)
2012-08-21 16:48:25 -07:00
Jessica Wang 54fbb94f4d cloudstack 3.0 UI - VPC feature - localize vpc.js (Reviewed-by: Brian) 2012-08-21 16:47:05 -07:00
Jessica Wang d156a122de cloudstack 3.0 UI - VPC feature - fix a bug that shortLabel was not localizable. (Reviewed-by: Brian) 2012-08-21 16:46:04 -07:00
Jessica Wang 03427ad705 cloudstack 3.0 UI - VPC feature - add new translation labels in dictionary.jsp (Reviewed-by: Brian) 2012-08-21 16:22:57 -07:00
Jessica Wang 8fc954b0e2 cloudstack 3.0 UI - VPC feature - add new translation labels in messages.properties (Reviewed-by: Brian) 2012-08-21 16:22:44 -07:00
Alena Prokharchyk 0aec9e7f74 CS-16111 - DB upgrade; fixed foreign keys names
Reviewed-by: Frank Zhang
2012-08-21 14:36:45 -07:00
Brian Federle 4ce4d3c045 Split JSP into 2 files
Due to file size limit being reached on index.jsp, move dictionary JS
into separate file, dictionary.jsp

reviewed-by: jessica
2012-08-21 13:39:01 -07:00
Brian Federle 463257dcec VPC UI: Network ACL: Only show 'acl' tab on detail view
reviewed-by: jessica
2012-08-21 13:12:26 -07:00
Pranav Saxena e547174f4f CS-16018:Resources tab not displaying the Resource limits in both in default view as well as projects view
Reviewed-By:Brian
2012-08-22 01:32:46 +05:30
Brian Federle 7b46c2c8bc CS-16007: Show tier name (associated network name) in place of field name
reviewed-by: jessica
2012-08-21 11:31:38 -07:00
Brian Federle 1a88198d03 CSS: Fix indentation
reviewed-by: jessica
2012-08-21 11:24:16 -07:00
Brian Federle dd1a26182f VPC UI: Add hover state to virtual router box
reviewed-by: sonny
2012-08-21 11:24:15 -07:00
Alena Prokharchyk 3f53ada5f3 PublicIpAddress api response: new parameter "associatednetworkname" - the name of the guest network associated with the ip address
Reviewed-by: Frank Zhang
2012-08-21 11:21:53 -07:00
kishan 99706c7c45 bug CS-16112: During unplug nic iptables rules are cleaned up in both cloud_nic.sh and vpc_netusage.sh. Consolidated this code in cloud_nic.sh
status CS-16112: resolved fixed
reviewed-by: Nitin
2012-08-21 20:16:35 +05:30
Murali Reddy ba85d7e7b4 bug CS-16103: [SRX] After Upgrade 2.2.14 -> Burbank - Destroy VM results in 'Unable to expunge VM'
fixing a bug where network offering id for network is overwritten with differnt id
Reviewed-by:Koushik
2012-08-21 16:27:43 +05:30
Pranav Saxena 1f67bedd3a CS-15898:Change drop down options in vm tier for vpc
Reviewed-by:Brian
2012-08-21 15:48:33 +05:30
Nitin Mehta b76bcdd62f CS-16089: Create Template after upgrade from snapshot taken in 2.2.14 was failing since the swift_id was not null but 0 instead. Put a check in the code to check for not null and not 0 swift_id to go and download the snapshot from the swift.
Reviewed-by: Kishan
2012-08-21 13:39:05 +05:30
Anthony Xu c9e147761e CS-15921 : in 2.1 timeframe, -untagged string is appended to the end of instance name,
in cleanup_rules function, we need to convert chain name to vm name correclty

  reviewed-by : kelven
2012-08-20 18:21:26 -07:00
Alena Prokharchyk 9017aedb8d Fixed unittest
Reviewed-by: Alena (that's the unittest, and has no impact on production)
2012-08-20 16:19:42 -07:00
Jessica Wang e137f22d50 CS-15955: cloudstack 3.0 UI - autoscale - validation - convert type of scale policy duration and polling interval when comparing them (Reviewed-by: Brian) 2012-08-20 16:14:33 -07:00
Alena Prokharchyk d0dac13787 CS-15304: VR deployment - release the lock for the network once the router entry is allocated (2.2.x behavior) as opposed to releasing it when the router start is completed
Reviewed-by: Frank Zhang
2012-08-20 16:05:22 -07:00