calm-dsl
calm-dsl copied to clipboard
Keep Calm and DSL On!
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...
We can also target endpoint for blueprint tasks. Decompilation support for them is to be added also.
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...
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
When creating a project there is no support for Xi provider.
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.
`calm compile/create` commands should blow a error if above behaviour is not followed inside the blueprint.
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...
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...