VCSA Installation

we are still developing the unattended fsi supported installation of a vcsa vm.

This is a prototype

INI file

[vcsa]
; all config parameter for VCSA
version=8.0.0
;build=20519528
build=20920323
;version=7.0.3
;build=20395099
size=tiny
ip=172.16.2.14
; change dns to ip if your dns is not working
hostname=v2vcsa80.lab2.schnuerle.com
dns1=172.16.0.14
dns2=172.16.0.2
ntp=172.16.0.1
gw=172.16.2.1
nmprefix=24
sso_domain=vsphere.local
;
; Password must conform to the following requirements:
;    At least 8 characters
;    No more than 20 characters
;    At least 1 uppercase character
;    At least 1 lowercase character
;    At least 1 number
;    At least 1 special character (e.g., '!', '(', '@', etc.)
;    Only visible A-Z, a-z, 0-9 and punctuation (spaces are not allowed)
sso_pw=SSO_password
root_pw=VCSA_root_password
sshlogin=true

[deployesxi]
; all config parameter for the target esxi we deploy the vcsa on
server=172.16.0.18
user=root
vmname=v2vcsa80
pw=esxi_root_password
vmnic0_net=VMn - s1 v162
datastore=nfs_lq1_vmlab2
; Optional
ssl_certificate_verification=83:D3:47:96:E4:6F:7C:EC:D9:FE:B6:4E:CB:10:75:3F:84:8E:8D:B8

Screenshots