Closed akutz closed 6 years ago
Hi,
Would it be possible to identify any blockers to merging this PR? Thank you!
Thanks for changing the default to destroy. Re: https://github.com/crosscloudci/cross-cloud/issues/162#issuecomment-405401003
Please change the default to be destroy.
If an environment variable VSPHERE_DESTROY_SKIP is set to true then destroy will be skipped.
Ideally this can be applied to all providers. Then we can turn on skipping cleanup when we want to debug.
Summary:
Update code to skip destory if VSPHERE_DESTROY_SKIP == true Note: Default is destroy and environment var must be set
This patch introduces the environment variable
VSPHERE_DESTROY_SKIP
. If set totrue
the deployed environment will not be deleted during the destroy step.This PR fixes #162 and is related to #161; possibly #154.