VMware Customize Portal
Installing the VMware Customize Portal plugin on Cloud Director 9.1 and 9.5
Building the plugin
Previously, VMware recommended using the Lifecycle Management plugin to install and manage plugins, however, there is now a plugin called Customize Portal
which provides the same capability and is now part of the core product in vCloud Director 9.7.
To install this plugin, we first need to build it. First, we need npm so if this is not already installed, use the commands below to install it:
Now we can build the plugin:
Once built, there will be a folder called dist
which includes all the information regarding the compiled plugin. We will need all 4 files from this directory to install it into vCloud Director.
Leave the folder by typing cd..
Installing the VMware Customize Portal Plug-in
Clone this repository using the commands below.
Before the script can be used a configuration file must be created to configure access to a vCloud Director instance. Modify the values as appropriate inside manage_plugin.json
as per the example below:
We need to copy the dist directory into the manage plugin folder now, therefore use the command below to complete this:
Now finally, we can install the plugin using the python script:
Confirm that the provider can now see Customize Portal
in the vCD Provider interface.
Last updated
Was this helpful?