*** gongysh has joined #openstack-neutron-ovn | 02:07 | |
*** gongysh has quit IRC | 02:47 | |
*** rpb has quit IRC | 02:52 | |
*** gongysh has joined #openstack-neutron-ovn | 02:53 | |
sapd | Hi ajo. I installed ovn multinode by using your vagrant repository. But The install still can't go to the internet. | 04:27 |
---|---|---|
*** trinaths has joined #openstack-neutron-ovn | 04:30 | |
*** janki has joined #openstack-neutron-ovn | 05:03 | |
*** anilvenkata has joined #openstack-neutron-ovn | 05:37 | |
*** pcaruana has joined #openstack-neutron-ovn | 05:45 | |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: Support for L3 gateway HA https://review.openstack.org/486971 | 06:08 |
*** zefferno has joined #openstack-neutron-ovn | 06:32 | |
*** irenab has joined #openstack-neutron-ovn | 06:32 | |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: Support for L3 gateway HA https://review.openstack.org/486971 | 07:09 |
*** masuberu has joined #openstack-neutron-ovn | 07:14 | |
*** masber has quit IRC | 07:16 | |
*** masuberu has quit IRC | 07:18 | |
*** masuberu has joined #openstack-neutron-ovn | 07:28 | |
*** masuberu has quit IRC | 07:31 | |
ajo | sapd which one?, yes I think I didn't make it to go to the external interface with internet, I'll check in a minute | 07:59 |
ajo | do you mean the devstack based vagrant, right? | 07:59 |
sapd | yes ajo | 07:59 |
sapd | I'm using this Vagrantfile https://github.com/mangelajo/vagrants/tree/master/devstack-ovn-multinode | 08:00 |
*** lucas-afk is now known as lucasagomes | 08:06 | |
ajo | sapd, right, they're configured to have access to the floating network 172.24.4.0/24 | 08:08 |
ajo | which each node has an IP address on https://github.com/mangelajo/vagrants/blob/master/devstack-ovn-multinode/Vagrantfile#L9 | 08:08 |
ajo | We could go and configure another layer of SNAT to the external network on gw1/gw2 | 08:09 |
ajo | so your instances could access the external world | 08:09 |
ajo | but from your instances you may be able to ping any of the 172. on that list | 08:09 |
sapd | I think the instance can go to the internet without set floating for it. because The router was set gateway on 172.24.4.0/24 network. | 08:10 |
sapd | ajo when I use ovs-vsctl show. The output show on br-<external_interface> bridge has path port with br-int bridge | 08:11 |
ajo | sapd , so yes, you may have access to 172.24.4.0 , | 08:12 |
ajo | but not to everything else outside of your nodes | 08:12 |
ajo | I mean, if you want to download anything from the internet, that won't work | 08:12 |
ajo | I thought that was your issue | 08:13 |
sapd | let me check again. :( I don't think the instance can't ping 8.8.8.8 right now | 08:18 |
ajo | sapd correct, I mean, that it may not be able in the current configuration | 08:23 |
ajo | sapd what I mean, is that the current configuration gives access to the 172.24.4.0/24 space only | 08:24 |
ajo | and if we wanted something different we need to configure an extra SNAT layer on gw1 and gw2 | 08:24 |
ajo | via iptables | 08:24 |
ajo | or... connect an interface with real external connectivity | 08:24 |
sapd | When I configured on VMware lab, I used an interface with real external connectivity (192.168.51.0/24), and add this interface to br-ex (which was configured with option ovn-bridge-mappings=public:br-ex), After that, I configure IP address for br-ex interface, But The instance can't ping 192.168.51.0/24 space, evenly gateway IP on Router | 08:32 |
*** yamamoto has joined #openstack-neutron-ovn | 08:33 | |
ajo | yeah, with the default vagrant files you still need to tell the system to do nat again | 08:43 |
ajo | if you want to get to that net | 08:43 |
ajo | sapd https://ask.openstack.org/en/question/1830/allowing-guests-in-devstack-to-talk-to-outside-world/ | 08:44 |
ajo | in this case I believe that you need to replace "eth0" with whatever interface in your system has external connectivity | 08:44 |
*** saphi has joined #openstack-neutron-ovn | 08:48 | |
*** yamamoto has quit IRC | 08:49 | |
*** sapd has quit IRC | 08:57 | |
*** sapd has joined #openstack-neutron-ovn | 09:04 | |
*** lucasagomes is now known as lucas-brb | 09:08 | |
sapd | I will check it again. | 09:56 |
sapd | ajo | 09:57 |
*** lucas-brb is now known as lucasagomes | 10:18 | |
*** saphi has quit IRC | 10:34 | |
*** lucasagomes is now known as lucas-hungry | 11:10 | |
openstackgerrit | Numan Siddique proposed openstack/networking-ovn master: Sync neutron db with OVN southbound db https://review.openstack.org/427020 | 11:27 |
openstackgerrit | Merged openstack/networking-ovn master: Support for L3 gateway HA https://review.openstack.org/486971 | 11:49 |
numans | lucas-hungry, russellb some love for this patch - https://review.openstack.org/427020 | 11:55 |
*** lucas-hungry is now known as lucasagomes | 11:59 | |
lucasagomes | numans, will take a look | 11:59 |
numans | lucasagomes, ++ thanks | 11:59 |
lucasagomes | numans, pretty straight forward +a | 12:02 |
numans | lucasagomes, ++ | 12:03 |
*** trinaths has left #openstack-neutron-ovn | 12:30 | |
*** trinaths_m has joined #openstack-neutron-ovn | 12:31 | |
*** lucasagomes is now known as lucas-brb | 12:48 | |
*** gongysh has quit IRC | 13:00 | |
*** gongysh has joined #openstack-neutron-ovn | 13:00 | |
*** gongysh has quit IRC | 13:00 | |
*** gongysh has joined #openstack-neutron-ovn | 13:00 | |
*** mmichelson has joined #openstack-neutron-ovn | 13:03 | |
*** gongysh has quit IRC | 13:05 | |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: Support ACL name and severity columns https://review.openstack.org/493349 | 13:06 |
*** janki has quit IRC | 13:28 | |
*** janki has joined #openstack-neutron-ovn | 13:28 | |
*** lucas-brb is now known as lucasagomes | 13:53 | |
openstackgerrit | Daniel Alvarez proposed openstack/networking-ovn master: Rename networking-ovn metadata agent config file https://review.openstack.org/494218 | 14:11 |
dalvarez | lucasagomes, russellb ^ some cosmetic before rc final cut | 14:11 |
lucasagomes | dalvarez, cool, looking now | 14:11 |
dalvarez | lucasagomes, thanks a lot! | 14:11 |
lucasagomes | dalvarez, pretty simple :-) | 14:12 |
dalvarez | lucasagomes, yes... i'm running into some minor things like this that i want to complete before the release :P | 14:12 |
lucasagomes | ++ | 14:12 |
dalvarez | thanks guys | 14:12 |
*** gongysh has joined #openstack-neutron-ovn | 14:21 | |
*** janki has quit IRC | 14:22 | |
*** zefferno has quit IRC | 15:02 | |
*** zkassab has joined #openstack-neutron-ovn | 15:21 | |
openstackgerrit | Merged openstack/networking-ovn master: Sync neutron db with OVN southbound db https://review.openstack.org/427020 | 15:38 |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: schedule gateway on chassis with external connectivity https://review.openstack.org/485176 | 15:55 |
*** pcaruana has quit IRC | 15:57 | |
*** lucasagomes is now known as lucas-afk | 16:54 | |
*** anilvenkata has quit IRC | 16:58 | |
*** gongysh has quit IRC | 17:54 | |
*** pcaruana has joined #openstack-neutron-ovn | 18:09 | |
*** jamesden_ has joined #openstack-neutron-ovn | 20:04 | |
*** pcaruana has quit IRC | 20:41 | |
*** zkassab has quit IRC | 21:11 | |
*** yamamoto has joined #openstack-neutron-ovn | 21:44 | |
*** yamamoto has quit IRC | 21:45 | |
*** yamamoto has joined #openstack-neutron-ovn | 21:51 | |
*** yamamoto has quit IRC | 21:58 | |
*** rpb has joined #openstack-neutron-ovn | 22:56 | |
*** gongysh has joined #openstack-neutron-ovn | 23:52 | |
*** gongysh has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!