[cloud-provider-zvirt] Enable migrator from terraform state to opentofu #13504
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In the previous pr https://github.com/deckhouse/deckhouse/pull/13386/files we forget to enable migrator to opentofu states from terraform and did not add hook for fire alert when cluster has terraform state.
Alse we added comment in
terraform_versions.yaml
for providers that using terraform with instruction to migrate to opentofu.For cloud-provider-dynamics we did not add migrator because we do not have working installation with this provider.
Why do we need it, and what problem does it solve?
We have Zvirt installation on terraform. We need to enable migrator for smooth migration from terraform to opentofu.
Also we added comment in
terraform_versions.yaml
to prevent forgetting enable migrator and metrics hook when we migrate from terraform to opentofuWhy do we need it in the patch release (if we do)?
Checklist
Changelog entries