ezmomi icon indicating copy to clipboard operation
ezmomi copied to clipboard

Support datastore clusters

Open parberge opened this issue 8 years ago • 6 comments

Right now ezmomi expects an ordinary datastore as target. I would like the option to use datastore cluster instead.

parberge avatar Sep 02 '15 12:09 parberge

This blog post here might help: https://www.rbcollins.net/index.php/working-with-vmware-s-api?blog=5

parberge avatar Sep 02 '15 12:09 parberge

Updated location for the above post. Also, I added some info about an easier way to get different objects. https://rbcollins.net/?p=13

rbriancollins avatar Sep 02 '15 20:09 rbriancollins

Thanks for the feature request. I'm not too familiar with datastore clusters, but totes mcgotes open to a PR ;)

On Sep 2, 2015, at 4:13 PM, rbriancollins [email protected] wrote:

Updated location for the above post. Also, I added some info about an easier way to get different objects. https://rbcollins.net/index.php/2014/10/28/working-with-vmwares-api-via-python/

— Reply to this email directly or view it on GitHub.

snobear avatar Sep 03 '15 02:09 snobear

I'm trying to implement this. The problem is that I took over the fork from a previous employee, and they have changed a lot. I don't think a PR will be possible with that implementation without introducing other stuff.

Anyways, first step is to add it anyway, so will try to do that and worry about the PR later :)

parberge avatar Sep 03 '15 05:09 parberge

@rbriancollins

$ curl -k https://rbcollins.net/2014/10/working-with-vmwares-api-via-python/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /2014/10/working-with-vmwares-api-via-python/ was not found on this server.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at rbcollins.net Port 443</address>
</body></html>

:(

parberge avatar Sep 03 '15 05:09 parberge

Sorry about that. I was playing around with link structure in WP (just converted from b2evo) and I broke all the links. Yay. Better now https://rbcollins.net/?p=13

rbriancollins avatar Sep 03 '15 21:09 rbriancollins