mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
Updated scripts to disconnect at the end.
This commit is contained in:
@@ -77,4 +77,6 @@ foreach ($policy in $storagePolicies) {
|
||||
|
||||
# Clean up tags
|
||||
Remove-Tag -Tag $tag -confirm:$false
|
||||
Remove-TagCategory -Category $tagCategory -confirm:$false
|
||||
Remove-TagCategory -Category $tagCategory -confirm:$false
|
||||
|
||||
Disconnect-VIServer -Server $vcenter -Force:$true -Confirm:$false
|
||||
@@ -517,5 +517,6 @@ if ($waitForComplete)
|
||||
|
||||
Get-Job | Remove-Job
|
||||
|
||||
Disconnect-VIServer -Server $vcenter -Force:$true -Confirm:$false
|
||||
|
||||
Write-Output "Install Complete!"
|
||||
|
||||
Reference in New Issue
Block a user