The following is an example of the deploy.settings file with sample values.
# Copyright © 2020-2021 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 HA=false # ========== 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 # ========== Control Plane Node ========== # CONTROL_PLANE_NODE_VM_NAME=control-plane-node-vm-name CONTROL_PLANE_NODE_ESXI_IP=xx.xx.xx.xxx CONTROL_PLANE_NODE_DATASTORE=datastore-name CONTROL_PLANE_NODE_VM_STATIC_IP=xx.xx.xxx.xxx/xx # ========== Worker Nodes ========== # # Uncomment and add this set for # # each worker where "n" is 1,2,3 ... # #WORKERn_NODE_TYPE= #WORKERn_VM_NAME= #WORKERn_ESXI_IP= #WORKERn_DATASTORE= #WORKERn_VM_STATIC_IP= WORKER1_NODE_TYPE=elasticworker WORKER1_VM_NAME=worker1-vm-name WORKER1_ESXI_IP=xx.xx.xx.xxx WORKER1_DATASTORE=datastore-name WORKER1_VM_STATIC_IP=xx.xx.xxx.xxx/xx WORKER2_NODE_TYPE=arangoworker WORKER2_VM_NAME=worker2-vm-name WORKER2_ESXI_IP=xx.xx.xx.xxx WORKER2_DATASTORE=datastore-name WORKER2_VM_STATIC_IP=xx.xx.xxx.xxx/xx WORKER3_NODE_TYPE=kafkaworker WORKER3_VM_NAME=worker3-vm-name WORKER3_ESXI_IP=xx.xx.xx.xxx WORKER3_DATASTORE=datastore-name WORKER3_VM_STATIC_IP=xx.xx.xxx.xxx/xx WORKER4_NODE_TYPE=domainmanagers WORKER4_VM_NAME=worker4-vm-name WORKER4_ESXI_IP=xx.xx.xx.xxx WORKER4_DATASTORE=datastore-name WORKER4_VM_STATIC_IP=xx.xx.xxx.xxx/xx # ========== Folder for VMs to deploy into ========== # VM_FOLDER= # ========== Port Group ========== # PORT_GROUP=port-group-name # ========== 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