calm-dsl icon indicating copy to clipboard operation
calm-dsl copied to clipboard

Keep Calm and DSL On!

Results 106 calm-dsl issues
Sort by recently updated
recently updated
newest added

Drive the entire Calm setup via DSL with no interaction with the PC UI

P2

Using the decompile option on a Blueprint json currently generates a single `blueprint.py` file along with separate directories for package install scripts and environments specs. The `blueprint.py` file is easy...

enhancement
P2

VM Specs for public cloud providers like Azure are out of date

P1

Lay down the coding standards and process to be followed.

This PR adds a customized `.deepsource.toml` file for this project. Upon enabling DeepSource, static analysis will be run on every PR to detect 550+ types of issues in the changes...

Would be nice to have command to create blueprint file based on no. of service, profiles provided as options. Ex: `calm init bp --ns 2 -np 3.` It should create...

P2

It would be great to get more details in the `watch` ouput. Currently we just have the active global action and his status. But it would be much better to...

enhancement

**Describe the request** Provide support for guest tools through AhvVmResources **Current behaviour** guest tools are only supported in DSL using a spec file (yaml). **Expected behaviour** Within the AhvVmResources function...

enhancement

**Describe the request** pre-build the wheel files to remove dependencies on third parties like OpenSSL **Current behaviour** When setting up Calm DSL, wheel files must be built. For Windows builds...

enhancement

**Describe the bug** When creating an application profile macro, the name of the macro doesn't honor the value for the attribute `name=`. The name used is the one internal to...

bug