cloudfoundry-community / windows-stemcell-concourse

Provides tasks to take a Windows ISO and transform to a Windows stemcell for Cloud Foundry, in VSphere.
MIT License
13 stars 6 forks source link

Upgrade Task shall wait for tools online #22

Closed bottkars closed 4 years ago

bottkars commented 4 years ago

the upgrade tasks fails if tools are not online.

We must wait for vm to fully boot by checking .VirtualMachines[].Guest.ToolsStatus = 'toolsOk'

ddieruf commented 4 years ago

This is fixed in the merged PR with @bottkars code.