When installing the vCenter VIC flex plugin the flex install.sh fails to complete the install with the following message:
"../vsphere-client-serenity/-/vc_extension_flags" No such file or directory". File "-.zip" does not exist.
The issue has been resolved in vSphere Integrated Containers 1.2. It is recommend to upgrade VIC to the latest version.
In the event that an upgrade is not an option at this time, please use the following as a short term workaround. The following details apply to vSphere Integrated Containers version 1.1.0. Later versions of VIC have the resolved the issue as the required steps for the plugin install have changed. Recommended to upgrade to the latest version VIC.
To workaround the issue please use the HTML5Client installer by adding the flex plugin type to the HTML5Client configs file.
The steps are as follows.
echo `plugin_type="flex"` >> ui/HTML5Client/configs
Below is an example of the configs file, and how it may look:
# Enter the IP of the server running VCSA
VCENTER_IP="10.65.17.127"
# Update the following lines if you have a local web server that is accessible from your VCSA and VIC UI zip files are uploaded to it
# Change the following line to the full URL of the path where the zip files are located
# For example, if vic-ui.zip is available at https://192.168.1.5/vic-ui-plugins/vic-ui.zip, type in: https://192.168.1.5/vic-ui-plugins/
# Note: each uploaded zip file will be accessed only once when the user logs into vSphere Web Client for the first time after successful installation
VIC_UI_HOST_URL="https://10.65.17.20:9443/"
# If VIC_UI_HOST_URL starts with "https", enter SHA-1 thumbprint of the web server hosting the vic-ui.zip file
# The fingerprint should be in the format of A0:B1:C2:... In case you retrieved the fingerprint from Google Chrome make sure to replace spaces with colons (:)
VIC_UI_HOST_THUMBPRINT="4C:A4:BC:CC:B0:AB:FD:58:63:E1:60:49:B3:03:B6:3B:C9:67:00:DA"
# WARNING: VIC UI can run on a vCenter 5.5 setup, but is not officially supported. Use it with your own risk. If you wish to continue change the value from 0 to 1
IS_VCENTER_5_5=0
plugin_type="flex