<div dir="ltr">Hi Anda, <div><br></div><div>tipically you would use 2 networks:</div><div><br></div><div>ctlplane = pxe / dhcp network</div><div>external = used for remote connectivity and management of the undercloud/overcloud nodes (routed network)</div><div><br></div><div>You should have at least the external network on director and the controller nodes. This would be the network you would connect to manage the overcloud (horizon, openstack endpoints).</div><div><br></div><div>See the attached picture.<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 31, 2018 at 10:40 AM, Anda Nicolae <span dir="ltr"><<a href="mailto:anicolae@lenovo.com" target="_blank">anicolae@lenovo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div class="m_6105841432263920147WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I've just run 'neutron net-list' on the undercloud node and I have the 2 networks, ctlplane and external.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">My belief was that I don't need the external network, I only need the provision (ctlplane) network for the deployment.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I don't have a DHCP server for my external network.
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Do I need to set the external IP address for the compute node and for the controller node in the yaml files from templates folder?<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Thanks,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Anda<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Pedro Sousa [mailto:<a href="mailto:pgsousa@gmail.com" target="_blank">pgsousa@gmail.com</a>]
<br>
<b>Sent:</b> Wednesday, January 31, 2018 12:32 PM<br>
<b>To:</b> Anda Nicolae<br>
<b>Cc:</b> <a href="mailto:rasca@redhat.com" target="_blank">rasca@redhat.com</a>; <a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a></span></p><div><div class="h5"><br>
<b>Subject:</b> Re: [rdo-users] RHOSP 10 failed overcloud deployment<u></u><u></u></div></div><p></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hi Anda,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">some things you could check:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Do you have 2 networks on director (ctlplane and external) and are they reachable from the overcloud nodes?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Seems to me that you have network issues and that's because you're seeing those long timeouts.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">For "<span style="font-size:9.5pt;font-family:"Arial","sans-serif";color:#222222;background:white">Message: No valid host was found. There are not enough hosts available" message you could check "/var/log/nova/nova-conductor.<wbr>log".</span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Regards<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Wed, Jan 31, 2018 at 10:14 AM, Anda Nicolae <<a href="mailto:anicolae@lenovo.com" target="_blank">anicolae@lenovo.com</a>> wrote:<u></u><u></u></p>
<p class="MsoNormal" style="margin-bottom:12.0pt">I've let the deployment run overnight and it failed after almost 4hrs with the errors below. Do you happen to know the config file where I can decrease the timeout? I looked in /etc/nova/nova.conf and in ironic
 config files but I couldn't find anything relevant.<br>
<br>
The errors are:<br>
<br>
[overcloud.Compute.0]: CREATE_FAILED  ResourceInError: resources[0].resources.<wbr>NovaCompute: Went to status ERROR due to "Message: Unknown, Code: Unknown"<br>
[overcloud.Controller.0]: CREATE_FAILED  Resource CREATE failed: ResourceInError: resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"<br>
<br>
It is unclear to me why the above errors occur, since in my instackenv.json I declared node capabilities for both the computer and the controller node to be greater than the compute and controller flavors from 'openstack flavor list'.<br>
<br>
However, I've found this link and I am looking over it:<br>
<a href="https://docs.openstack.org/ironic/latest/admin/troubleshooting.html#nova-returns-no-valid-host-was-found-error" target="_blank">https://docs.openstack.org/<wbr>ironic/latest/admin/<wbr>troubleshooting.html#nova-<wbr>returns-no-valid-host-was-<wbr>found-error</a><br>
<br>
<span class="m_6105841432263920147im">Thanks,</span><br>
<span class="m_6105841432263920147im">Anda</span><br>
<br>
<span class="m_6105841432263920147im">-----Original Message-----</span><br>
<span class="m_6105841432263920147im">From: Raoul Scarazzini [mailto:<a href="mailto:rasca@redhat.com" target="_blank">rasca@redhat.com</a>]</span><br>
<span class="m_6105841432263920147im">Sent: Tuesday, January 30, 2018 8:17 PM</span><br>
<span class="m_6105841432263920147im">To: Anda Nicolae; <a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a></span><br>
<span class="m_6105841432263920147im">Subject: Re: [rdo-users] RHOSP 10 failed overcloud deployment</span><u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">On 01/30/2018 04:39 PM, Anda Nicolae wrote:<br>
> Got it.<br>
><br>
> I've noticed that it spends quite some time in CREATE_IN_PROGRESS state for OS::Heat::ResourceGroup resource (on Controller node).<br>
> Overcloud deployment fails after 4h. I will check in which config file is the overcloud deployment timeout configured and decrease it.<br>
><br>
> Thanks,<br>
> Anda<br>
<br>
Check also network settings. 4h timeout is the default when something is unreachable.<br>
<br>
--<br>
Raoul Scarazzini<br>
<a href="mailto:rasca@redhat.com" target="_blank">rasca@redhat.com</a><br>
______________________________<wbr>_________________<br>
users mailing list<br>
<a href="mailto:users@lists.rdoproject.org" target="_blank">users@lists.rdoproject.org</a><br>
<a href="http://lists.rdoproject.org/mailman/listinfo/users" target="_blank">http://lists.rdoproject.org/<wbr>mailman/listinfo/users</a><br>
<br>
To unsubscribe: <a href="mailto:users-unsubscribe@lists.rdoproject.org" target="_blank">users-unsubscribe@lists.<wbr>rdoproject.org</a><u></u><u></u></p>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

</blockquote></div><br></div>