Vcloud director is a Vmware orchestrator for cloud used by many cloud 
service provider. It expose an api rest interface to interact with it, 
should be be nice to integrated it with ansible for a complete 
orchestration. 

Starting from this point I was looking to interact with it by the ansible 
uri module, but looking around I've found this great tool made in python by 
vmware team:

http://labs.vmware.com/flings/vcloud-director-rest-api-shell-ras, the 
problem is that tool work with python tk library in a gui/shell mode, so 
it's difficult to pass variable to it. 

I'm not a python developer, so for me it's quite difficult to convert it as 
an ansible module taking out the gui part of the code. Is there something 
working on it (or something similar)?


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to