VMware/SIVT
Jump to navigation
Jump to search
Service Installer
Install TKGm with SIVT
cd /data curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/STAR_dersllc_com.crt > /data/ders-star-chain.crt curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/AddTrustExternalCARoot.crt >> /data/ders-star-chain.crt cp /data/ders-star-chain.crt /data/ders-star-chain.pem curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/AddTrustExternalCARoot.crt > /data/ders-ca.crt cat /data/ders-ca.crt >> /etc/pki/tls/certs/ca-bundle.crt curl https://ders-gitlab.dersllc.com/ders/ders-proxy/-/raw/master/dersllc-new.key > /data/ders-star.key curl https://ders-gitlab.dersllc.com/ders/vmware-se/-/raw/main/HomeLab/tkgm-on-vlan-87.json > /data/tkgm-on-vlan-87.json docker login harbor.dersllc.com
arcas --env vsphere --file /data/tkgm-on-vlan-87.json --verbose --avi_configuration arcas --env vsphere --file /data/tkgm-on-vlan-87.json --verbose --skip_precheck --tkg_mgmt_configuration --shared_service_configuration --workload_preconfig --workload_deploy --deploy_extensions
Troubleshooting SIVT
GOVC ERRORS
Error:
ERROR :Failed to deploy and configure avi Failed to deploy the VM from library due to Command '['govc', 'library.deploy', '-options', './common/template/deploy_vsphere_alb_controller_config.json', '-dc=/VMware', '-ds=NFS-HDD', '-folder=tkg-vsphere-alb-components', '-pool=//VMware/host/Demo/Resources//tkg-vsphere-alb-components', '/TKGm/controller-22.1.2-9086', 'avi.dersllc.com']' returned non-zero exit status 1.
Manual Test:
export GOVC_URL=myvcenter.name.com export GOVC_URL=vc.dersllc.com export [email protected] export GOVC_PASSWORD=<PASSWORD> export GOVC_INSECURE=true cd /opt/vmware/arcas/src govc library.deploy -options ./common/template/deploy_vsphere_alb_controller_config.json -dc=/VMware -ds=NFS-HDD -folder=tkg-vsphere-alb-components -pool=//VMware/host/Demo/Resources//tkg-vsphere-alb-components /TKGm/controller-22.1.2-9086 avi.dersllc.com
Fix:
govc: path 'VLAN-87' resolves to multiple networks (there was an NSX Segment with the same name.)