Update hypervisor FQDN
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2021-03-24 11:28:17 +01:00
parent 7cc631b378
commit 0a1075c84d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ steps:
- | - |
pwsh -file scripts/Remove-Resources.ps1 \ pwsh -file scripts/Remove-Resources.ps1 \
-VMName $DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \ -VMName $DRONE_BUILD_NUMBER-${DRONE_COMMIT_SHA:0:10} \
-VSphereFQDN 'bv11-vc01.bessems.lan' \ -VSphereFQDN 'bv11-vc.bessems.lan' \
-VSphereUsername 'administrator@vsphere.local' \ -VSphereUsername 'administrator@vsphere.local' \
-VSpherePassword $${VSPHERE_PASSWORD} -VSpherePassword $${VSPHERE_PASSWORD}
environment: environment:

View File

@ -1,5 +1,5 @@
{ {
"vcenter_server": "bv11-vc01.bessems.lan", "vcenter_server": "bv11-vc.bessems.lan",
"vsphere_username": "administrator@vsphere.local", "vsphere_username": "administrator@vsphere.local",
"vsphere_datacenter": "DeSchakel", "vsphere_datacenter": "DeSchakel",
"vsphere_host": "bv11-esx.bessems.eu", "vsphere_host": "bv11-esx.bessems.eu",