Jessica Wang
e81a2b4ff2
CLOUDSTACK-4713: UI > EIP/ELB Basic Zone - fix a bug that IPs that are acquired are not showing in listView of IP Addresses page under Network menu.
2013-09-19 16:47:16 -07:00
Brian Federle
fa297948f0
CLOUDSTACK-4710: Fix broken help link
2013-09-19 13:37:41 -07:00
Alena Prokharchyk
798f34a49c
CLOUDSTACK-4704: 41-42 db upgrade - populate vpc_service_map table with the services/providers supported by VPC
2013-09-19 13:15:05 -07:00
Alena Prokharchyk
cea14ce880
CLOUDSTACK-4573: fixed resource limit check when acquire public IP in VPC - update resource count for VPC public ip even when network_id is not set yet.
2013-09-19 10:57:34 -07:00
Alena Prokharchyk
a14145bb5e
Fixed sysvmadm helper script (responsible for restarting/recreating VRs when needed on upgraded setups due to template changes) to have -v option. When -v is specified, all VPCs in the system will get restarted. As a part of the restart, VPC routers will get recreated
2013-09-19 10:28:19 -07:00
Jessica Wang
e81e6ef5eb
CLOUDSTACK-4709: UI > template > register template > when zone dropdown is selected as All Zones, show all hypervisors supported in cloudstack instead of only hypervisors available in all zones.
2013-09-19 10:20:11 -07:00
Girish Shilamkar
25cf6c9bed
Storage type was set to local due to which tests failed. Removed it.
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit a726bfdba5 )
2013-09-19 19:11:19 +05:30
Wei Zhou
78b912e38f
CLOUDSTACK-1749: change cloud service name in systemvm
2013-09-19 10:52:28 +02:00
Jessica Wang
7f08333cc6
CLOUDSTACK-4702: UI > Network menu > Add Guest Network dialog > UI shouldn't pass null zoneid to listnetworkofferings API when zone dropdown is empty (i.e. when no advanced zone exists).
2013-09-18 16:43:18 -07:00
Jessica Wang
f4066b51fb
CLOUDSTACK-4700: UI > Instances > Reset VM action > if the template from which vm is created is password-enabled, pop up "Password hsa been reset to xxxxxxx" dialog.
2013-09-18 11:41:30 -07:00
Ashutosh K
e49f14b7e3
Added missing test for VPC load balancing rule from old QA repo to cloudstack repo
...
def test_04_VPC_CreateLBRuleInMultipleNetworksVRStoppedState
Since VPC now only allows load balancing on a single tier the test case
has been updated to check that condition
Ref : http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Installation_Guide/configure-vpc.html
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
(cherry picked from commit 5b5a617544 )
2013-09-18 21:49:12 +05:30
Girish Shilamkar
7d06e77ed9
CLOUDSTACK-4637: Add 30sec sleep before router is ssh'd
...
Egress rules testcases access vm via router. Sleep before
accessing router else the expect fails since router is not
accessible. Also use router.hostid instead of vm.hostid
to identify the host.
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-09-18 21:40:39 +05:30
Harikrishna Patnala
a9218f3411
CLOUDSTACK-2247: Automation - Reset a VM on Reboot
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 62b0ad03c8 )
2013-09-18 09:37:55 +05:30
Girish Shilamkar
8cc37c2470
CLOUDSTACK-1800: Add automation tests for reset sshkey to access VM
...
Reviewed-By: Harikrishna Patnala <harikrishna.patnala@citrix.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit dd4b1cbf44 )
2013-09-18 09:33:48 +05:30
Anshul Gangwar
c93e6e216d
CLOUDSTACK-2266: marvin tests for IP Address reservation within a network it also adds the ipaddress parameter to virtual machine's create method in base.py
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
(cherry picked from commit 955408166c )
2013-09-18 09:23:03 +05:30
Edison Su
9bff36ef45
add sourcetemplateid for template created from volume/snapshot
2013-09-17 17:04:03 -07:00
Jessica Wang
066d944c78
CLOUDSTACK-4688: UI > (1) Notifications widget - pollTimer() - error handling - check if args is null before trying to access args.message property (2) sharedFunctions.js - pollAsyncJobResult() - error handling - pass message argument to args.error().
2013-09-17 16:37:47 -07:00
Sheng Yang
b96aefee2f
CLOUDSTACK-4698: Check DHCP service in the network before get dhcp service provider
2013-09-17 16:01:01 -07:00
Min Chen
af2951ad56
CLOUDSTACK-4534:[object_store_refactor] Deleting uploaded volume is not
...
deleting the volume from backend.
2013-09-17 15:15:05 -07:00
Marcus Sorensen
39f7ddbb8f
CLOUDSTACK-3565 - fix for new libvirt behavior when defining NFS
...
pools that are already mounted in KVM hypervisor
2013-09-17 10:52:04 -06:00
Gaurav Aradhye
af2646f9a8
Automation: Resource Limits - memory limits test cases
2013-09-17 16:14:52 +05:30
frank
584bb9bc0c
CLOUDSTACK-4689
...
UI:API: associate Profile to Blade may take longer in some cases, which will result in timeout
2013-09-16 16:11:03 -07:00
Jessica Wang
5d13033293
CLOUDSTACK-4687: UI > infrastructure > zone > UCS > blades > add extra properties (Chassis, Blade ID) to ucsblade object returned by API which has only bladedn property.
2013-09-16 14:52:01 -07:00
Jessica Wang
3e14b6b795
CLOUDSTACK-4687: UI > listView widget > actions in a grid row > when an action is completed, refresh the grid row with only data returned by getUpdatedItem() instead of combination of data returned by getUpdatedItem() and original embedded data in grid row.
2013-09-16 13:52:54 -07:00
Kelven Yang
5e52a86a2a
CLOUDSTACK-4659: Fix the regression caused by worker VM consolidation for GC purpose
2013-09-15 11:39:32 -07:00
Min Chen
4ab2a741f6
Fix unit test failure of VmwareDatacenterApiUnitTest.
2013-09-14 18:26:28 -07:00
frank
fe5468881a
Add disassocating profile to UCS
2013-09-14 09:17:30 -07:00
radhikap
e34c80398e
release notes structure issue fixed, links to known issues and fixed issues have been added
2013-09-14 10:51:07 +05:30
radhikap
391be476dc
known issues added, 4.1 reference removed
2013-09-14 10:36:40 +05:30
radhikap
deacb5d7c8
minor edits on release notes
2013-09-14 09:09:28 +05:30
Prachi Damle
8dfd34cd7e
CLOUDSTACK-4651: Restarting management server when volume Snapshot is still in progress for root volume of a VM , then there is no way to restart VM since the startVM job is stuck forever since the volume is in "Snapshoting" state.
...
Change:
-If no volume of the VM is usable, VM cannot be deployed or started. Atleast ROOT volume should always be in usable state to start up the VM
2013-09-13 16:55:44 -07:00
Prachi Damle
f3be68a833
CLOUDSTACK-4664: [ZWPS] High delay to start a stopped VM which has ROOT/DATA volumes migrated to Second Zone wide primary Storage(More than 10 mins)
...
Changes:
- DeploymentPlanningManager needs to reuse the zone wide primary storage pool when VM's volume is READY
2013-09-13 16:55:41 -07:00
Prachi Damle
f4e4be01ff
CLOUDSTACK-4668: Upgrade to 4.2 fails with NullPointerException when hypervisor_type is null for a cluster entry
...
Changes:
- Care for null value during comparing the hypervisor_type
- Do not consider removed clusters
- Method rename according to coding conventions
2013-09-13 16:55:37 -07:00
Min Chen
d28cca7bf0
CLOUDSTACK-4671:ListZone API failed with Assertion error if assertion is
...
turned on for MS.
2013-09-13 16:53:54 -07:00
Kelven Yang
670fc7e6ec
CLOUDSTACK-4659: Add the missing feature back for GC VMware worker VMs
2013-09-13 16:26:55 -07:00
Brian Federle
93d8b965f9
CLOUDSTACK-4669: Fix disassociateProfileFromBlade action icon
2013-09-13 16:08:23 -07:00
Jessica Wang
758b0bff8e
CLOUDSTACK-4669: UI > Infrastructure > zone > UCS manager > UCS blade > implement new action disassociateProfileFromBlade.
2013-09-13 15:38:21 -07:00
Frank Zhang
3a3caf62b8
CloudStack CLOUDSTACK-4224
...
UCS:UI: Delete UCS returns unknown API
2013-09-13 09:24:52 -07:00
Gaurav Aradhye
23c759ec35
Automation - Portable Ip feature test cases
...
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
2013-09-13 17:27:57 +05:30
Jessica Wang
cae8b39b43
CLOUDSTACK-4662: UI > Network > IP Address > select a portable IP Address > Port Forwarding > VM grid - select a VM - dropdown of VM NIC IP appears - dropdown option value is networkID + VmGuestIp, split it and pass only VmGuestIp to API call.
2013-09-12 19:21:13 -07:00
Min Chen
a096c96672
CLOUDSTACK-4661:[DB Upgrade] SecondaryStorage entry in host table before
...
upgrade is not marked as removed after migrating them to image_store
table.
2013-09-12 18:52:40 -07:00
Jessica Wang
3919b9fd2d
CLOUDSTACK-4128: UI > zone wizard > secondary storage step > check if S3 secondary storage (region-wide) exists. If yes, (1)Provider dropdown has only one option "S3". (2)Name input field is loaded with the existing S3 secondary storage name and disabled. (3)Create NFS Secondary Staging Store checkbox is checked and disabled. (4)NFS Server field and Path field are required.
2013-09-12 16:37:57 -07:00
Vijayendra Bhamidipati
4aa7b1990e
CLOUDSTACK-4645: There is no upgrade path from 4.1.1 to 4.2.0
...
Description:
Simpler fix to support upgrade path from 4.1.1 to 4.2.0
by adding a 4.1.1 string in the db update version range.
Commit # d1642a489c introduced a duplicate
user_vm_view view in the schema-410to420.sql script. Removing the first
occurrence of that view, since whatever QA has been testing until now
would have used the duplicated view that gets created after the first one.
2013-09-12 09:42:00 -07:00
Vijayendra Bhamidipati
85c5f51fd0
Revert "CLOUDSTACK-4645: There is no upgrade path from 4.1.1 to 4.2.0"
...
This reverts commit 1167057441 .
Description:
The fix can be much simpler - will check it in in subsequent commit.
2013-09-12 09:41:21 -07:00
Edison Su
52a45ce56e
CLOUDSTACK-4650: change volume state during snapshot only
2013-09-12 16:02:40 -07:00
frank
4c1a20fe66
Add Baremetal agent package back to RPM spec file
...
add missing file in d58044ccba
2013-09-12 14:47:37 -07:00
frank
d58044ccba
Add Baremetal agent package back to RPM spec file
2013-09-12 14:14:23 -07:00
radhikap
cb71b5c1c2
removed the occurrence of 4.1 from RN as per Animesh
2013-09-12 19:54:09 +05:30
venkataswamybabu budumuru
1a20cb8270
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
...
Corrected Indentation issues.
(cherry picked from commit 2ea66124f2 )
2013-09-12 18:38:19 +05:30
venkataswamybabu budumuru
237f8ec702
Signed-off-by: venkataswamybabu budumuru <venkataswamybabu.budumuru@citrix.com>
...
Skipped the test "test_createSharedNetwork_usedVlan" as there is another test
(test_createSharedNetwork_usedVlan2) which is covering the righ scenario.
moreover this test is creating issues for couple of other tests due to
incompleteness
2013-09-12 18:25:42 +05:30