| *** salv-orlando has joined #openstack-kuryr | 00:15 | |
| *** salv-orlando has quit IRC | 00:21 | |
| *** hongbin has joined #openstack-kuryr | 01:12 | |
| *** salv-orlando has joined #openstack-kuryr | 01:17 | |
| *** salv-orlando has quit IRC | 01:21 | |
| *** maysamacedos has joined #openstack-kuryr | 02:08 | |
| *** hongbin_ has joined #openstack-kuryr | 02:42 | |
| *** hongbin has quit IRC | 02:43 | |
| *** salv-orlando has joined #openstack-kuryr | 03:18 | |
| *** salv-orlando has quit IRC | 03:23 | |
| *** premsankar has quit IRC | 04:00 | |
| *** hongbin_ has quit IRC | 04:02 | |
| *** janki has joined #openstack-kuryr | 04:02 | |
| *** atoth has quit IRC | 04:05 | |
| *** salv-orlando has joined #openstack-kuryr | 04:19 | |
| *** salv-orlando has quit IRC | 04:24 | |
| *** janonymous has joined #openstack-kuryr | 04:25 | |
| *** gcheresh has joined #openstack-kuryr | 04:46 | |
| *** maysamacedos has quit IRC | 04:47 | |
| *** gcheresh_ has quit IRC | 04:49 | |
| *** gcheresh has quit IRC | 04:53 | |
| *** yboaron_ has joined #openstack-kuryr | 04:56 | |
| openstackgerrit | Daniel Mellado proposed openstack/kuryr-kubernetes master: [DNM] CI Test https://review.openstack.org/552701 | 05:00 |
|---|---|---|
| *** infinity0972 has joined #openstack-kuryr | 05:00 | |
| *** infinity0972 has quit IRC | 05:02 | |
| *** vikasc|afk_20min is now known as vikasc | 05:14 | |
| *** salv-orlando has joined #openstack-kuryr | 05:20 | |
| *** salv-orlando has quit IRC | 05:24 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/fuxi master: Updated from global requirements https://review.openstack.org/519094 | 05:27 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-kubernetes master: Updated from global requirements https://review.openstack.org/549253 | 05:34 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/kuryr-libnetwork master: Updated from global requirements https://review.openstack.org/549538 | 05:35 |
| *** gcheresh_ has joined #openstack-kuryr | 05:51 | |
| *** gcheresh has joined #openstack-kuryr | 06:02 | |
| *** kiennt26__ has quit IRC | 06:14 | |
| *** kiennt26 has joined #openstack-kuryr | 06:14 | |
| *** salv-orlando has joined #openstack-kuryr | 06:21 | |
| *** gcheresh has quit IRC | 06:22 | |
| *** salv-orlando has quit IRC | 06:25 | |
| *** salv-orlando has joined #openstack-kuryr | 06:34 | |
| *** mestery has quit IRC | 06:39 | |
| *** dims has quit IRC | 06:41 | |
| *** dims has joined #openstack-kuryr | 06:43 | |
| *** mestery has joined #openstack-kuryr | 06:43 | |
| *** dims has quit IRC | 06:48 | |
| *** dims has joined #openstack-kuryr | 06:49 | |
| *** pcaruana has joined #openstack-kuryr | 07:04 | |
| *** salv-orlando has quit IRC | 07:28 | |
| *** salv-orlando has joined #openstack-kuryr | 07:34 | |
| *** gcheresh has joined #openstack-kuryr | 08:03 | |
| *** gcheresh has quit IRC | 08:12 | |
| *** salv-orlando has quit IRC | 08:17 | |
| openstackgerrit | dongjie zhang proposed openstack/kuryr-libnetwork master: Modify "_get_fixed_ips_by_interface_cidr" https://review.openstack.org/552838 | 08:39 |
| openstackgerrit | dongjie zhang proposed openstack/kuryr-libnetwork master: Modify "_get_fixed_ips_by_interface_cidr" https://review.openstack.org/552838 | 08:42 |
| dulek | celebdor: Ping - gate fixing, I have a few questions about Neutron. | 08:47 |
| dulek | ltomasbo: But I cannot understand why neutron-legacy is loading "router" API extension fine, but new neutron cannot. | 08:50 |
| ltomasbo | dulek, I guess there is some kind of mix somewhere in their move from legacy to non-legacy | 08:52 |
| dulek | ltomasbo: I've basically tracked that router is not listed here: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/plugin.py#L148-L161 | 08:53 |
| dulek | ltomasbo: And I don't know what happens next. :P | 08:53 |
| ltomasbo | dulek, is router and extension? | 08:54 |
| *** gcheresh has joined #openstack-kuryr | 08:55 | |
| dulek | ltomasbo: Yup. Probably requires some setting in ml2.ini? | 08:55 |
| ltomasbo | dulek, or perhaps it just has no alias | 08:55 |
| *** kiennt26 has quit IRC | 08:55 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Fix Tempest CIs https://review.openstack.org/552701 | 08:56 |
| dulek | dmellado, irenab, celebdor: This should fix gates, I'll ping you once CI passes. | 08:56 |
| ltomasbo | dulek, what I see on agent.ini is the enable_distributed_routing | 08:57 |
| ltomasbo | and extensions is empty | 08:57 |
| dulek | ltomasbo: Hm… I'll diff the configs generated by both of those. | 08:58 |
| ltomasbo | dulek, seems router extension aliases was removed on https://github.com/openstack/neutron/commit/715b16aca7e21621aa48ca869b284728db3a8f90 | 09:03 |
| ltomasbo | dulek, it seems it is made driver dependent, and you need to defined within your driver (as it is included in other ml2plugins | 09:03 |
| ltomasbo | in l3routerplugin | 09:04 |
| ltomasbo | dulek, https://github.com/openstack/neutron/blob/master/neutron/services/l3_router/l3_router_plugin.py#L81 | 09:05 |
| dulek | ltomasbo: Oh, cool, so I need that plugin loaded? | 09:07 |
| *** salv-orlando has joined #openstack-kuryr | 09:07 | |
| dulek | ltomasbo: THANK YOU!!! :) | 09:07 |
| ltomasbo | I guess so, but I'm not sure | 09:07 |
| dulek | ltomasbo: This is exactly it - this plugin is not configured in neutron.conf in non-legacy Neutron. | 09:08 |
| ltomasbo | great! | 09:08 |
| dulek | Okay, so I'll be able to patch up dmellado's patch. Still to unblock the gate immediately it's better to use 552701. | 09:09 |
| *** dougbtv has quit IRC | 09:17 | |
| *** yamamoto_ has joined #openstack-kuryr | 09:18 | |
| *** yamamoto has quit IRC | 09:22 | |
| kaliya | hi irenab, to close? https://bugs.launchpad.net/kuryr-kubernetes/+bug/1708173 | 09:29 |
| openstack | Launchpad bug 1708173 in kuryr-kubernetes "Update Vagrant to fit Octavia used for LBaaS requirements" [Low,Triaged] | 09:29 |
| openstackgerrit | QingchuanHao proposed openstack/kuryr-kubernetes master: fix kury-cni exits unexpectedly when MTU of network is 0 https://review.openstack.org/552856 | 09:45 |
| openstackgerrit | QingchuanHao proposed openstack/kuryr-kubernetes master: fix kury-cni exits unexpectedly when MTU of network is 0 https://review.openstack.org/552856 | 09:46 |
| *** gcheresh has quit IRC | 09:47 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Fix Tempest CIs https://review.openstack.org/552701 | 09:52 |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Replace q-* for neutron-* https://review.openstack.org/552464 | 09:52 |
| dulek | ltomasbo: Oh, this is even better! Meanwhile DevStack folks reverted switch to neutron-*. That's why it started *not* configuring router. | 09:52 |
| dulek | ltomasbo: This is awesome, like 4 consequent failures, introduced by different commits in various repos. | 09:53 |
| ltomasbo | xD | 09:53 |
| ltomasbo | so, gate is fixed by DevStack revert? | 09:54 |
| dulek | ltomasbo: And dmellado made a mistake in 552701. But! DevStack revert got in before his commit was tested. xD | 09:54 |
| dulek | ltomasbo: I think it's not, becasue I think we'll need 552701 to disable Swift. | 09:54 |
| ltomasbo | swift? are we using swift? | 09:55 |
| dulek | ltomasbo: Nope, but now DevStack jobs enable it and we need to explicitly disable them in our jobs… | 10:00 |
| ltomasbo | ahh, ok | 10:01 |
| openstackgerrit | QingchuanHao proposed openstack/kuryr-kubernetes master: [WIP]kuryr-cni and controller igore system k8s resource https://review.openstack.org/552873 | 10:39 |
| dmellado | so, I'm here | 10:52 |
| dmellado | what's up xD | 10:52 |
| *** yboaron has joined #openstack-kuryr | 11:02 | |
| *** yboaron_ has quit IRC | 11:03 | |
| *** gcheresh has joined #openstack-kuryr | 11:06 | |
| *** janki has quit IRC | 11:10 | |
| *** vikasc has quit IRC | 11:13 | |
| *** gcheresh_ has quit IRC | 11:27 | |
| *** vikasc has joined #openstack-kuryr | 11:32 | |
| *** natanbro has joined #openstack-kuryr | 11:39 | |
| *** janki has joined #openstack-kuryr | 11:43 | |
| *** salv-orlando has quit IRC | 11:44 | |
| *** yboaron has quit IRC | 11:50 | |
| *** gcheresh_ has joined #openstack-kuryr | 11:55 | |
| *** gcheresh has quit IRC | 11:58 | |
| *** kaliya has quit IRC | 12:02 | |
| *** kaliya has joined #openstack-kuryr | 12:02 | |
| dulek | dmellado, celebdor, irenab: Okay, looks like https://review.openstack.org/552701 is baked. Can we merge it and fix our gates? | 12:11 |
| celebdor | yes! | 12:12 |
| dmellado | sure! | 12:15 |
| dmellado | quick merge to unblock CI, folks | 12:16 |
| *** yamamoto_ has quit IRC | 12:17 | |
| *** yamamoto has joined #openstack-kuryr | 12:18 | |
| *** kaliya has quit IRC | 12:21 | |
| *** yboaron has joined #openstack-kuryr | 12:23 | |
| *** atoth has joined #openstack-kuryr | 12:26 | |
| *** kaliya has joined #openstack-kuryr | 12:28 | |
| celebdor | dulek: you have a comment from irenab to https://review.openstack.org/#/c/550170/ | 12:34 |
| celebdor | maybe you should address to get the +2 from her :-) | 12:35 |
| *** yamamoto has quit IRC | 12:38 | |
| *** yamamoto has joined #openstack-kuryr | 12:39 | |
| *** yamamoto has quit IRC | 12:44 | |
| *** salv-orlando has joined #openstack-kuryr | 12:44 | |
| *** dougbtv has joined #openstack-kuryr | 12:44 | |
| *** janonymous has quit IRC | 12:45 | |
| dulek | celebdor: Yup, both irenab and yboaron had a point there. I'll fix those after lunch. | 12:46 |
| *** salv-orlando has quit IRC | 12:49 | |
| *** yamamoto has joined #openstack-kuryr | 12:55 | |
| *** yamamoto has quit IRC | 12:59 | |
| *** maysamacedos has joined #openstack-kuryr | 13:01 | |
| *** yamamoto has joined #openstack-kuryr | 13:10 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Fix Tempest CIs https://review.openstack.org/552701 | 13:10 |
| *** yamamoto has quit IRC | 13:15 | |
| *** yamamoto has joined #openstack-kuryr | 13:25 | |
| *** kaliya has quit IRC | 13:28 | |
| *** yamamoto has quit IRC | 13:29 | |
| openstackgerrit | QingchuanHao proposed openstack/kuryr-kubernetes master: fix kury-cni exits unexpectedly when MTU of network is 0 https://review.openstack.org/552856 | 13:36 |
| *** yamamoto has joined #openstack-kuryr | 13:40 | |
| *** yamamoto has quit IRC | 13:44 | |
| *** salv-orlando has joined #openstack-kuryr | 13:45 | |
| *** salv-orlando has quit IRC | 13:50 | |
| *** kiennt26 has joined #openstack-kuryr | 13:52 | |
| *** yamamoto has joined #openstack-kuryr | 13:54 | |
| *** yamamoto has quit IRC | 13:55 | |
| *** yamamoto has joined #openstack-kuryr | 13:55 | |
| *** yamamoto has quit IRC | 13:55 | |
| *** atoth has quit IRC | 13:59 | |
| *** natanbro has quit IRC | 14:06 | |
| *** neiljerram has joined #openstack-kuryr | 14:10 | |
| *** atoth has joined #openstack-kuryr | 14:12 | |
| openstackgerrit | Genadi Chereshnya proposed openstack/kuryr-tempest-plugin master: Test restart of CNI and Controller kuryr pods https://review.openstack.org/552498 | 14:25 |
| *** salv-orlando has joined #openstack-kuryr | 14:27 | |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Deprecate running kuryr-k8s without kuryr-daemon https://review.openstack.org/550170 | 14:41 |
| openstackgerrit | Michał Dulko proposed openstack/kuryr-kubernetes master: Deprecate running kuryr-k8s without kuryr-daemon https://review.openstack.org/550170 | 14:45 |
| *** maysamacedos has quit IRC | 14:46 | |
| *** maysamacedos has joined #openstack-kuryr | 14:47 | |
| openstackgerrit | Genadi Chereshnya proposed openstack/kuryr-kubernetes master: Adding containerized True parameter to tempest.conf https://review.openstack.org/552915 | 14:50 |
| *** kaliya has joined #openstack-kuryr | 14:54 | |
| *** yamamoto has joined #openstack-kuryr | 14:55 | |
| *** hongbin has joined #openstack-kuryr | 14:55 | |
| *** premsankar has joined #openstack-kuryr | 15:01 | |
| *** yamamoto has quit IRC | 15:02 | |
| *** yboaron has quit IRC | 15:06 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Services: Rollback openstack resources in case of annotation failure https://review.openstack.org/546784 | 15:13 |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Services: Gracefully ignore exposed UDP ports https://review.openstack.org/549739 | 15:19 |
| *** maysamacedos has quit IRC | 15:38 | |
| *** maysamacedos has joined #openstack-kuryr | 15:40 | |
| *** maysamacedos has quit IRC | 15:44 | |
| *** maysamacedos has joined #openstack-kuryr | 15:44 | |
| *** kiennt26 has quit IRC | 15:45 | |
| *** gcheresh_ has quit IRC | 15:52 | |
| *** maysamacedos has quit IRC | 15:56 | |
| *** yamamoto has joined #openstack-kuryr | 15:58 | |
| *** yamamoto has quit IRC | 16:04 | |
| kaliya | Starting k8s-controller: "ConnectionError: ('Connection aborted.', BadStatusLine('\x15\x03\x01\x00\x02\x02\n',))" may this be an issue with K8s certificates? | 16:04 |
| *** atoth has quit IRC | 16:04 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Create lockfiles directory in CNI Dockerfile https://review.openstack.org/551261 | 16:06 |
| dulek | Anyone wants to grab this: https://review.openstack.org/#/c/544548/ ? Neutron folks are waiting for a solution. | 16:07 |
| dulek | kaliya: Yeah, most likely. It's when trying to start watcher? | 16:11 |
| dulek | celebdor: What do you think of that: https://review.openstack.org/#/c/552856 ? Why 1500 is a default? | 16:11 |
| *** atoth has joined #openstack-kuryr | 16:17 | |
| celebdor | dulek: I'm fine with having that as default | 16:20 |
| celebdor | why 1500 is a default I don't know | 16:20 |
| celebdor | I've always seen it like that | 16:20 |
| celebdor | I'm talking like since I was little | 16:21 |
| dulek | :) | 16:23 |
| *** garyloug has joined #openstack-kuryr | 16:24 | |
| openstackgerrit | Merged openstack/kuryr-kubernetes master: Upgrade default K8s to 1.9 in DevStack https://review.openstack.org/531128 | 16:46 |
| *** janki has quit IRC | 16:47 | |
| *** yamamoto has joined #openstack-kuryr | 16:59 | |
| *** garyloug_ has joined #openstack-kuryr | 17:04 | |
| *** garyloug_ has quit IRC | 17:04 | |
| *** yamamoto has quit IRC | 17:05 | |
| *** garyloug_ has joined #openstack-kuryr | 17:05 | |
| *** garyloug_ has quit IRC | 17:06 | |
| *** garyloug_ has joined #openstack-kuryr | 17:06 | |
| *** garyloug_ has quit IRC | 17:06 | |
| *** garyloug_ has joined #openstack-kuryr | 17:07 | |
| *** pcaruana has quit IRC | 17:18 | |
| *** garyloug has quit IRC | 17:28 | |
| *** celebdor has quit IRC | 17:38 | |
| *** garyloug_ has quit IRC | 17:49 | |
| *** celebdor has joined #openstack-kuryr | 17:53 | |
| *** yamamoto has joined #openstack-kuryr | 18:01 | |
| *** maysamacedos has joined #openstack-kuryr | 18:04 | |
| *** yamamoto has quit IRC | 18:06 | |
| *** neiljerram has quit IRC | 18:30 | |
| *** salv-orlando has quit IRC | 19:00 | |
| *** salv-orl_ has joined #openstack-kuryr | 19:01 | |
| *** yamamoto has joined #openstack-kuryr | 19:02 | |
| *** yamamoto has quit IRC | 19:07 | |
| *** salv-orl_ has quit IRC | 19:08 | |
| *** salv-orlando has joined #openstack-kuryr | 19:08 | |
| *** salv-orl_ has joined #openstack-kuryr | 19:18 | |
| *** salv-orlando has quit IRC | 19:19 | |
| *** salv-orl_ has quit IRC | 19:50 | |
| *** salv-orlando has joined #openstack-kuryr | 19:50 | |
| *** salv-orlando has quit IRC | 19:54 | |
| *** atoth has quit IRC | 19:59 | |
| *** gcheresh has joined #openstack-kuryr | 20:02 | |
| *** yamamoto has joined #openstack-kuryr | 20:03 | |
| *** yamamoto has quit IRC | 20:08 | |
| *** gcheresh has quit IRC | 20:12 | |
| *** gcheresh has joined #openstack-kuryr | 20:13 | |
| *** salv-orlando has joined #openstack-kuryr | 20:43 | |
| *** yamamoto has joined #openstack-kuryr | 21:04 | |
| *** yamamoto has quit IRC | 21:10 | |
| *** gcheresh has quit IRC | 21:12 | |
| *** yamamoto has joined #openstack-kuryr | 22:06 | |
| *** yamamoto has quit IRC | 22:12 | |
| *** hongbin has quit IRC | 22:59 | |
| *** celebdor has quit IRC | 23:05 | |
| *** yamamoto has joined #openstack-kuryr | 23:07 | |
| *** yamamoto has quit IRC | 23:12 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!