.. Explore the power of vCenter Orchestrator!
|
Last Updated on Friday, 25 February 2011 22:24
|
Today VMware released the most complete automation solution for vCloud Director as a free download ! This is a plug-in for vCenter Orchestrator allowing to orchestrate vCloud Director (and not the other way around, vCD 1.01 does not have the ability to start an external process).
In terms of functionality the plug-in allows:
By combining its use with the vCO built in vCenter plug-in it is possible to make your vCenter Virtual Infrastructure agile by morphing itself for allocating more or less capacity for vCloud Director provider resources. Technically the plug-in implements the User, Admin, and Admin Extensions APIs using the vCloud Java SDK. The vCloud Java SDK communicates with vCloud Director REST API. All this complexity happens in the background by being abstracted for the vCO Admin. The plug-in provides a total of 91 building block workflows and 158 actions. Some high level workflows are also provided and are great examples of the combination of these. For example the following high level workflow shows a full provisioning taking advantage of the different APIs (see different colors) for:
To reduce massively the vCO host resources usage when running several workflows in parallel the building blocks make extensive use of vCO "waiting event" allowing to hibernate the workflows until receiving a notification of a completed task.
And for those of you who would want to implement their own additional scripted actions and workflows the plug-in provides 163 javaScript objects covering the different parts of the API. These objects implement all the properties and methods available in the Java SDK plus some helpers (here the conversion of a vCloud API object into a vCloud Admin API object.
The plug-in also implements a detailed object tree view making it easy to navigate and select vCD objects.
If you are familiar with creating workflows, using the vCenter plug-in you will find much less complexity with using this plug-in. If you are new to vCenter Orchestrator, then this plug-in is a great opportunity for authoring your first workflows.
For more information, check the vCenter Orchestrator Plug-in for vCloud Director release notes. The vCenter Orchestrator Plug-in for vCloud Director is is available for download here and the user guide for the plug-in is here. For questions and comments, use the new VMware vCenter Orchestrator Plug-ins community forum.
Add comment
|