5 Commits

Author SHA1 Message Date
Steven Hardy
c9c5e158c9 Add resource_group index lookup example
This has been a FAQ in #heat recently, so add an example showing
how you can do a list/map lookup via %index% by using a nested stack.

Change-Id: I0484e0b69baa6cd0b57fe5d12a9ec87c5a56bc6f
2016-06-08 12:12:32 +01:00
dixiaoli
0224c1d24d Adjust "{}" in folder hot/resource_group
Adjusted the space around symbol "{}" in folder /hot/resource_group

Change-Id: I336f5aaa01ba33b5b300850b764c0faa6ec3d965
2015-10-28 02:28:32 +00:00
Anant Patil
791daca910 Adding output section to templates
Adding output section to templates to make most use of the template.

Change-Id: I77f175b682fd0a5d074735eab3e60ad91fbdb67c
2015-05-20 15:34:56 +05:30
Steven Hardy
15ab4c13a7 Add ResourceGroup attribute example for all values
Adds an example showing how to get a list of all values
for an attribute of the resource in the group.  Related
to a question asked on IRC recently.

Change-Id: I106b66e94916464724295e79b90ef7ee5910a1b4
2014-10-16 12:07:00 +01:00
Steven Hardy
c5e1c001bb Add a server with volumes ResourceGroup example
Adds an example in response to a ML question, shows how you can
create a resource group containing a number of nested stacks containing
identical volumes and volume attachment resources, then pass in the
server ID to have the volumes attached to one server.

Also moves the current basic example into a resource_group subdirectory,
so we can collect related examples, and make more obvious that the
volume_with_attachment template is part of another example rather than
a standalone example template.

Change-Id: I1ffc1656286a981b6dc219038e03adbb8d5af775
2014-09-12 11:59:50 +01:00