<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/14/2013 06:11 AM, Zane Bitter
wrote:<br>
</div>
<blockquote cite="mid:5283B2B6.3070601@redhat.com" type="cite">On
11/11/13 17:57, Thomas Spatzier wrote:
<br>
<blockquote type="cite">
<br>
Hi all,
<br>
<br>
I have just posted the following wiki page to reflect a refined
proposal
<br>
for HOT software configuration based on discussions at the
design summit
<br>
last week. Angus also put a sample up in an etherpad last week,
but we did
<br>
not have enough time to go thru it in the design session. My
write-up is
<br>
based on Angus' sample, actually a refinement, and on
discussions we had in
<br>
breaks, plus it is trying to reflect all the good input from ML
discussions
<br>
and Steve Baker's initial proposal.
<br>
<br>
<a class="moz-txt-link-freetext" href="https://wiki.openstack.org/wiki/Heat/Blueprints/hot-software-config-WIP">https://wiki.openstack.org/wiki/Heat/Blueprints/hot-software-config-WIP</a>
<br>
<br>
Please review and provide feedback.
<br>
</blockquote>
<br>
I believe there's an error in the Explicit dependency section,
where it says that depends_on is a property. In cfn DependsOn
actually exists at the same level as Type, Properties, &c.
<br>
<br>
resources:
<br>
client:
<br>
type: My::Software::SomeClient
<br>
properties:
<br>
server: { get_resource: my_server }
<br>
params:
<br>
# params ...
<br>
depends_on:
<br>
- get_resource: server_process1
<br>
- get_resource: server_process2
<br>
<br>
And conceptually this seems correct, because it applies to any
kind of resource, whereas properties are defined
per-resource-type.
<br>
<br>
Don't be fooled by our implementation:
<a class="moz-txt-link-freetext" href="https://review.openstack.org/#/c/44733/">https://review.openstack.org/#/c/44733/</a>
<br>
<br>
It also doesn't support a list, but I think we can and should fix
that in HOT.
<br>
</blockquote>
This has already been fixed<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="https://review.openstack.org/#/c/51507/1">https://review.openstack.org/#/c/51507/1</a><br>
</body>
</html>