ATTENTION: This repository soon will be Archived, please refer to our new central point repository for Cloud Director Extensibility Cloud Director Extension Standard Library
This repository contains example plugins for integrating with, and extending vCloud Director capabilities.
The plugin manager utility (source code) is a Python script for doing simple upload and publication of plugins from a command line.
The customize-portal plugin (source code) is a plugin intended to work within the vCloud Director provider portal to allow customization of the provider and tenant UI portals. The current functionality includes uploading and lifecycle management of UI plugins, including portal scoping and tenant publication.
The seed plugin (source code) is a fully functional UI plugin that can be deployed to a vCloud Director installation. It showcases the basic use cases of a UI plugin including:
- Overall project structure and required libraries
- Definition of plugin manifest (metadata for the plugin)
- Registration of a top level navigation menu
- Basic I18N
- Leveraging host-provided data
- Referencing assets embedded in the plugin
The vcd-ext-samples project team welcomes contributions from the community. Before you start working with vcd-ext-samples, please read our Developer Certificate of Origin. All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to CONTRIBUTING.md.