calm-dsl
calm-dsl copied to clipboard
Keep Calm and DSL On!
**Describe the bug** Attempting to create endpoint with dynamic credentials. With static credentials, the `basic_cred` helper is imported from `calm.dsl.runbooks`. The expectation is `dynamic_cred` helper be available as well, however...
**Describe the bug** The users/list api call returns 500 and DSL does not loop through the next offset of 500 if more than 500 users present. **Branch/Container** master **To Reproduce**...
**Describe the request** There are more and more Windows users utilizing Calm DSL and the current Makefile "dev" target is specific to Linux/Darwin python installations. Windows Python has different OS...
**Describe the bug** When attempting to create a VMWare Brownfield app, the creation is failing with the following: File "/home/centos/calm-dsl/calm/dsl/builtins/models/brownfield.py", line 334, in get_vmware_bf_vm_data e_address_list = e_resources["guest.ipAddress"] KeyError: 'guest.ipAddress' **Branch/Container**...
When using the `calm create app` command, it creates a temp blueprint for launching the app and it gets deleted once the app is launched. If the app name exists,...
**Describe the request** - Add a --force option for project and environment creation. **Current behaviour** - There is no --force option for project and environment creation. **Expected behaviour** - Have...
Blueprint is getting compiled with the Python variable name and not the CalmVariable attribute name. An example: ```python docker_install = CalmVariable.WithOptions.Predefined.string( options=["True", "False"], default="True", name="DOCKER_INSTALL", label="Enable Docker", is_mandatory=True, description="Enabling Docker...
**Describe the bug** When using a description, for example, `"""[AWX](https://@@{DefaultService.AWX_HOST}@@)"""`, this is not included in compilation when using VmBlueprint class. It works with Blueprint class. **Branch/Container** master **Expected behavior** Description...
When providing a JSON-Payload for Cloud-Init this is automatically converted to YAML... As the RedHat OpenShift Nutanix Image is expecting a JSON Payload within Cloud-Init this should be fixed soon.
When decompiling a blueprint that has configured a NIC with static IP, the static IP is not getting decompiled