calm-dsl icon indicating copy to clipboard operation
calm-dsl copied to clipboard

Add more enhancement for passing runtime variables for a blueprint launch

Open abhijeetkaurav1st opened this issue 3 years ago • 0 comments

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

abhijeetkaurav1st avatar May 20 '21 04:05 abhijeetkaurav1st