8000 GitHub - mpavone/vCloudPy: vCloudPy: VMWare vCloud Automation for Python Devops
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mpavone/vCloudPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vCloudPy: VMWare vCloud Automation for Python Devops

The vCloud automation using Python can be accomplished using REST API calls, which encapsulate the input and output parameters in a HTTP call. The REST API calls are well documented by VMWare (http://pubs.vmware.com/vcd-55/index.jsp ), nevertheless the approach to the API is not simple and it requires an enormous amount of work to perform even simple tasks.

The main objective of this project is to make as simple as possible the vCloud automation. The idea behind this project is the creation of a proxy class functioning as an interface to vCloud REST API. No hierarchies of classes to learn or complex structures, just instantiate the proxy class and start to use it.

The proxy class maps parameters to XML elements and the sends the HTTP calls over the network transparently. In this way the proxy class frees you from having to communicate at REST API level and allows you to invoke vCloud automation methods using an easy to use Python object. You can be productive in half an hour.

The project has been initially created for personal use to learn the VMWare vCloud REST API and to solve specific tasks. At the moment, it has been developed and tested using VMWare vCloud 5.5 and there is no full coverage of the API but, in the spirit of the Open Source, the vCloudPy author encourage the community code and feedbacks from users for future improvements.

License

vCloudPy is released under the MIT License.

Installation Guide

Drop the file vCloudPy.py in a folder, import in a script or an interactive shell and just start using it.

The script has been developed and tested in the following environment:

  • Python 2.7.8
  • Requests Module 2.3.0
  • vCloud Director 5.5

Documentation

The documentation package includes the following guides:

and the samples listed below:

About

vCloudPy: VMWare vCloud Automation for Python Devops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0