Describe the bug
When trying to decompile an environment in a standalone Calm VM, the command fails with:
ERROR] [calm.dsl.builtins.models.calm_ref:688] Entity with type ahv_cluster and uuid <some_uuid> not found in cache. Please update cache.
running calm update cache does not help since no ahv clusters are found since the standalone calm vm does not manage any prism element clusters.
Branch/Container
master
To Reproduce
Steps to reproduce the behavior:
- Deploy standalone calm vm and configure a provider account, a default project and a default environment
- Run the
calm decompile environment --name <env_name>command
- See error
Expected behavior
Environment should decompile and the resulting py file should be created.
Findings/Troubleshooting Done
n/a
Available Logs/Data
n/a
Screenshots
n/a
** System Configuration:**
- OS: Linux RHEL 8
- Python: 3.9.21
Additional context
n/a