Node Properties Configuration - 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

nodeITproperties.json Structure

Use the following key properties to edit the nodeITproperties.json file.

Property Description Example
idracHost Fully qualified domain name or IP of iDRAC host kvm-1-idrac.domain.com
nodeName Fully qualified domain name kvm-1.domain.com
ip Management/CLAN IP address 192.168.1.10
nodeType Type of node kvm
host Host where VM will be deployed kvm-1.domain.com
[
    {
        "idracHost": "kvm-idrac-1.domain.com",
        "nodeType": "kvm",
        "nodeName": "kvm-1.domain.com",        
        "ip": "x.x.x.x"
    },
    {
        "idracHost": "kvm-idrac-2.domain.com",
        "nodeType": "kvm",
        "nodeName": "kvm-2.domain.com",
        "ip": "x.x.x.x"
    },
    {
        "idracHost": "kvm-mgmt-idrac-1.domain.com",
        "nodeType": "kvmMgmt",
        "nodeName": "kvm-mgmt-1.domain.com",
        "ip": "x.x.x.x"
    },
    {
        "nodeType": "tpa",
        "nodeName": "tpa-1.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-1.domain.com"
    },
    {
        "nodeType": "tpa",
        "nodeName": "tpa-2.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-1.domain.com"
    },
    {
        "nodeType": "tpa",
        "nodeName": "tpa-3.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-2.domain.com"
    },
    {
        "nodeType": "tpa",
        "nodeName": "tpa-4.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-2.domain.com"
    },
    {
        "nodeType": "vp",
        "nodeName": "vp-1.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-mgmt-1.domain.com"
    },
    {
        "nodeType": "dsu",
        "nodeName": "dsu-1.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-mgmt-1.domain.com"
    },
    {
        "nodeType": "cmic",
        "nodeName": "cmic-1.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-mgmt-1.domain.com"
    },  
    {
        "nodeType": "qgm",
        "nodeName": "qgm-1.domain.com",
        "ip": "x.x.x.x",
        "host": "kvm-mgmt-1.domain.com" 
    }   
]