summaryrefslogtreecommitdiffstats
path: root/openshift-storage-libs/openshiftstoragelibs/cloundproviders/vmware.py
Commit message (Collapse)AuthorAgeFilesLines
* Add TC restart initiator node when gluster node is downNitin Goyal2019-11-221-0/+4
| | | | | | | Add new TC where we verify iscsi rediscovery is happening properly on restart of initiator nodes when one gluster node is down. Change-Id: I515bb27d43843f7c19c4a12b6531a212e9c3285a
* Fix error handling logic in the "vmware" cloud providerNitin Goyal2019-08-271-4/+4
| | | | | | | | Fix error handling logic in the "vmware" cloud provider module by adding "raise" statement in places where it is lost. Change-Id: I92e97da4109bc6ab7368b41d2a6886e9f2be31c1
* Add TC restart app pod when target node is downNitin Goyal2019-08-131-0/+237
New TC insures that app pod is restarted properly when one of the target node is down. This patch includes libs of vmware api These libraries can perform VM operations like power on and off via vmware client api's. Change-Id: I11ad4dc3318cb0583de5882d8067ed7e30ea9962