Installing the virtual appliance by using the vSphere API
The virtual appliance can be installed by using the vSphere API.
About this task
Verify Identity Access provides a sample Python script that utilizes the vSphere API to deploy the appliance. This script can be obtained from the appliance File Downloads page. You can examine this script to determine the steps for deploying the appliance.
At a high level, the script has two main functions:
- Create a template on the vSphere server. This step involves uploading an ISO image of the appliance, performing a silent install, and converting this new VM to a template.
- Deploy a template. This step involves cloning this template into a new VM. This step can make use of a silent configuration ISO to configure the networking. This ISO can also be generated by this script. After the silent configuration ISO image has been generated, the script instructs the user to manually upload the image to a datastore of the vSphere environment.