Suresh Kumar Anaparti
52e23996b8
CLOUDSTACK-8820: Updated the code for vCenter6 data center support.
...
(cherry picked from commit 1d73418c2c )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-09-16 12:52:46 +05:30
Suresh Kumar Anaparti
5f95f1688e
CLOUDSTACK-8820: Showing error when try to add advance zone using VMWare ESXi 6.0 host
...
Summary: In vCenter 6.0, response headers need to be fetched after service login for server cookie unlike previous versions of vCenter.
(cherry picked from commit 4a6e2cdeee )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-09-16 12:52:18 +05:30
Rohit Yadav
b4a5a32a74
utils: use a better extended implementation of SSLSocketFactory
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-03-13 17:31:30 +05:30
Rohit Yadav
debfcdef78
CLOUDSTACK-8160: use preferable protocols
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-21 18:02:58 +05:30
Min Chen
206c35c620
Vmware is broken due to commit b20add810e.
2014-01-22 17:44:21 -08:00
Hugo Trippaers
b20add810e
Get rid of compiler warnings in vmware-base
2014-01-22 09:37:34 +01:00
Likitha Shetty
025335a3ab
Fixing compile error found by checkstyle
2013-12-17 14:40:48 +05:30
Likitha Shetty
5594ea990f
CLOUDSTACK-5519. [VMWARE] Cancel vCenter tasks if the task invoked by CloudStack failes with timeout error
...
Conflicts:
vmware-base/src/com/cloud/hypervisor/vmware/util/VmwareClient.java
2013-12-17 12:06:19 +05:30
Alex Huang
be5e5cc641
All Checkstyle problems corrected
2013-12-12 12:26:07 -08:00
Min Chen
425723e164
CLOUDSTACK-5336:[Automation] During regression automation management
...
server hang with "out of memory error".
2013-12-05 18:45:07 -08:00
Alex Huang
d620df2bdd
Reformatted all of the code.
2013-11-21 06:15:26 -08:00
Alex Huang
8d62744681
Reformat all source code. Added checkstyle to check the source code
2013-11-20 07:26:53 -08:00
Likitha Shetty
90fb76a72c
CLOUDSTACK-5069. Added global config 'vmware.vcenter.session.timeout' to make the vCenter session timeout value configurable.
2013-11-20 16:12:22 +05:30
Likitha Shetty
01b29a0caf
CLOUDSTACK-3715. Increasing VMware vCenter session timeout value to 20 minutes from 10 minutes.
2013-11-07 11:20:31 +05:30
Likitha Shetty
f03dcdab19
[CLOUDSTACK-5051] Revert "CLOUDSTACK-3715. Socket timeout error is observed in VMware setup if a VMware task (RelocateVM_Task, CloneVM_Task etc.) takes more than 10 minutes. Making this value configurable to allow admins to modify the timeout if required. It defaults to the current value i.e. 10 minutes."
...
This reverts commit 3a91500173 .
Conflicts:
plugins/hypervisors/vmware/src/com/cloud/storage/resource/VmwareSecondaryStorageContextFactory.java
2013-11-06 19:07:33 +05:30
Likitha Shetty
3a91500173
CLOUDSTACK-3715. Socket timeout error is observed in VMware setup if a VMware task (RelocateVM_Task, CloneVM_Task etc.) takes more than 10 minutes. Making this value configurable to allow admins to modify the timeout if required. It defaults to the current value i.e. 10 minutes.
2013-11-05 15:59:03 +05:30
Kelven Yang
ed0fbcc81c
CLOUDSTACK-4950: fix the problem to support sessions to multiple vCenter instance
2013-10-24 11:42:41 -07:00
Kelven Yang
f3c917db05
CLOUDSTACK-4734: Validate and Fail-over to another VmwareContext object when it is from the pool
2013-09-27 15:57:56 -07:00
Kelven Yang
b4a7d20319
CLOUDSTACK-4357: don't cache ServiceContent and rootFolder in memory, the cache semantics break session keep-alive mechanism
2013-09-04 14:49:45 -07:00
Kelven Yang
899f92b725
CLOUDSTACK-4288: Fix the way that VmwareClient is using vSphere 5.1 SDK which caused huge memory footprint
2013-09-04 14:49:45 -07:00
Sateesh Chodapuneedi
3c88dd4f80
CLOUDSTACK-3151 [VMware] CloudStack does case sensitive processing of names of VMware objects.
...
Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
2013-06-24 11:06:16 +05:30
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Min Chen
eca1a7089a
Fix a bug in retrieving cookie from Vmware connection by replacing
...
Kawai's patch by parsing request header ourselves instead of using
BrowserCompatSpec.
2013-03-07 16:07:58 -08:00
Hiroaki Kawai
0fd30af5f8
Remove invalid use of internal library class in VmwareContext.
2013-03-05 22:12:31 -08:00
Min Chen
737dac2e65
Some cosmetic changes to VmwareClient private methods.
2013-02-28 15:42:56 -08:00
Min Chen
bcaac324aa
Rebase with master, bring into Vmware vswitch change.
2013-02-28 11:00:03 -08:00
Min Chen
7d2ebc9fc3
Add some comments on some code source to give credit to vmware sample
...
code.
2013-02-27 13:46:43 -08:00
Min Chen
525fe14c25
Trust all certificate in vcenter connect.
2013-02-20 10:57:52 -08:00
Min Chen
105bf7134a
Merge branch 'master' into vim51_win8
...
Conflicts:
plugins/hypervisors/vmware/src/com/cloud/hypervisor/vmware/resource/VmwareContextFactory.java
Signed-off-by: Min Chen <min.chen@citrix.com>
2013-02-06 15:27:45 -08:00
Min Chen
1ce4d62ace
Fix cast error from List<?> to array.
2013-02-05 21:44:38 -08:00
Min Chen
481f480472
Upgrade to use Vsphere 5.1 SDK jar, fixed all compilation error with new
...
wrapper class VmwareClient.
2013-02-04 17:41:36 -08:00