<div dir="ltr">Hi Maruis,<div><br></div><div>thank you for your reply. Yes the nodes can reach dhcp, but my understanding is that cloud init starts first than I get ip addresses. </div><div><br></div><div>If I restart cloud-init I will see the routes tables being created properly. However, after I restart cloud-init nothing happens, I don't see the deployment to resume, I only see this in the logs:</div><div><br></div><div><div>Jun 19 16:38:19 localhost os-collect-config: 2015-06-19 16:38:19.357 1518 WARNING os_collect_config.heat [-] No auth_url configured.</div><div>Jun 19 16:38:19 localhost os-collect-config: 2015-06-19 16:38:19.359 1518 WARNING os_collect_config.request [-] No metadata_url configured.</div><div>Jun 19 16:38:19 localhost os-collect-config: 2015-06-19 16:38:19.359 1518 WARNING os-collect-config [-] Source [request] Unavailable.</div><div>Jun 19 16:38:19 localhost os-collect-config: 2015-06-19 16:38:19.359 1518 WARNING os_collect_config.local [-] /var/lib/os-collect-config/local-data not found. Skipping</div><div>Jun 19 16:38:19 localhost os-collect-config: 2015-06-19 16:38:19.359 1518 WARNING os_collect_config.local [-] No local metadata found (['/var/lib/os-collect-config/local-data'])</div></div><div><br></div><div>I also see that it gets stuck here:<br></div><div><br></div><div><div>[stack@instack ~]$ heat resource-show overcloud Controller</div><div>+------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div><div>| Property | Value |</div><div>+------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div><div>| attributes | { |</div><div>| | "attributes": null, |</div><div>| | "refs": null |</div><div>| | } |</div><div>| description | |</div><div>| links | <a href="http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud/32a0c1d4-4915-4ff9-8a8a-f8f40590fcae/resources/Controller">http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud/32a0c1d4-4915-4ff9-8a8a-f8f40590fcae/resources/Controller</a> (self) |</div><div>| | <a href="http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud/32a0c1d4-4915-4ff9-8a8a-f8f40590fcae">http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud/32a0c1d4-4915-4ff9-8a8a-f8f40590fcae</a> (stack) |</div><div>| | <a href="http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud-Controller-vkqyq5m4na2v/89b52bb2-de3b-45c5-8ec4-43c2545b8d04">http://192.168.21.180:8004/v1/9fcf8994049b48d6af5ea6fe5323a21d/stacks/overcloud-Controller-vkqyq5m4na2v/89b52bb2-de3b-45c5-8ec4-43c2545b8d04</a> (nested) |</div><div>| logical_resource_id | Controller |</div><div>| physical_resource_id | 89b52bb2-de3b-45c5-8ec4-43c2545b8d04 |</div><div>| required_by | allNodesConfig |</div><div>| | VipDeployment |</div><div>| | ControllerAllNodesDeployment |</div><div>| | ControllerIpListMap |</div><div>| | CephClusterConfig |</div><div>| | ControllerBootstrapNodeConfig |</div><div>| | ControllerCephDeployment |</div><div>| | ControllerBootstrapNodeDeployment |</div><div>| | ControllerClusterConfig |</div><div>| | ControllerSwiftDeployment |</div><div>| | SwiftDevicesAndProxyConfig |</div><div>| | ControllerNodesPostDeployment |</div><div>| | ControllerClusterDeployment |</div><div>| resource_name | Controller |</div><div>| resource_status | CREATE_IN_PROGRESS |</div><div>| resource_status_reason | state changed |</div><div>| resource_type | OS::Heat::ResourceGroup |</div><div>| updated_time | 2015-06-19T17:25:45Z |</div><div>+------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+</div></div><div><br></div><div><br></div><div>Regards,<br></div><div>Pedro Sousa</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 18, 2015 at 9:16 PM, Marius Cornea <span dir="ltr"><<a href="mailto:marius@remote-lab.net" target="_blank">marius@remote-lab.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Pedro,<br>
<br>
Can you check if the nodes can reach the dhcp server on the undercloud<br>
node? Looks to me that the nodes can't get an IP address:<br>
<br>
systemctl status neutron-dhcp-agent.service # check service status<br>
ip netns list # check if dhcp namespace is there<br>
cat /var/lib/neutron/dhcp/<namespace_uuid>/leases # check if the file<br>
shows leases for your nodes nic mac addresses<br>
<br>
Thanks,<br>
Marius<br>
<div><div class="h5"><br>
<br>
On Wed, Jun 17, 2015 at 7:17 PM, Pedro Sousa <<a href="mailto:pgsousa@gmail.com">pgsousa@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I'm trying to deploy 2 nodes, one compute and one controller using RDO.<br>
> However my heat stack times out and I don't understand why, I see that<br>
> openstack doesn't get configured, checking the logs, I see this:<br>
><br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: +++++++++++++++++++++++Net<br>
> device info+++++++++++++++++++++++<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info:<br>
> +--------+------+-----------+-----------+-------------------+<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: | Device | Up | Address |<br>
> Mask | Hw-Address |<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info:<br>
> +--------+------+-----------+-----------+-------------------+<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: | lo: | True | 127.0.0.1 |<br>
> 255.0.0.0 | . |<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: | em2: | True | . |<br>
> . | d4:ae:52:a1:cd:80 |<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: | em1: | True | . |<br>
> . | d4:ae:52:a1:cd:7f |<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info: | p2p1: | True | . |<br>
> . | 68:05:ca:16:db:94 |<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info:<br>
> +--------+------+-----------+-----------+-------------------+<br>
> Jun 17 16:44:12 localhost cloud-init: ci-info:<br>
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Route info failed!!!!!!!!!!!!!!!!!!!!!!!<br>
><br>
><br>
> os-collect-config: 2015-06-17 15:39:22.319 1663 WARNING<br>
> os_collect_config.cfn [-] 403 Client Error: AccessDenied<br>
><br>
> Any hint?<br>
><br>
> Thanks,<br>
> Pedro Sousa<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Rdo-list mailing list<br>
> <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/rdo-list" rel="noreferrer" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
><br>
> To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br>
</blockquote></div><br></div>