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

ex: read_local_file("file_location", default="default_data")

P2

I have a blueprint which is targeting an existing endpoint in a pre-create task. When I decompile that blueprint using calm-dsl, it targets the substrate instead of the existing endpoint....

bug
P1

Macros are not resolved in dynamic variables during launch time. Dsl is not sending overridden data during variable values api call. Expected call: POST call `{"requestId":"1864d8c6-8e64-699c-116a-c4f0c277c927","overridden_field":"[{\"key\":\"script\",\"value\":\"user = \\\"username\\\"\\npassword = \\\"Password\\\"\\nip...

P0

Right now, we are passing editable_params.py. Which is good enough for having python script and runtime variables both at same place. For getting started quickly, we can also add `.var`...

P2

`The customer would like to use command line approach to launch the marketplace item without user intervention. The current approach was to define as per in tests/cli/runtime_helpers/ahv/editable_params.py ** The user...

Right now, CalmTask is supported inside variables. Even in Runbook, we need to import CalmTask for runbook dynanic variables. Ex: ``` from calm.dsl.runbooks import runbook, runbook_json from calm.dsl.runbooks import RunbookTask,...

P2

The attribute `verify` of a Runbook HTTP task variable is missing. Include the attribute `verify`. Example ```python from calm.dsl.runbooks import runbook, runbook_json from calm.dsl.runbooks import RunbookTask as Task, RunbookVariable as...

P2

Creating a Runbook variable of HTTP type doesn't work when using RunbookVariable and RunbookTask. The error is: `[2021-05-04 12:55:45] [ERROR] [calm.dsl.builtins.models.runbook:134] http_task_get_on_endpoint() takes 0 positional arguments but 1 was given`...

Added account models for various provider type. Added sample examples under `tests/accounts` directory. Doc: https://docs.google.com/document/d/1qABJgsQSXkc7kw6e2n7GJc2fRCHrDJyAspI3SWbwmt0/edit Commands added: 1. calm compile account -f : Compiles the account. 2. calm create account...