Having the same issue. Glad to know I'm not the only. Same circumstance as above, Holodeck 9.1 and unable to deploy a site-b successfully due to vcfinstaller failing. I've examined the xxxxx-b.json config file and it looks like it's not getting the settings needed to deploy the vcfinstaller (see excerpt below). After building out the b-side vms, it now wants to deploy the vcfinstaller, doesn't find any settings for network in the json and crashes out.
"vcf-installer": {
"ovaPath": null,
"rootPassword": "VMware123!VMware123!",
"localUserPassword": "VMware123!VMware123!",
"hostname": null,
"ntp": null,
"network1": null,
"ip0": null,
"netmask0": null,
"gateway": null,
"domain": null,
"searchpath": null,
"dns": null,
"depotType": "online",
"onlineDepotDetails": {
"depotProxyEnabled": false,
"depotProxyDetails": {
"protocol": "HTTPS",
"ProxyAddress": "",
"ProxyPort": "",
"isAuthenticated": false,
"authDetails": {
"username": "",
"password": ""
}
}
},