Tag-Based Execution - 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

Tags allow you to run specific tasks without running a full playbook. These are common tags.

Tag Purpose Example Playbook
configure-bynet Configure bynet networks configure-tpa
tpa-verify-pdisks Verify physical disks configure-tpa
tpa-configure-dbs Configure database using PUT configure-tpa
kvm-create-tpa-vm-block-disks Create TPA VM with block pdisk (default) deploy-tpa
kvm-configure-clan-vlan-setup-script Configure VLAN setup script for CLAN configure-kvm

Here are some examples.

# Configure bynet only 
Playbook: configure-tpa
Tags to run: configure-bynet 
Tags to skip: (none)
# Skip time-consuming tasks
Playbook: deploy-full-ecosystem-vms-kvm 
Tags to run: all
Tags to skip: build-iso-all

You can select multiple tags.

# Run multiple specific tasks
Tags to run: deploy-mgmt-apps,configure-mgmt-apps

# Skip multiple tasks
Tags to skip: copy-hosts-file,tpa-configure-ntp