*** blp has quit IRC | 00:20 | |
*** shettyg has quit IRC | 00:25 | |
*** openstackgerrit has quit IRC | 04:50 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 04:50 | |
*** qianli has joined #openstack-neutron-ovn | 05:15 | |
*** armax has quit IRC | 05:27 | |
*** gsagie has joined #openstack-neutron-ovn | 05:49 | |
*** hitalia has joined #openstack-neutron-ovn | 06:35 | |
*** ajo has quit IRC | 07:29 | |
*** ajo has joined #openstack-neutron-ovn | 07:43 | |
*** ezobn has joined #openstack-neutron-ovn | 07:58 | |
*** qianli has quit IRC | 08:23 | |
*** hitalia has quit IRC | 09:33 | |
openstackgerrit | Gal Sagie proposed stackforge/networking-ovn: Enable exception throwin when OVSDB transaction fails https://review.openstack.org/186350 | 10:42 |
---|---|---|
*** openstackgerrit has quit IRC | 11:39 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 11:39 | |
*** fzdarsky has joined #openstack-neutron-ovn | 12:56 | |
openstackgerrit | Russell Bryant proposed stackforge/networking-ovn: Enable exception raising when OVSDB transaction fails https://review.openstack.org/186350 | 13:06 |
openstackgerrit | Merged stackforge/networking-ovn: Enable exception raising when OVSDB transaction fails https://review.openstack.org/186350 | 13:56 |
*** shettyg has joined #openstack-neutron-ovn | 14:18 | |
*** armax has joined #openstack-neutron-ovn | 14:35 | |
openstackgerrit | Russell Bryant proposed stackforge/networking-ovn: devstack: enable q-meta https://review.openstack.org/186425 | 15:08 |
*** fzdarsky has quit IRC | 15:46 | |
russellb | ovn meeting now in #openvswitch | 17:01 |
*** ezobn has quit IRC | 17:15 | |
russellb | so, if anyone is around ... i'm comparing a devstack run with OVN vs. reference implementation | 18:30 |
russellb | devstack sets up 2 networks (public and private) and i boot VMs with a NIC attached to private | 18:30 |
russellb | devstack creates a route into the private network | 18:31 |
russellb | on the OVN devstack, I can connect to those VMs connected to 'private' | 18:31 |
russellb | on the reference impl devstack, I can't | 18:31 |
russellb | what's the expected behavior here? | 18:31 |
*** hitalia has joined #openstack-neutron-ovn | 18:33 | |
*** gsagie_ has joined #openstack-neutron-ovn | 18:50 | |
gsagie_ | Hi Russell, i deployed just as i left the office a 2 node ovn/openstack setup and launched two VM's one at each node (in the same network), i noticed that my VM's weren't getting IP's (everything else looked ok looking at the OVN DB) | 18:51 |
gsagie_ | have any idea? i had to leave so couldn't stay to debug it, but was wondering you might have a solution because i only get back to it on sunday | 18:52 |
russellb | gsagie_: hello | 18:53 |
russellb | gsagie_: no, i'm not sure what's wrong. that scenario has been working for me. the VMs get their addresses via DHCP | 18:53 |
gsagie_ | strange, guess will debug on sunday | 18:53 |
russellb | yeah, don't really have any ideas off hand | 18:54 |
russellb | gsagie_: i'm having devstack fun, too ... http://eavesdrop.openstack.org/irclogs/%23openstack-neutron-ovn/%23openstack-neutron-ovn.2015-05-28.log.html | 18:55 |
russellb | gsagie_: posted a question in here before you joined | 18:55 |
gsagie_ | what do you mean ? you mean external gateway connectivity? | 18:56 |
russellb | well, in my reference impl devstack, i can't ping the VM | 18:57 |
russellb | so just starting there | 18:57 |
russellb | but i'm not sure if i'm supposed to be able to | 18:57 |
gsagie_ | how could you ping it? i think you need to attach a floating IP | 18:57 |
russellb | works with OVN, that's why i'm asking :) | 18:58 |
russellb | but it seemed like devstack might be trying to put in a hack to make it work without a floating IP | 18:58 |
russellb | 10.0.0.0 172.24.4.2 255.255.255.0 UG 0 0 0 br-ex | 18:58 |
russellb | it creates that route | 18:58 |
russellb | which is why just pinging the VM's address on private works with the OVN setup AFAICT | 18:59 |
gsagie_ | humm i will have to look at it, maybe thats related to security groups | 18:59 |
russellb | ok no problem | 19:00 |
russellb | hope you enjoy your weekend! | 19:00 |
gsagie_ | i remember from the top of my head that i wasn't able to do what you describe, but i never really checked that with OVN | 19:01 |
gsagie_ | thanks, enjoy it too tomorrow ;) | 19:02 |
russellb | were you creating floating IPs when testing OVN? | 19:04 |
russellb | i haven't tried that yet | 19:04 |
gsagie_ | nope | 19:04 |
russellb | ok | 19:04 |
gsagie_ | i will do it on sunday after getting the DHCP thing sorted hopefully | 19:04 |
russellb | ok | 19:04 |
russellb | i've decided networking is basically magic | 19:04 |
openstackgerrit | Merged stackforge/networking-ovn: devstack: enable q-meta https://review.openstack.org/186425 | 19:05 |
gsagie_ | but good magic :) btw some of our problems could be that we are using the DVR L3 | 19:06 |
gsagie_ | where in our case we really need the "legacy" | 19:06 |
gsagie_ | if you look at OVNL3RouterPlugin | 19:08 |
russellb | OVNL3RouterPlugin isn't actually configured to be used though | 19:08 |
russellb | just a stub for implementation later when OVN supports L3 | 19:09 |
gsagie_ | ahh ok, i thought i saw somewhere that we replace it but could be wrong | 19:09 |
russellb | not yet ... that i know of :) | 19:09 |
russellb | we've said several times that it was the intention to replace it eventually | 19:10 |
russellb | so that probably confuses things | 19:10 |
gsagie_ | yeah my bad, we replace the L3 service plugin in another project i am working on | 19:13 |
gsagie_ | i will try to check SNAT/DNAT on sunday, i suspect we might see things to fix there, will keep you updated | 19:14 |
gsagie_ | Did justin or ben said anything about starting the L3 design ? | 19:15 |
russellb | nope | 19:21 |
russellb | just that there's been good progress on hardware gateway support | 19:21 |
russellb | but we need to figure out how we map that into neutron | 19:22 |
russellb | i'm trying to figure out tempest now to see if i can get something that works | 19:22 |
gsagie_ | cool, good luck with that, will talk with you next week | 19:23 |
russellb | bye! | 19:24 |
*** gsagie_ has quit IRC | 19:29 | |
*** openstackgerrit has quit IRC | 21:36 | |
*** openstackgerrit has joined #openstack-neutron-ovn | 21:37 | |
*** shettyg has quit IRC | 22:21 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!