<div dir="ltr">Hi!<div><br></div><div>We are currently troubleshooting a Heat stack issue where one of the stack (one of 25 or so) is failing to be created properly (seemingly randomly).</div><div><br></div><div>The actual error returned by Heat is quite strange and Google has been quite sparse in terms of references.</div><div><br></div><div>The actual error looks like the following (I've sanitized some of the names):<br><br></div><div>Resource CREATE failed: resources.potato: Resource CREATE failed: resources[0]: raw template with id 22273 not found<br></div><div><span style="font-size:9pt;font-family:Arial,sans-serif;color:rgb(26,26,26)"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">heat resource-list STACK_NAME_HERE -n 50<br>+------------------+--------------------------------------+-------------------------+-----------------+----------------------+--------------------------------------------------------------------------+<br>| resource_name    | physical_resource_id                 | resource_type           | resource_status | updated_time         | stack_name                                                               |<br>+------------------+--------------------------------------+-------------------------+-----------------+----------------------+--------------------------------------------------------------------------+<br>| potato              | RESOURCE_ID_HERE | OS::Heat::ResourceGroup | CREATE_FAILED   | 2020-07-18

T19:52:10Z | nested_stack_1_STACK_NAME_HERE                  |<br>| potato_server_group | 

RESOURCE_ID_HERE

 | OS::Nova::ServerGroup   | CREATE_COMPLETE | 2020-07-21T19:52:10Z | nested_stack_1_STACK_NAME_HERE                  |<br>| 0                |                                      | potato1.yaml     | CREATE_FAILED   | 2020-07-18T19:52:12Z | nested_stack_2_STACK_NAME_HERE |<br>| 1                |                                      | potato1.yaml     | INIT_COMPLETE   | 2020-07-

18

T19:52:12Z | nested_stack_2_STACK_NAME_HERE |<br>+------------------+--------------------------------------+-------------------------+-----------------+----------------------+--------------------------------------------------------------------------+<br></blockquote><div><br></div><div>The template itself is pretty simple and attempts to create a ServerGroup and 2 VMs (as part of the ResourceGroup). My feeling is that one the creation of those machines fails and Heat get's a little cooky and returns an error that might not be the actual root cause. I would have expected the VM to show up in the resource list but I just see the source "yaml".</div><div><br></div><div>Has anyone seen something similar in the past?</div><div><br></div><div>Thanks!</div></div>