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

Consider implementing something like `make stage` where Dockerfile contains something like the snippet below. ``` RUN mkdir -p /root/.calm/.local COPY config.ini.example /root/.calm/config.ini COPY init.ini.example /root/.calm/init.ini ``` The idea is to...

enhancement

We can also target endpoint for blueprint tasks. Decompilation support for them is to be added also.

bug
P1

Currently, `calm describe app ` shows the application summary. It should also show service/deployment level details as exposed in the UI. The workaround right now is to use `calm describe...

P2

Be able to create providers via DSL

P0

When using Calm UI, a variable marked as mandatory automatically enables the runtime icon. In Calm DSL the runtime=True must be implicit when is_madatory=True

P2

When creating a project there is no support for Xi provider.

P1

Command itself is not sufficent to enable completion of dsl setup on centos vm. Improve it so that dev setup should be completed on centos image.

P1

`calm compile/create` commands should blow a error if above behaviour is not followed inside the blueprint.

P2

Right now we strip out secrets before creating blueprint. Support to pass encrypted secret value and passphrase during bp create command. Use case: Will be helpful for decompiling secret while...

P1

Api response can be configured to support for pagination. For now default length for api response used is 20. So following steps may happen: 1. Increase default length in requested...

P2