[vbox] No Internet connection on compute nodes in HA mode when run under VBox
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Serhii Ovsianikov |
Bug Description
Steps To Reproduce:
1. Deploy Fuel 4.1 using scripts for Virtual Box
2. Deploy OpenStack with HA mode, Cent OS, 3 controller and 1 compute, Neutron with VLANs (and install Murano, Savanna and Ceilometer).
3. Login to compute node and ping mail.ru: ping mail.ru
4. Create VM in OpenStack and ping 8.8.8.8 or mail.ru from this host
Observed Result:
We can not ping any hosts in Internet from compute nodes and VMs.
We can see also that name resolving works good (wen we ping mail.ru we know th IP address of this host)
[root@node-2 ~]# ping mail.ru
PING mail.ru (217.69.139.199) 56(84) bytes of data.
^C
--- mail.ru ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2936ms
[root@node-2 ~]# cat /etc/resolv.conf
# Generated by NetworkManager
domain domain.tld
search domain.tld
nameserver 10.20.0.2
[root@node-2 ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.20.0.0 * 255.255.255.0 U 0 0 0 br-fw-admin
192.168.1.0 * 255.255.255.0 U 0 0 0 br-storage
172.16.0.0 * 255.255.255.0 U 0 0 0 br-ex
192.168.0.0 * 255.255.255.0 U 0 0 0 br-mgmt
192.168.122.0 * 255.255.255.0 U 0 0 0 virbr0
link-local * 255.255.0.0 U 1002 0 0 eth0
link-local * 255.255.0.0 U 1003 0 0 eth1
link-local * 255.255.0.0 U 1004 0 0 eth2
link-local * 255.255.0.0 U 1009 0 0 br-ex
link-local * 255.255.0.0 U 1010 0 0 br-mgmt
link-local * 255.255.0.0 U 1011 0 0 br-storage
link-local * 255.255.0.0 U 1012 0 0 br-fw-admin
link-local * 255.255.0.0 U 1013 0 0 br-prv
default 172.16.0.1 0.0.0.0 UG 0 0 0 br-ex
[root@node-2 ~]# tracepath mail.ru
1: 172.16.0.6 (172.16.0.6) 0.185ms pmtu 1500
1: 172.16.0.1 (172.16.0.1) 1.498ms
1: 172.16.0.1 (172.16.0.1) 0.305ms
2: no reply
3: no reply
4: no reply
5: no reply
Changed in fuel: | |
assignee: | Vladimir Kuklin (vkuklin) → Miroslav Anashkin (manashkin) |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
milestone: | 4.1.1 → 5.0 |
tags: | added: backports-4.1.1 |
Changed in fuel: | |
milestone: | 5.0 → 5.1 |
Changed in fuel: | |
assignee: | Miroslav Anashkin (manashkin) → Timur Nurlygayanov (tnurlygayanov) |
milestone: | 5.1 → 5.0 |
Changed in fuel: | |
milestone: | 5.0 → 5.1 |
Changed in fuel: | |
assignee: | Timur Nurlygayanov (tnurlygayanov) → Miroslav Anashkin (manashkin) |
summary: |
- No Internet connection on compute nodes in HA mode when run under VBox + [vbox] No Internet connection on compute nodes in HA mode when run under + VBox |
Changed in fuel: | |
status: | Confirmed → Triaged |
Changed in fuel: | |
milestone: | 5.1 → 6.0 |
Changed in fuel: | |
assignee: | Miroslav Anashkin (manashkin) → Fabrizio Soppelsa (fsoppelsa) |
Changed in fuel: | |
status: | Triaged → In Progress |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Changed in fuel: | |
status: | Fix Committed → In Progress |
Changed in fuel: | |
milestone: | 6.0 → 6.1 |
Changed in fuel: | |
assignee: | Fabrizio Soppelsa (fsoppelsa) → Serhiy Ovsianikov (sovsianikov) |
tags: | added: non-release |
Changed in fuel: | |
status: | Fix Released → Fix Committed |
10.20.0.2 in this case it is private IP of Fuel Master node.