nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
32 stars 51 forks source link

[Improvement] Create/Update Environments with Existing Project #312

Open nxchoople opened 1 week ago

nxchoople commented 1 week ago

Describe the request If using a project.py file which contains the project DSL code as well as the environment DSL code, make the environments get created or updated after the project has been created.

Current behaviour If using a project.py file which contains the project DSL code as well as the environment DSL code, today any updates after the project has been created in Self-Service results in any environment updates specified in the project.py file not being applied to the environments in the project. Environments specified in the project.py file only get created the very first time you create the project. Afterwards, only the project DSL code in the file applies which updates the project, but not the environments.

Expected behaviour Always create/update project and environments specified in the project.py file even if the project already exists in Self-Service.