Does anyone know if it's possible to add a HA depot with the VCSA? I get the following error:
Add-EsxSoftwareDepot : Could not download from depot at http://vcenterserver/vSphere-ha-depot/index.xml, skipping
(('http://vcenterservervSphere-ha-depot/index.xml', '', '[Errno 14] HTTP Error 404: Not Found'))
At line:1 char:1
+ Add-EsxSoftwareDepot http://vcenterserver/vSphere-ha-depot
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ReadError: (System.String[]:String[]) [Add-EsxSoftwareDepot], Exception
+ FullyQualifiedErrorId : ConnectDepotError,VMware.ImageBuilder.Commands.AddDepot
I've used this command several times when setting up auto deploy with windows vCenter servers and never had this error. I'm running VCSA 6.0. ESXI hosts are ESXi 6 U2.
Thanks.