vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Workaround for ovfenv not working after a reboot #762

Closed kars7e closed 5 years ago

kars7e commented 5 years ago

Add a wrapper around ovfenv that checks if ovf properties are properly returned. If not, read the data from the cache stored on disk.

Fixes #754 Fixes #747

Additional fixes:

Testing:

kars7e commented 5 years ago

@zjs thanks for a thorough review! I added the wrapper to sshd_permitrootlogin.sh as well.