calm-dsl
calm-dsl copied to clipboard
Keep Calm and DSL On!
Decompile blueprint fails when description includes special chars, single quote in this case (doesn't) ```python Traceback (most recent call last): File "/root/.local/bin/calm", line 8, in sys.exit(main()) File "/root/.local/lib/python3.7/site-packages/click/core.py", line 829,...
Currently any modification using calm update project will delete all entries under Users, Groups and Roles. Users can be included in the updation using, but this does not apply to...
Right now if we do `BF.Vm.Azure(instance_name="vm-7b1b8-0")` It will select public-ip-address only and send to server. Add an option to select private ip also. Something on this way: `BF.Vm.Azure(instance_name="vm-7b1b8-0", use_private_address=True)`
Have a command that let you export a blueprint that can be imported via the UI later
Add the ability to decompile Environments as bps are done today. Also, add when a bp is decompiled that the Environment assignment within the profile is included.
Have a workaround thus far adding this code to the environments.py. Abhijeet is aware of the issue. # Adding uuid to creds and substrates cred_name_uuid_map = {} for cred in...
Currently the JSON output during calm compile does not hide secret values. This could be bad for pipeline outputs where customers could see the plain text value from the job...
A template and VMspec cannot be created without vCenter however In certain circumstances, ESXi only nodes need managed by Calm (no vCenter). Templates can be manually created on ESXi but...
Project env variable is not working for SimpleBlueprint model. It is always getting created with default project or project supplied in metadata. Ideally, env variable /config.ini should be used for...