Set Up Docker Image - VoV Deployer

Teradata VantageCore on Virtualization (VoV) Deployer Getting Started

Product
VoV Deployer
Release Number
Deployer 5.0
Published
March 2026
ft:locale
en-US
ft:lastEdition
2026-03-31
dita:mapPath
ijo1771527092730.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
ijo1771527092730
The image contents are as follows:
  • Ubuntu Jammy
  • Ansible 2.16.11 or later
  • Python 3.11 or later
  • FastAPI backend
  • Web UI frontend
  • Caddy web server
  • All required Python dependencies
  1. Unzip deployer scripts.
    cd /root
    unzip run-tdvm-vov-deployer-1.0.0-ga.zip /root/run-tdvm-vov-deployer/
  2. Create working directory for deployer.
    export VOV_DEPLOYER_DIR="${VOV_DEPLOYER_DIR:-$(pwd)/vov-deployer}" 
    mkdir -p "$VOV_DEPLOYER_DIR"
    
    The directory will contain:
    • Property files
    • Generated inventory
    • Deployment logs
    • Configuration files
    • ISOs (for bare-metal deploy)
    • VM images
  3. Load Deployer Docker image.
    docker load -I $VOV_DEPLOYER_DIR/vov-deployer-v1.0.0-ga.tar