<div dir="ltr"><div>Can you utilize two ResourceGroups, one with cinder volumes and one without? Then use two parameters, servers_with_volumes_count and servers_without_volumes_count which will map to the count parameter for ResourceGroup. It's ok for count to be 0:<br><br><a href="http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::ResourceGroup-prop-count">http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Heat::ResourceGroup-prop-count</a><br><br><br></div>-Chris<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 22, 2016 at 3:50 PM, Brent Troge <span dir="ltr"><<a href="mailto:brenttroge2016@gmail.com" target="_blank">brenttroge2016@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div><div><div><div><br></div>I have a heat template which accepts parameters/values via an environment file.<br></div>This heat template creates x amount of cinder volumes based on the parameter value<br></div>defined in the environment file.<br><br></div>I have instances that dont require cinder volumes, so it is possible that the instances could <br></div>also use the same template. However HEAT chokes because I dont provide values to create the cinder volumes. <br><br></div>So instead of having two templates, is it possible to put a conditional check within <br></div>the heat template.<br></div>The condition check would be something like:<br><br></div>if cinder volume size = 0, then dont exercise the cinder resources statements.<br><br></div>I am not sure something like this is currently supported by heat. So hopefully the community has some suggestions or clues.<br><br></div>Thanks in advance.<br><br><br></div>
<br>_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br></blockquote></div><br></div>