If you configure the virtual machine that runs an extension to use the vCenter Extension vService, you can deploy the extension directly in the vSphere Web Client.

You have developed an extension running in a virtual machine that you deliver using OVF.

You have configured the OVF descriptor file of the extension to depend on the vCenter Extension vService and enabled OVF transport.

You have provided a script in the virtual machine that runs the extension that reads the OVF environment file to obtain the connection parameters from the vCenter Extension vService and uses them to register as an extension with vCenter Server.

1

Log in to the vSphere Web Client.

2

Select Home > Hosts & Clusters > Hosts tab.

3

Double-click on the host name.

4

Choose Deploy OVF Template from the Actions pull-down menu.

5

If you have not already done so, follow the instructions to download and install the Client Integration Plug-in.

6

Type the URL to the OVF file from which to deploy the extension.

7

Select a host, datastore, disk format, and network on which to run the extension.

8

Under Service Bindings, select vCenter Extension vService.

You must have the Extension > Register extension privilege to do this.

9

Select Power on after deployment and select Finish.

When the OVF has deployed and the virtual machine has powered on, a script in the guest operating system connects to the vCenter Extension vService and registers the virtual machine as a vCenter Server extension.

You deployed an extension from OVF by using the vCenter Extension vService.