nutanix / calm-dsl

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

Add more enhancement for passing runtime variables for a blueprint launch #175

Open abhijeetkaurav1st opened 3 years ago

abhijeetkaurav1st commented 3 years ago

Right now, we are passing editable_params.py. Which is good enough for having python script and runtime variables both at same place. For getting started quickly, we can also add .var file to be passed that will contain runtime variables in yaml format.

Ex:

variable_list:
  - name: var1
     context: Profile/Service (Default can be profile)
     value: var1_value
  - name: var2
     value : var2_value

Or some other format for passing runtime variables