- This is a more complex example which shows:
- ResourceGroup containing nested stacks
- SoftwareConfig inside group-member nested stacks
- SoftwareDeployments resource, in a nested template, configuring the whole cluster
- Using the environment to map nested templates via type aliases
- Parameter defaults specified in the environment
Run the example like this:
- heat stack-create rg123 -f resource_group.yaml -e environment.yaml
You may need to adjust the parameter_defaults in environment.yaml to suit your environment.