The Heat Orchestration Template (HOT) player allows to play HOT file to OpenStack.
The HOT player load the HOT file choose in the selectbox and generate dynamically the inputs.
If the Associate Env File is configured than the selectbox permits to choose one file env file. By default when you choose a HOT file, the selectbox Associate Env File tries to select the same env file name if it exits or the default env file.
The inputs are divided in 3 categories :
- Properties
- Stack name : corresponding to the the name used in OpenStack
- Delete stack if already exists ? : if you want reuse the same name for a stack, the plugin destroys the stack if already exits.
- Debug mode ? : if it's checked than the console print all the differents values parameters
- Tags
- Add tags: This category is for adding tags to the stacks. Input should be a string, multiple tags can be added separated by ","
- Parameters
- This category is generated dynamically from the differents parameters present in the HOT.
- Outputs
- This category is generated dynamically from the differents outputs present in the HOT.
You can use variable environment in each input. The variable must be start with "$" without "-".