*** yamamoto has quit IRC | 00:00 | |
*** leenheer has quit IRC | 00:00 | |
*** annegentle has quit IRC | 00:02 | |
*** markvoelker has quit IRC | 00:03 | |
*** achanda has quit IRC | 00:03 | |
*** Padmini has quit IRC | 00:04 | |
*** padkrish has quit IRC | 00:04 | |
*** padkrish has joined #openstack-neutron | 00:05 | |
*** tim_o has quit IRC | 00:05 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 00:06 |
---|---|---|
*** vivek-ebay has joined #openstack-neutron | 00:07 | |
*** Swami has quit IRC | 00:08 | |
*** markvoelker has joined #openstack-neutron | 00:08 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 00:08 |
amuller | carl_baldwin: marun: I split up the gigantic patch, moved some trivial stuff off to a preceding patch | 00:08 |
carl_baldwin | amuller: ack. Sometimes that is what you've got to do. | 00:09 |
*** padkrish has quit IRC | 00:09 | |
amuller | carl_baldwin: it only took like 20 minutes, really not bad | 00:10 |
*** vivek-eb_ has joined #openstack-neutron | 00:12 | |
*** vivek-ebay has quit IRC | 00:12 | |
*** xgerman has quit IRC | 00:12 | |
*** reed has joined #openstack-neutron | 00:14 | |
*** Marga_ has quit IRC | 00:15 | |
*** amuller has quit IRC | 00:15 | |
*** padkrish has joined #openstack-neutron | 00:16 | |
*** vmtrooper has joined #openstack-neutron | 00:17 | |
*** VijayB_ has quit IRC | 00:17 | |
*** Longgeek has joined #openstack-neutron | 00:18 | |
*** moha_hunt has quit IRC | 00:18 | |
*** shwetaap1 has joined #openstack-neutron | 00:19 | |
*** claudiub has quit IRC | 00:20 | |
hichihara | carl_baldwin: Could you review a patch? I guess the bug is critical issue to Neutron L3. https://review.openstack.org/#/c/161947/ | 00:21 |
*** vmtrooper has quit IRC | 00:22 | |
carl_baldwin | hichihara: I will have a look. | 00:22 |
*** shwetaap has quit IRC | 00:23 | |
hichihara | carl_baldwin: Thank you! :-) | 00:24 |
*** watanabe_isao has joined #openstack-neutron | 00:24 | |
watanabe_isao | Good morning to all.:-) | 00:24 |
*** sripriya has joined #openstack-neutron | 00:25 | |
*** jp_at_hp has joined #openstack-neutron | 00:26 | |
*** Marga_ has joined #openstack-neutron | 00:27 | |
*** killer_prince has quit IRC | 00:28 | |
*** dims has joined #openstack-neutron | 00:32 | |
*** Longgeek has quit IRC | 00:32 | |
*** VijayB_ has joined #openstack-neutron | 00:34 | |
*** killer_prince has joined #openstack-neutron | 00:35 | |
*** killer_prince is now known as lazy_prince | 00:35 | |
*** SumitNaiksatam has quit IRC | 00:39 | |
*** tflynn has quit IRC | 00:40 | |
*** yamamoto has joined #openstack-neutron | 00:41 | |
*** pal has joined #openstack-neutron | 00:42 | |
*** marun has quit IRC | 00:42 | |
*** jaypipes has quit IRC | 00:45 | |
*** radez is now known as radez_g0n3 | 00:51 | |
*** aranjan has quit IRC | 00:51 | |
*** topshare has joined #openstack-neutron | 00:52 | |
*** tiswanso has joined #openstack-neutron | 00:52 | |
*** harkirat has joined #openstack-neutron | 00:53 | |
*** mwagner_lap has quit IRC | 00:53 | |
*** tiswanso has quit IRC | 00:53 | |
*** tiswanso has joined #openstack-neutron | 00:54 | |
*** liusheng has quit IRC | 00:56 | |
*** annegentle has joined #openstack-neutron | 00:58 | |
*** kevinbenton has quit IRC | 00:59 | |
openstackgerrit | Abhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver https://review.openstack.org/157243 | 01:00 |
*** evgenyf has joined #openstack-neutron | 01:01 | |
HenryG | armax: ping | 01:02 |
armax | HenryG: pong | 01:02 |
HenryG | armax: Question about entry points ... | 01:03 |
*** ijw has joined #openstack-neutron | 01:03 | |
*** annegentle has quit IRC | 01:03 | |
armax | HenryG: shoot | 01:03 |
HenryG | If a package is added as a dependency, do all its entry points get added to the "global" set of entry points? | 01:04 |
armax | good question, I am not sure | 01:04 |
HenryG | s/added/installed/ | 01:05 |
armax | I would be saying no | 01:05 |
*** ijw has quit IRC | 01:05 | |
*** gildub has joined #openstack-neutron | 01:05 | |
armax | how would you ensure uniqueness? | 01:05 |
*** ijw has joined #openstack-neutron | 01:05 | |
HenryG | Right, that's what I thought. So how to "bring in" or access the entry points from a package? | 01:06 |
armax | HenryG: why would you want to do that? | 01:07 |
*** _cjones_ has quit IRC | 01:07 | |
*** baoli has joined #openstack-neutron | 01:07 | |
HenryG | armax: Due to lack of experience I am probably thinking about it wrong, but this is what I see ... | 01:09 |
*** Kennan has joined #openstack-neutron | 01:09 | |
*** _cjones_ has joined #openstack-neutron | 01:09 | |
*** bandarji has quit IRC | 01:09 | |
*** SumitNaiksatam has joined #openstack-neutron | 01:09 | |
HenryG | Before the split, a console script "vendor-foo" was available when neutron was installed, due to it being in setup.cfg | 01:10 |
HenryG | Now if the entry is removed from neutron's setup.cfg, but put in vendor's setup.cfg, how will the script get installed? | 01:11 |
HenryG | (And a side-question, if it was named "neutron-vendor-foo" before the split, does it now have to drop the "neutron-" prefix"?) | 01:13 |
*** rwsu is now known as rwsu-afk | 01:13 | |
HenryG | I guess this is all moot if a shim is kept in neutron? | 01:13 |
armax | the console script is different | 01:14 |
armax | it is indeed made available when the package is installed | 01:15 |
HenryG | orly? So how are conflicts avoided? | 01:15 |
armax | you can have multiple console scripts with the same name but pointing to different locations | 01:17 |
armax | maybe the last installed win, I’d need to checkj | 01:17 |
armax | I am only speculating at this point | 01:17 |
HenryG | sounds like fun | 01:17 |
*** _cjones_ has quit IRC | 01:18 | |
HenryG | I don't see it being an issue though | 01:18 |
*** nlahouti has quit IRC | 01:18 | |
HenryG | armax: So the vendor entrypoint can be removed from neutron? | 01:18 |
armax | I think so | 01:19 |
HenryG | armax: thanks, much appreciated | 01:19 |
armax | np | 01:19 |
*** apuimedo has quit IRC | 01:20 | |
openstackgerrit | Joe Jiang proposed openstack/python-neutronclient: PEP8(version: 1.6.2) test fails in root directory of neutronclient. https://review.openstack.org/163663 | 01:21 |
yamamoto | HenryG: fyi ofagent works that way https://github.com/stackforge/networking-ofagent/blob/master/setup.cfg#L39 | 01:23 |
*** enikanorov__ has joined #openstack-neutron | 01:24 | |
*** enikanorov_ has quit IRC | 01:26 | |
*** shivharis has quit IRC | 01:28 | |
*** shivharis has joined #openstack-neutron | 01:28 | |
openstackgerrit | Merged openstack/neutron: Migrate to oslo.log https://review.openstack.org/159638 | 01:28 |
*** jp_at_hp has quit IRC | 01:29 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Introduce External IPAM Interface https://review.openstack.org/134339 | 01:29 |
*** cference has quit IRC | 01:30 | |
*** evgenyf has quit IRC | 01:30 | |
*** stanzgy has joined #openstack-neutron | 01:30 | |
*** stanzgy_ has joined #openstack-neutron | 01:31 | |
openstackgerrit | Merged openstack/neutron: Don't start transaction during floating IP delete https://review.openstack.org/160036 | 01:31 |
openstackgerrit | shihanzhang proposed openstack/neutron: Fix incorrect comments https://review.openstack.org/164047 | 01:31 |
*** shivharis has quit IRC | 01:32 | |
*** VijayB_ has quit IRC | 01:32 | |
*** yamahata has quit IRC | 01:33 | |
openstackgerrit | Merged openstack/neutron: ofagent: Update after networking-ofagent release https://review.openstack.org/163273 | 01:34 |
*** sridhar_ram has quit IRC | 01:34 | |
*** VijayB has joined #openstack-neutron | 01:35 | |
*** natarajk1 has quit IRC | 01:39 | |
*** amotoki has joined #openstack-neutron | 01:39 | |
*** trad511 has quit IRC | 01:40 | |
*** ChuckC has joined #openstack-neutron | 01:42 | |
*** baoli has quit IRC | 01:42 | |
*** baoli has joined #openstack-neutron | 01:43 | |
*** amotoki has quit IRC | 01:44 | |
openstackgerrit | Itsuro Oda proposed openstack/neutron: Keep existing services available on agents with admin_state_up False https://review.openstack.org/147032 | 01:45 |
*** popw has joined #openstack-neutron | 01:45 | |
*** ChuckC has quit IRC | 01:46 | |
*** ChuckC has joined #openstack-neutron | 01:47 | |
*** harkirat has quit IRC | 01:50 | |
HenryG | armax: So our repo is now broken with the oslo.log patch in neutron | 01:52 |
armax | ya | 01:52 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver https://review.openstack.org/153946 | 01:52 |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Separate ovs-ofctl using code as a driver https://review.openstack.org/160245 | 01:52 |
*** lazy_prince has quit IRC | 01:53 | |
HenryG | armax: I am fixing it, but expect torches and pitchforks tomorrow from the angry mob :) | 01:53 |
*** Marga_ has quit IRC | 01:53 | |
armax | why? | 01:53 |
armax | that was announced across seven seas | 01:54 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Decouple L3 and service plugins during DVR router migration https://review.openstack.org/154749 | 01:54 |
HenryG | armax: I am just kidding. Aren't there always some who don't hear announcements? | 01:54 |
armax | HenryG: oh, totally | 01:54 |
armax | HenryG: I am angry | 01:55 |
HenryG | armax: Hopefully not enough to form a mob | 01:55 |
*** luqas has quit IRC | 01:55 | |
armax | that patch caused me needless merge conflicts | 01:55 |
HenryG | armax: Why did you approve it? ;) And how many end-of-cycle mad rushes have you been through and not gotten angry? ;) | 01:56 |
armax | HenryG: I was coerced | 01:57 |
*** kevinbenton has joined #openstack-neutron | 01:57 | |
*** tsg has quit IRC | 01:57 | |
kevinbenton | carl_baldwin: hey, is there anything in the l2 agent that will periodically request port info to protect against lost notificaitons from the server? | 01:58 |
*** annegentle has joined #openstack-neutron | 01:59 | |
carl_baldwin | kevinbenton: I don't think so. | 02:00 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Break coupling between ML2 and L3 during delete operation https://review.openstack.org/155470 | 02:00 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Break coupling between ML2 and L3 during create/update operations https://review.openstack.org/153775 | 02:00 |
carl_baldwin | kevinbenton: I haven't been in the L2 agent much lately. | 02:00 |
kevinbenton | carl_baldwin: do you know anyone that has? :) | 02:01 |
kevinbenton | carl_baldwin: it seems like something that we should have | 02:01 |
kevinbenton | carl_baldwin: similar to the l3 agents sync_routers task | 02:01 |
*** padkrish has quit IRC | 02:01 | |
*** padkrish has joined #openstack-neutron | 02:02 | |
*** Marga_ has joined #openstack-neutron | 02:03 | |
*** annegentle has quit IRC | 02:04 | |
*** sbfox has joined #openstack-neutron | 02:04 | |
*** gongysh has joined #openstack-neutron | 02:06 | |
*** vmtrooper has joined #openstack-neutron | 02:06 | |
*** padkrish has quit IRC | 02:06 | |
*** ivar-lazzaro has quit IRC | 02:06 | |
*** harlowja is now known as harlowja_away | 02:07 | |
*** padkrish has joined #openstack-neutron | 02:09 | |
*** vmtrooper has quit IRC | 02:11 | |
*** Madkiss has quit IRC | 02:11 | |
*** Madkiss has joined #openstack-neutron | 02:12 | |
*** Madkiss has quit IRC | 02:12 | |
*** Madkiss has joined #openstack-neutron | 02:12 | |
openstackgerrit | Hong Hui Xiao proposed openstack/neutron: Always run dnsmasq as root https://review.openstack.org/161567 | 02:13 |
carl_baldwin | kevinbenton: I'm not sure the sync_routers task fits that bill either. It only syncs if full sync is set which is only on error or restart. | 02:13 |
*** killer_prince has joined #openstack-neutron | 02:14 | |
*** killer_prince is now known as lazy_prince | 02:14 | |
*** dims has quit IRC | 02:14 | |
*** VijayB has quit IRC | 02:16 | |
*** marun has joined #openstack-neutron | 02:16 | |
*** mlavalle has quit IRC | 02:17 | |
*** padkrish has quit IRC | 02:18 | |
*** Longgeek has joined #openstack-neutron | 02:18 | |
kevinbenton | carl_baldwin: oh okay | 02:19 |
kevinbenton | carl_baldwin: i thought there was a periodic full sync | 02:19 |
kevinbenton | sounds like i'm way off | 02:19 |
*** annegentle has joined #openstack-neutron | 02:19 | |
kevinbenton | we have no protection against lost messages from the server then, right? | 02:19 |
*** vivek-eb_ has quit IRC | 02:19 | |
carl_baldwin | kevinbenton: Well, sync_routers is called periodically. But, the first thing it does is check if full_sync is True and exits otherwise. | 02:20 |
carl_baldwin | kevinbenton: I don't think so. | 02:20 |
carl_baldwin | ... except when the messages are lost on agent restart. | 02:20 |
openstackgerrit | Joe Jiang proposed openstack/python-neutronclient: Set specify IP address when use 'router-gateway-set' subcommand. https://review.openstack.org/163332 | 02:21 |
kevinbenton | carl_baldwin: so agent restart is okay because that always triggers a full sync anyway, right? | 02:21 |
carl_baldwin | kevinbenton: correct | 02:21 |
kevinbenton | carl_baldwin: yeah, i was just thinking of situations where we might have flaky servers | 02:22 |
*** marun has quit IRC | 02:22 | |
*** ijw has quit IRC | 02:22 | |
carl_baldwin | kevinbenton: If I recall, marun has talked a bit about detecting out of order and missing messages. My memories are vague. | 02:23 |
kevinbenton | carl_baldwin: ok. i do remember him talking about agent consistency in the context of something else as well | 02:24 |
kevinbenton | carl_baldwin: i'll get a hold of him at some point | 02:24 |
*** annegentle has quit IRC | 02:25 | |
*** annegentle has joined #openstack-neutron | 02:26 | |
*** erkules_ has joined #openstack-neutron | 02:26 | |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: Support Dual-Stack Gateway Ports on Neutron Routers https://review.openstack.org/149068 | 02:27 |
*** ijw has joined #openstack-neutron | 02:28 | |
*** erkules has quit IRC | 02:29 | |
*** ijw has quit IRC | 02:29 | |
*** ijw has joined #openstack-neutron | 02:30 | |
*** baoli has quit IRC | 02:32 | |
*** baoli has joined #openstack-neutron | 02:32 | |
*** reed has quit IRC | 02:33 | |
*** sbfox has quit IRC | 02:33 | |
*** dims has joined #openstack-neutron | 02:34 | |
*** Longgeek has quit IRC | 02:35 | |
openstackgerrit | Sridar Kandaswamy proposed openstack/neutron-fwaas: FWaaS Insertion Model on Routers https://review.openstack.org/152697 | 02:35 |
*** pal has quit IRC | 02:39 | |
*** dims has quit IRC | 02:39 | |
*** vivek-ebay has joined #openstack-neutron | 02:41 | |
*** mlavalle has joined #openstack-neutron | 02:41 | |
openstackgerrit | Kevin Benton proposed openstack/neutron: Reload DHCP interface when its port is updated https://review.openstack.org/163758 | 02:41 |
*** devlaps has quit IRC | 02:43 | |
*** achanda has joined #openstack-neutron | 02:44 | |
*** annegentle has quit IRC | 02:46 | |
*** leenheer has joined #openstack-neutron | 02:47 | |
*** sbalukoff has quit IRC | 02:47 | |
openstackgerrit | Rob Pothier proposed openstack/neutron: Add MTU selection to ML2 https://review.openstack.org/156318 | 02:48 |
openstackgerrit | Rob Pothier proposed openstack/neutron: Add MTU selection & advertisement settings to Neutron config https://review.openstack.org/153733 | 02:48 |
*** carl_baldwin has quit IRC | 02:48 | |
openstackgerrit | Terry Wilson proposed openstack/neutron: Add rootwrap daemon mode support https://review.openstack.org/158805 | 02:53 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 02:53 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Revert "Revert "Remove port from ovsdb after its deletion"" https://review.openstack.org/160160 | 02:54 |
*** baoli has quit IRC | 02:54 | |
*** amotoki has joined #openstack-neutron | 02:55 | |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: IPv6 SLAAC subnet create should update ports on net https://review.openstack.org/160622 | 02:58 |
*** amotoki has quit IRC | 03:00 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Send notification to controller about HA router state change https://review.openstack.org/126188 | 03:00 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Expose ha_state per router to agent binding via API https://review.openstack.org/126189 | 03:00 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 03:00 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 03:00 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Reuse nova batch notifier https://review.openstack.org/128013 | 03:00 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Remove unused L3 HA RPC method https://review.openstack.org/155370 | 03:00 |
*** TrevorV has quit IRC | 03:04 | |
*** blogan has quit IRC | 03:05 | |
*** pmath has quit IRC | 03:05 | |
*** ptoohill has quit IRC | 03:06 | |
*** absubram has joined #openstack-neutron | 03:09 | |
*** TrevorV has joined #openstack-neutron | 03:11 | |
*** absubram has quit IRC | 03:11 | |
*** ptoohill has joined #openstack-neutron | 03:11 | |
*** blogan has joined #openstack-neutron | 03:12 | |
*** absubram has joined #openstack-neutron | 03:12 | |
*** natarajk has joined #openstack-neutron | 03:15 | |
*** harkirat has joined #openstack-neutron | 03:15 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Refactor retry mechanism used in some DB operations https://review.openstack.org/149261 | 03:16 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Set default of api_workers to number of CPUs https://review.openstack.org/140493 | 03:16 |
*** jaypipes has joined #openstack-neutron | 03:18 | |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: Stop sending gratuitous arp when ip version is 6 https://review.openstack.org/160799 | 03:19 |
*** ptoohill has quit IRC | 03:20 | |
*** blogan has quit IRC | 03:20 | |
*** sbfox has joined #openstack-neutron | 03:21 | |
*** TrevorV has quit IRC | 03:22 | |
*** tsg has joined #openstack-neutron | 03:22 | |
*** TrevorV has joined #openstack-neutron | 03:23 | |
*** aranjan has joined #openstack-neutron | 03:23 | |
*** ptoohill has joined #openstack-neutron | 03:23 | |
*** pmath has joined #openstack-neutron | 03:23 | |
*** blogan has joined #openstack-neutron | 03:24 | |
*** ptoohill has quit IRC | 03:26 | |
*** pmath has quit IRC | 03:26 | |
*** TrevorV has quit IRC | 03:26 | |
*** blogan has quit IRC | 03:27 | |
*** sripriya has quit IRC | 03:29 | |
*** Longgeek has joined #openstack-neutron | 03:31 | |
*** lazy_prince is now known as killer_prince | 03:31 | |
*** leenheer has joined #openstack-neutron | 03:32 | |
*** tiswanso has quit IRC | 03:32 | |
*** gongysh has quit IRC | 03:33 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 03:33 |
*** TrevorV has joined #openstack-neutron | 03:35 | |
*** ptoohill has joined #openstack-neutron | 03:35 | |
*** blogan has joined #openstack-neutron | 03:36 | |
*** ijw has quit IRC | 03:36 | |
*** diegows has quit IRC | 03:38 | |
*** zzzeek has quit IRC | 03:40 | |
*** ajmiller has joined #openstack-neutron | 03:41 | |
*** Longgeek has quit IRC | 03:41 | |
*** watanabe_isao has quit IRC | 03:42 | |
*** pmath has joined #openstack-neutron | 03:43 | |
*** gongysh has joined #openstack-neutron | 03:45 | |
*** ijw has joined #openstack-neutron | 03:51 | |
openstackgerrit | Abhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver https://review.openstack.org/157243 | 03:52 |
*** Longgeek has joined #openstack-neutron | 03:52 | |
*** ijw has quit IRC | 03:53 | |
*** ijw has joined #openstack-neutron | 03:53 | |
openstackgerrit | Rob Pothier proposed openstack/neutron: Add MTU selection to ML2 https://review.openstack.org/156318 | 03:53 |
*** harkirat is now known as innosam | 03:54 | |
*** innosam is now known as harkirat | 03:54 | |
*** jckasper has quit IRC | 03:54 | |
*** vmtrooper has joined #openstack-neutron | 03:55 | |
*** vmtrooper has quit IRC | 03:59 | |
*** nijaba has quit IRC | 04:01 | |
*** watanabe_isao has joined #openstack-neutron | 04:01 | |
*** liusheng has joined #openstack-neutron | 04:06 | |
*** nijaba has joined #openstack-neutron | 04:07 | |
*** nijaba has quit IRC | 04:07 | |
*** nijaba has joined #openstack-neutron | 04:07 | |
*** vivek-ebay has quit IRC | 04:10 | |
*** amotoki has joined #openstack-neutron | 04:11 | |
*** sbalukoff has joined #openstack-neutron | 04:11 | |
*** yog_ has joined #openstack-neutron | 04:12 | |
*** amotoki has quit IRC | 04:15 | |
*** Marga_ has quit IRC | 04:16 | |
*** pal has joined #openstack-neutron | 04:16 | |
*** tflynn has joined #openstack-neutron | 04:19 | |
*** nlahouti has joined #openstack-neutron | 04:19 | |
*** tflynn has quit IRC | 04:19 | |
*** tflynn has joined #openstack-neutron | 04:20 | |
*** yatin has joined #openstack-neutron | 04:21 | |
*** nlahouti has quit IRC | 04:21 | |
*** jckasper has joined #openstack-neutron | 04:22 | |
*** nlahouti has joined #openstack-neutron | 04:22 | |
*** vivek-ebay has joined #openstack-neutron | 04:22 | |
openstackgerrit | watanabe isao proposed openstack/neutron: Improve validate of remove_router_interface https://review.openstack.org/151973 | 04:23 |
*** vivek-eb_ has joined #openstack-neutron | 04:25 | |
*** vivek-ebay has quit IRC | 04:27 | |
*** dboik_ has quit IRC | 04:34 | |
*** Marga_ has joined #openstack-neutron | 04:37 | |
*** killer_prince is now known as lazy_prince | 04:37 | |
*** chandankumar has joined #openstack-neutron | 04:39 | |
*** aranjan has quit IRC | 04:40 | |
*** natarajk has quit IRC | 04:43 | |
*** natarajk has joined #openstack-neutron | 04:44 | |
openstackgerrit | yalei wang proposed openstack/neutron: iptables firewall: add framework for iptables firewall functional test https://review.openstack.org/160051 | 04:45 |
openstackgerrit | yalei wang proposed openstack/neutron: Add portsecurity extension support https://review.openstack.org/126552 | 04:45 |
*** natarajk has quit IRC | 04:46 | |
*** Longgeek has quit IRC | 04:47 | |
*** natarajk has joined #openstack-neutron | 04:47 | |
openstackgerrit | Merged openstack/neutron: Update contribute.rst with Big Switch decomp https://review.openstack.org/163996 | 04:47 |
*** tflynn has quit IRC | 04:48 | |
*** sbfox has quit IRC | 04:49 | |
*** YorikSar has quit IRC | 04:50 | |
*** tflynn has joined #openstack-neutron | 04:51 | |
*** SumitNaiksatam has quit IRC | 04:51 | |
*** natarajk has quit IRC | 04:52 | |
*** SumitNaiksatam has joined #openstack-neutron | 04:52 | |
*** natarajk has joined #openstack-neutron | 04:53 | |
*** sripriya has joined #openstack-neutron | 04:53 | |
*** vthapar has joined #openstack-neutron | 04:53 | |
*** natarajk has quit IRC | 04:54 | |
*** natarajk has joined #openstack-neutron | 04:54 | |
*** sudipto has joined #openstack-neutron | 04:56 | |
*** gridinv_ has joined #openstack-neutron | 04:57 | |
*** tflynn has quit IRC | 04:58 | |
*** tflynn has joined #openstack-neutron | 04:58 | |
*** aranjan has joined #openstack-neutron | 04:59 | |
*** leenheer has quit IRC | 04:59 | |
openstackgerrit | Dane LeBlanc proposed openstack/neutron: Support Dual-Stack Gateway Ports on Neutron Routers https://review.openstack.org/149068 | 05:00 |
*** vivek-eb_ has quit IRC | 05:01 | |
*** YorikSar has joined #openstack-neutron | 05:01 | |
*** ijw has quit IRC | 05:05 | |
*** YorikSar has quit IRC | 05:06 | |
*** ivar-lazzaro has joined #openstack-neutron | 05:10 | |
*** coolsvap|afk is now known as coolsvap | 05:14 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver https://review.openstack.org/153946 | 05:14 |
*** ivar-lazzaro has quit IRC | 05:17 | |
*** shwetaap has joined #openstack-neutron | 05:18 | |
*** shwetaap1 has quit IRC | 05:20 | |
*** sbfox has joined #openstack-neutron | 05:28 | |
*** sudipto has quit IRC | 05:30 | |
*** Bhavya has joined #openstack-neutron | 05:31 | |
*** chandankumar has quit IRC | 05:36 | |
*** chandankumar has joined #openstack-neutron | 05:40 | |
*** anshul has joined #openstack-neutron | 05:40 | |
harkirat | Hi | 05:40 |
harkirat | ML2 question: can there be more than one driver in ml2 listening to port status | 05:41 |
*** harkirat is now known as innosam | 05:42 | |
*** vmtrooper has joined #openstack-neutron | 05:43 | |
*** Murali has joined #openstack-neutron | 05:44 | |
innosam | Hi, a question on scalability. Does enabling notifications in nova and neutron have scalability impact | 05:44 |
*** Longgeek has joined #openstack-neutron | 05:48 | |
openstackgerrit | Praveen Kumar SM proposed openstack/neutron: DHCP Service LoadBalancing Scheduler https://review.openstack.org/137017 | 05:48 |
*** vmtrooper has quit IRC | 05:48 | |
*** sbfox has quit IRC | 05:48 | |
*** chandankumar has quit IRC | 05:52 | |
*** ajo has joined #openstack-neutron | 05:53 | |
*** sudipto has joined #openstack-neutron | 05:54 | |
*** YorikSar has joined #openstack-neutron | 05:54 | |
*** gridinv_ has quit IRC | 05:55 | |
openstackgerrit | Aman Kumar proposed openstack/neutron: Added config variable for External Network type in ML2 https://review.openstack.org/149546 | 05:55 |
*** aranjan has quit IRC | 05:58 | |
*** sbfox has joined #openstack-neutron | 05:58 | |
openstackgerrit | Itsuro Oda proposed openstack/neutron: Make floatingip reachable from the same network https://review.openstack.org/161947 | 05:59 |
*** mlavalle has quit IRC | 06:00 | |
*** sripriya has quit IRC | 06:00 | |
*** numan has joined #openstack-neutron | 06:01 | |
*** yfried|afk is now known as yfried | 06:02 | |
*** absubram has quit IRC | 06:04 | |
*** natarajk has quit IRC | 06:04 | |
*** mlavalle has joined #openstack-neutron | 06:07 | |
*** achanda has quit IRC | 06:10 | |
*** markvoelker has quit IRC | 06:11 | |
*** markvoelker has joined #openstack-neutron | 06:12 | |
*** shwetaap has quit IRC | 06:12 | |
*** achanda has joined #openstack-neutron | 06:13 | |
openstackgerrit | Li Yingjun proposed openstack/neutron-vpnaas: API extension for PPTP VPN https://review.openstack.org/164087 | 06:15 |
*** markvoelker has quit IRC | 06:16 | |
*** rook-tmp_ has joined #openstack-neutron | 06:18 | |
*** Sukhdev has joined #openstack-neutron | 06:18 | |
*** rook-tmp has quit IRC | 06:20 | |
*** Longgeek has quit IRC | 06:21 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron: Imported Translations from Transifex https://review.openstack.org/163708 | 06:21 |
*** amotoki has joined #openstack-neutron | 06:23 | |
*** yatin has quit IRC | 06:23 | |
*** armax has quit IRC | 06:25 | |
*** aepifanov has joined #openstack-neutron | 06:25 | |
*** Murali_ has joined #openstack-neutron | 06:25 | |
openstackgerrit | Merged openstack/neutron: Revert "Revert "Remove port from ovsdb after its deletion"" https://review.openstack.org/160160 | 06:26 |
*** Murali has quit IRC | 06:27 | |
*** Murali_ is now known as Murali | 06:28 | |
*** achanda has quit IRC | 06:28 | |
*** ajo has quit IRC | 06:31 | |
*** ajo has joined #openstack-neutron | 06:32 | |
*** gongysh has quit IRC | 06:32 | |
*** achanda has joined #openstack-neutron | 06:34 | |
*** yfried is now known as yfried|afk | 06:35 | |
*** SridharG1 has joined #openstack-neutron | 06:35 | |
*** yatin has joined #openstack-neutron | 06:37 | |
*** skraynev has joined #openstack-neutron | 06:37 | |
*** achanda has quit IRC | 06:38 | |
*** gildub has quit IRC | 06:38 | |
*** lazy_prince has quit IRC | 06:40 | |
*** trinaths has joined #openstack-neutron | 06:40 | |
openstackgerrit | Romil Gupta proposed openstack/neutron: Ml2 Mechanism Driver for OVSvApp Solution https://review.openstack.org/160247 | 06:41 |
*** markvoelker has joined #openstack-neutron | 06:42 | |
*** Sukhdev has quit IRC | 06:43 | |
*** markvoelker has quit IRC | 06:47 | |
*** innosam has quit IRC | 06:47 | |
*** ronis has joined #openstack-neutron | 06:48 | |
*** pal has quit IRC | 06:49 | |
*** chandankumar has joined #openstack-neutron | 06:52 | |
openstackgerrit | Li Yingjun proposed openstack/neutron-vpnaas: PPTP VPN agent support https://review.openstack.org/164092 | 06:52 |
*** pal has joined #openstack-neutron | 06:53 | |
openstackgerrit | Li Yingjun proposed openstack/neutron-vpnaas: PPTP VPN agent support https://review.openstack.org/164092 | 06:53 |
*** coolsvap is now known as coolsvap|afk | 06:54 | |
*** yfried|afk is now known as yfried | 06:55 | |
*** afazekas has joined #openstack-neutron | 07:04 | |
*** yfried is now known as yfried|afk | 07:05 | |
*** scheuran has joined #openstack-neutron | 07:05 | |
*** bobmel has joined #openstack-neutron | 07:06 | |
openstackgerrit | Mamta Prabhu proposed openstack/neutron: IBM SDN-VE Plugin decomposition https://review.openstack.org/130471 | 07:07 |
*** coolsvap has joined #openstack-neutron | 07:09 | |
*** bobmel_ has quit IRC | 07:09 | |
*** SumitNaiksatam has quit IRC | 07:09 | |
openstackgerrit | Zhang Hua proposed openstack/neutron-vpnaas: Functional tests of ipsec strongswan vpnaas driver https://review.openstack.org/158560 | 07:10 |
openstackgerrit | Zhang Hua proposed openstack/neutron-vpnaas: IPsec strongSwan driver implemention https://review.openstack.org/144391 | 07:10 |
*** ronis has quit IRC | 07:12 | |
*** aranjan has joined #openstack-neutron | 07:12 | |
*** nlahouti has quit IRC | 07:13 | |
*** oda-g has quit IRC | 07:15 | |
*** gridinv_ has joined #openstack-neutron | 07:18 | |
*** Longgeek has joined #openstack-neutron | 07:18 | |
*** gildub has joined #openstack-neutron | 07:20 | |
*** yatin has quit IRC | 07:22 | |
*** dims has joined #openstack-neutron | 07:23 | |
*** gridinv_ has quit IRC | 07:23 | |
*** sbfox has quit IRC | 07:24 | |
*** sripriya has joined #openstack-neutron | 07:27 | |
*** dims has quit IRC | 07:27 | |
*** sripriya has quit IRC | 07:31 | |
*** jamielennox has quit IRC | 07:31 | |
*** vmtrooper has joined #openstack-neutron | 07:32 | |
*** jamielennox has joined #openstack-neutron | 07:34 | |
*** ijw has joined #openstack-neutron | 07:34 | |
*** ijw has quit IRC | 07:35 | |
*** ijw has joined #openstack-neutron | 07:36 | |
*** vmtrooper has quit IRC | 07:37 | |
*** ijw has quit IRC | 07:38 | |
*** ijw has joined #openstack-neutron | 07:39 | |
*** yfried|afk is now known as yfried | 07:39 | |
*** jamielennox has quit IRC | 07:39 | |
*** Longgeek has quit IRC | 07:41 | |
*** Longgeek has joined #openstack-neutron | 07:41 | |
openstackgerrit | Merged openstack/neutron: Use common agent.linux.utils.ensure_dir method https://review.openstack.org/154103 | 07:41 |
*** markvoelker has joined #openstack-neutron | 07:43 | |
*** topshare has quit IRC | 07:45 | |
*** topshare has joined #openstack-neutron | 07:46 | |
*** Bhavya has quit IRC | 07:46 | |
*** ajo has quit IRC | 07:47 | |
*** apuimedo has joined #openstack-neutron | 07:47 | |
*** markvoelker has quit IRC | 07:48 | |
*** yfried is now known as yfried|afk | 07:49 | |
*** kickinz1|afk is now known as kickinz1 | 07:50 | |
*** pal has quit IRC | 07:52 | |
openstackgerrit | Merged openstack/neutron: Refactor retry mechanism used in some DB operations https://review.openstack.org/149261 | 07:54 |
*** jamielennox|away has joined #openstack-neutron | 07:55 | |
*** pal has joined #openstack-neutron | 07:55 | |
*** jamielennox|away is now known as jamielennox | 07:55 | |
*** vivek-ebay has joined #openstack-neutron | 07:57 | |
*** coolsvap has quit IRC | 07:59 | |
*** vthapar has quit IRC | 07:59 | |
*** vivek-ebay has quit IRC | 08:02 | |
*** Bhavya has joined #openstack-neutron | 08:02 | |
*** kawa2014 has joined #openstack-neutron | 08:03 | |
*** topshare has quit IRC | 08:04 | |
*** topshare has joined #openstack-neutron | 08:06 | |
*** kawa2014 has quit IRC | 08:08 | |
*** chlong has quit IRC | 08:09 | |
*** jistr has joined #openstack-neutron | 08:12 | |
*** safchain has joined #openstack-neutron | 08:19 | |
*** kawa2014 has joined #openstack-neutron | 08:20 | |
*** matrohon has joined #openstack-neutron | 08:21 | |
*** vishwanathj has quit IRC | 08:21 | |
*** openstackgerrit has quit IRC | 08:21 | |
*** openstackgerrit has joined #openstack-neutron | 08:22 | |
*** apostal has joined #openstack-neutron | 08:23 | |
*** jpena has joined #openstack-neutron | 08:25 | |
*** topshare has quit IRC | 08:25 | |
*** topshare has joined #openstack-neutron | 08:26 | |
*** adelinatuvenie has joined #openstack-neutron | 08:28 | |
*** pal has quit IRC | 08:28 | |
*** ihrachyshka has joined #openstack-neutron | 08:30 | |
*** cui has joined #openstack-neutron | 08:32 | |
*** vthapar has joined #openstack-neutron | 08:33 | |
*** killer_prince has joined #openstack-neutron | 08:35 | |
*** killer_prince is now known as lazy_prince | 08:35 | |
*** pal has joined #openstack-neutron | 08:36 | |
*** numan has quit IRC | 08:37 | |
*** YorikSar has quit IRC | 08:37 | |
*** jlanoux has joined #openstack-neutron | 08:38 | |
*** kawa2014 has quit IRC | 08:39 | |
*** kawa2014 has joined #openstack-neutron | 08:40 | |
kevinbenton | amotoki: ping | 08:41 |
*** obondarev_ has quit IRC | 08:42 | |
*** obondarev has joined #openstack-neutron | 08:42 | |
*** YorikSar has joined #openstack-neutron | 08:43 | |
*** aranjan has quit IRC | 08:44 | |
*** markvoelker has joined #openstack-neutron | 08:44 | |
*** aranjan has joined #openstack-neutron | 08:45 | |
*** yfried|afk is now known as yfried | 08:46 | |
*** aranjan has quit IRC | 08:46 | |
*** aranjan has joined #openstack-neutron | 08:46 | |
*** jistr has quit IRC | 08:46 | |
*** stackmore has joined #openstack-neutron | 08:47 | |
*** ajo has joined #openstack-neutron | 08:47 | |
*** ihrachyshka has quit IRC | 08:48 | |
*** markvoelker has quit IRC | 08:48 | |
*** sbelous_ has joined #openstack-neutron | 08:50 | |
*** aranjan has quit IRC | 08:51 | |
*** yfauser has joined #openstack-neutron | 08:53 | |
*** yfauser has left #openstack-neutron | 08:54 | |
sbelous_ | yamamoto: Hi! may I ask you to check comments at https://review.openstack.org/#/c/154116/ ? And if it ok, can you review it, please? | 08:55 |
*** amotoki has quit IRC | 08:57 | |
*** erkules_ is now known as erkules | 08:57 | |
*** erkules has quit IRC | 08:57 | |
*** erkules has joined #openstack-neutron | 08:57 | |
yamamoto | sbelous_: will look | 08:59 |
*** ronis has joined #openstack-neutron | 09:01 | |
*** luqas has joined #openstack-neutron | 09:03 | |
*** sbelous_ has quit IRC | 09:03 | |
*** sbelous_ has joined #openstack-neutron | 09:04 | |
*** jistr has joined #openstack-neutron | 09:04 | |
*** yfried is now known as yfried|afk | 09:05 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: OVS-agent: Introduce Ryu based OpenFlow driver https://review.openstack.org/153946 | 09:06 |
yamamoto | sbelous: commented | 09:06 |
*** Miouge_ has joined #openstack-neutron | 09:06 | |
*** pask81 has joined #openstack-neutron | 09:07 | |
*** sbelous_ has quit IRC | 09:08 | |
*** Miouge has quit IRC | 09:08 | |
*** Miouge_ is now known as Miouge | 09:08 | |
*** SridharG1 has left #openstack-neutron | 09:09 | |
*** apostal has quit IRC | 09:10 | |
*** ygbo has joined #openstack-neutron | 09:12 | |
*** sudipto has quit IRC | 09:12 | |
*** watanabe_isao has quit IRC | 09:12 | |
*** hichihara has quit IRC | 09:16 | |
*** Longgeek has quit IRC | 09:16 | |
*** yfried|afk is now known as yfried | 09:18 | |
*** sbelous has quit IRC | 09:19 | |
*** amotoki has joined #openstack-neutron | 09:20 | |
*** vmtrooper has joined #openstack-neutron | 09:21 | |
*** numan has joined #openstack-neutron | 09:21 | |
*** sbelous has joined #openstack-neutron | 09:21 | |
amotoki | Kennan: pong | 09:22 |
amotoki | Kennan: sorry | 09:22 |
amotoki | kevinbenton: hi, what? | 09:22 |
sbelous | yamamoto: thanks! | 09:24 |
openstackgerrit | Merged openstack/neutron: Set default of api_workers to number of CPUs https://review.openstack.org/140493 | 09:25 |
*** vmtrooper has quit IRC | 09:26 | |
*** yfried is now known as yfried|afk | 09:28 | |
*** SridharG1 has joined #openstack-neutron | 09:29 | |
*** pradip_vedams has joined #openstack-neutron | 09:30 | |
*** pradip_vedams has quit IRC | 09:30 | |
*** pradip_vedams has joined #openstack-neutron | 09:31 | |
pradip_vedams | hi all, while doing devstak for neutron i am getting some error like fail to create internal network can any one help me to resolve this problem http://paste.openstack.org/show/192053/ | 09:34 |
*** sanjjain has joined #openstack-neutron | 09:37 | |
*** dims has joined #openstack-neutron | 09:42 | |
*** markvoelker has joined #openstack-neutron | 09:45 | |
*** sanjjain has left #openstack-neutron | 09:45 | |
*** yfried|afk is now known as yfried | 09:46 | |
*** dims has quit IRC | 09:47 | |
*** aranjan has joined #openstack-neutron | 09:47 | |
*** markvoelker has quit IRC | 09:49 | |
*** Bhavya has quit IRC | 09:51 | |
*** aepifanov has quit IRC | 09:52 | |
*** dims has joined #openstack-neutron | 09:54 | |
*** trinaths has left #openstack-neutron | 09:56 | |
*** aranjan has quit IRC | 09:57 | |
*** SridharG has quit IRC | 09:58 | |
*** SridharG has joined #openstack-neutron | 10:00 | |
*** bobmel has quit IRC | 10:01 | |
*** bobmel has joined #openstack-neutron | 10:02 | |
*** luqas has quit IRC | 10:04 | |
*** moshele has joined #openstack-neutron | 10:05 | |
*** yfried is now known as yfried|afk | 10:06 | |
*** ihrachyshka has joined #openstack-neutron | 10:08 | |
*** sluo_wfh has quit IRC | 10:08 | |
*** yamamoto has quit IRC | 10:11 | |
*** igordcard_ has joined #openstack-neutron | 10:13 | |
*** jp_at_hp has joined #openstack-neutron | 10:15 | |
*** moshele has quit IRC | 10:15 | |
*** Bhavya has joined #openstack-neutron | 10:16 | |
*** Longgeek has joined #openstack-neutron | 10:17 | |
*** yog_ has quit IRC | 10:18 | |
*** skraynev has quit IRC | 10:19 | |
*** skraynev has joined #openstack-neutron | 10:19 | |
*** aranjan has joined #openstack-neutron | 10:23 | |
*** sudipto has joined #openstack-neutron | 10:26 | |
*** innosam has joined #openstack-neutron | 10:26 | |
innosam | Hi | 10:26 |
innosam | Is there any one who can help me with registering to the AMQP queue using kombu | 10:27 |
innosam | i am not able to register to q-agent-notifier-port-update_fanout | 10:27 |
*** yfried|afk is now known as yfried | 10:29 | |
openstackgerrit | Adelina Tuvenie proposed openstack/neutron: OVS agent support on Hyper-V https://review.openstack.org/160596 | 10:29 |
*** pc_m has joined #openstack-neutron | 10:29 | |
*** stanzgy has quit IRC | 10:31 | |
*** txomon|fon has joined #openstack-neutron | 10:31 | |
*** stanzgy_ has quit IRC | 10:31 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Add a netns-cleanup functional test https://review.openstack.org/163860 | 10:31 |
*** Longgeek has quit IRC | 10:32 | |
*** cui has quit IRC | 10:35 | |
*** aranjan has quit IRC | 10:35 | |
*** luqas has joined #openstack-neutron | 10:35 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Fix netns-cleanup broken by ProcessMonitor refactor https://review.openstack.org/163401 | 10:36 |
*** moha_hunt has joined #openstack-neutron | 10:36 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Add a netns-cleanup functional test https://review.openstack.org/163860 | 10:36 |
*** yamamoto has joined #openstack-neutron | 10:37 | |
*** luqas has quit IRC | 10:40 | |
*** Miouge has quit IRC | 10:41 | |
*** lazy_prince has quit IRC | 10:42 | |
*** aix has joined #openstack-neutron | 10:44 | |
*** markvoelker has joined #openstack-neutron | 10:46 | |
*** markvoelker has quit IRC | 10:50 | |
*** topshare_ has joined #openstack-neutron | 10:53 | |
*** jamielennox has quit IRC | 10:55 | |
*** topshare has quit IRC | 10:55 | |
*** yfried is now known as yfried|afk | 10:58 | |
*** killer_prince has joined #openstack-neutron | 10:58 | |
*** killer_prince is now known as lazy_prince | 10:58 | |
*** harlowja_away has quit IRC | 10:59 | |
*** aranjan has joined #openstack-neutron | 11:01 | |
*** jamielennox|away has joined #openstack-neutron | 11:02 | |
*** jamielennox|away is now known as jamielennox | 11:02 | |
*** Bhavya has quit IRC | 11:06 | |
*** vmtrooper has joined #openstack-neutron | 11:10 | |
*** puck has quit IRC | 11:12 | |
*** jamielennox has quit IRC | 11:14 | |
*** vmtrooper has quit IRC | 11:15 | |
*** puck has joined #openstack-neutron | 11:15 | |
openstackgerrit | John Davidge proposed openstack/neutron: Implement Neutron IPv6 Prefix Delegation https://review.openstack.org/158697 | 11:16 |
*** yfried|afk is now known as yfried | 11:18 | |
*** aranjan has quit IRC | 11:20 | |
*** vthapar has quit IRC | 11:20 | |
*** pask81 has quit IRC | 11:23 | |
*** jamielennox|away has joined #openstack-neutron | 11:24 | |
*** jamielennox|away is now known as jamielennox | 11:24 | |
*** lazy_prince is now known as killer_prince | 11:30 | |
*** moha_hunt has quit IRC | 11:30 | |
*** innosam has quit IRC | 11:32 | |
*** Miouge has joined #openstack-neutron | 11:34 | |
*** pal has quit IRC | 11:35 | |
*** Bhavya has joined #openstack-neutron | 11:37 | |
*** baoli has joined #openstack-neutron | 11:41 | |
*** sudipto has quit IRC | 11:41 | |
*** baoli has quit IRC | 11:44 | |
*** baoli has joined #openstack-neutron | 11:44 | |
openstackgerrit | ZongKai LI proposed openstack/neutron: fix check_ports_exist_on_l3agent in no subnet case https://review.openstack.org/159338 | 11:45 |
*** aranjan has joined #openstack-neutron | 11:46 | |
*** markvoelker has joined #openstack-neutron | 11:46 | |
*** topshare_ has quit IRC | 11:47 | |
*** moha_hunt has joined #openstack-neutron | 11:48 | |
*** markvoelker has quit IRC | 11:51 | |
*** mwagner_lap has joined #openstack-neutron | 11:57 | |
*** diegows has joined #openstack-neutron | 11:57 | |
*** yfried is now known as yfried|afk | 12:02 | |
*** aranjan has quit IRC | 12:04 | |
*** igordcard_ has quit IRC | 12:05 | |
*** markvoelker has joined #openstack-neutron | 12:07 | |
*** irenab has quit IRC | 12:10 | |
*** irenab has joined #openstack-neutron | 12:11 | |
*** Longgeek has joined #openstack-neutron | 12:15 | |
*** radez_g0n3 is now known as radez | 12:22 | |
*** Marga_ has quit IRC | 12:24 | |
*** chlong has joined #openstack-neutron | 12:24 | |
*** pc_m has left #openstack-neutron | 12:28 | |
*** pc_m has joined #openstack-neutron | 12:28 | |
*** raildo has joined #openstack-neutron | 12:28 | |
*** yfauser has joined #openstack-neutron | 12:29 | |
*** adelinatuvenie has quit IRC | 12:29 | |
*** yfauser has left #openstack-neutron | 12:29 | |
*** ajmiller has quit IRC | 12:29 | |
*** Longgeek has quit IRC | 12:31 | |
*** ferest has joined #openstack-neutron | 12:32 | |
openstackgerrit | Sergey Belous proposed openstack/neutron: Reduce db calls count in get_devices_details_list https://review.openstack.org/154116 | 12:36 |
*** yamamoto has quit IRC | 12:37 | |
*** chandankumar has quit IRC | 12:40 | |
*** yamamoto has joined #openstack-neutron | 12:41 | |
*** Networkn3rd has quit IRC | 12:43 | |
openstackgerrit | Mathieu Rohon proposed openstack/python-neutronclient: Add commands from extensions to available commands https://review.openstack.org/163478 | 12:43 |
*** gildub has quit IRC | 12:50 | |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: Fix functional test breakage from DevStack change https://review.openstack.org/164164 | 12:52 |
*** Murali has quit IRC | 12:55 | |
*** vmtrooper has joined #openstack-neutron | 12:59 | |
*** jpena is now known as jpena|lunch | 13:00 | |
*** b3nt_pin is now known as seagulls | 13:01 | |
*** aranjan has joined #openstack-neutron | 13:01 | |
*** jpena|lunch is now known as jpena | 13:02 | |
*** Miouge_ has joined #openstack-neutron | 13:03 | |
*** mlavalle has quit IRC | 13:03 | |
*** Miouge has quit IRC | 13:04 | |
*** Miouge_ is now known as Miouge | 13:04 | |
*** vmtrooper has quit IRC | 13:04 | |
*** Bhavya has quit IRC | 13:04 | |
*** aranjan has quit IRC | 13:05 | |
openstackgerrit | Merged openstack/neutron: Break coupling between ML2 and L3 during create/update operations https://review.openstack.org/153775 | 13:07 |
*** mlavalle has joined #openstack-neutron | 13:07 | |
*** ijw has quit IRC | 13:09 | |
*** radez is now known as radez_g0n3 | 13:10 | |
openstackgerrit | rcurran proposed openstack/neutron: ML2 cisco_nexus MD: sync config and models with vendor repo https://review.openstack.org/163040 | 13:13 |
*** markvoelker has quit IRC | 13:16 | |
*** markvoelker has joined #openstack-neutron | 13:17 | |
*** scheuran has quit IRC | 13:19 | |
*** dboik has joined #openstack-neutron | 13:21 | |
*** Marga_ has joined #openstack-neutron | 13:23 | |
*** yfried|afk has quit IRC | 13:24 | |
openstackgerrit | Sergey Belous proposed openstack/neutron: Reduce db calls count in get_devices_details_list https://review.openstack.org/154116 | 13:25 |
*** tiswanso has joined #openstack-neutron | 13:26 | |
*** yamamoto has quit IRC | 13:27 | |
*** bobmel has quit IRC | 13:27 | |
*** bobmel has joined #openstack-neutron | 13:28 | |
*** popw1 has joined #openstack-neutron | 13:29 | |
openstackgerrit | Aman Kumar proposed openstack/neutron: Added config variable for External Network type in ML2 https://review.openstack.org/149546 | 13:30 |
openstackgerrit | Timothy Swanson proposed openstack/neutron: Add MTU selection & advertisement settings to Neutron config https://review.openstack.org/153733 | 13:31 |
*** popw has quit IRC | 13:32 | |
numan | kevinbenton, Hi, when you get some time can you please review it. You had +2'd it in the previous patch set | 13:33 |
numan | kevinbenton, https://review.openstack.org/#/c/142870/ | 13:34 |
*** TrevorV|Home has joined #openstack-neutron | 13:36 | |
*** setuid has quit IRC | 13:40 | |
*** kbringard has joined #openstack-neutron | 13:42 | |
*** thomasem has joined #openstack-neutron | 13:43 | |
*** setuid has joined #openstack-neutron | 13:43 | |
*** TrevorV|Home has quit IRC | 13:45 | |
*** thomasem has quit IRC | 13:45 | |
*** thomasem has joined #openstack-neutron | 13:46 | |
*** crose has joined #openstack-neutron | 13:48 | |
*** mikehn_ has quit IRC | 13:48 | |
*** mikehn has joined #openstack-neutron | 13:49 | |
*** dboik has quit IRC | 13:50 | |
*** dboik has joined #openstack-neutron | 13:50 | |
openstackgerrit | Zhang Hua proposed openstack/neutron-vpnaas: Functional tests of ipsec strongswan vpnaas driver https://review.openstack.org/158560 | 13:51 |
*** Miouge has quit IRC | 13:51 | |
*** amuller has joined #openstack-neutron | 13:52 | |
*** Miouge has joined #openstack-neutron | 13:53 | |
*** ferest has quit IRC | 13:53 | |
*** Rajeev has joined #openstack-neutron | 13:55 | |
*** dansmith is now known as superdan | 13:59 | |
*** julim has quit IRC | 14:01 | |
*** apuimedo has quit IRC | 14:01 | |
*** aranjan has joined #openstack-neutron | 14:02 | |
*** Miouge has quit IRC | 14:02 | |
*** radez_g0n3 is now known as radez | 14:02 | |
*** blinky42 has quit IRC | 14:02 | |
*** jprovazn has joined #openstack-neutron | 14:03 | |
*** txomon|fon has quit IRC | 14:04 | |
*** kfox1111 has joined #openstack-neutron | 14:04 | |
kfox1111 | Please don't let Kilo come without this bug fix: https://review.openstack.org/#/c/157167/ | 14:04 |
kfox1111 | Juno had a serous bug creap up for us, and I had to fix it. It would be a huge shame if kilo was allowed to go out the door with the same regression. :/ | 14:05 |
*** apuimedo has joined #openstack-neutron | 14:06 | |
*** r-daneel has joined #openstack-neutron | 14:06 | |
*** aranjan has quit IRC | 14:06 | |
*** dims has quit IRC | 14:06 | |
amuller | kfox1111: I added some cores to that review | 14:07 |
*** jaypipes is now known as leakypipes | 14:07 | |
kfox1111 | thank you. :) | 14:07 |
*** dims has joined #openstack-neutron | 14:07 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Refactor _remove_unused_security_group_info https://review.openstack.org/152512 | 14:08 |
ajo | HenryG, mestery ^ | 14:08 |
mestery | thanks ajo! | 14:09 |
ajo | you're welcome ;) | 14:09 |
amuller | kfox1111: btw since you have 1 tenant network connected to 2 routers, the tenant network has its default gateway as 1 of the routers right? So basically all outgoing traffic is going out through one of the routers, but incoming traffic comes through both? | 14:10 |
*** TrevorV|Home has joined #openstack-neutron | 14:10 | |
amuller | (Trying to figure out the setup and its use case) | 14:10 |
amuller | this is with OVS + L3 agent? | 14:10 |
*** yamamoto has joined #openstack-neutron | 14:11 | |
*** shwetaap has joined #openstack-neutron | 14:11 | |
kfox1111 | amuller: yes. | 14:11 |
kfox1111 | one is the internet external network. | 14:12 |
kfox1111 | one, is, for example, a bmc network. /24. | 14:12 |
kfox1111 | the vm's can talk on both networks. the internet or the private one. | 14:12 |
amuller | can you connect the VMs to two tenant networks? | 14:12 |
kfox1111 | or how about this example. we have a cloud that has two networks. the internet network, and a public internal network. | 14:13 |
kfox1111 | all tenants can put a floating ip on either the internet network, or the shared private one. | 14:13 |
*** jp_at_hp has quit IRC | 14:13 | |
kfox1111 | If they don't want their vm accessable from the internet, but want to share a resource (LDAP server), they put a floating ip on the shared private. | 14:13 |
*** Miouge has joined #openstack-neutron | 14:13 | |
kfox1111 | the bug is specifically in that case, where it decides to put the shared private networks floating ip on the internet's router by mistake. | 14:14 |
kfox1111 | the code was mistakenly removed in a cleanup in juno. :/ | 14:15 |
amuller | Is there another way to achieve your use case? separate tenant networks, security groups? | 14:15 |
kfox1111 | no. | 14:15 |
*** dboik has quit IRC | 14:15 | |
*** Longgeek has joined #openstack-neutron | 14:15 | |
*** amotoki has quit IRC | 14:16 | |
*** csoukup has joined #openstack-neutron | 14:16 | |
*** dboik has joined #openstack-neutron | 14:16 | |
*** ChuckC_ has joined #openstack-neutron | 14:16 | |
*** ChuckC has quit IRC | 14:17 | |
kfox1111 | in the case of bmc access, it truely is an external network I want vm's to be able to reach. they may be launching an ftp server for example to upgrade bmc's or other firmware. | 14:17 |
amuller | kfox1111: Sorry I'm not following. If you have 2 tenant networks, 2 routers, 2 external networks. VMs connect to both tenant networks and get a floating IP only in one | 14:17 |
kfox1111 | 1 tenant network. | 14:17 |
amuller | I'm saying, if you had 2 | 14:17 |
*** afazekas has quit IRC | 14:18 | |
amuller | you wouldn't hit this bug, why wouldn't that hit your use case? Is there an issue I'm missing? | 14:18 |
openstackgerrit | Merged openstack/neutron: Fix incorrect comments https://review.openstack.org/164047 | 14:18 |
kfox1111 | that could be made to work. just more work for everyone. | 14:18 |
kfox1111 | this use to work, and someone broke it. I would just like to get it fixed. | 14:19 |
kfox1111 | the unit test case I provided clearly shows juno has the bug and current trunk to. :/ | 14:19 |
amuller | I'm not disputing the regression | 14:19 |
amuller | Just asking if there's a work around | 14:19 |
*** aepifanov has joined #openstack-neutron | 14:20 | |
kfox1111 | Not one that doesn't require rewriting a lot of templates. | 14:20 |
kfox1111 | the easier work around was writing the patch and patching our cloud. :/ | 14:20 |
kfox1111 | it was unstable for a week until I found the regression though. :/ | 14:20 |
*** SridharG has quit IRC | 14:20 | |
kfox1111 | but hopefully the unit test will ensure it never happens again. | 14:21 |
*** dboik has quit IRC | 14:21 | |
*** dboik has joined #openstack-neutron | 14:21 | |
*** dims is now known as dimsum__ | 14:21 | |
*** carl_baldwin has joined #openstack-neutron | 14:22 | |
*** ChuckC_ has quit IRC | 14:23 | |
*** popw has joined #openstack-neutron | 14:25 | |
*** kawa2014 has quit IRC | 14:26 | |
*** kawa2014 has joined #openstack-neutron | 14:26 | |
*** popw1 has quit IRC | 14:27 | |
openstackgerrit | Shiv Haris proposed openstack/neutron: Brocade vendor code decomposition from neutron repo. https://review.openstack.org/152383 | 14:28 |
openstackgerrit | Ed Bak proposed openstack/neutron: Break calls to get_devices_details_list into subsets https://review.openstack.org/163594 | 14:33 |
*** Nakato has quit IRC | 14:33 | |
*** Nakato has joined #openstack-neutron | 14:34 | |
*** thedodd has joined #openstack-neutron | 14:36 | |
*** Networkn3rd has joined #openstack-neutron | 14:36 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Move internal port processing to router classes https://review.openstack.org/154513 | 14:40 |
openstackgerrit | Ed Bak proposed openstack/neutron: Break calls to get_devices_details_list into subsets https://review.openstack.org/163594 | 14:41 |
obondarev | carl_baldwin: ping | 14:42 |
carl_baldwin | obondarev: pong | 14:43 |
obondarev | carl_baldwin: a quick question on DVR | 14:43 |
obondarev | carl_baldwin: https://github.com/openstack/neutron/blob/master/neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py#L110 | 14:43 |
obondarev | carl_baldwin: deriving from dvr_rpc.DVRAgentRpcApiMixin seems confusing and wrong, what do you think? | 14:44 |
*** stackmore has quit IRC | 14:44 | |
*** stackmore has joined #openstack-neutron | 14:45 | |
*** pal has joined #openstack-neutron | 14:45 | |
obondarev | carl_baldwin: dvr_rpc.DVRAgentRpcApiMixin should be used in plugin I believe | 14:45 |
amuller | ahhhh, rebase hell | 14:45 |
obondarev | carl_baldwin: and is actually used | 14:45 |
obondarev | carl_baldwin: just wanted to confirm :) | 14:46 |
*** amotoki has joined #openstack-neutron | 14:46 | |
carl_baldwin | obondarev: looking... | 14:46 |
*** shaohe_feng1 has joined #openstack-neutron | 14:46 | |
carl_baldwin | amuller: Are you talking about the oslo logging stuff? | 14:46 |
amuller | carl_baldwin: first that, now some of my patches are again in merge conflict, less than 8 hours after I resolved the previous merge conflict | 14:47 |
amuller | but yeah the timing of the oslo logging graduation was unfortunate... | 14:47 |
*** alaski is now known as lascii | 14:48 | |
*** vmtrooper has joined #openstack-neutron | 14:48 | |
*** thedodd has quit IRC | 14:48 | |
*** Longgeek has quit IRC | 14:49 | |
carl_baldwin | obondarev: I wonder if Rajeev could provide some insight here. | 14:50 |
obondarev | carl_baldwin: ok, I'l just put on gerrit and we'll figure out | 14:51 |
openstackgerrit | Sandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver https://review.openstack.org/155436 | 14:52 |
*** shivharis has joined #openstack-neutron | 14:52 | |
carl_baldwin | obondarev: Let me know what the gerrit link is. | 14:52 |
obondarev | carl_baldwin: sure | 14:52 |
*** thedodd has joined #openstack-neutron | 14:53 | |
*** vmtrooper has quit IRC | 14:53 | |
*** PadminiB has joined #openstack-neutron | 14:54 | |
*** SridharG1 has quit IRC | 14:54 | |
*** SridharG has joined #openstack-neutron | 14:56 | |
Rajeev | obondarev: this class provides ovs support routines for the DVR code | 14:56 |
openstackgerrit | Kyle Mestery proposed openstack/neutron: Change from core reviewers to maintainers https://review.openstack.org/164208 | 14:56 |
*** pal_ has joined #openstack-neutron | 14:57 | |
*** popw has quit IRC | 14:57 | |
*** tflynn has quit IRC | 14:57 | |
*** pal has quit IRC | 14:57 | |
obondarev | Rajeev: yeah but dvr_rpc.DVRAgentRpcApiMixin is for plugin use, right? | 14:57 |
Rajeev | obondarev: yes | 14:57 |
*** carl_baldwin_ has joined #openstack-neutron | 14:58 | |
obondarev | Rajeev: so no need for OVSDVRNeutronAgent(dvr_rpc.DVRAgentRpcApiMixin) | 14:58 |
*** carl_baldwin has quit IRC | 14:58 | |
*** carl_baldwin_ is now known as carl_baldwin | 14:58 | |
*** ronis has quit IRC | 14:58 | |
*** leenheer has joined #openstack-neutron | 14:58 | |
*** crose has quit IRC | 14:58 | |
*** leenheer has quit IRC | 15:00 | |
Rajeev | obondarev: give me a minute | 15:01 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 15:02 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 15:02 |
otherwiseguy | HenryG: I think all of the kinks on daemon mode and environment variables are worked out. https://review.openstack.org/#/c/158805/ YorikSar has a devstack patch using that uses it and all the tests pass there as well. | 15:02 |
*** radez is now known as radez_g0n3 | 15:02 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron: Remove unneeded DVRAgentRpcApiMixin from OVSDVRNeutronAgent https://review.openstack.org/164212 | 15:03 |
HenryG | ajo: Thanks, LGTM. Let's hope zuul can merge it. | 15:03 |
*** aranjan has joined #openstack-neutron | 15:03 | |
HenryG | otherwiseguy: looking | 15:03 |
obondarev | Rajeev: carl_baldwin: https://review.openstack.org/#/c/164212/ | 15:03 |
carl_baldwin | obondarev: ack | 15:03 |
HenryG | otherwiseguy: I have not been following that :( | 15:04 |
HenryG | otherwiseguy: Let me see if I can catch up | 15:04 |
Rajeev | obondarev: some of the methods are used by the agent to get the DVR MAC that is to be used by the agent | 15:04 |
otherwiseguy | HenryG: Thanks! There's a little change in how we handle addl_env because of some changes in oslo_rootwrap, but we don't ever use addl_env and run_as_root=True at the same time anyway, so no other code changes because of it. | 15:04 |
Rajeev | obondarev: you may want to add Vivek in if you think this needs to change | 15:05 |
otherwiseguy | We only use addl_env once in the code, and it is in a sanity check, but run directly. So it'll just run as env LC_ALL=C whatever now. | 15:05 |
ajo | thanks HenryG looking at your final comments, | 15:05 |
*** radez_g0n3 is now known as radez | 15:05 | |
HenryG | otherwiseguy: So that is the final patch for the BP? | 15:06 |
amuller | carl_baldwin: https://review.openstack.org/164032 should be good to go | 15:06 |
ajo | HenryG, isn't your default the same? | 15:06 |
ajo | if foo is None: | 15:06 |
ajo | foo = some_default | 15:06 |
otherwiseguy | HenryG: Yes. (Finally!) | 15:06 |
carl_baldwin | amuller: ack | 15:06 |
ajo | you won't be able to pass foo=None, in that case is changed to some_default too? | 15:06 |
*** thedodd has quit IRC | 15:06 | |
ajo | I'm missing something :) | 15:06 |
ajo | HenryG ^ | 15:06 |
ajo | :) | 15:06 |
HenryG | ajo: what about foo={} | 15:06 |
HenryG | ajo: empty dict | 15:07 |
ajo | hmm | 15:07 |
*** aranjan has quit IRC | 15:07 | |
*** ChuckC_ has joined #openstack-neutron | 15:07 | |
ajo | HenryG true! | 15:08 |
pavel_bondar | hi carl_baldwin | 15:08 |
salv-orlando | carl_baldwin, pavel_bondar, PadminiB: aloha | 15:08 |
obondarev | Rajeev: seems it's DVRServerRpcApi which agent needs, not DVRAgentRpcApiMixin | 15:08 |
HenryG | ajo: The code in this case is fine because no caller currently tries to pass empty dict | 15:08 |
carl_baldwin | pavel_bondar: salv-orlando PadminiB: hi | 15:08 |
stackmore | Hosung here as well | 15:08 |
pc_m | dougwig: ping? | 15:08 |
*** xgerman has joined #openstack-neutron | 15:08 | |
pavel_bondar | hi salv-orlando | 15:08 |
PadminiB | Hello Carl, Pavel, Slavatore | 15:09 |
salv-orlando | one of pavel_bondar's patches puts all the IPAM patches together. I count 5 of them all together, stacked as follows: | 15:09 |
HenryG | ajo: But in general, I hope you see what I mean? Perhaps my educational diatribe comment taught something? :) | 15:09 |
ajo | HenryG, yeah, but good as a general pattern, thankgs for the teaching :) | 15:09 |
ajo | absolutely, it did, Thanks a lot :) | 15:09 |
pc_m | carl_baldwin: dougwig: Can either of you quickly review and approve https://review.openstack.org/#/c/164164/? Need driver core. This is fixing breakage. | 15:09 |
salv-orlando | carl_baldwin's interface, salv-orlando reference driver, pavel_bondar driver load mechanism, pavel_bondar db base refactoring | 15:10 |
ajo | HenryG++ | 15:10 |
salv-orlando | sorry it's 4 patches not 5 | 15:10 |
ajo | we need a karma bot ;D | 15:10 |
*** _cjones_ has joined #openstack-neutron | 15:10 | |
pavel_bondar | and this patch is #link https://review.openstack.org/#/c/153236/, it on the top of everything | 15:10 |
shivharis | HenryG: hi | 15:10 |
salv-orlando | if by "integration" we mean putting eveyrthing together, then the strategy for me is to use the topmost patch, and then do debugging | 15:10 |
*** Marga_ has quit IRC | 15:10 | |
salv-orlando | this has the disadvantage that if you fix an issue you have to apply the patch in a staged fashion to the 4 patches which make the blueprint. | 15:11 |
salv-orlando | but for me this is relatively easy, I don't know what carl_baldwin and pavel_bondar think about it | 15:11 |
pavel_bondar | should do anything additional to making all test passes in top most patch? | 15:12 |
carl_baldwin | salv-orlando: It can be a bit tricky to get all of the patches put together unless they are all rebased to the latest version of their respective dependencies. I’ve done this before and can help manage the dependencies. | 15:13 |
salv-orlando | pavel_bondar: I think we need tweaks in the other patches, not anything exceptional | 15:13 |
*** jgrimm has quit IRC | 15:13 | |
*** jprovazn has quit IRC | 15:13 | |
salv-orlando | yeah carl_baldwin that's a fairly tiring aspect but it can be easily scripted | 15:14 |
*** jgrimm has joined #openstack-neutron | 15:14 | |
salv-orlando | on the other hand we might be proactive and do the rebases upstream | 15:14 |
salv-orlando | for instance if I push a new patchset of mine I can automaticaly rebase pavel's patches | 15:14 |
salv-orlando | I don't think pavel_bondar would mind if I push another patchset on his behalf | 15:14 |
shivharis | HenryG: ping | 15:14 |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Add a netns-cleanup functional test https://review.openstack.org/163860 | 15:15 |
pavel_bondar | salv-orlando, yes, that is ok, you have latest version of my code | 15:15 |
carl_baldwin | salv-orlando: He must be aware that you’re doing it if he’s also working on a new version of his patch. But yes, we can do that. | 15:15 |
Rajeev | obondarev: I think you are right, I will add Vivek to the gerrit because he is most familiar with this code. | 15:15 |
salv-orlando | carl_baldwin: my opinion is that it's simpler to manage conflicts rather than coordinate among ourselves. | 15:16 |
carl_baldwin | salv-orlando: The real problems come if pavel_bondar puts up a rebased version of one of your older patch sets. | 15:16 |
salv-orlando | carl_baldwin: in that case I could rebase, couldn't I? | 15:16 |
*** jpena has quit IRC | 15:17 | |
obondarev | Rajeev: thanks | 15:17 |
carl_baldwin | salv-orlando: Yes, you can rebase the correct version of your patch on top. | 15:17 |
salv-orlando | carl_baldwin, pavel_bondar: now this can ensure we work on our patches and then unit test pass. | 15:18 |
carl_baldwin | salv-orlando: I agree that we should work independently and resolve conflicts. Just pointed out where I’ve seen things go wrong silently. | 15:18 |
Rajeev | obondarev: welcome | 15:18 |
salv-orlando | what about the gate? The neutorn dev community and infra teams would hardly accept us to default the neutorn db ipam driver | 15:19 |
HenryG | otherwiseguy: Just curious, have you seen the privilege separation patch that gus proposed? | 15:19 |
*** kickinz1 is now known as kickinz1|afk | 15:19 | |
salv-orlando | and I probably won't even dare to ask | 15:19 |
HenryG | shivharis: pong | 15:19 |
carl_baldwin | salv-orlando: pavel_bondar: I don’t think we’re at a point where we can talk about switching the gate to this driver. | 15:20 |
otherwiseguy | HenryG: I took a quick look at it. Seemed to me that integrating it with rootwrap daemon mode would be interesting. It already has the daemon, communication protocol, etc. | 15:20 |
shivharis | HenryG: it appear that oslo changes are merged. this may affect stackforge vendor plugins/drivers | 15:20 |
otherwiseguy | Set up filters based on code that you actually want to allow to run, etc. | 15:21 |
otherwiseguy | But haven't looked it it that closely, yet. | 15:21 |
*** yfried|afk has joined #openstack-neutron | 15:21 | |
*** dannywilson has joined #openstack-neutron | 15:21 | |
*** aepifanov has quit IRC | 15:21 | |
salv-orlando | carl_baldwin: ack. But we want to gate somehow using this driver. I was thinking of a non-voting job for Kilo. | 15:21 |
shivharis | HenryG: any suggestions on how to transition smoothly | 15:21 |
salv-orlando | and then perhaps switch the voting jobs to the new driver in Liberty | 15:21 |
HenryG | shivharis: Not "may affect", but "definitely affects". This has been communicated. | 15:22 |
salv-orlando | carl_baldwin: unless you reckon that at this stage is fairly pointless doing so and we might be satisfied with unit tests alone | 15:22 |
carl_baldwin | salv-orlando: Agree, that would be very valuable. | 15:22 |
*** sripriya has joined #openstack-neutron | 15:22 | |
HenryG | shivharis: Basically you do the same in your repo as the oslo.log patch | 15:22 |
HenryG | shivharis: Here is what we did for our repo this morning, https://review.openstack.org/164072 | 15:23 |
carl_baldwin | salv-orlando: We need some gate feedback, you’re right about that. Maybe just a patch on top of the chain that enables the driver so that the check queue can run on it. | 15:23 |
salv-orlando | carl_baldwin: that would give us a way of checking on-demand. | 15:23 |
shivharis | HenryG: yup, that is needed now. | 15:24 |
shivharis | HenryG: thanks | 15:24 |
salv-orlando | carl_baldwin: better than nothing. Do you think the proposal for a non-voting job to run with every patch will just bounce? | 15:24 |
carl_baldwin | salv-orlando: I think we should propose both. It is easy to propose. Maybe the single patch could help us flush out easy failures early. | 15:25 |
carl_baldwin | salv-orlando: Maybe we can turn on the non-voting job when we’re feeling serious about switching over to the new driver. | 15:26 |
mestery | pc_m: Is this the most current location for VPNaaS API documentation: https://wiki.openstack.org/wiki/Neutron/VPNaaS#REST_API | 15:27 |
salv-orlando | carl_baldwin: yes of course. I was taking that for granted. There's no point in gating on something you know it does not work | 15:27 |
salv-orlando | carl_baldwin: as we're talking about a patch to enable the driver, we might want also to discuss how we manage upgrades to pluggable ipam | 15:27 |
salv-orlando | unless there are some other topics concerning testing. | 15:28 |
*** dtynan has left #openstack-neutron | 15:28 | |
*** sripriya has quit IRC | 15:29 | |
*** tsg has quit IRC | 15:30 | |
carl_baldwin | pavel_bondar: What else do you have? | 15:30 |
pavel_bondar | salv-orlando: do we plan to allow upgrades to pluggable ipam on existing setup in this release cycle? | 15:30 |
salv-orlando | pavel_bondar: not necessarily. But what's our upgrade story? | 15:30 |
salv-orlando | in Kilo it will be just for greenfield. | 15:31 |
salv-orlando | that is to say - you start a new deployment with the IPAM driver | 15:31 |
carl_baldwin | salv-orlando: +1 greenfield only for now. | 15:31 |
salv-orlando | because if you have an existing deployment and you switch you will be in a mess | 15:31 |
openstackgerrit | Brent Eagles proposed openstack/neutron: Refactor RESOURCE_ATTRIBUTE_MAP cleanup https://review.openstack.org/156670 | 15:31 |
*** jpena has joined #openstack-neutron | 15:32 | |
salv-orlando | so when we'll let people switch, how are we going to do it? I have two options, but I would first like to know if you've already got something in mind | 15:32 |
*** YorikSar has quit IRC | 15:32 | |
*** david-lyle_afk is now known as david-lyle | 15:33 | |
pavel_bondar | salv-orlando: what you proposed in a ML a while ago sound good for me about migrations | 15:33 |
carl_baldwin | pavel_bondar: salv-orlando: I must have missed the migration stuff in the ML. | 15:33 |
pavel_bondar | salv-orlando: i.e. to have driver defined per subnetpool in database | 15:34 |
salv-orlando | pavel_bondar: ah right the allocator | 15:34 |
salv-orlando | the other option would be a one-shot migration ml2-style | 15:34 |
salv-orlando | carl_baldwin: do you need a link to the ml post? | 15:35 |
*** sripriya has joined #openstack-neutron | 15:35 | |
*** zzzeek has joined #openstack-neutron | 15:35 | |
carl_baldwin | salv-orlando: If you have it handy, I can read through it quickly. | 15:36 |
*** dane_leblanc has joined #openstack-neutron | 15:36 | |
*** yfried|afk has quit IRC | 15:36 | |
salv-orlando | carl_baldwin: I think it's this one: http://lists.openstack.org/pipermail/openstack-dev/2015-March/058527.html | 15:37 |
*** adelinatuvenie has joined #openstack-neutron | 15:37 | |
carl_baldwin | salv-orlando: I appologize that I started reading that one and got distracted part-way through. | 15:38 |
openstackgerrit | Sergey Belous proposed openstack/neutron: Reduce db calls count in get_devices_details_list https://review.openstack.org/154116 | 15:38 |
baoli | carl_baldwin, haleyb: quick question about DVR. Is it currently for v4 only? we are looking at the snat_redirect_add and remove methods. | 15:39 |
*** thedodd has joined #openstack-neutron | 15:39 | |
carl_baldwin | baoli: yes | 15:39 |
*** reed has joined #openstack-neutron | 15:39 | |
*** jpena has quit IRC | 15:40 | |
salv-orlando | carl_baldwin: no worries. Basically we either have, for every subnet or subnetpool, a declaration of a driver to use, or we skip this part and we just migrate all the current stuff to neutron_db_ipam | 15:40 |
*** Miouge has quit IRC | 15:40 | |
salv-orlando | then if somebody uses drivers different from neutorn_db_ipam they either provide their own conversion script or the driver will work for new deployment only | 15:41 |
haleyb | baoli: we had to address some issues with IPv6/DVR just to get it to work properly, but all routing should be via the centralized router on the network node | 15:41 |
pc_m | mestery: Well, no not really. The external API docs were created, and shown at the top of that page. | 15:42 |
carl_baldwin | salv-orlando: I think the allocator idea could help us ease in to using the driver. It has some appeal. | 15:42 |
openstackgerrit | Sandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver https://review.openstack.org/155436 | 15:42 |
dane_leblanc | carl_baldwin, haleyb: Is it guaranteed that there will only be one fixed_ip for the call to snat_redirect_add: self._snat_redirect_add(ri, sn_port['fixed_ips'][0] | 15:42 |
*** jorgem has joined #openstack-neutron | 15:42 | |
pc_m | mestery: My understanding is though, that the apis were redone using WADL, but VPN was not included in that. I mentioned it to Edgar a few weeks ago. Didin't hear back from him. | 15:42 |
pc_m | carl_baldwin: ping | 15:43 |
*** dboik_ has joined #openstack-neutron | 15:43 | |
*** dboik has quit IRC | 15:43 | |
baoli | carl_baldwin: with multiple prefix change, the caller assuming fixed_ip[0] for the gateway is not correct any more. Would it make sense to change the signature as _snat_redirect_add(self, ri, gateway, v4_cidr, sn_int) now that we have multiple ip_cidrs per port? | 15:43 |
carl_baldwin | salv-orlando: I imagine that one day we’ll want to deprecate and remove the baked-in IPAM code. Without full migration, could we ever do that? | 15:43 |
carl_baldwin | pc_m: pong | 15:43 |
baoli | haleyb: ok, for v6, all the traffic should go to the centralized router. So redirect needs to programed for v6 as well? | 15:44 |
pc_m | wondering if you had time later today to discuss some ideas I had about refactoring the *aaS code. | 15:44 |
*** nlahouti has joined #openstack-neutron | 15:44 | |
pc_m | carl_baldwin: ^^ | 15:44 |
openstackgerrit | Rob Pothier proposed openstack/neutron: Add MTU selection to ML2 https://review.openstack.org/156318 | 15:45 |
*** moha_hunt has quit IRC | 15:46 | |
carl_baldwin | pc_m: I might have some this afternoon. | 15:46 |
pc_m | carl_baldwin: cool. Let me know if you get some time. | 15:46 |
carl_baldwin | pc_m: will do | 15:47 |
*** ajo has quit IRC | 15:48 | |
*** ChuckC_ has quit IRC | 15:49 | |
*** Swami has joined #openstack-neutron | 15:49 | |
salv-orlando | carl_baldwin: decent point. Should we instead just ignore use cases when one wants to use multiple drivers? Is that something even remotely possible? | 15:49 |
salv-orlando | Frnakly for me that's the same question as asking when one would use multiple plugins | 15:49 |
*** thedodd has quit IRC | 15:49 | |
salv-orlando | when the answer is yes - but then you'll probably have different neutron instances too | 15:49 |
*** Miouge has joined #openstack-neutron | 15:50 | |
*** trinaths has joined #openstack-neutron | 15:51 | |
*** armax has joined #openstack-neutron | 15:52 | |
*** leenheer has joined #openstack-neutron | 15:52 | |
pavel_bondar | carl_baldwin, salv-orlando: just to confirm, does any new tasks goes into my queue in terms of integration testing? Right now I am already debugging and fixing bugs in my code based on failed tests | 15:52 |
carl_baldwin | salv-orlando: Not sure. We may want more feedback about multiple drivers use cases. | 15:53 |
*** trinaths1 has joined #openstack-neutron | 15:53 | |
*** ChuckC has joined #openstack-neutron | 15:53 | |
salv-orlando | pavel_bondar: I think there's nothing more for you ;) | 15:53 |
pavel_bondar | salv-orlando: thanks:) | 15:53 |
*** logan2 has joined #openstack-neutron | 15:54 | |
*** marun has joined #openstack-neutron | 15:54 | |
salv-orlando | carl_baldwin: my opinion is that probably we won't have a use case for multiple drivers unless we start going into the flavour rabbit hole | 15:54 |
salv-orlando | carl_baldwin: but what I know for sure is that we do not need them know | 15:54 |
carl_baldwin | pavel_bondar: My question is whether existing tests have sufficient coverage to give us confidence in the new driver. I’ll put up a patch to turn on the new driver by default so it gets exercised. | 15:54 |
salv-orlando | so I would like to work on this simple db conversion script. | 15:54 |
salv-orlando | I think the community would put that as a requirement | 15:54 |
carl_baldwin | salv-orlando: +1 for that. I think that is a good direction to move. | 15:55 |
pavel_bondar | carl_baldwin: my patch already has new driver by default, so a lot of test failures 1,5 k reported by jenkins | 15:55 |
*** ajo has joined #openstack-neutron | 15:55 | |
*** jpena has joined #openstack-neutron | 15:55 | |
*** trinaths has quit IRC | 15:55 | |
*** amotoki has quit IRC | 15:56 | |
carl_baldwin | pavel_bondar: ok, I misunderstood the scope of that patch. It probably shouldn’t merge like that. | 15:56 |
*** thedodd has joined #openstack-neutron | 15:57 | |
carl_baldwin | Turning on the driver as default should eventually be taken out of it so that we can set up a non-voting job for it after it merges. | 15:57 |
carl_baldwin | … so that can eventually graduate to a voting job. | 15:57 |
salv-orlando | carl_baldwin: I think pavel_bondar knows that... he's switching it on for testing | 15:57 |
haleyb | dane_leblanc: i guess the most likely answer is that there could be multiple fixed_ip's there | 15:57 |
*** yamamoto has quit IRC | 15:57 | |
carl_baldwin | salv-orlando: understood and that is fine. | 15:57 |
pavel_bondar | carl_baldwin: it looks like right way to have new driver turned off by default in my patch and build new patch on top of that which just turn it on | 15:57 |
dane_leblanc | haleyb: Should we add a check so that the redirection is only done for the IPv4 addresses? | 15:58 |
carl_baldwin | pavel_bondar: Right, but you can leave it the way it is now for the time being. | 15:58 |
pavel_bondar | carl_baldwin: ok | 15:58 |
haleyb | baoli: i will need to get back to you later today, need to run out | 15:58 |
*** natarajk has joined #openstack-neutron | 15:58 | |
baoli | haleyb: sure. And sorry for more questions: should a deployer use DVR at all in dual stack or v6 only setup? | 15:59 |
*** Sukhdev has joined #openstack-neutron | 15:59 | |
*** Miouge has quit IRC | 15:59 | |
*** amotoki has joined #openstack-neutron | 16:00 | |
salv-orlando | carl_baldwin, pavel_bondar: it's time for me to jump into another meeting | 16:00 |
salv-orlando | ping me on irc for anything else | 16:00 |
openstackgerrit | Ed Bak proposed openstack/neutron: Break calls to get_devices_details_list into subsets https://review.openstack.org/163594 | 16:00 |
carl_baldwin | salv-orlando: Thanks. I think we made good progress. 1) We are testing the driver with Pavel’s patches. 2) Will work on migration 3) Not supporting mutliple drivers for now. | 16:01 |
carl_baldwin | 4) Greenfield-only deployments in Kilo. | 16:01 |
salv-orlando | carl_baldwin: can yous end a summary update on the ML? | 16:01 |
carl_baldwin | salv-orlando: Yes, I will do that. | 16:02 |
carl_baldwin | salv-orlando: pavel_bondar: Anything I missed? | 16:02 |
*** Miouge has joined #openstack-neutron | 16:02 | |
*** mlavalle has quit IRC | 16:03 | |
pavel_bondar | carl_baldwin: migration is planned for Liberty, nothing to do for kilo-3, right? | 16:03 |
carl_baldwin | pavel_bondar: Right on migration. | 16:03 |
*** aranjan has joined #openstack-neutron | 16:04 | |
pavel_bondar | carl_baldwin: ok, sounds good | 16:04 |
*** Miouge has quit IRC | 16:04 | |
carl_baldwin | pavel_bondar: though vendors can still provide migrations to their own drivers to support brown-field deployments. | 16:05 |
*** natarajk has quit IRC | 16:08 | |
pavel_bondar | carl_baldwin: ok | 16:09 |
*** natarajk has joined #openstack-neutron | 16:09 | |
*** aranjan has quit IRC | 16:10 | |
*** amotoki has quit IRC | 16:10 | |
*** PadminiB has quit IRC | 16:12 | |
*** SridharG has left #openstack-neutron | 16:14 | |
*** rwsu-afk is now known as rwsu | 16:15 | |
mestery | pc_m: Lets see if we can get those API docs done, I've had some people ask about them, woudl be good to get them converted an available, thanks! | 16:15 |
*** natarajk has quit IRC | 16:16 | |
*** shivharis has quit IRC | 16:16 | |
*** dannywilson has quit IRC | 16:16 | |
*** gsagie has joined #openstack-neutron | 16:18 | |
*** dannywilson has joined #openstack-neutron | 16:18 | |
*** dannywilson has quit IRC | 16:19 | |
*** vishwanathj has joined #openstack-neutron | 16:20 | |
*** dannywilson has joined #openstack-neutron | 16:20 | |
*** amotoki has joined #openstack-neutron | 16:22 | |
*** criptoverso has quit IRC | 16:23 | |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Break coupling between ML2 and L3 during delete operation https://review.openstack.org/155470 | 16:24 |
ihrachyshka | ajo, hey | 16:24 |
ajo | hey ihrachyshka ;)( | 16:24 |
ajo | :-) | 16:24 |
ihrachyshka | ajo, I think I know how to solve netns_cleanup issue with CLI args in tests without moving register call out of setup_conf() | 16:24 |
ajo | hmmm | 16:24 |
ajo | ihrachyshka how? :) | 16:24 |
ihrachyshka | ajo, may you try locally to redefine setup_config for the test (that's defined in BaseTestCase) to call self.config_parse(args='--force') maybe? | 16:25 |
ihrachyshka | that one seems to be applicable for cases like that | 16:25 |
ihrachyshka | well, self.config_parse(args=['--force']) it is | 16:26 |
*** amotoki has quit IRC | 16:27 | |
ajo | hmmm | 16:29 |
ajo | let me look | 16:29 |
ajo | sounds interesting | 16:29 |
*** Rajeev has quit IRC | 16:30 | |
*** sbfox has joined #openstack-neutron | 16:30 | |
ajo | ahh | 16:31 |
ihrachyshka | ajo, you may need to preregister options before super() call though | 16:31 |
ajo | I could override setup_config | 16:31 |
ajo | and insert my own args | 16:31 |
ihrachyshka | ajo, right. it seems it's left exactly to be able to override | 16:31 |
*** sbfox has quit IRC | 16:31 | |
*** sbfox has joined #openstack-neutron | 16:32 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 16:32 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 16:32 |
ajo | very nice ihrachyshka , thanks for the suggestion | 16:32 |
ihrachyshka | ajo, does it work? | 16:32 |
amuller | carl_baldwin: Sorry I had to fix an issue with a unit test in this patch https://review.openstack.org/164032 | 16:32 |
*** gsagie has quit IRC | 16:32 | |
ajo | I will try soon ihrachyshka , I've been left with two monkeys alone, so I'm making a pause until later in the night | 16:33 |
ajo | but I guess it will work | 16:33 |
*** dannywilson has quit IRC | 16:33 | |
*** Longgeek has joined #openstack-neutron | 16:34 | |
amuller | carl_baldwin: thanks | 16:34 |
amuller | marun: I split off the unix domain socket stuff https://review.openstack.org/164032 | 16:34 |
*** stackmore has quit IRC | 16:35 | |
*** aranjan has joined #openstack-neutron | 16:35 | |
*** dboik_ has quit IRC | 16:36 | |
*** dboik has joined #openstack-neutron | 16:37 | |
*** vmtrooper has joined #openstack-neutron | 16:37 | |
*** mlavalle has joined #openstack-neutron | 16:37 | |
*** mlavalle has quit IRC | 16:38 | |
*** sripriya has quit IRC | 16:39 | |
*** melwitt has joined #openstack-neutron | 16:41 | |
*** vmtrooper has quit IRC | 16:42 | |
pc_m | mestery: Sure. Are you expecting me to convert them? If so, I need some guidance, as I don't know what is needed exactly. | 16:42 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: DVR qrouters not created on compute Node when vm added https://review.openstack.org/149143 | 16:43 |
*** sridhar_ram has joined #openstack-neutron | 16:44 | |
*** Marga_ has joined #openstack-neutron | 16:46 | |
*** YorikSar has joined #openstack-neutron | 16:47 | |
*** matrohon has quit IRC | 16:49 | |
*** dsneddon is now known as dsneddon_afk | 16:49 | |
*** mestery has quit IRC | 16:50 | |
*** bjornar_ has joined #openstack-neutron | 16:51 | |
*** mestery has joined #openstack-neutron | 16:51 | |
*** safchain has quit IRC | 16:51 | |
*** gsagie has joined #openstack-neutron | 16:51 | |
*** kerpan has quit IRC | 16:52 | |
*** absubram has joined #openstack-neutron | 16:53 | |
*** ygbo has quit IRC | 16:55 | |
*** Longgeek has quit IRC | 16:56 | |
*** harlowja has joined #openstack-neutron | 16:57 | |
*** vishwana_ has joined #openstack-neutron | 16:57 | |
*** sridhar_ram1 has joined #openstack-neutron | 16:58 | |
*** sridhar_ram has quit IRC | 16:58 | |
*** vishwanathj has quit IRC | 16:59 | |
*** aranjan has quit IRC | 16:59 | |
*** anshul has quit IRC | 16:59 | |
*** TrevorV|Home has quit IRC | 17:01 | |
*** ivar-lazzaro has joined #openstack-neutron | 17:02 | |
*** moha_hunt has joined #openstack-neutron | 17:02 | |
*** Networkn3rd has quit IRC | 17:03 | |
*** jlanoux has quit IRC | 17:03 | |
ajo | ihrachyshka, it works!! ;) | 17:04 |
ihrachyshka | wootwoot | 17:04 |
*** gridinv_ has joined #openstack-neutron | 17:04 | |
*** sripriya has joined #openstack-neutron | 17:05 | |
*** _cjones_ has quit IRC | 17:05 | |
*** padkrish has joined #openstack-neutron | 17:05 | |
*** ivar-laz_ has joined #openstack-neutron | 17:05 | |
*** Networkn3rd has joined #openstack-neutron | 17:06 | |
*** ivar-lazzaro has quit IRC | 17:07 | |
*** Networkn3rd has quit IRC | 17:09 | |
*** leenheer has quit IRC | 17:10 | |
*** sridhar_ram1 has quit IRC | 17:10 | |
*** sridhar_ram has joined #openstack-neutron | 17:10 | |
*** sbfox has quit IRC | 17:12 | |
*** trinaths1 has quit IRC | 17:12 | |
pc_m | marun: hi | 17:12 |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Add a netns-cleanup functional test https://review.openstack.org/163860 | 17:13 |
openstackgerrit | Sandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver https://review.openstack.org/155436 | 17:13 |
*** gsagie has quit IRC | 17:13 | |
ajo | ihrachyshka, there it is ^ :) | 17:13 |
*** Networkn3rd has joined #openstack-neutron | 17:13 | |
*** trinaths has joined #openstack-neutron | 17:13 | |
ajo | ihrachyshka, ahh, I left a comment in the wrong place | 17:14 |
ajo | 1sec | 17:14 |
openstackgerrit | Miguel Angel Ajo proposed openstack/neutron: Add a netns-cleanup functional test https://review.openstack.org/163860 | 17:15 |
ajo | ihrachyshka shall be good now :) | 17:15 |
*** Networkn3rd has quit IRC | 17:15 | |
*** Miouge has joined #openstack-neutron | 17:15 | |
marun | pc_m: hi | 17:16 |
ajo | need to go, have a good day/weekend ;) | 17:16 |
ajo | I need.. ;) | 17:16 |
pc_m | marun: Have some time for some functional test related questions? | 17:16 |
*** ajo has quit IRC | 17:16 | |
*** Trevor_V has joined #openstack-neutron | 17:16 | |
marun | pc_m: I'll do my best | 17:17 |
pc_m | marun: Yesterday, this merged upstream: https://review.openstack.org/#/c/164164/. As a result, it changed the path for a devstack file. | 17:17 |
pc_m | marun: To get VPN functional tests working, I did: https://review.openstack.org/#/c/164164/ | 17:17 |
*** _cjones_ has joined #openstack-neutron | 17:18 | |
pc_m | marun: Wondering though, the VPN gate hook is different than neutron (it was cloned from it a while back). | 17:18 |
pc_m | marun: Should we be updating the gate hook? | 17:18 |
pc_m | marun: Ref: https://github.com/openstack/neutron-vpnaas/blob/master/neutron_vpnaas/tests/contrib/gate_hook.sh | 17:18 |
pc_m | Ref https://github.com/openstack/neutron/blob/master/neutron/tests/contrib/gate_hook.sh | 17:19 |
*** Networkn3rd has joined #openstack-neutron | 17:19 | |
*** ronis has joined #openstack-neutron | 17:19 | |
*** tsg_ has joined #openstack-neutron | 17:19 | |
pc_m | marun: Looks like some of the setup for neutron is moved into a configure_for_func_testing.sh. | 17:19 |
pc_m | marun: Do you think the simple hack I did was fine for now, or should we be reworking the gate hook? | 17:20 |
pc_m | marun: I ask, becuase FWaaS is doing the same thing... and will have the same problem | 17:20 |
*** Networkn3rd has quit IRC | 17:21 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Remove vendor entry point https://review.openstack.org/164270 | 17:21 |
HenryG | armax: mestery: ^^ | 17:21 |
*** dsneddon_afk is now known as dsneddon | 17:22 | |
*** kawa2014 has quit IRC | 17:22 | |
marun | pc_m: looking | 17:24 |
marun | pc_m: I think your hack is fine for now | 17:24 |
HenryG | marun: Me next :) Question about the api job, and adding an API test | 17:25 |
marun | pc_m: The configure script is intended to ensure that a developer can reproduce the same env the gate will see | 17:25 |
marun | pc_m: i.e. install db's and the functional rootwrap filter | 17:26 |
*** Networkn3rd has joined #openstack-neutron | 17:26 | |
*** Networkn3rd has quit IRC | 17:26 | |
marun | pc_m: so it has a different purpose from just getting the gate to work | 17:26 |
*** Networkn3rd has joined #openstack-neutron | 17:26 | |
marun | HenryG: shoot | 17:26 |
pc_m | marun: Thanks. just didn't know if we needed to refactor that yet. Also, I have a commit for the post_gate_hook.sh that is waiting to be used. | 17:26 |
pc_m | Ref: https://review.openstack.org/#/c/154213/ | 17:27 |
*** numan has quit IRC | 17:27 | |
*** trinaths has quit IRC | 17:27 | |
*** gsagie has joined #openstack-neutron | 17:27 | |
pc_m | marun: Wondering if I should rebase and push it again or if we still need to wait for some other dependency (and if so, which) | 17:27 |
marun | pc_m: I have patches up to try to refactor run-tox.sh for reuse | 17:27 |
marun | pc_m: they haven't received any infra attention thus far, so we're stuck with what we have for now | 17:28 |
marun | pc_m: https://review.openstack.org/#/c/161414/ | 17:28 |
openstackgerrit | Zhang Hua proposed openstack/neutron-vpnaas: Functional tests of ipsec strongswan vpnaas driver https://review.openstack.org/158560 | 17:28 |
openstackgerrit | Sandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver https://review.openstack.org/155436 | 17:28 |
openstackgerrit | Zhang Hua proposed openstack/neutron-vpnaas: IPsec strongSwan driver implemention https://review.openstack.org/144391 | 17:28 |
marun | pc_m: and https://review.openstack.org/#/c/154131/ | 17:28 |
pc_m | marun: Thanks, I'll keep an eye on them. | 17:28 |
HenryG | marun: Is the api job broken and is there a fix in the works (or do you need help)? | 17:29 |
*** natarajk has joined #openstack-neutron | 17:30 | |
HenryG | marun: And, can I add an API test now or are we not there yet? | 17:30 |
marun | HenryG: we're not there yet. I was talking to mtreinish yesterday about freezing neutron api test development in tempest | 17:31 |
pc_m | marun: So does that mean we need to hold off on moving API tests to the *aaS repos? | 17:31 |
*** jistr has quit IRC | 17:31 | |
marun | pc_m: we can move and run them all we want, but until development is frozen in tempest we can only copy them in, not modify them or add new ones. | 17:32 |
*** achanda has joined #openstack-neutron | 17:33 | |
marun | HenryG: The api job should be working, but patches that aren't rebased against master might be failing. | 17:33 |
pc_m | marun: OK, so I should probably wait. | 17:33 |
marun | pc_m: We're copying all neutron tests, including *aas, and once we take over maintenance in the neutron repo it will be time to look at migrating the *aas tests into their respective repos. | 17:34 |
*** s3wong has joined #openstack-neutron | 17:34 | |
*** tflynn has joined #openstack-neutron | 17:34 | |
openstackgerrit | Sandhya Dasu proposed openstack/neutron: Cisco UCS Manager ML2 Mechanism Driver https://review.openstack.org/155436 | 17:34 |
pc_m | marun: OK. Let me know when we can move VPN tests over and I can help out. | 17:34 |
*** saju_m has joined #openstack-neutron | 17:35 | |
*** gridinv_ has quit IRC | 17:36 | |
marun | pc_m: will o | 17:36 |
marun | do | 17:36 |
pc_m | marun: thanks for the useful info! | 17:37 |
*** jorgem has quit IRC | 17:37 | |
*** vishwana_ has quit IRC | 17:37 | |
*** vishwanathj has joined #openstack-neutron | 17:38 | |
*** adelinatuvenie has quit IRC | 17:40 | |
*** Marga_ has quit IRC | 17:40 | |
*** Marga_ has joined #openstack-neutron | 17:41 | |
*** bjornar_ has quit IRC | 17:42 | |
*** VijayB_ has joined #openstack-neutron | 17:44 | |
*** jorgem has joined #openstack-neutron | 17:44 | |
*** VijayB_ has quit IRC | 17:44 | |
*** VijayB_ has joined #openstack-neutron | 17:45 | |
*** ChuckC has quit IRC | 17:45 | |
*** Marga_ has quit IRC | 17:46 | |
*** prad has joined #openstack-neutron | 17:47 | |
*** signed8bit has joined #openstack-neutron | 17:48 | |
*** jobewan has joined #openstack-neutron | 17:49 | |
*** Sukhdev has quit IRC | 17:52 | |
*** Longgeek has joined #openstack-neutron | 17:53 | |
*** sudipto has joined #openstack-neutron | 17:54 | |
openstackgerrit | Merged openstack/neutron: Refactor _remove_unused_security_group_info https://review.openstack.org/152512 | 17:58 |
*** jpena has quit IRC | 17:59 | |
*** rpothier has joined #openstack-neutron | 17:59 | |
*** sripriya has quit IRC | 18:00 | |
*** sripriya has joined #openstack-neutron | 18:00 | |
*** alexpilotti has joined #openstack-neutron | 18:00 | |
*** bandarji has joined #openstack-neutron | 18:00 | |
openstackgerrit | Sam Betts proposed openstack/neutron: Add an internal DHCPv6 client for Prefix Delegation https://review.openstack.org/161381 | 18:01 |
*** alexpilotti has quit IRC | 18:01 | |
*** alexpilotti has joined #openstack-neutron | 18:02 | |
*** sudipto has quit IRC | 18:03 | |
*** natarajk1 has joined #openstack-neutron | 18:04 | |
*** natarajk has quit IRC | 18:05 | |
*** ajmiller has joined #openstack-neutron | 18:05 | |
*** leenheer has joined #openstack-neutron | 18:06 | |
openstackgerrit | Angela Smith proposed openstack/neutron: Add L3 router plugin shim for Brocade MLX https://review.openstack.org/161489 | 18:07 |
openstackgerrit | Angela Smith proposed openstack/neutron: Add ML2 VLAN mechanism driver for Brocade MLX and ICX switches. https://review.openstack.org/154709 | 18:07 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 18:07 |
*** shivharis has joined #openstack-neutron | 18:09 | |
shivharis | armax: hi | 18:10 |
openstackgerrit | Maru Newby proposed openstack/neutron: Set TEMPEST_CONFIG_DIR in the api tox env https://review.openstack.org/164296 | 18:19 |
*** fandi has joined #openstack-neutron | 18:20 | |
*** fandi has quit IRC | 18:21 | |
*** sbfox has joined #openstack-neutron | 18:21 | |
*** Longgeek has quit IRC | 18:22 | |
*** rpothier has quit IRC | 18:23 | |
openstackgerrit | Juergen Brendel proposed openstack/neutron: ARP spoofing patch: Low level ebtables integration https://review.openstack.org/141130 | 18:23 |
*** sripriya has quit IRC | 18:26 | |
*** vmtrooper has joined #openstack-neutron | 18:26 | |
*** sripriya has joined #openstack-neutron | 18:26 | |
*** pal_ has quit IRC | 18:29 | |
*** Marga_ has joined #openstack-neutron | 18:29 | |
*** vmtrooper has quit IRC | 18:31 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Move Unix domain socket helpers to a common place https://review.openstack.org/164032 | 18:31 |
openstackgerrit | Assaf Muller proposed openstack/neutron: Replace keepalived notifier bash script with Python ip monitor https://review.openstack.org/125384 | 18:31 |
*** mlavalle has joined #openstack-neutron | 18:33 | |
*** Sukhdev has joined #openstack-neutron | 18:35 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 18:37 |
pc_m | mestery: ping | 18:38 |
*** wpward has joined #openstack-neutron | 18:38 | |
*** wpward has left #openstack-neutron | 18:39 | |
haleyb | dane_leblanc, baoli: sorry for bugging-out, was out of office. But to answer your question we do need to call _snat_redirect_add() for IPv6 addresses because it calls 'ip rule add...' to make sure packets get to the router | 18:40 |
*** apuimedo has quit IRC | 18:41 | |
*** drjones has joined #openstack-neutron | 18:42 | |
*** shaohe_feng1 has quit IRC | 18:42 | |
*** shaohe_feng1 has joined #openstack-neutron | 18:43 | |
*** _cjones_ has quit IRC | 18:43 | |
*** natarajk has joined #openstack-neutron | 18:43 | |
*** natarajk1 has quit IRC | 18:44 | |
*** VijayB_ has quit IRC | 18:44 | |
HenryG | marun: I think the api job is broken. Sorry I can't offer better info because I can't figure out why. | 18:44 |
HenryG | marun: It's doing the "test run didn't actually run any tests" thing again. | 18:44 |
*** ijw has joined #openstack-neutron | 18:45 | |
HenryG | marun: This patch https://review.openstack.org/156670 was just rebased and the api job exhibits the issue. | 18:45 |
marun | HenryG: it does look broken after all | 18:46 |
marun | HenryG: changes to tempest-lib, most likely | 18:46 |
marun | HenryG: I'm thinking we're going to have to pin tempest-lib to avoid accidental breakage | 18:47 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 18:49 |
openstackgerrit | Maru Newby proposed openstack/neutron: Update api tests from tempest https://review.openstack.org/164301 | 18:49 |
HenryG | marun: makes sense to me, I thought the pin had already been done | 18:49 |
*** drjones has quit IRC | 18:49 | |
marun | HenryG: We talked about it, but we can't pin anything in the requirements file if it's not pinned globally | 18:49 |
*** _cjones_ has joined #openstack-neutron | 18:50 | |
marun | HenryG: Our only option until that changes is to pin in tox.ini | 18:50 |
*** saju_m has quit IRC | 18:53 | |
openstackgerrit | Assaf Muller proposed openstack/neutron: Introduce RPC tests https://review.openstack.org/162811 | 18:54 |
*** apuimedo has joined #openstack-neutron | 18:55 | |
*** ivar-laz_ has quit IRC | 18:56 | |
*** lykinsbd has joined #openstack-neutron | 18:56 | |
*** liusheng has quit IRC | 18:56 | |
*** ivar-lazzaro has joined #openstack-neutron | 18:56 | |
*** liusheng has joined #openstack-neutron | 18:57 | |
*** rpothier has joined #openstack-neutron | 18:57 | |
*** ivar-laz_ has joined #openstack-neutron | 18:58 | |
HenryG | marun: so every time you copy the tests from tempest, also pin tempest-lib in tox.ini? | 18:58 |
*** ivar-laz_ has quit IRC | 18:58 | |
marun | HenryG: I think so, yeah. | 18:59 |
HenryG | marun: Should I expect an update to https://review.openstack.org/164301 ? | 18:59 |
*** ivar-laz_ has joined #openstack-neutron | 19:00 | |
marun | HenryG: yes | 19:01 |
*** ivar-lazzaro has quit IRC | 19:01 | |
baoli | haleyb: thanks for coming back to us. Does that mean _snat_redirect_add() should be called once for v4, and once for v6, in dual stack case? | 19:03 |
marun | HenryG: Although, I don't think that tempest-lib could have broken us :/ | 19:03 |
marun | HenryG: There hasn't been a new release from pypi | 19:03 |
*** VijayB has joined #openstack-neutron | 19:03 | |
HenryG | marun: hmmm | 19:03 |
HenryG | marun: I poked around a little in the logs looking for an import failure but didn't see one. Have you found the cause of the breakage? | 19:04 |
marun | HenryG: I'll revert back to master and see if I can reproduce | 19:05 |
*** bobmel_ has joined #openstack-neutron | 19:06 | |
haleyb | baoli: i think it is now, 'for p in ri.internal_ports' | 19:06 |
marun | HenryG: is there some magic to getting tox to spit out errors? | 19:07 |
marun | HenryG: I usually just revert to using testtools.run | 19:07 |
*** rushil has quit IRC | 19:07 | |
*** rpothier has quit IRC | 19:07 | |
HenryG | marun: I do the same :( | 19:07 |
*** rpothier has joined #openstack-neutron | 19:08 | |
*** bobmel has quit IRC | 19:09 | |
*** rushil has joined #openstack-neutron | 19:11 | |
openstackgerrit | Merged openstack/neutron: Move internal port processing to router classes https://review.openstack.org/154513 | 19:11 |
*** thedodd has quit IRC | 19:12 | |
*** ivar-laz_ has quit IRC | 19:16 | |
*** ivar-lazzaro has joined #openstack-neutron | 19:17 | |
*** gsagie has quit IRC | 19:23 | |
*** rkukura_ has joined #openstack-neutron | 19:24 | |
*** Swami has quit IRC | 19:24 | |
*** rkukura has quit IRC | 19:25 | |
*** rkukura_ is now known as rkukura | 19:25 | |
*** amuller has quit IRC | 19:26 | |
*** sridhar_ram has quit IRC | 19:26 | |
*** yfauser has joined #openstack-neutron | 19:27 | |
*** yfauser has left #openstack-neutron | 19:29 | |
baoli | haleyb, ok, I see. thanks. | 19:29 |
*** aepifanov has joined #openstack-neutron | 19:31 | |
*** dannywilson has joined #openstack-neutron | 19:33 | |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 19:34 |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 19:36 |
*** rpothier has quit IRC | 19:37 | |
*** dannywilson has quit IRC | 19:38 | |
*** sballe__ has joined #openstack-neutron | 19:40 | |
*** radez is now known as radez_g0n3 | 19:40 | |
*** imcsk8 has quit IRC | 19:42 | |
*** imcsk8 has joined #openstack-neutron | 19:42 | |
*** s3wong has quit IRC | 19:43 | |
*** sballe__ is now known as sballe | 19:44 | |
*** padkrish_ has joined #openstack-neutron | 19:44 | |
*** padkrish has quit IRC | 19:45 | |
*** padkrish has joined #openstack-neutron | 19:46 | |
*** s3wong has joined #openstack-neutron | 19:46 | |
*** ajo has joined #openstack-neutron | 19:46 | |
*** padkrish_ has quit IRC | 19:49 | |
*** Longgeek has joined #openstack-neutron | 19:50 | |
*** padkrish has quit IRC | 19:50 | |
*** padkrish has joined #openstack-neutron | 19:51 | |
openstackgerrit | Abhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver https://review.openstack.org/157243 | 19:52 |
marun | HenryG, armax: it's an in-tree logging change :/ | 19:52 |
pc_m | armax: ping | 19:52 |
marun | we should make this job vote asap, we're already getting broken | 19:52 |
armax | marun: we knew that the oslo log change was going to cause a bit of a bumpy road ahead | 19:53 |
dougwig | marun: we pinned tempest via tox.ini in neutron-lbaas | 19:53 |
armax | marun: or am I missing your point? | 19:53 |
*** thedodd has joined #openstack-neutron | 19:53 | |
marun | armax: fine that we have breakage, but if the job were voting the proposer would have had to fix it instead of us | 19:54 |
armax | fair enough | 19:54 |
*** padkrish_ has joined #openstack-neutron | 19:54 | |
armax | marun: I guess I am to blame as I approve the patch | 19:54 |
marun | armax: no blame for a non-voting job :) | 19:55 |
armax | marun: well, there should be :) | 19:55 |
*** padkrish has quit IRC | 19:56 | |
marun | a voting job? definitely | 19:56 |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 19:56 |
armax | marun: non-voting jobs should be given the same attention as the voting ones…I have been preaching this for the dvr job for a while :) | 19:56 |
marun | once we get it working we should propose that | 19:56 |
marun | armax: can't disagree more | 19:56 |
marun | armax: if it's not voting, it's essentially optional to pay attention | 19:56 |
marun | if you care, great. if you don't, for whatever reason, that's fine too. | 19:56 |
armax | it escaped me looking at the api job as it’s still going through the teething phase | 19:56 |
*** ajmiller_ has joined #openstack-neutron | 19:56 | |
marun | armax: not sure if should make it voting ahead of a tempest-lib pin | 19:57 |
marun | armax: we're going to have to fight to pin, from what I'm hearing. | 19:57 |
armax | marun: indeed, but that doesn’t mean we should stop looking at it while that happens | 19:57 |
openstackgerrit | Sumit Naiksatam proposed openstack/neutron-fwaas: Provide hooks for FWaaS repo functional gate https://review.openstack.org/161479 | 19:58 |
*** padkrish_ has quit IRC | 19:59 | |
*** padkrish has joined #openstack-neutron | 19:59 | |
*** ajmiller has quit IRC | 20:00 | |
*** rpothier has joined #openstack-neutron | 20:00 | |
marun | HenryG, armax: https://review.openstack.org/#/c/164301/ should fix the breakage, since tempest has updated to reflect the change in oslo_log | 20:00 |
armax | marun: thanks | 20:01 |
HenryG | marun: on it | 20:01 |
armax | I was looking at https://review.openstack.org/#/c/159638/ | 20:01 |
armax | but I couldn’t see where we missed the oslo log change | 20:01 |
armax | seems that it was taken care of here: https://review.openstack.org/#/c/159638/15/neutron/tests/api/contrib/clients.py | 20:02 |
dougwig | armax: if it doesn't vote, i don't even notice it. broken third-party CI taught me that. | 20:02 |
marun | armax: ah, he was manually updating neutron/tests/tempest :( | 20:02 |
marun | armax: missing policy doc, my fault. | 20:02 |
armax | dougwig: that’s fine, but that’s not my practice :) | 20:02 |
openstackgerrit | pritesh proposed openstack/python-neutronclient: Adding VLAN Transparency support to neutronclient https://review.openstack.org/162040 | 20:03 |
armax | marun: ah shoot | 20:03 |
marun | armax: oh, wait | 20:03 |
marun | armax: no, that is our copy of clients. | 20:03 |
dougwig | armax: but we already knew that you are exceptional. :) | 20:03 |
marun | armax: but there are lots of updates to neutron/tests/tempest in that change | 20:03 |
armax | dougwig: nah | 20:03 |
armax | marun: ok, so it’s not the entirety of neutron/tempest/api that’s read-only? | 20:04 |
marun | armax: it is the entirety | 20:05 |
marun | armax: neutron/tests/tempest should not be modified by hand | 20:05 |
* armax looks at the copy script | 20:05 | |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 20:05 |
marun | armax: it's neutron/tests/api/contrib that contains customizations | 20:05 |
armax | marun: ok got it, writing on the wall next to my screen | 20:05 |
armax | marun: so it’s everything in here: https://github.com/openstack/neutron/blob/master/tools/copy_api_tests_from_tempest.sh#L25 | 20:06 |
marun | armax: It's my fault, there should have been docs and dissemination before we merged. | 20:06 |
*** achanda has quit IRC | 20:06 | |
marun | armax: those are the paths we copy from tempest | 20:06 |
marun | armax: the only path to know in neutron is neutron/tests/tempest | 20:06 |
armax | no-one’s fault, these things take time to sink in | 20:06 |
armax | but those paths are mirrored to neutron, aren’t they? | 20:07 |
*** rpothier has quit IRC | 20:07 | |
marun | armax: throwing it in the tree with only word-of-mouth instruction wasn't smart though :/ | 20:07 |
marun | armax: those paths are copied to neutron/tests/tempest, yeah. | 20:07 |
armax | it was on the commit message, iirc, even if it was in the devref | 20:07 |
armax | I doubt that ihrachyshka, or anyone else would’ve had the time to read it and assimilate it | 20:08 |
armax | it’s worth doing it for sure | 20:08 |
marun | armax: it would have complicated things if he had known, honestly. | 20:08 |
armax | but that wouldn’t have prevented the accidentanl breakage | 20:08 |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Introduce External IPAM Interface https://review.openstack.org/134339 | 20:08 |
pc_m | armax: Have some questions for you on callback mechanism. Have a few mins? | 20:08 |
marun | armax: we'd probably have had to copy from tempest and modify everything else in one change | 20:08 |
armax | I was going to lunch :( | 20:08 |
*** yamahata has joined #openstack-neutron | 20:09 | |
armax | or at least that was my hope | 20:09 |
armax | :) | 20:09 |
armax | pc_m: shoot | 20:09 |
pc_m | armax: Do the callback methods need to be standalone methods, or can they be member methods? | 20:09 |
armax | marun: yea, a bit of a double hop | 20:09 |
pc_m | armax: talking abotu neutron/callbacks/* | 20:10 |
*** achanda has joined #openstack-neutron | 20:11 | |
armax | pc_m: at the moment, we weakref the callback, if I recall correctly that doesn’t work for class methods | 20:11 |
pc_m | armax: Giving it a try (as an experiment) and getting a weakly-referenced object no longer exists. | 20:11 |
armax | pc_m: there’s an imporvement in weakref to overcome this limitation but I think it’s only py3 | 20:11 |
pc_m | armax: That explains it. | 20:11 |
armax | pc_m: we could get rid of the weakref, but I was hesitant in case that caused wierd memory leaks we so hard fought against | 20:12 |
pc_m | armax: Any idea of a workaround? I was thinking I could use the trigger to get to the instance, but it's a bit round about. | 20:12 |
pc_m | armax: Yeah I saw some of the discussion, but it was over my head a bit :) | 20:13 |
*** pritesh has joined #openstack-neutron | 20:13 | |
armax | pc_m: it depdends on the context | 20:14 |
armax | pc_m: some of the callback examples that I put in place needed module functions anyway to avoid causing a potential breakage to vendor plugins | 20:14 |
armax | pc_m: what are you up to? | 20:15 |
pc_m | armax: Example I'm trying is metadata proxy... for router create/delete callback | 20:15 |
*** vmtrooper has joined #openstack-neutron | 20:15 | |
armax | you got a working code that I could look at? | 20:15 |
pc_m | armax: Plan is to change the *aaS callback mechanism from using event_observer to callbacks. | 20:15 |
armax | pc_m: right, I thought we mentioned we were going to let the l3 restructuring bp complete and worry about later? | 20:16 |
pc_m | I have it in place, but used self.after_router_added in the subscribe. | 20:16 |
pc_m | armax: Yeah, I had a bit of time and this part is pretty stable. Wanted to clean up VPN in this area. | 20:17 |
pc_m | armax: I could access the metadata proxy via the trigger (l3_agent). | 20:18 |
*** Longgeek has quit IRC | 20:18 | |
armax | pc_m: ok, tag me on the review and I’d be happy to have a look when I can; I also wanted to do the work, but I was spending my energy moving the other stuff forward, this can probably wait a bit | 20:18 |
armax | pc_m: that would be what the trigger is for | 20:18 |
*** VijayB has quit IRC | 20:18 | |
armax | pc_m: but I’d need to see the code to really get what you mean | 20:18 |
pc_m | armax: Yeah, I'm hankering to clean up VPNaaS and the whole advanced_services stuff. | 20:19 |
armax | pc_m: ok | 20:19 |
pc_m | I have it in my workspace. I'll get it going and do a WIP to view... | 20:19 |
*** vmtrooper has quit IRC | 20:20 | |
*** sbfox has quit IRC | 20:22 | |
*** achanda has quit IRC | 20:25 | |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 20:26 |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Move external port processing to router classes https://review.openstack.org/158495 | 20:26 |
*** Trevor__V has joined #openstack-neutron | 20:35 | |
*** leenheer has left #openstack-neutron | 20:35 | |
*** Sukhdev has quit IRC | 20:35 | |
*** alexpilotti has quit IRC | 20:37 | |
*** Trevor_V has quit IRC | 20:38 | |
*** padkrish has quit IRC | 20:38 | |
openstackgerrit | Zengfa Gao proposed openstack/python-neutronclient: Add Neutron subnetpool API https://review.openstack.org/159618 | 20:39 |
*** rushil has quit IRC | 20:42 | |
marun | HenryG, armax: mtreinish has agreed to allow us to redirect api test development to neutron so long as we're doing the policing. | 20:44 |
marun | i.e. we'll need to have to track the tempest queue and block changes to the neutron api tests | 20:44 |
*** irenab_ has joined #openstack-neutron | 20:45 | |
*** Trevor__V has quit IRC | 20:45 | |
kevinbenton | mestery: ICMP ECHO REQUEST | 20:45 |
marun | We'll need policy defined in devref before we start enforcement, but we're not blocked by anything external at least. | 20:46 |
HenryG | marun: why can't we delete api/network from tempest? | 20:47 |
*** Swami has joined #openstack-neutron | 20:47 | |
*** irenab has quit IRC | 20:47 | |
*** irenab_ is now known as irenab | 20:47 | |
marun | HenryG: we have some hurdles to cross first | 20:49 |
marun | HenryG: https://wiki.openstack.org/wiki/QA/Tempest-test-removal | 20:49 |
marun | HenryG: We need to ensure the in-tree tests can target stable branches, and that defcore/revstack have a way of consuming the tests | 20:50 |
marun | HenryG: again, I need to publish a plan so this all makes sense | 20:50 |
* marun isn't a very good project manager | 20:50 | |
marun | revstack -> refstack | 20:51 |
*** sridhar_ram has joined #openstack-neutron | 20:51 | |
HenryG | marun: You are doing a great job. We will trudge through this becuase we need it. | 20:52 |
openstackgerrit | Terry Wilson proposed openstack/neutron: Add native OVSDB implmentation of OVSDB API https://review.openstack.org/152761 | 20:52 |
* HenryG pokes around in gerrit for a good way to watch changes to networking api tests in tempest | 20:53 | |
marun | HenryG: It's not actually too bad... | 20:55 |
marun | https://review.openstack.org/#/q/project:openstack/tempest+file:%255Etempest/api/network/.*+status:open,n,z | 20:55 |
marun | HenryG: I'll make sure to include this query in the proposed documentation | 20:55 |
marun | HenryG: Most of the changes are ancient anyway | 20:55 |
HenryG | marun: nice, thanks | 20:56 |
shivharis | armax: h | 20:57 |
shivharis | armax: hi | 20:57 |
marun | HenryG: gerrit queries are pretty neat, though I never use them often enough to not have to consult the docs. | 20:57 |
*** achanda has joined #openstack-neutron | 20:57 | |
HenryG | marun: yes, the file query especially always has me trying variations before i get it right | 20:58 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Introduce External IPAM Interface https://review.openstack.org/134339 | 20:58 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 20:58 |
marun | HenryG: my brain always confuses glob vs actual regex | 20:58 |
marun | HenryG: gerrit is using actual regex, fwiw | 20:58 |
*** melwitt has quit IRC | 20:58 | |
*** pradip_vedams has quit IRC | 20:59 | |
*** apuimedo has quit IRC | 20:59 | |
marun | HenryG: and seems to have an implicit $ | 20:59 |
*** pradip_vedams has joined #openstack-neutron | 20:59 | |
marun | HenryG: such that submatches aren't performed if a wildcard isn't on the end | 20:59 |
HenryG | marun: yes, and it needs to start with ^ | 20:59 |
*** melwitt has joined #openstack-neutron | 21:00 | |
shivharis | marun: hi | 21:00 |
marun | shivharis: hi | 21:00 |
*** harlowja has quit IRC | 21:00 | |
*** apuimedo has joined #openstack-neutron | 21:00 | |
*** melwitt has quit IRC | 21:00 | |
shivharis | marun: i am probably seeing some new behavior in neutron, maybe i am wrong wanted to ask you | 21:00 |
*** apuimedo has quit IRC | 21:00 | |
*** apuimedo has joined #openstack-neutron | 21:00 | |
shivharis | marun: when i start neutron, by run the neutron-server, i do a ps and see 17 processes is that a new change? | 21:01 |
shivharis | i mean 17 neutron-server process, i make sure there were none before i start | 21:02 |
shivharis | maybe just my issue? | 21:02 |
*** s3wong has quit IRC | 21:02 | |
*** s3wong_ has joined #openstack-neutron | 21:03 | |
*** irenab has quit IRC | 21:03 | |
*** sridhar_ram has quit IRC | 21:03 | |
kevinbenton | rossella_s: ping | 21:03 |
*** sridhar_ram has joined #openstack-neutron | 21:03 | |
*** raildo has quit IRC | 21:05 | |
*** harlowja has joined #openstack-neutron | 21:06 | |
marun | shivharis: look for api_workers and rpc_workers in your config | 21:06 |
marun | shivharis: by default iirc it will devote a process per core | 21:06 |
*** melwitt has joined #openstack-neutron | 21:07 | |
shivharis | marun: i took the drastic step of rebooting my machine - it is still coming up | 21:07 |
marun | shivharis: I'm afraid I have to run | 21:08 |
marun | shivharis: you'll need to look at your neutron.conf to fix if that's not what you want | 21:09 |
marun | api_workers | 21:09 |
*** ajo has quit IRC | 21:09 | |
shivharis | marun: np, you given me a good pointer | 21:09 |
*** gridinv_ has joined #openstack-neutron | 21:09 | |
shivharis | marun: thanks | 21:10 |
*** apuimedo has quit IRC | 21:10 | |
*** marun has quit IRC | 21:14 | |
*** diegows has quit IRC | 21:14 | |
*** csoukup has quit IRC | 21:15 | |
*** pc_m has quit IRC | 21:16 | |
*** Networkn3rd has quit IRC | 21:18 | |
HenryG | armax: ping, https://review.openstack.org/163040 | 21:19 |
*** ajo has joined #openstack-neutron | 21:23 | |
*** VijayB has joined #openstack-neutron | 21:24 | |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: Basic subnetpool CRUD https://review.openstack.org/148698 | 21:25 |
*** jorgem has quit IRC | 21:26 | |
*** achanda has quit IRC | 21:27 | |
*** zui_m has joined #openstack-neutron | 21:28 | |
*** sripriya has quit IRC | 21:30 | |
*** ronis has quit IRC | 21:31 | |
*** kbringard has quit IRC | 21:33 | |
*** achanda has joined #openstack-neutron | 21:33 | |
*** jgrimm_ has joined #openstack-neutron | 21:34 | |
*** lascii is now known as alaski | 21:35 | |
*** jgrimm- has joined #openstack-neutron | 21:36 | |
*** jgrimm has quit IRC | 21:36 | |
armax | HenryG: pong | 21:38 |
*** jgrimm_ has quit IRC | 21:39 | |
*** ijw has quit IRC | 21:40 | |
*** tiswanso has quit IRC | 21:41 | |
*** s3wong_ has quit IRC | 21:42 | |
*** sridhar_ram has quit IRC | 21:42 | |
*** marun has joined #openstack-neutron | 21:44 | |
*** sridhar_ram has joined #openstack-neutron | 21:44 | |
*** sambetts has quit IRC | 21:45 | |
HenryG | armax: thanks | 21:45 |
*** dboik has quit IRC | 21:46 | |
*** prad has quit IRC | 21:46 | |
*** sambetts has joined #openstack-neutron | 21:47 | |
*** s3wong has joined #openstack-neutron | 21:48 | |
*** Zengfa_ has quit IRC | 21:59 | |
*** shivharis has quit IRC | 21:59 | |
*** shivharis has joined #openstack-neutron | 21:59 | |
*** Miouge has quit IRC | 22:00 | |
*** rwsu has quit IRC | 22:00 | |
*** s3wong has quit IRC | 22:00 | |
*** carl_baldwin has quit IRC | 22:01 | |
*** shivharis has quit IRC | 22:01 | |
*** SumitNaiksatam has joined #openstack-neutron | 22:01 | |
*** shivharis has joined #openstack-neutron | 22:01 | |
*** carl_baldwin has joined #openstack-neutron | 22:02 | |
*** s3wong has joined #openstack-neutron | 22:02 | |
*** Longgeek has joined #openstack-neutron | 22:03 | |
*** vmtrooper has joined #openstack-neutron | 22:04 | |
*** harlowja has quit IRC | 22:04 | |
*** tiswanso has joined #openstack-neutron | 22:04 | |
*** harlowja has joined #openstack-neutron | 22:06 | |
*** harlowja has quit IRC | 22:06 | |
*** harlowja has joined #openstack-neutron | 22:06 | |
ajo | https://twitter.com/DesignUXUI/status/576432203560685568/photo/1 | 22:08 |
ajo | ROFL | 22:08 |
*** vmtrooper has quit IRC | 22:08 | |
ajo | XD | 22:08 |
ajo | sorry for the offtopic | 22:08 |
ajo | it's reality.... | 22:09 |
openstackgerrit | Kevin Benton proposed openstack/neutron: Reload DHCP interface when its port is updated https://review.openstack.org/163758 | 22:10 |
kevinbenton | ajo: ha! | 22:11 |
ajo | x) | 22:11 |
*** killer_prince has quit IRC | 22:11 | |
*** mriedem has joined #openstack-neutron | 22:14 | |
mriedem | new gate bug https://bugs.launchpad.net/neutron/+bug/1432065 | 22:14 |
openstack | Launchpad bug 1432065 in neutron "test_ports fails with "StaleDataError: UPDATE statement on table 'ports' expected to update 1 row(s); 0 were matched."" [Undecided,New] | 22:14 |
mriedem | in last 24 hours | 22:14 |
mriedem | https://review.openstack.org/#/c/149261/ looks related | 22:14 |
*** killer_prince has joined #openstack-neutron | 22:14 | |
*** csoukup has joined #openstack-neutron | 22:15 | |
*** irenab has joined #openstack-neutron | 22:15 | |
*** killer_prince is now known as lazy_prince | 22:15 | |
*** melwitt has quit IRC | 22:15 | |
*** melwitt has joined #openstack-neutron | 22:16 | |
*** gridinv_ has quit IRC | 22:16 | |
*** gridinv_ has joined #openstack-neutron | 22:17 | |
*** moshele has joined #openstack-neutron | 22:18 | |
*** ihrachyshka has quit IRC | 22:19 | |
*** moshele has quit IRC | 22:19 | |
*** melwitt has quit IRC | 22:19 | |
*** melwitt has joined #openstack-neutron | 22:19 | |
*** gridinv_ has quit IRC | 22:21 | |
*** sgran has quit IRC | 22:25 | |
*** Longgeek has quit IRC | 22:25 | |
salv-orlando | mriedem: I and armax approved it because if we didn't we would have never known what monster it did uncover. | 22:27 |
salv-orlando | but we were aware we might be doing something insane | 22:27 |
armax | as a matter of fact we did it fearing the worst | 22:27 |
openstackgerrit | Ryan Tidwell proposed openstack/neutron: WIP Subnet allocation from a subnet pool https://review.openstack.org/157597 | 22:28 |
*** melwitt has quit IRC | 22:28 | |
salv-orlando | I mean if the gate is super broken because of this we can revert - otherwise I'd just look into the failures and identify the root cause of the race | 22:28 |
kevinbenton | salv-orlando, mriedem, armax: keep in mind this merged as well | 22:33 |
kevinbenton | https://review.openstack.org/#/c/160160/5 | 22:33 |
kevinbenton | which was causing deadlocks before on the port table | 22:33 |
armax | salv-orlando: let’s revert then | 22:33 |
*** rwsu has joined #openstack-neutron | 22:33 | |
*** zhhuabj has quit IRC | 22:35 | |
*** pradip_rawat has joined #openstack-neutron | 22:35 | |
*** VijayB has quit IRC | 22:35 | |
*** lykinsbd has quit IRC | 22:35 | |
mriedem | salv-orlando: kevinbenton: armax: check the bug details, there are 3 traces in the logs, the first and most prevalant doesn't appear to be causing failures, but it's super ugly | 22:36 |
mriedem | the 3rd and final trace with the db deadlock when deleting the subnet is what's killing tempest on teardown | 22:36 |
salv-orlando | mriedem: doing that. Armax, do you think we might be happy with this trace reported by mriedem, and use it to work on a fix? | 22:36 |
armax | let’s go ahead and revert, to be safe | 22:36 |
salv-orlando | ok | 22:36 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Revert "Set default of api_workers to number of CPUs" https://review.openstack.org/164363 | 22:37 |
armax | it’s the weekend, and we don’t want to leave anything broken | 22:37 |
salv-orlando | armax: all your for a +2 | 22:37 |
mtreinish | armax: bah, what kinda attitude is that? :) | 22:37 |
armax | mtreinish: it’s friday! | 22:37 |
armax | :) | 22:37 |
*** pradip_vedams has quit IRC | 22:38 | |
*** pradip_rawat is now known as pradip_vedams | 22:38 | |
*** tiswanso has quit IRC | 22:39 | |
mriedem | salv-orlando: is https://review.openstack.org/#/c/164363/ supposed to be for the bug in question? | 22:39 |
mriedem | if so, can we get that in the commit message? | 22:39 |
*** tiswanso has joined #openstack-neutron | 22:39 | |
kevinbenton | we had an impressive number of merges within a 4 hour window that could have caused this :) | 22:40 |
armax | mriedem: you’re right I posted a comment | 22:40 |
armax | but the commit message would be more polite | 22:40 |
*** sgran has joined #openstack-neutron | 22:42 | |
HenryG | armax: you can edit the commit msg right there in the gerrit UI. Go ahead, I will +2 | 22:43 |
*** thedodd has quit IRC | 22:43 | |
HenryG | Then mriedem will be happy | 22:43 |
mriedem | i would be happy | 22:44 |
mriedem | :) | 22:44 |
*** ajo has quit IRC | 22:44 | |
armax | can I? | 22:45 |
armax | I can! | 22:45 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Revert "Set default of api_workers to number of CPUs" https://review.openstack.org/164363 | 22:46 |
armax | HenryG: do | 22:46 |
armax | ne | 22:46 |
HenryG | armax: +2, ship it | 22:47 |
armax | HenryG: well, sink it | 22:47 |
HenryG | lol | 22:47 |
*** zhhuabj has joined #openstack-neutron | 22:47 | |
armax | I always wonder why these happens always in the gate | 22:48 |
armax | and never prior to merging! | 22:48 |
armax | bah | 22:48 |
mtreinish | armax: it's just statistics :) | 22:48 |
armax | existential question that is going to go answered on a Friday afternoon | 22:48 |
mriedem | it's also friday the 13th | 22:49 |
armax | doh | 22:49 |
mriedem | so feel free to murder some teenagers at an abandoned summer camp | 22:49 |
armax | mriedem: that might be it | 22:49 |
mtreinish | you run 4 jobs twice on the commit, while we run a lot in the wider gate | 22:49 |
mtreinish | armax: use mysql://query:query@logstash.openstack.org/subunit2sql to find out how many :) | 22:49 |
shivharis | i also was struggling with the api_workers set to maxcpus as default issue today, this really needs to be a configurable option using devstack | 22:50 |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: Adds DVR functional test for multi-external networks https://review.openstack.org/163573 | 22:50 |
shivharis | for now i will be happy if it is retracted | 22:50 |
mtreinish | shivharis: it is | 22:50 |
mtreinish | there is an API_WORKERS flag | 22:51 |
mtreinish | it should default to nproc/2 for everything though, there might just be a bug and it's not being set for a service | 22:51 |
shivharis | mtreinish: i saw this for other projects - not neutron, maybe i missed? | 22:51 |
shivharis | i moved forward by add an iniset for default in devstack's neutron file | 22:52 |
mtreinish | shivharis: if neutron is missing the use of API_WORKERS, that's a simple fix, just push a patch | 22:54 |
shivharis | mtreinish: will do tomorrow | 22:55 |
*** pritesh has quit IRC | 22:55 | |
*** Miouge has joined #openstack-neutron | 22:55 | |
*** markvoelker has quit IRC | 22:56 | |
*** jobewan has quit IRC | 22:59 | |
*** moha_hunt has quit IRC | 22:59 | |
*** pradip_vedams has quit IRC | 22:59 | |
*** pradip_vedams has joined #openstack-neutron | 23:00 | |
kevinbenton | armax: are you working on https://review.openstack.org/#/c/155470/ ? | 23:01 |
kevinbenton | armax: py27 failures look related to the rebase | 23:01 |
armax | kevinbenton: looking | 23:03 |
armax | thanks for the heads-up | 23:03 |
*** apuimedo has joined #openstack-neutron | 23:03 | |
openstackgerrit | Merged openstack/neutron-vpnaas: Fix functional test breakage from DevStack change https://review.openstack.org/164164 | 23:08 |
*** bandarji has quit IRC | 23:08 | |
openstackgerrit | Merged openstack/neutron: ML2 cisco_nexus MD: sync config and models with vendor repo https://review.openstack.org/163040 | 23:08 |
*** VijayB_ has joined #openstack-neutron | 23:10 | |
*** tiswanso has quit IRC | 23:11 | |
openstackgerrit | Merged openstack/neutron: Remove vendor entry point https://review.openstack.org/164270 | 23:11 |
openstackgerrit | Merged openstack/neutron: Set TEMPEST_CONFIG_DIR in the api tox env https://review.openstack.org/164296 | 23:11 |
*** tiswanso has joined #openstack-neutron | 23:11 | |
*** tiswanso has quit IRC | 23:15 | |
*** sridhar_ram has quit IRC | 23:17 | |
*** tsg_ has quit IRC | 23:19 | |
zui_m | armax:hi | 23:23 |
*** _cjones_ has quit IRC | 23:24 | |
*** zui_m has quit IRC | 23:24 | |
*** sripriya has joined #openstack-neutron | 23:24 | |
*** Miouge has quit IRC | 23:24 | |
*** SumitNaiksatam has quit IRC | 23:24 | |
sripriya | armax:hi | 23:25 |
openstackgerrit | Isaku Yamahata proposed openstack/neutron: internal callers of create_{network, subnet, port} ignore extension https://review.openstack.org/129773 | 23:28 |
*** david-lyle is now known as david-lyle_afk | 23:29 | |
*** absubram has quit IRC | 23:29 | |
openstackgerrit | Merged openstack/neutron: Add rootwrap daemon mode support https://review.openstack.org/158805 | 23:30 |
*** rwsu has quit IRC | 23:35 | |
*** ajmiller_ has quit IRC | 23:37 | |
*** rwsu has joined #openstack-neutron | 23:37 | |
*** ChuckC has joined #openstack-neutron | 23:41 | |
*** csoukup has quit IRC | 23:41 | |
*** shwetaap has quit IRC | 23:43 | |
openstackgerrit | Merged openstack/neutron: Brocade vendor code decomposition from neutron repo. https://review.openstack.org/152383 | 23:44 |
openstackgerrit | Armando Migliaccio proposed openstack/neutron: Break coupling between ML2 and L3 during delete operation https://review.openstack.org/155470 | 23:48 |
*** melwitt has joined #openstack-neutron | 23:49 | |
armax | sripriya: pong | 23:49 |
sripriya | armax: https://review.openstack.org/#/c/152383/ got merged. Can you please review https://review.openstack.org/#/c/159056/ | 23:50 |
armax | will do | 23:51 |
sripriya | armax: Thanks much | 23:51 |
*** dimsum__ has quit IRC | 23:52 | |
*** _cjones_ has joined #openstack-neutron | 23:53 | |
*** vmtrooper has joined #openstack-neutron | 23:53 | |
*** _cjones_ has quit IRC | 23:55 | |
openstackgerrit | Abhishek Raut proposed openstack/neutron: Cisco Nexus1000V ML2 Mechanism Driver https://review.openstack.org/157243 | 23:55 |
*** dims_ has joined #openstack-neutron | 23:55 | |
*** markvoelker has joined #openstack-neutron | 23:57 | |
*** dims_ has quit IRC | 23:57 | |
*** dims_ has joined #openstack-neutron | 23:57 | |
*** vmtrooper has quit IRC | 23:57 | |
*** thomasem has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!