The following is an example of the deploy.settings file with sample values.

# Copyright © 2020 VMware, Inc. All rights reserved. #
  
###########################################################
#
# NOTE : The User Guide has instructions to configure the
#        parameters provided below.
#        Please read the instructions completely and configure
#        the settings below.
#
###########################################################
  
# ========== OVA Source ========== #
CONTROL_PLANE_NODE_OVA_URL=https://repository/VMware-TCOps-Control-Plane-Node-<VERSION>-<BUILD_ID>.ova
WORKER_OVA_URL=https://repository/VMware-TCOps-Worker-<VERSION>-<BUILD_ID>.ova
  
# ========== OVA Staging ========== #
STAGED_CONTROL_PLANE_NODE_OVA_LOCATOR=/home/user-name/deploy-tool/VMware-TCOps-Control-Plane-Node-<VERSION>-<BUILD_ID>.ova
STAGED_WORKER_OVA_LOCATOR=/home/user-name/deploy-tool/VMware-TCOps-Worker-<VERSION>-<BUILD_ID>.ova
  
# ========== Which footprint to deploy ========== #
FOOTPRINT=2.5k
  
# ==========  Administrator Credentials ========== #
ADMIN_PASSWORD=VMware1!
ADMIN_PUBLIC_KEYS_PATH=/home/user-name/.ssh/id_rsa.pub
  
# ========== root Credentials ========== #
ROOT_PASSWORD=ChangeMe123!!
PERMIT_ROOT_LOGIN=without-password
ROOT_PUBLIC_KEYS_PATH=/home/user-name/.ssh/id_rsa.pub
  
# ========== vCenter Details ========== #
VCENTER_IP=xx.xx.xx.xxx
VCENTER_USERNAME=vc-user-name
VCENTER_PASSWORD=vc-password
VCENTER_DATA_CENTER_NAME=data-center-name
  
# ========== Cluster Name ========== #
VCENTER_CLUSTER_NAME=cluster-name
  
# ========== ESXi Details ========== #
CONTROL_PLANE_NODE_ESXI_IP=xx.xx.xx.xxx
WORKER1_ESXI_IP=xx.xx.xx.xxx
WORKER2_ESXI_IP=xx.xx.xx.xxx
WORKER3_ESXI_IP=xx.xx.xx.xxx
WORKER4_ESXI_IP=xx.xx.xx.xxx
 
 
# ========== Folder for VMs to deploy into ========== #
VM_FOLDER=
  
# ========== Virtual Machine Names ========== #
CONTROL_PLANE_NODE_VM_NAME=control-plane-node-vm-name
WORKER1_VM_NAME=worker1-vm-name
WORKER2_VM_NAME=worker2-vm-name
WORKER3_VM_NAME=worker3-vm-name
WORKER4_VM_NAME=worker4-vm-name
  
# ========== Datastores ========== #
CONTROL_PLANE_NODE_DATASTORE=datastore-name
WORKER1_DATASTORE=datastore-name
WORKER2_DATASTORE=datastore-name
WORKER3_DATASTORE=datastore-name
WORKER4_DATASTORE=datastore-name
  
# ========== Port Group ========== #
PORT_GROUP=port-group-name
  
# ========== Static IP Details ========== #
CONTROL_PLANE_NODE_VM_STATIC_IP=10.xx.xxx.xxx/xx
WORKER1_VM_STATIC_IP=xx.xx.xx.xxx/xx
WORKER2_VM_STATIC_IP=xx.xx.xx.xxx/xx
WORKER3_VM_STATIC_IP=xx.xx.xx.xxx/xx
WORKER4_VM_STATIC_IP=xx.xx.xx.xxx/xx
 
 
# ========== Docker Bridge IP ========== #
DOCKER_BRIDGE_IP=192.168.248.1/22
  
# ========== Default Gateway ========== #
DEFAULT_GATEWAY=xx.xx.xxx.xxx
  
# ========== DNS Servers ========== #
DNS_SERVERS=xx.xx.xxx.xxx,xx.xx.xxx.xxx
  
# ========== Search Domain ========== #
DNS_SEARCH=name.com
  
# ========== NTP Server ========== #
NTP_SERVERS=xx.xx.xxx.xxx
 
 
# ========== Pod CIDR ========== #
POD_CIDR=192.168.244.0/22
 
# ========== Service CIDR ========== #
SERVICE_CIDR=192.168.240.0/22