Hi all,
I'm having a problem deploying overcloud controller node, the stack is failling, when I run the command: instack-deploy-overcloud --tuskar
Logging on the controller and looking to cloud-init.log I see this:
May 4 16:17:51 localhost cloud-init: ci-info: +++++++++++++++++++++++Net device info+++++++++++++++++++++++
May 4 16:17:51 localhost cloud-init: ci-info: +--------+------+-----------+-----------+-------------------+
May 4 16:17:51 localhost cloud-init: ci-info: | Device | Up | Address | Mask | Hw-Address |
May 4 16:17:51 localhost cloud-init: ci-info: +--------+------+-----------+-----------+-------------------+
May 4 16:17:51 localhost cloud-init: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |
May 4 16:17:51 localhost cloud-init: ci-info: | eth0: | True | . | . | 00:f9:f1:ed:e5:92 |
May 4 16:17:51 localhost cloud-init: ci-info: +--------+------+-----------+-----------+-------------------+
May 4 16:17:51 localhost cloud-init: ci-info: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Route info failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[root@ov-x3un7k6nv4d-0-fjkcdpnvfnew-controller-pjaxihpukyl6 ~]# ifconfig
br-ex: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.0.2.10 netmask 255.255.255.0 broadcast 192.0.2.255
inet6 fe80::2f9:f1ff:feed:e592 prefixlen 64 scopeid 0x20<link>
ether 00:f9:f1:ed:e5:92 txqueuelen 0 (Ethernet)
RX packets 18091 bytes 4033820 (3.8 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18423 bytes 1486362 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::2f9:f1ff:feed:e592 prefixlen 64 scopeid 0x20<link>
ether 00:f9:f1:ed:e5:92 txqueuelen 1000 (Ethernet)
RX packets 18291 bytes 4100404 (3.9 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 18673 bytes 1519312 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Seems some network issue, any hint?
Thanks,
Pedro Sousa