*** masber has quit IRC | 00:54 | |
*** masber has joined #openstack-neutron-ovn | 00:55 | |
*** s3wong has quit IRC | 01:30 | |
*** gongysh has quit IRC | 01:31 | |
*** gongysh has joined #openstack-neutron-ovn | 01:40 | |
*** gongysh has quit IRC | 02:28 | |
*** gongysh has joined #openstack-neutron-ovn | 02:54 | |
openstackgerrit | Merged openstack/networking-ovn master: Updated from global requirements https://review.openstack.org/455953 | 03:11 |
---|---|---|
*** mickeys has quit IRC | 03:49 | |
openstackgerrit | Merged openstack/networking-ovn master: stop scanning for ocata release notes at 2.0.0 https://review.openstack.org/456272 | 04:02 |
*** mickeys has joined #openstack-neutron-ovn | 04:04 | |
*** fandi has joined #openstack-neutron-ovn | 04:54 | |
*** fandi has quit IRC | 05:10 | |
*** janki has joined #openstack-neutron-ovn | 05:29 | |
*** mickeys has quit IRC | 06:05 | |
*** mickeys has joined #openstack-neutron-ovn | 06:10 | |
*** zefferno has joined #openstack-neutron-ovn | 06:23 | |
*** numans has quit IRC | 06:35 | |
*** zefferno has quit IRC | 06:36 | |
*** numans has joined #openstack-neutron-ovn | 06:38 | |
*** zefferno has joined #openstack-neutron-ovn | 06:41 | |
*** fandi has joined #openstack-neutron-ovn | 06:43 | |
*** pcaruana has joined #openstack-neutron-ovn | 07:01 | |
*** anilvenkata has joined #openstack-neutron-ovn | 07:45 | |
*** mickeys has quit IRC | 07:50 | |
*** lucas-afk is now known as lucasagomes | 08:13 | |
*** mickeys has joined #openstack-neutron-ovn | 08:51 | |
-openstackstatus- NOTICE: zuul was restarted due to an unrecoverable disconnect from gerrit. If your change is missing a CI result and isn't listed in the pipelines on http://status.openstack.org/zuul/ , please recheck | 08:51 | |
*** mickeys has quit IRC | 08:55 | |
*** mickeys has joined #openstack-neutron-ovn | 09:52 | |
*** mickeys has quit IRC | 09:58 | |
openstackgerrit | Merged openstack/networking-ovn master: Remove time.sleep() from unit-tests https://review.openstack.org/456239 | 10:08 |
*** mickeys has joined #openstack-neutron-ovn | 10:54 | |
*** mickeys has quit IRC | 10:58 | |
*** zefferno has quit IRC | 11:09 | |
*** zefferno has joined #openstack-neutron-ovn | 11:09 | |
dongjun | russellb: could you have a look at https://bugs.launchpad.net/networking-ovn/+bug/1670666, my last comment. | 11:16 |
openstack | Launchpad bug 1670666 in networking-ovn "Support native DHCP service for subnet without gateway IP" [Undecided,New] | 11:16 |
dongjun | Is there approach to verify the precise version of OVN DB. | 11:17 |
*** lucasagomes is now known as lucas-hungry | 11:34 | |
numans | dongjun, one approach would be to rely on this - https://github.com/openvswitch/ovs/blob/master/ovn/ovn-nb.ovsschema#L3 | 11:51 |
numans | it is going to be tricky though | 11:51 |
*** fandi has quit IRC | 11:53 | |
*** fandi has joined #openstack-neutron-ovn | 11:55 | |
dongjun | numans: Schema versions of master and branch-2.7 are both 5.5.0, will master change it later? | 11:56 |
numans | dongjun, ideally any change in the schema should also update the schema version | 11:57 |
elurkki | This is hard | 12:03 |
*** mickeys has joined #openstack-neutron-ovn | 12:03 | |
dongjun | numans: I am worried that shema only limit the basic types and scopes, some sub-type does not need to modify the schema | 12:03 |
numans | that's right | 12:04 |
numans | so it's gonna be tricky :) | 12:04 |
elurkki | I have managed to test flat networks and VLAN networks (created in HW) and they are working nicely with Ocata & OVN installation | 12:04 |
numans | elurkki, that's cool | 12:05 |
elurkki | but I would like to test idea where I would give basically Router for some project and they could create their own network behind that | 12:05 |
elurkki | with own VLANs etc.. | 12:05 |
numans | dongjun, i will continue to think on the problem | 12:05 |
numans | let's check with russellb if he has a solution | 12:06 |
elurkki | Would that be configuring the Openstack & OVN to self-service network ? | 12:06 |
elurkki | Currently I have used the provider network approach | 12:06 |
numans | elurkki, you mean other tenants/users creating their own private networks | 12:06 |
elurkki | yes | 12:07 |
numans | that's is definitely possible :) | 12:07 |
elurkki | That is what I expected with OVN | 12:07 |
numans | elurkki, have you tried that approach yet ? | 12:07 |
numans | if yes, facing any issues ? | 12:07 |
dongjun | numans: Thanks:) | 12:07 |
*** mickeys has quit IRC | 12:08 | |
elurkki | I haven't been tried it because I do not know yet how to do it | 12:08 |
elurkki | I think tenant could use OVN to create NATs etc.. | 12:09 |
elurkki | But I do not yet know how to do that | 12:09 |
numans | elurkki, are you using openstack or plain OVN ? | 12:10 |
elurkki | OpenStack | 12:10 |
numans | elurkki, then you have to use the "neutron" commands to create private networks | 12:10 |
numans | and attach it to a neutron router | 12:10 |
numans | elurkki, i suppose you are familiar with these :) | 12:11 |
elurkki | I am yes | 12:11 |
elurkki | If tenatn wants to create private network, should I care about NAT rules somehow ? | 12:12 |
elurkki | (I am yes) -> probably ;) | 12:12 |
numans | elurkki, it should be transparent. those private networks should be connected to a neutron router and you need to add the gateway to the neutron router | 12:13 |
numans | elurkki, OVN neutron plugin would take care of adding the NAT rules in the OVN North bound db. | 12:14 |
elurkki | oh | 12:14 |
elurkki | That sounds really cool | 12:15 |
elurkki | I need to test a little bit more here then | 12:15 |
elurkki | Thanks | 12:15 |
numans | welcome | 12:16 |
*** lucas-hungry is now known as lucasagomes | 12:18 | |
*** gongysh has quit IRC | 12:26 | |
*** gongysh has joined #openstack-neutron-ovn | 12:27 | |
*** gongysh has quit IRC | 12:27 | |
*** gongysh has joined #openstack-neutron-ovn | 12:38 | |
elurkki | numans: Router port towards private net keeps itself DOWN | 12:45 |
numans | elurkki, you mean you are not able to ping the gateway ip ? | 12:45 |
elurkki | yep | 12:45 |
numans | elurkki, its a known issue. if you add a security group rule to allow icmp it would work | 12:46 |
elurkki | The Routers->Interfaces port is DOWN | 12:46 |
elurkki | security gorup rule & ICMP should fix this as well ? | 12:47 |
elurkki | Sorry for caps, just read from browser and write it like that :) | 12:47 |
elurkki | I didn't mean to shout it | 12:47 |
elurkki | numans: And security group rules did the trick. Thanks again | 12:50 |
numans | welcome | 12:51 |
numans | elurkki, no issues :) | 12:51 |
elurkki | One issue still | 12:51 |
elurkki | But I think it is my own routing issue | 12:51 |
elurkki | DNS can not be pinged | 12:52 |
elurkki | It is in public net | 12:52 |
elurkki | I think my provider network can not talk to other networks but we shall see later on | 12:52 |
numans | ok | 12:52 |
elurkki | Now it is time for Easter | 12:52 |
numans | :) | 12:52 |
elurkki | We shall see later on. And thanks again for all the help. | 12:53 |
*** fandi has quit IRC | 13:21 | |
*** zkassab has joined #openstack-neutron-ovn | 13:21 | |
*** mlavalle has joined #openstack-neutron-ovn | 13:49 | |
*** zefferno has quit IRC | 13:58 | |
*** zefferno has joined #openstack-neutron-ovn | 13:59 | |
*** zefferno has quit IRC | 13:59 | |
*** anilvenkata has quit IRC | 14:00 | |
*** zefferno has joined #openstack-neutron-ovn | 14:01 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/networking-ovn master: Extend ACLs protocol support (WIP) https://review.openstack.org/456632 | 14:11 |
*** numans has quit IRC | 14:17 | |
*** mickeys has joined #openstack-neutron-ovn | 14:21 | |
*** mickeys has quit IRC | 14:26 | |
*** numans has joined #openstack-neutron-ovn | 14:26 | |
*** janki has quit IRC | 14:45 | |
*** zefferno has quit IRC | 14:58 | |
*** afranc has joined #openstack-neutron-ovn | 15:09 | |
*** pcaruana has quit IRC | 15:10 | |
*** Aju has quit IRC | 15:10 | |
*** dasanind has quit IRC | 15:10 | |
*** dasanind has joined #openstack-neutron-ovn | 15:14 | |
*** mickeys has joined #openstack-neutron-ovn | 15:31 | |
*** openstack has joined #openstack-neutron-ovn | 16:33 | |
*** openstackstatus has joined #openstack-neutron-ovn | 16:34 | |
*** ChanServ sets mode: +v openstackstatus | 16:34 | |
*** lucasagomes is now known as lucas-afk | 16:41 | |
*** doonhammer has joined #openstack-neutron-ovn | 16:59 | |
*** gongysh has quit IRC | 17:15 | |
*** zkassab has quit IRC | 17:51 | |
*** zkassab has joined #openstack-neutron-ovn | 18:01 | |
*** s3wong has joined #openstack-neutron-ovn | 18:09 | |
*** mlavalle has quit IRC | 18:26 | |
*** zefferno has quit IRC | 18:54 | |
*** mickeys has quit IRC | 19:16 | |
*** erhudy has joined #openstack-neutron-ovn | 19:24 | |
*** mlavalle has joined #openstack-neutron-ovn | 19:47 | |
-openstackstatus- NOTICE: The Gerrit service on http://review.openstack.org is being restarted to address hung remote replication tasks. | 19:52 | |
*** mickeys has joined #openstack-neutron-ovn | 19:53 | |
*** zkassab has quit IRC | 21:27 | |
*** erhudy has quit IRC | 22:00 | |
*** mlavalle has quit IRC | 23:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!