The Telco Cloud Operations deploy tool is compatible with VMware OVF Tool, version 4.3.0.
The tool can be downloaded from https://code.vmware.com/web/tool/4.3.0/ovf. A VMware account is needed to download the tool, please contact your VMware respresentative for further information.
Procedure
- Download the VMware OVF Tool and copy it to your host under your home directory (or other location).
- Unzip the VMware OVF Tool. It should extract into a folder called ovftool in your directory.
- Add the following line to your .bashrc file:
export PATH=$PATH:/home/worker/ovftool
Notice the added
.bashrc file line at the bottom.
$ cat .bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
export PATH=$PATH:/home/worker/ovftool
- Run the .bashrc file:
$ source .bashrc
- Verify the VMware OVF Tool is installed.
$ ovftool --version
VMware ovftool 4.3.0 (build-13912821)
What to do next
Install jq.