Prachi Damle
3ad0008c89
CLOUDSTACK-4276 Dedicated Resources: Private Zone functionality issues
...
Changes:
createZone API:
- This API takes in domainid, set it to the zone record in the data_center table
updateZone API:
- This API uses 'isPublic' flag to set a private zone to public - if this flag is set and the zone is dedicated, release the dedication and remove the domainid from the data_center table
listZone API:
- This API already has 'domainid' parameter. We should allow list zones by domain for Root admin.
DedicateZone API:
- set domainid in the data_center table
ReleaseDedicatedZone API:
- remove zoneid from the data_center table
2013-08-12 17:34:38 -07:00
Jessica Wang
ed9f7691c7
CLOUDSTACK-4142: UI > remove fieldPreFilter which is no longer in use.
2013-08-12 17:06:01 -07:00
Jessica Wang
36a70f471a
CLOUDSTACK-4142: UI > IP Address page > configuration tab > filter - remove duplicate code.
2013-08-12 17:02:11 -07:00
frank
760b958545
CLOUDSTACK-4090
...
[Upgrade] System VM's are failed to start on a new zone(VMWARE Nexus Zone) which is created after upgrade
2013-08-12 16:57:50 -07:00
Kelven Yang
edaa1c8927
CLOUDSTACK-3568: Refactore CloudStack/vCenter API session management facility to avoid the situation that multiple API requests are sharing with the same vCenter API session
2013-08-12 16:24:57 -07:00
Jessica Wang
b6ff1db0ed
CLOUDSTACK-4269: UI > account page > hide Setting tab for regular-user/domain-admin since they don't have access to listConfigurations API.
2013-08-12 16:34:16 -07:00
Sateesh Chodapuneedi
2c9f073249
CLOUDSTACK-3905 [VMWARE]Can not add Standard/DVSwitch when Nexus global config is set to true
...
Make VSM specific input paramters optional while adding VMware cluster where no traffic chosen to use Nexus 1000v dvSwitch when cloud level vSwitch is Nexus 1000v.
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-12 22:41:38 +05:30
Jessica Wang
d72ae0326c
CLOUDSTACK-4111: UI > IP Addresses page > Associate New IP dialog - show/hide cross zone dropdown upon new property "portableipserviceenabled" in listRegions API response.
2013-08-12 15:07:10 -07:00
frank
b6a523e015
CLOUDSTACK-4149
...
[upgrade][2.2.13 -> 2.2.14 -> 4.2][KVM] When we try to upgrade the KVM agent from 2.2.14 to 4.2 using the "U" option in install.sh script, management server also gets installed!
2013-08-12 14:49:15 -07:00
Laszlo Hornyak
e821ed073a
ProcessUtil cleanup
...
- possible resource leak closed
- file content read uses now commons-lang FileUtils
- Added unit tests
2013-08-12 14:43:41 -07:00
Prachi Damle
04abb82786
CLOUDSTACK-4222: [VMWare] NPE: VM Failed to start after Volume Migration
...
- ExplicitDedicationProcessor should process only if group of this type is used!
2013-08-12 12:16:36 -07:00
Prachi Damle
12b05cfbc3
CLOUDSTACK-4259 Dedicated Resources: createAffinityGroup API should not allow admin to create the group of this type through API
...
Changes:
- Block API from creating this type of group
2013-08-12 12:06:06 -07:00
frank
a6c9d699bc
CLOUDSTACK-4224
...
UCS:UI: Delete UCS returns unknown API
2013-08-12 12:09:19 -07:00
Edison Su
73c57bf0b2
CLOUDSTACK-4253: add more logs for vmware storage related operations
2013-08-12 11:29:29 -07:00
Min Chen
0c706876bf
CLOUDSTACK-4250: [Object_store_refactor] Register ISO fails in multizone
...
environment if downloading to one of the zone fails.
2013-08-12 11:18:47 -07:00
Edison Su
8e5406f5ba
CLOUDSTACK-4253: change the log message if copy template from secondary storage to primary storage failed
2013-08-12 11:01:56 -07:00
frank
ab7a9339b4
CLOUDSTACK-4149
...
[upgrade][2.2.13 -> 2.2.14 -> 4.2][KVM] When we try to upgrade the KVM agent from 2.2.14 to 4.2 using the "U" option in install.sh script, management server also gets installed!
2013-08-12 11:10:16 -07:00
Brian Federle
9c8f040e1a
CLOUDSTACK-4219: Autoscale UI: Fix for missing form data
...
Fix form data not being passed when editing autoscale policy on
existing LB rules.
2013-08-12 10:58:24 -07:00
Brian Federle
e2843b18ba
CLOUDSTACK-4077: Fix tooltips for events/alert section actions
2013-08-12 10:29:32 -07:00
Brian Federle
d1ec9dc385
CLOUDSTACK-4242: Fix 'disabled' style for multi-edit actions
2013-08-12 10:21:14 -07:00
Alena Prokharchyk
e9367f167e
CLOUDSTACK-4035: set uuid for autoscale related tables as a part of the upgrade (was null on the previous versions of the code)
2013-08-12 09:36:10 -07:00
JijunLiu
df1756b619
add doc for kvm cpu model
...
Signed-off-by: Wei Zhou <w.zhou@leaseweb.com>
(cherry picked from commit 8d53887cec )
2013-08-12 15:35:01 +02:00
Saksham Srivastava
2eceb7dcbe
CLOUDSTACK-4189: [UI] In multi zone setup, dedicating a single zone to a domain, shows other zones dedicated as well
2013-08-12 18:24:40 +05:30
Sanjay Tripathi
86d2e8bdae
CLOUDSTACK-2909: Fix for ; and : keys for IE and chrome.
2013-08-12 18:24:26 +05:30
Murali Reddy
9895d01a53
CLOUDSTACK-4111: Prompt "Acquire New IP - Cross Zones - YES/NO" wizard
...
only when there is portable IP range added at region level.
region response will now have details if portable IP service is enabled
or not. Portable IP service for a region is turned off by default. when
adming adds a portable ip range portable ip service is enabled for the
region.
2013-08-12 18:11:13 +05:30
Bharat Kumar
608c63a534
CLOUDSTACK-4231 make apache server listen on all the ipaliases to provide access to meta-data.
...
Signed-off-by: Jayapal <jayapal@apache.org>
2013-08-12 17:30:11 +05:30
Likitha Shetty
32b33bea0f
CLOUDSTACK-4244. Unable to attach a volume to a VM deployed in Stopped (startvm=false) state.
...
While attaching a volume to a VM, create volume on the hypervisor only if the VM has been started on the it.
2013-08-12 15:45:02 +05:30
Sateesh Chodapuneedi
32fd0c94a2
CLOUDSTACK-4246 VM deployment fails with global configuration parameter "vmware.nested.virtualization" enabled.
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-12 09:51:41 +05:30
Prasanna Santhanam
6decb9cb4c
Fix test naming to reflect the test purpose
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-12 14:42:45 +05:30
Dave Cahill
9d053d04ec
Fix specifying db passwd in cloud-install-sys-tmplt
...
Signed-off-by: Hugo Trippaers <htrippaers@schubergphilis.com>
2013-08-12 11:01:32 +02:00
Rajesh Battala
4c193a1b69
CLOUDSTACK-3946 [KVM] [Zone Wide Primary Storages] migrateVolume is deleting the volume if the source and destination pool are same
2013-08-12 13:29:10 +05:30
Devdeep Singh
47499db17b
CLOUDSTACK-3893: Removed Hyper-V from the list of supported hypervisor list.
2013-08-12 13:23:29 +05:30
Sateesh Chodapuneedi
e4f9c2ac44
CLOUDSTACK-4155 [VMWARE] Failed to deploy VM with NPE when vmware.nested.virtualization is enabled to true
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-08-12 07:45:15 +05:30
Radhika PC
f1f981b195
CLOUDSTACK-4243
2013-08-12 12:16:00 +05:30
Radhika PC
1cecbd31b0
CLOUDSTACK-4245 added the new feature list signed up by the committer
2013-08-12 12:08:54 +05:30
Prasanna Santhanam
0d10050485
CLOUDSTACK-3017: Add tags to Cisco ASA tests
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-08-12 12:04:04 +05:30
Radhika PC
0f40e8166e
upgrade issues
2013-08-12 11:27:29 +05:30
Jessica Wang
8fbb7d5dca
CLOUDSTACK-4188: UI > volumes > download volume action - do not decode URL returned from API call.
2013-08-11 21:03:25 -07:00
Jessica Wang
474228b97e
CLOUDSTACK-4127: UI > zone wizard > cluster step > not pass value in vSwitchPublicType, vSwitchPublicName, vSwitchGuestType, vSwitchGuestName field to addCluster API call since the 4 fields are hidden.
2013-08-11 20:26:27 -07:00
Harikrishna Patnala
a7dea8eecd
CLOUDSTACK-3850: CPU cap should be per VM not per VCPU
...
Signed-off-by: Koushik Das <koushik@apache.org>
2013-08-12 08:37:37 +05:30
Harikrishna Patnala
97b8f123a0
CLOUDSTACK-3228: system vms are not comming up in zone with two cluster xen and kvm;Zone host is ready, but secondary storage vm template: 3 is not ready on secondary storage: 2
...
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-08-12 08:19:37 +05:30
Jessica Wang
d67b4d085e
CLOUDSTACK-4142: listNetworkOfferings API has been changed to not return system-owned network offerings to regular user(domain user). This API change causes several UI bugs. Change UI to determine whether an IP Address has VPN service upon listNetworks API response instead of listNetworkOfferings API response.
2013-08-11 18:16:46 -07:00
Murali Reddy
ba22daa5c9
CLOUDSTACK-4206: [EIP/ELB] Failed to disableStaticNAT when the userVM is
...
in destroyed state.
ignore VM state when system is enabling static NAT on the system IP to
VM in EIP enable network
2013-08-12 04:46:29 +05:30
Mike Tutkowski
8f503c7ff6
CLOUDSTACK-4227
2013-08-10 17:03:35 -06:00
Mike Tutkowski
48cf866219
CLOUDSTACK-4235
2013-08-10 16:56:40 -06:00
Mike Tutkowski
8d36a4d80e
CLOUDSTACK-4235
2013-08-10 16:54:33 -06:00
Prachi Damle
941c12dcd7
CLOUDSTACK-4234 Dedicated Resources: When multiple dedication groups are chosen for VM deployment, dedicated resources belonging to both groups should be considered
...
- Override the equals method
2013-08-10 12:14:12 -07:00
Prachi Damle
61bd96cb3e
CLOUDSTACK-4234:Dedicated Resources: When multiple dedication groups are chosen for VM deployment, dedicated resources belonging to both groups should be considered
...
Changes:
- Do not add the dedicated resource to avoid list if it is present in the list of resources to consider for the deployment.
2013-08-10 12:14:07 -07:00
Jessica Wang
644f8173e9
revert 12ca1d9102 since it's a partial UI change.
2013-08-10 12:09:12 -07:00
Prachi Damle
b0947c9572
CLOUDSTACK-4221: Dedicated Resources: changes to associate the dedicated resource with the 'ExplicitDedication' affinity group
...
Changes:
- Adding mocks in unit tests for new injected components
2013-08-10 11:03:03 -07:00