*** sdake_ has joined #openstack-neutron | 00:00 | |
*** ZZelle_ has joined #openstack-neutron | 00:01 | |
*** ZZelle_ has quit IRC | 00:01 | |
*** nlahouti has quit IRC | 00:02 | |
*** roeyc has quit IRC | 00:02 | |
*** sdake has quit IRC | 00:03 | |
*** sdake_ is now known as sdake | 00:06 | |
*** padkrish has joined #openstack-neutron | 00:10 | |
*** lnicolas has joined #openstack-neutron | 00:12 | |
openstackgerrit | Doug Wiegley proposed openstack/neutron: Updated from global requirements https://review.openstack.org/193370 | 00:15 |
---|---|---|
openstackgerrit | Sridhar Ramaswamy proposed openstack/neutron-specs: Add Dynamic Multipoint VPN to Neutron VPNaaS https://review.openstack.org/181563 | 00:15 |
*** armax has quit IRC | 00:16 | |
*** amotoki_ has joined #openstack-neutron | 00:23 | |
*** apuimedo has quit IRC | 00:23 | |
*** yamamoto has joined #openstack-neutron | 00:24 | |
*** hitalia has quit IRC | 00:25 | |
*** sridhar_ram has quit IRC | 00:26 | |
*** amotoki_ has quit IRC | 00:28 | |
*** carl_baldwin has quit IRC | 00:28 | |
*** Marga_ has quit IRC | 00:29 | |
*** yamamoto has quit IRC | 00:29 | |
*** ecbanks has quit IRC | 00:30 | |
*** r-daneel has quit IRC | 00:34 | |
*** Marga_ has joined #openstack-neutron | 00:34 | |
*** dims has joined #openstack-neutron | 00:39 | |
*** ecbanks has joined #openstack-neutron | 00:40 | |
*** thorst has joined #openstack-neutron | 00:40 | |
*** sdake_ has joined #openstack-neutron | 00:41 | |
*** banix has quit IRC | 00:42 | |
*** nati_ueno has quit IRC | 00:43 | |
*** nati_ueno has joined #openstack-neutron | 00:44 | |
*** sdake has quit IRC | 00:44 | |
*** merooney has quit IRC | 00:46 | |
*** tongl has quit IRC | 00:46 | |
*** dims has quit IRC | 00:47 | |
*** dims has joined #openstack-neutron | 00:47 | |
*** dsneddon has quit IRC | 00:48 | |
*** spandhe has joined #openstack-neutron | 00:49 | |
*** jwy has quit IRC | 00:50 | |
*** banix has joined #openstack-neutron | 00:52 | |
*** zzzeek has joined #openstack-neutron | 00:52 | |
*** carl_baldwin has joined #openstack-neutron | 00:53 | |
*** aranjan has quit IRC | 00:53 | |
*** openstack has joined #openstack-neutron | 00:56 | |
*** markvoelker has joined #openstack-neutron | 00:56 | |
*** shwetaap has quit IRC | 00:58 | |
*** shwetaap has joined #openstack-neutron | 00:59 | |
*** carl_baldwin has quit IRC | 00:59 | |
*** carl_baldwin has joined #openstack-neutron | 01:00 | |
*** markvoelker has quit IRC | 01:02 | |
*** padkrish has quit IRC | 01:02 | |
*** carl_baldwin has quit IRC | 01:04 | |
*** shivrao has quit IRC | 01:04 | |
*** Marga_ has quit IRC | 01:08 | |
*** erkules_ has joined #openstack-neutron | 01:09 | |
*** sthillma has quit IRC | 01:09 | |
*** Marga_ has joined #openstack-neutron | 01:10 | |
*** enikanorov2 has quit IRC | 01:10 | |
*** erkules has quit IRC | 01:11 | |
HenryG | kevinbenton: pong | 01:13 |
*** yamamoto has joined #openstack-neutron | 01:14 | |
*** jwy has joined #openstack-neutron | 01:17 | |
*** yamamoto has quit IRC | 01:18 | |
*** ivar-lazzaro has quit IRC | 01:19 | |
*** ianbrown has quit IRC | 01:22 | |
*** enikanorov2 has joined #openstack-neutron | 01:23 | |
*** merooney has joined #openstack-neutron | 01:24 | |
*** ecbanks has quit IRC | 01:24 | |
*** ianbrown has joined #openstack-neutron | 01:25 | |
HenryG | dougwig: ping | 01:27 |
dougwig | HenryG: ack | 01:27 |
HenryG | dougwig: Do you remember how the *aas alembic migrations branches were started? I need to know which ducks need to be in a row when doing the same for 3rd party repos. | 01:28 |
dougwig | HenryG: one sec, let me get off phone. | 01:29 |
*** shwetaap has quit IRC | 01:31 | |
HenryG | dougwig: I am looking at https://review.openstack.org/140545 for example | 01:31 |
*** Longgeek has joined #openstack-neutron | 01:31 | |
HenryG | but we didn't have Depends-On in those days, so wondering if there was some other prep work | 01:32 |
*** dave-mcc_ has quit IRC | 01:33 | |
*** dsanders1 has quit IRC | 01:33 | |
dougwig | you can make your own separate chain without touching neutron. the trick comes in *running* the migration. right now, you just have to know to do it, as as stuff decomps, it's getting a bit untenable. | 01:34 |
dougwig | i've long pondered adding a way to register your outside chain, so the standard upgrades will know to run them, in addition to automatically allowing neutron-db-manage to have a command-line option to trigger them. | 01:34 |
dougwig | HenryG: ^^ | 01:34 |
HenryG | Yep I know about that bit. I have some wording on it in https://review.openstack.org/187267 | 01:35 |
HenryG | line 479 | 01:35 |
*** stanzgy has joined #openstack-neutron | 01:35 | |
dougwig | as an alternative to the steps you suggest, you can also just have the decomp repo start it's chain at the moment of decomp. i.e., the neutron migrations get frozen for the old models. | 01:36 |
dougwig | i can see how leaving that cruft would be suckful, though. | 01:37 |
dougwig | we did it for lbaas v1 to make the split easier to digest, and because those models are deprecated anyway. | 01:37 |
HenryG | We've agreed to leave the cruft. It's too painful and error prone to remove. | 01:38 |
*** Lufus has joined #openstack-neutron | 01:38 | |
dougwig | the missing piece is that you have to make your own alembic upgrade script, IMO. the neutron one doesn't hook anything but the *aas repos. | 01:38 |
dougwig | and there's no automatic tracking of those, either. the distros just have to know to always do all four | 01:39 |
HenryG | Yes. Line 473 in my review is sorely lacking in detail. That is what I am trying to buff up on. | 01:39 |
dougwig | HenryG: oh, gotcha. you want to talk to blogan | 01:39 |
HenryG | ok, ping blogan :) | 01:40 |
openstackgerrit | Huang Rui proposed openstack/neutron: Add zvm agent type and vif type https://review.openstack.org/192980 | 01:40 |
*** yeungp1 has joined #openstack-neutron | 01:41 | |
*** yeungp has quit IRC | 01:41 | |
HenryG | dougwig: I guess what I need to know is if the downrev in the start revision can be a neutron revision (instead of None). | 01:41 |
dougwig | no, because it's a separate chain. you want it independent. | 01:42 |
dougwig | HenryG: ^^ | 01:42 |
dougwig | keep forgetting your prefix | 01:42 |
dougwig | otherwise alembic will try to make a tree and it gets hairy. | 01:42 |
*** debedb has joined #openstack-neutron | 01:43 | |
*** _cjones_ has quit IRC | 01:44 | |
*** shivrao has joined #openstack-neutron | 01:45 | |
HenryG | dougwig: I see. But this "separate" chain assumes a whole bunch of tables already exist. | 01:45 |
dougwig | HenryG: leap of faith, man, leap of faith. | 01:45 |
HenryG | dougwig: heh | 01:45 |
dougwig | more seriously, in a sane world, you'd depend on a >= version of neutron in requirements.txt, which would guarantee that your tables exist. | 01:46 |
dougwig | so you kinda have to pretend that part is there for it to all hang together. | 01:46 |
HenryG | dougwig: and also trusting the neutron core alembic branch to never touch those tables after the split | 01:46 |
dougwig | HenryG: yes, that is hella important, and i was only comfortable with it because the tables we left were deprecated. | 01:47 |
*** debedb has quit IRC | 01:48 | |
HenryG | dougwig: I guess such migration would be found pretty quick, and then nuked from orbit | 01:48 |
dougwig | you could also add a test in neutron/tests/db that enshrined the current state, with big hairy warnings not to touch it. | 01:48 |
dougwig | HenryG: ^^ | 01:48 |
*** debedb has joined #openstack-neutron | 01:49 | |
HenryG | dougwig: yep, I am looking at the tests now | 01:49 |
HenryG | dougwig: they are enshrined in neutron/db/migration/alembic_migrations/external.py | 01:50 |
*** banix has quit IRC | 01:50 | |
HenryG | dougwig: the untouchables, that is | 01:50 |
*** Longgeek has quit IRC | 01:50 | |
HenryG | dougwig: as each 3rd party model is moved out of tree, it must be added to that list | 01:51 |
dougwig | right, but does a test error if a newer migration actually touches them? | 01:51 |
dougwig | i didn't write such a thing. | 01:51 |
HenryG | dougwig: still checking. akamyshnikova may have done one | 01:52 |
dougwig | a grep says no. it's only used in the test tree to exclude it from the migration check test | 01:53 |
*** shwetaap has joined #openstack-neutron | 01:53 | |
HenryG | dougwig: I don't see it. Filing a bug. | 01:53 |
HenryG | aye | 01:53 |
*** s3wong has quit IRC | 01:53 | |
Lufus | https://bugs.launchpad.net/neutron/+bug/1465687 | 01:53 |
openstack | Launchpad bug 1465687 in neutron "use fixed ip address cannot ping/ssh instance from controller node " [Undecided,New] - Assigned to Khayam Gondal (khayam-gondal) | 01:53 |
HenryG | dougwig: The tricky part is knowing when a table was "frozen". | 01:54 |
dougwig | HenryG: maybe the final version should be added to external.py? convert those lists to dicts? | 01:55 |
Lufus | whether we can ping/ssh the instance fixed ip from controller node, I found in instance, we can ping/ssh controlelr node, but controller node cannot ping/ssh instance ip | 01:55 |
*** thorst has quit IRC | 01:55 | |
Lufus | who can give some advice about this quesiton | 01:55 |
HenryG | dougwig: my thoughts exactly | 01:56 |
*** markvoelker has joined #openstack-neutron | 01:57 | |
*** britthouser has joined #openstack-neutron | 01:58 | |
*** merooney has quit IRC | 01:59 | |
*** enikanorov2 has quit IRC | 01:59 | |
*** mitchjameson has quit IRC | 02:00 | |
*** ypraveen has quit IRC | 02:00 | |
*** nijaba has joined #openstack-neutron | 02:00 | |
*** britthou_ has quit IRC | 02:02 | |
*** aix has quit IRC | 02:02 | |
*** yamamoto has joined #openstack-neutron | 02:02 | |
*** markvoelker has quit IRC | 02:02 | |
*** Aish has joined #openstack-neutron | 02:04 | |
*** Aish has quit IRC | 02:04 | |
*** pavel_bondar has quit IRC | 02:04 | |
*** ecbanks has joined #openstack-neutron | 02:04 | |
*** banix has joined #openstack-neutron | 02:06 | |
*** ecbanks has quit IRC | 02:09 | |
*** shivrao has quit IRC | 02:10 | |
HenryG | dougwig: bug 1466704 | 02:11 |
openstack | bug 1466704 in neutron "Frozen (external) DB tables not prevented from alteration" [Undecided,New] https://launchpad.net/bugs/1466704 | 02:11 |
*** Marga_ has quit IRC | 02:12 | |
dougwig | HenryG: that can probably get a low hanging fruit tag. | 02:12 |
HenryG | dougwig: sounds good. Please also set it to confirmed | 02:12 |
*** daneyon_ has quit IRC | 02:13 | |
HenryG | dougwig: Although I suspect Ann will have the code out for review before I wake up tomorrow :) | 02:13 |
dougwig | HenryG: lol, likely true | 02:13 |
*** shwetaap has quit IRC | 02:14 | |
*** shwetaap has joined #openstack-neutron | 02:15 | |
*** Marga_ has joined #openstack-neutron | 02:16 | |
HenryG | dougwig: the *aaSes have not removed their downgrade()s | 02:16 |
HenryG | Now that is a fruit rotting on the ground ;) | 02:17 |
dougwig | HenryG: lol, indeed. | 02:17 |
dougwig | HenryG: i have just the person for that one. | 02:17 |
HenryG | dougwig: cool | 02:17 |
*** shwetaap has quit IRC | 02:23 | |
*** shwetaap has joined #openstack-neutron | 02:23 | |
*** wwriverrat has quit IRC | 02:23 | |
*** ypraveen has joined #openstack-neutron | 02:24 | |
*** amotoki_ has joined #openstack-neutron | 02:24 | |
*** tflynn_ has joined #openstack-neutron | 02:25 | |
HenryG | dougwig: do you know what grenade's problem is with neutron today? | 02:26 |
*** yeungp1 has quit IRC | 02:27 | |
*** tflynn has quit IRC | 02:29 | |
*** amotoki_ has quit IRC | 02:30 | |
*** tflynn_ has quit IRC | 02:30 | |
*** claudiub has quit IRC | 02:31 | |
*** chem has joined #openstack-neutron | 02:31 | |
*** kiran-r has joined #openstack-neutron | 02:33 | |
*** sdake_ has quit IRC | 02:34 | |
*** prad has quit IRC | 02:35 | |
*** cburgess has quit IRC | 02:39 | |
*** cburgess has joined #openstack-neutron | 02:44 | |
*** spandhe has quit IRC | 02:45 | |
*** jamielennox is now known as jamielennox|away | 02:46 | |
*** tianhuan has joined #openstack-neutron | 02:47 | |
*** Longgeek has joined #openstack-neutron | 02:47 | |
*** Marga_ has quit IRC | 02:49 | |
*** jamielennox|away is now known as jamielennox | 02:53 | |
*** tomoe_ has joined #openstack-neutron | 03:00 | |
*** dsanders has joined #openstack-neutron | 03:02 | |
*** wuhg has joined #openstack-neutron | 03:03 | |
*** cburgess has quit IRC | 03:04 | |
*** cburgess has joined #openstack-neutron | 03:05 | |
*** dims has quit IRC | 03:06 | |
wuhg | here:the from grouter namespace ,i can't ping the external gateway, any help | 03:06 |
*** cburgess has quit IRC | 03:07 | |
*** cburgess has joined #openstack-neutron | 03:10 | |
*** nati_uen_ has joined #openstack-neutron | 03:15 | |
*** armax has joined #openstack-neutron | 03:16 | |
*** nati_ueno has quit IRC | 03:19 | |
*** tomoe_ has quit IRC | 03:19 | |
*** Longgeek has quit IRC | 03:19 | |
*** carl_baldwin has joined #openstack-neutron | 03:21 | |
*** rm_work has quit IRC | 03:25 | |
*** amotoki_ has joined #openstack-neutron | 03:25 | |
*** carl_baldwin has quit IRC | 03:26 | |
*** debedb has quit IRC | 03:26 | |
*** shwetaap has quit IRC | 03:27 | |
*** shwetaap has joined #openstack-neutron | 03:28 | |
*** coolsvap|away is now known as coolsvap | 03:30 | |
*** amotoki_ has quit IRC | 03:30 | |
*** rm_work|away has joined #openstack-neutron | 03:31 | |
*** rm_work|away is now known as rm_work | 03:31 | |
*** rm_work has joined #openstack-neutron | 03:31 | |
*** crc32 has quit IRC | 03:31 | |
*** sdake has joined #openstack-neutron | 03:33 | |
*** amit213 has joined #openstack-neutron | 03:34 | |
*** amit213 has quit IRC | 03:36 | |
*** Marga_ has joined #openstack-neutron | 03:38 | |
*** amit213 has joined #openstack-neutron | 03:39 | |
*** norman has joined #openstack-neutron | 03:39 | |
norman | Hi all, anyone ever run into the issue that tap device changed to be down , and then no connection to the VM? | 03:40 |
*** amit213 has quit IRC | 03:41 | |
*** jwy has quit IRC | 03:42 | |
*** kiran-r has quit IRC | 03:44 | |
*** Marga_ has quit IRC | 03:44 | |
*** markvoelker has joined #openstack-neutron | 03:46 | |
openstackgerrit | shihanzhang proposed openstack/neutron: Add conntrack-tool to manage security groups https://review.openstack.org/147713 | 03:46 |
*** markvoelker has quit IRC | 03:51 | |
*** ildikov_ has quit IRC | 03:55 | |
*** debedb has joined #openstack-neutron | 04:00 | |
*** Longgeek has joined #openstack-neutron | 04:00 | |
*** zz_jgrimm has quit IRC | 04:05 | |
*** ypraveen_ has joined #openstack-neutron | 04:05 | |
*** debedb has quit IRC | 04:05 | |
*** banix has quit IRC | 04:06 | |
*** Longgeek has quit IRC | 04:06 | |
*** zz_jgrimm has joined #openstack-neutron | 04:06 | |
*** ypraveen has quit IRC | 04:06 | |
*** ypraveen_ is now known as ypraveen | 04:06 | |
*** aranjan has joined #openstack-neutron | 04:07 | |
*** sdake_ has joined #openstack-neutron | 04:07 | |
*** Longgeek has joined #openstack-neutron | 04:08 | |
*** debedb has joined #openstack-neutron | 04:10 | |
*** sdake has quit IRC | 04:10 | |
*** Longgeek_ has joined #openstack-neutron | 04:12 | |
*** fedexo has joined #openstack-neutron | 04:12 | |
*** veena has joined #openstack-neutron | 04:13 | |
*** Longgeek has quit IRC | 04:15 | |
openstackgerrit | Merged openstack/neutron: Updated from global requirements https://review.openstack.org/193370 | 04:19 |
*** ypraveen has quit IRC | 04:19 | |
*** carl_baldwin has joined #openstack-neutron | 04:21 | |
*** Networkn3rd has quit IRC | 04:24 | |
*** Networkn3rd has joined #openstack-neutron | 04:24 | |
*** amotoki_ has joined #openstack-neutron | 04:26 | |
*** jbell8 has joined #openstack-neutron | 04:30 | |
*** rossella_s has quit IRC | 04:30 | |
*** rossella_s has joined #openstack-neutron | 04:31 | |
*** amotoki_ has quit IRC | 04:31 | |
*** achanda has joined #openstack-neutron | 04:33 | |
*** miyagishi_t has joined #openstack-neutron | 04:34 | |
*** debedb_ has joined #openstack-neutron | 04:36 | |
*** debedb has quit IRC | 04:37 | |
*** rm_you has joined #openstack-neutron | 04:37 | |
*** debedb has joined #openstack-neutron | 04:38 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron-specs: Add availability_zone support https://review.openstack.org/169612 | 04:40 |
*** hitalia has joined #openstack-neutron | 04:40 | |
*** debedb_ has quit IRC | 04:41 | |
*** Marga_ has joined #openstack-neutron | 04:42 | |
*** irenab has joined #openstack-neutron | 04:43 | |
*** _cjones_ has joined #openstack-neutron | 04:45 | |
*** markvoelker has joined #openstack-neutron | 04:47 | |
*** Marga__ has joined #openstack-neutron | 04:47 | |
*** ianbrown has quit IRC | 04:48 | |
*** _cjones_ has quit IRC | 04:49 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron-specs: Add availability_zone support https://review.openstack.org/169612 | 04:51 |
*** Marga_ has quit IRC | 04:51 | |
*** markvoelker has quit IRC | 04:51 | |
*** tflynn has joined #openstack-neutron | 04:52 | |
*** carl_baldwin has quit IRC | 04:53 | |
*** ijw_ has joined #openstack-neutron | 04:55 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron-specs: Add availability_zone support https://review.openstack.org/169612 | 04:58 |
*** trinaths has joined #openstack-neutron | 04:59 | |
*** achanda has quit IRC | 04:59 | |
*** anilvenkata has joined #openstack-neutron | 05:00 | |
*** tflynn_ has joined #openstack-neutron | 05:00 | |
*** ianbrown has joined #openstack-neutron | 05:00 | |
*** chem has quit IRC | 05:01 | |
kevinbenton | HenryG: hey, just wanted to make sure my comment made sense on the db retry patch | 05:03 |
*** tflynn has quit IRC | 05:04 | |
*** boris-42 has quit IRC | 05:12 | |
*** dsneddon has joined #openstack-neutron | 05:14 | |
*** jprovazn has joined #openstack-neutron | 05:16 | |
*** vCloudernBeer has joined #openstack-neutron | 05:17 | |
*** irenab has quit IRC | 05:18 | |
*** garyk has joined #openstack-neutron | 05:19 | |
*** rm_you has quit IRC | 05:19 | |
*** jbell8 has quit IRC | 05:20 | |
*** yuanying has quit IRC | 05:24 | |
*** Lufus has quit IRC | 05:25 | |
*** amotoki_ has joined #openstack-neutron | 05:27 | |
hichihara | amotoki: ping | 05:28 |
*** Networkn3rd has quit IRC | 05:31 | |
*** amotoki_ has quit IRC | 05:31 | |
*** sdake_ has quit IRC | 05:33 | |
*** miyagishi_t has quit IRC | 05:40 | |
*** miyagishi_t has joined #openstack-neutron | 05:41 | |
*** SridharG has joined #openstack-neutron | 05:46 | |
openstackgerrit | Sean M. Collins proposed openstack/neutron: [DO NOT MERGE] Patch to test the new linux bridge job https://review.openstack.org/187235 | 05:46 |
*** shwetaap has quit IRC | 05:49 | |
vCloudernBeer | rossella_s: ping | 05:52 |
*** miyagishi_t has quit IRC | 05:54 | |
*** absubram has joined #openstack-neutron | 06:01 | |
*** absubram has quit IRC | 06:01 | |
openstackgerrit | Hirofumi Ichihara proposed openstack/neutron-specs: Add enable_new_agents to agent conf in network node https://review.openstack.org/170774 | 06:01 |
*** kiran-r has joined #openstack-neutron | 06:02 | |
*** jbell8 has joined #openstack-neutron | 06:05 | |
*** numan has joined #openstack-neutron | 06:05 | |
*** ianbrown has quit IRC | 06:11 | |
*** vijaykc4 has joined #openstack-neutron | 06:15 | |
openstackgerrit | shihanzhang proposed openstack/neutron: Don't delete DVR namespace if there are still ports on this node https://review.openstack.org/191677 | 06:18 |
*** armax has quit IRC | 06:22 | |
*** neeti has joined #openstack-neutron | 06:32 | |
*** lpetrut has joined #openstack-neutron | 06:34 | |
*** anshul has joined #openstack-neutron | 06:35 | |
*** markvoelker has joined #openstack-neutron | 06:36 | |
*** yog_ has joined #openstack-neutron | 06:38 | |
*** markvoelker has quit IRC | 06:40 | |
*** tflynn_ has quit IRC | 06:44 | |
*** moshele has joined #openstack-neutron | 06:47 | |
*** gildub has quit IRC | 06:48 | |
*** tianhuan has left #openstack-neutron | 06:53 | |
*** sudipto has joined #openstack-neutron | 06:53 | |
*** fedexo has quit IRC | 06:55 | |
*** vijaykc4 has quit IRC | 06:59 | |
*** Marga__ has quit IRC | 07:00 | |
*** jlanoux has joined #openstack-neutron | 07:04 | |
*** Marga_ has joined #openstack-neutron | 07:04 | |
*** oomichi has joined #openstack-neutron | 07:05 | |
*** oomichi_ has joined #openstack-neutron | 07:05 | |
*** Marga_ has quit IRC | 07:05 | |
*** chlong has quit IRC | 07:06 | |
openstackgerrit | Sean M. Collins proposed openstack/neutron: [DO NOT MERGE] Patch to test the new linux bridge job https://review.openstack.org/187235 | 07:10 |
*** kawa2014 has joined #openstack-neutron | 07:16 | |
*** fzdarsky has joined #openstack-neutron | 07:16 | |
*** ihrachyshka has joined #openstack-neutron | 07:17 | |
*** jlanoux has quit IRC | 07:18 | |
*** oda-g has quit IRC | 07:19 | |
*** jlanoux has joined #openstack-neutron | 07:19 | |
*** ronis has joined #openstack-neutron | 07:21 | |
openstackgerrit | shihanzhang proposed openstack/neutron: Add conntrack-tool to manage security groups https://review.openstack.org/147713 | 07:22 |
*** oomichi has quit IRC | 07:24 | |
*** oomichi_ has quit IRC | 07:24 | |
*** devvesa has joined #openstack-neutron | 07:26 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack/neutron: Reject router-interface-add with a port which doesn't have any addresses https://review.openstack.org/193440 | 07:31 |
*** otherwiseguy has quit IRC | 07:36 | |
*** dsanders has quit IRC | 07:41 | |
*** matrohon has joined #openstack-neutron | 07:42 | |
*** lukasa has joined #openstack-neutron | 07:43 | |
*** akamyshnikova has quit IRC | 07:44 | |
*** ygbo has joined #openstack-neutron | 07:45 | |
*** alex_klimov has joined #openstack-neutron | 07:45 | |
*** veena has quit IRC | 07:48 | |
*** akamyshnikova has joined #openstack-neutron | 07:50 | |
*** dsanders has joined #openstack-neutron | 07:50 | |
*** vCloudernBeer has quit IRC | 07:51 | |
*** safchain has joined #openstack-neutron | 07:54 | |
*** claudiub has joined #openstack-neutron | 07:58 | |
*** jamielennox is now known as jamielennox|away | 08:00 | |
*** otherwiseguy has joined #openstack-neutron | 08:02 | |
*** irenab has joined #openstack-neutron | 08:03 | |
*** ZZelle has quit IRC | 08:03 | |
*** ZZelle has joined #openstack-neutron | 08:03 | |
*** mickeys has joined #openstack-neutron | 08:04 | |
*** vijaykc4 has joined #openstack-neutron | 08:05 | |
*** irenab has quit IRC | 08:08 | |
*** dsanders has quit IRC | 08:08 | |
openstackgerrit | Thomas Morin proposed openstack/neutron: Precision networking-bagpipe-l2 subproject https://review.openstack.org/193447 | 08:14 |
*** mickeys has quit IRC | 08:15 | |
*** ildikov_ has joined #openstack-neutron | 08:15 | |
*** boris-42 has joined #openstack-neutron | 08:17 | |
*** lpetrut has quit IRC | 08:24 | |
ihrachyshka | sc68cal, hey. I look at lb agent code and is a bit surprised that we make attempt there to plug a tap device into a qbr- bridge if it's not plugged yet. it seems like work to do for VIF driver on nova side only, isn't it? | 08:24 |
*** markvoelker has joined #openstack-neutron | 08:25 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron-fwaas: [WIP] Switch to oslo.service https://review.openstack.org/193453 | 08:25 |
*** afazekas has joined #openstack-neutron | 08:25 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron-vpnaas: [WIP] Switch to oslo.service https://review.openstack.org/193455 | 08:26 |
*** aranjan has quit IRC | 08:29 | |
*** amotoki_ has joined #openstack-neutron | 08:29 | |
*** pavel_bondar has joined #openstack-neutron | 08:29 | |
*** markvoelker has quit IRC | 08:29 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron: [WIP] Awitch to oslo.service https://review.openstack.org/192999 | 08:31 |
*** aix has joined #openstack-neutron | 08:32 | |
*** alexpilotti has joined #openstack-neutron | 08:33 | |
*** amotoki_ has quit IRC | 08:34 | |
*** hichihara has quit IRC | 08:35 | |
*** miyagishi_t has joined #openstack-neutron | 08:38 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Remove _check_ip_in_allocation_pool https://review.openstack.org/192738 | 08:39 |
*** vijaykc4 has quit IRC | 08:41 | |
*** debedb has quit IRC | 08:44 | |
*** devvesa has quit IRC | 08:46 | |
ZZelle | ihrachyshka, hi | 08:47 |
*** debedb has joined #openstack-neutron | 08:47 | |
ihrachyshka | ZZelle, hi | 08:48 |
*** Longgeek_ has quit IRC | 08:51 | |
*** Longgeek has joined #openstack-neutron | 08:51 | |
*** lpetrut has joined #openstack-neutron | 08:56 | |
ajo | kevinbenton, shz | 08:57 |
shz | yes | 08:57 |
ajo | I respectfully disagree about the use of @staticmethod for just the shake of not referencing self :) | 08:57 |
*** debedb has quit IRC | 08:57 | |
ajo | IMHO we may only use @staticmethod when a method is truthfully going to be used as static :), otherwise we add confusion to the reader | 08:57 |
ajo | I had that sort of discussion in other patches and not even cores agreed :D, so I keep repeating myself :D | 08:58 |
kevinbenton | ajo: what do you mean if it's going to be used as static? | 08:58 |
ajo | ihrachyshka, do you have an opinion on this ? :) | 08:58 |
kevinbenton | it is being used as static! | 08:58 |
kevinbenton | nobody is referencing self | 08:58 |
ajo | kevinbenton, I mean a caller will use it as Class.method(xxxx) | 08:58 |
ajo | that's a true static use :) | 08:59 |
kevinbenton | right, the unit tests should call it that way | 08:59 |
ajo | outside the class methods themselves :) | 08:59 |
kevinbenton | there just are no unit tests for that method right now | 08:59 |
ajo | kevinbenton my point is only about not adding noise to the reader, | 08:59 |
ajo | what's the gain of making it @staticmethod if nobody will call Class.method(...) | 08:59 |
ihrachyshka | ajo, I'm agnostic | 08:59 |
kevinbenton | a unit test should be calling it | 09:00 |
ajo | ihrachyshka: lol | 09:00 |
ihrachyshka | really, there are better fights to fight | 09:00 |
*** john-davidge has joined #openstack-neutron | 09:00 | |
ajo | kevinbenton: real code, unit tests can instanciate the class very cheaply :) | 09:00 |
kevinbenton | half of the reason our unit tests are big complex messes is because we can't call most of the methods without a big complicated init of an object that mocks a million things | 09:00 |
ihrachyshka | neither I think it's worth a -1, but that's just me | 09:00 |
ajo | but ok, kevinbenton , that's a point, unit tests are cleaner... | 09:00 |
*** devvesa has joined #openstack-neutron | 09:01 | |
ajo | ok, I'm agnostic now too ;) | 09:01 |
kevinbenton | ajo: look at the tests for the agents and how much junk has to be mocked out | 09:01 |
ajo | I will not -1 for a @staticmethod used just for notselfreference :P | 09:01 |
ihrachyshka | honestly, I usually don't bind a function to a class if it does not depend on state | 09:01 |
ihrachyshka | what is so wrong about functions? :) | 09:01 |
kevinbenton | ihrachyshka: +1 | 09:01 |
ajo | ihrachyshka, well... grouping them logically? | 09:01 |
*** pask81 has joined #openstack-neutron | 09:02 | |
kevinbenton | i would rather see it be a module function than unnecessary instance methods | 09:02 |
ihrachyshka | ajo, in a pile of 5000+ lines of code, yeah. it's a lot better than a helper submodule | 09:02 |
ajo | ihrachyshka, but submodules are ok for generic stuff | 09:02 |
ihrachyshka | /sarcasm off | 09:02 |
ajo | ihrachyshka, the kind of function I'm talking about is the one that only serves the purpose of a class... , and it's just done to subdivide work in functions instead of having a 500L function :) | 09:02 |
ajo | doesn't make sense to reuse it anywhere else | 09:03 |
*** wznoinsk has quit IRC | 09:03 | |
ihrachyshka | then make it private global helper function | 09:03 |
kevinbenton | ajo: but that's still a function that should be tested | 09:03 |
kevinbenton | check this out | 09:03 |
ajo | kevinbenton, yes, I totally agree on the testing case | 09:03 |
kevinbenton | https://github.com/openstack/neutron/blob/master/neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py#L117 | 09:03 |
kevinbenton | that's so disgusting that pep8 gave up and didn't complain about the line longer than 80 characters | 09:03 |
ajo | kevinbenton, I'm having breakfast, do you want to make me dizzy? :D | 09:03 |
ajo | ooouchcrap | 09:04 |
kevinbenton | :) | 09:04 |
ajo | got pep8 dizzy ... ;) | 09:04 |
kevinbenton | ajo: i agree with you if object construction is really simple | 09:04 |
*** john-davidge has quit IRC | 09:04 | |
kevinbenton | ajo: which it actually doesn't seem to be too bad in this particular patch | 09:04 |
kevinbenton | ajo: but we have a tendancy to have mega objects that do all the things | 09:05 |
*** wznoinsk has joined #openstack-neutron | 09:05 | |
*** john-davidge has joined #openstack-neutron | 09:05 | |
*** nati_uen_ has quit IRC | 09:05 | |
ajo | kevinbenton, I agree, I tend to ask for object splits, where it makes sense | 09:05 |
ihrachyshka | oh hilarious code | 09:05 |
ajo | shz can tell I asked him to separate conntrack manager :) | 09:05 |
ajo | btw shz , good work, | 09:06 |
ihrachyshka | Veni, vidi, vomiti | 09:06 |
ajo | let's go back to reviewing your patch https://review.openstack.org/#/c/147713/18/ you changed a lot from PS16 to PS18 so I need to re-read most of it :) | 09:06 |
ihrachyshka | kevinbenton, yes, those piles I referred. our objects are generally overflowed by stuff that could be split logically | 09:06 |
kevinbenton | ihrachyshka: :) i learned a new latin phrase to describe a friday night | 09:07 |
ajo | lol | 09:08 |
ihrachyshka | kevinbenton, by any chance, do you know who is responsible for bridge cleanup? nova vif too? | 09:09 |
kevinbenton | ihrachyshka: you mean deleting the iptables bridge? | 09:09 |
ajo | ihrachyshka, yes, it's nova vif AFAIK | 09:09 |
ihrachyshka | yes | 09:09 |
kevinbenton | yeah | 09:09 |
kevinbenton | nova | 09:09 |
kevinbenton | vif unplug | 09:09 |
ajo | we delete iptables entries, btw | 09:09 |
kevinbenton | aye | 09:09 |
ajo | openvswitch-agent specifically | 09:09 |
ihrachyshka | it's funny that lb agent tries to plug and unplug tap to qbr itself | 09:10 |
ajo | ihrachyshka, really? | 09:10 |
kevinbenton | load balancer agent? | 09:10 |
ihrachyshka | I'm going to kill that crap. racy nonsense | 09:10 |
kevinbenton | or linux bridge agent? | 09:10 |
ihrachyshka | kevinbenton, linuxbridge | 09:10 |
ajo | do we have LinuxBridge testing in the end ? | 09:10 |
kevinbenton | ah, yeah, i think we have well decided that it's up to the creator to destroy things | 09:10 |
ihrachyshka | ajo, all kinds of overmocked unit tests. isn't it enough?? | 09:11 |
ajo | kevinbenton, yes otherwise responsibilities are disperse, and code is a mess :) | 09:11 |
ajo | what if I mock.patch('mock.patch') as patcherpatcher | 09:11 |
ajo | (sorry... ':D ;) | 09:11 |
kevinbenton | we should monkey patch mock.patch to make sure it can only be called twice during a unit test | 09:12 |
ajo | the syntax is probably not correct, but it wouldn't do too much fun... just | 09:12 |
ajo | kevinbenton, lol, that would be nice | 09:12 |
kevinbenton | if you require more than two patches, needs a rewrite | 09:12 |
ajo | kevinbenton: if somebody does, it will hit him with a loud noise | 09:12 |
*** devvesa has quit IRC | 09:13 | |
ajo | kevinbenton, then we first need to rewrite /neutron/tests/unit almost at whole ;) | 09:13 |
kevinbenton | yeah | 09:13 |
ajo | kevinbenton, or we can build a karma system based in number of mocks | 09:13 |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Add sanity_check for keepalived ipv6 support https://review.openstack.org/168781 | 09:13 |
ajo | you introduce a mock : -1 on karma | 09:13 |
ajo | you remove a mock: +1 on karma | 09:14 |
ajo | mockarma | 09:14 |
ajo | I have a funny morning ... ':D | 09:14 |
kevinbenton | ajo: write a test without using mock should also gain karma | 09:14 |
ajo | but it'd be cool to see the stats | 09:14 |
ajo | kevinbenton: true!, | 09:14 |
ajo | kevinbenton, sounds like an interesting project, in fact ;D | 09:15 |
ajo | with reporting to the irc channel ;D | 09:15 |
kevinbenton | ajo: there are some nice uses of mocking to inject failures | 09:15 |
kevinbenton | might be hard to test exception paths without them | 09:15 |
ajo | of course :) | 09:15 |
matrohon | kevinbenton : hi | 09:17 |
kevinbenton | matrohon: hey, what's up? | 09:17 |
matrohon | kevinbenton : I was reviewing the spec : https://review.openstack.org/#/c/94612/ | 09:17 |
matrohon | kevinbenton : I'm concerned that the reference implementation details are not in the spec anymore.... | 09:18 |
kevinbenton | matrohon: that's fine, we are trying to move away from that because it was almost always wrong in the end anyway | 09:19 |
kevinbenton | matrohon: if there was a specific concern about an implementation detail that might break compatiability, that should be noted | 09:19 |
matrohon | kevinbenton : I understand and I think it's the good path to onboard more people | 09:20 |
kevinbenton | matrohon: agreeing on the high-level data model and how users will interact is what's important | 09:20 |
*** lori|away is now known as lori | 09:20 | |
kevinbenton | matrohon: then once we get into implementing things, we may find that one approach works much better than another | 09:21 |
matrohon | kevinbenton : however we're ending with spec that we don't even know if a ref implementation will be applicable | 09:21 |
kevinbenton | matrohon: what do you mean? | 09:21 |
kevinbenton | matrohon: if there is no reference implementation, it will be rejected | 09:21 |
kevinbenton | matrohon: there still has to be a working implementation | 09:22 |
matrohon | kevinbenton : I mean that we might have API and use acses that can only be handled by sdn controllers | 09:22 |
matrohon | kevinbenton : ok that's what I wanted to hear :) | 09:22 |
kevinbenton | matrohon: oh, no. we wont' allow that | 09:23 |
kevinbenton | matrohon: we just don't to spend a bunch of time designing an ML2 extension when it might work better as a service plugin or something | 09:23 |
matrohon | kevinbenton : but it seems weird to have so many discussions on a spec, and not having a parallel discussion on the implementation | 09:24 |
ajo | matrohon, we're changing that, to discuss that kind of detail later on a devref during implementation | 09:25 |
kevinbenton | matrohon: the implementation discussions were basically pointless | 09:25 |
ajo | so we get also a good developer documentation , and we can maintain it with code | 09:25 |
*** vijaykc4 has joined #openstack-neutron | 09:25 | |
kevinbenton | matrohon: because usually an issue would creep up that required a change away from the original design | 09:25 |
kevinbenton | matrohon: so you would have to go back and update the spec | 09:25 |
ajo | matrohon, like: https://review.openstack.org/#/c/190635/ | 09:25 |
ajo | I started by devref, discuss in there, then code along with the devref | 09:26 |
*** jbell8 has quit IRC | 09:26 | |
ajo | implementation detail discussion is better left for later IMO, | 09:26 |
*** norman has quit IRC | 09:27 | |
kevinbenton | matrohon: basically we are trying to get away from complete waterfall design because it doesn't fit well with how many ongoing changes there are to the codebase | 09:27 |
matrohon | kevinbenton, ajo : fine thanks for clarification, hope it'll work better | 09:27 |
kevinbenton | matrohon: and in the time it would take to churn all of the implementation details out in the spec, you could just write the implementation | 09:28 |
ajo | and discuss over code | 09:28 |
ajo | less bike shedding | 09:28 |
ajo | and ... more or less yak shaving ? (It's unclear to me if shaving yaks is actually useful) | 09:28 |
matrohon | kevinbenton, ajo : make sens, I'm too used to spec with implementation details I think. It's always hard to understand a spec that you don't even know how it will works behind the hood | 09:29 |
matrohon | kevinbenton, ajo : it's probably an integrator/developper POI | 09:29 |
*** devvesa has joined #openstack-neutron | 09:29 | |
*** aranjan has joined #openstack-neutron | 09:29 | |
*** coolsvap is now known as coolsvap|away | 09:30 | |
*** amotoki_ has joined #openstack-neutron | 09:30 | |
kevinbenton | matrohon: yeah, ultimately we are trying to separate the "product manager/user" components from the implementation details | 09:30 |
matrohon | kevinbenton, ajo : POI -> POV point of view :) | 09:30 |
matrohon | ajo : concerning https://review.openstack.org/#/c/190635/, is there a corresponding rfe bug? | 09:31 |
ajo | matrohon: it's implementation detail of the QoS spec | 09:32 |
ajo | matrohon, I guess I should link the bp :) | 09:32 |
matrohon | ajo : +1 | 09:32 |
ajo | matrohon I started a mail list thread about it, but nobody responded :) | 09:32 |
ajo | matrohon, let me look for the topic | 09:32 |
ajo | matrohon: [neutron] slimming down (the RFE) process for small internal design stuff | 09:33 |
ajo | kevinbenton ^ | 09:33 |
matrohon | ajo : didn't see the ML thread, I have to answer since I need such a framework for bgpvpn | 09:33 |
ajo | ahh, true matrohon , you told me | 09:33 |
matrohon | ajo : thanks | 09:33 |
ajo | matrohon, if it's reusable for you too, we can move it to the master branch then | 09:34 |
*** hexlibris has joined #openstack-neutron | 09:34 | |
kevinbenton | ihrachyshka: ping | 09:34 |
*** eandersson has joined #openstack-neutron | 09:34 | |
matrohon | ajo : oh, I didn't realize taht you were having your own feature branch! | 09:34 |
*** amotoki_ has quit IRC | 09:34 | |
kevinbenton | ihrachyshka: can you +2/+A https://review.openstack.org/#/c/160230/ | 09:34 |
*** aranjan has quit IRC | 09:34 | |
kevinbenton | ihrachyshka: it's been sitting for a gross amount of time | 09:35 |
*** yatin has joined #openstack-neutron | 09:36 | |
matrohon | ajo : I think it should be moved to the master branch since it's a generic framework, and at least sriov implem want to use it | 09:37 |
*** coolsvap|away is now known as coolsvap | 09:37 | |
ihrachyshka | kevinbenton, done | 09:38 |
kevinbenton | ihrachyshka: thx | 09:38 |
*** moshele has quit IRC | 09:40 | |
*** jlibosva has joined #openstack-neutron | 09:40 | |
*** jlanoux_ has joined #openstack-neutron | 09:40 | |
*** abregman has quit IRC | 09:41 | |
*** abregman has joined #openstack-neutron | 09:41 | |
SridharG | ajo: ihrachyshka: kevinbenton: Can you please share your views regarding the following bug and suggest, thanks. https://bugs.launchpad.net/neutron/+bug/1465513 | 09:41 |
openstack | Launchpad bug 1465513 in neutron "VM get incorrect default gateway when attached port DG manually to router " [Undecided,New] - Assigned to Sridhar Gaddam (sridhargaddam) | 09:41 |
*** jasondotstar has joined #openstack-neutron | 09:41 | |
*** jlanoux has quit IRC | 09:42 | |
kevinbenton | SridharG: that's expected | 09:42 |
kevinbenton | SridharG: the gateway_ip property of the subnet is what is given out via DHCP | 09:43 |
kevinbenton | SridharG: regardless of where any router interfaces are | 09:43 |
SridharG | so kevinbenton, can we consider that the expectation from DHCP to advertise the port-ip (which is now associated to router) as gateway_ip is an invalid use-case? | 09:45 |
*** miyagishi_t has quit IRC | 09:45 | |
kevinbenton | SridharG: yeah, just because it's a router IP doesn't mean it should be the default gateway | 09:46 |
ZZelle | ihrachyshka, could you restore https://review.openstack.org/#/c/160699 or i create a new change? | 09:46 |
kevinbenton | SridharG: you can have several routers attached to a network | 09:46 |
kevinbenton | SridharG: and only one is the default gateway | 09:46 |
kevinbenton | SridharG: then extra routes might point some traffic at the other routers | 09:47 |
ihrachyshka | ZZelle, restored | 09:47 |
ZZelle | ihrachyshka, thx | 09:47 |
SridharG | kevinbenton: aah ok. | 09:47 |
ihrachyshka | ZZelle, thanks on working on it | 09:47 |
*** dsneddon has quit IRC | 09:47 | |
SridharG | kevinbenton: thanks very much :-) I'll mark the bug as invalid | 09:47 |
SridharG | kevinbenton: cool, you already did it :-) | 09:48 |
kevinbenton | SridharG: no prob! | 09:48 |
kevinbenton | SridharG: thanks for asking | 09:48 |
*** abregman has quit IRC | 09:49 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Reservations support https://review.openstack.org/163659 | 09:53 |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: do not use im_self/im_func https://review.openstack.org/193476 | 09:53 |
*** fkobzik has joined #openstack-neutron | 09:57 | |
matrohon | ajo? | 09:58 |
ihrachyshka | kevinbenton, it does not seem that nova cleans the lb bridges though http://git.openstack.org/cgit/openstack/nova/tree/nova/virt/libvirt/vif.py#n611 | 10:00 |
ihrachyshka | I suspect they rely on lb agent to do it: http://git.openstack.org/cgit/openstack/neutron/tree/neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py#n949 | 10:01 |
*** trinaths has quit IRC | 10:04 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: lb: avoid doing nova VIF work plumbing tap to qbr https://review.openstack.org/193485 | 10:04 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: lb: stop handling Havana device updates https://review.openstack.org/193486 | 10:04 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/neutron: DHCP agent: Set an "ipxe" tag to work with Ironic https://review.openstack.org/172040 | 10:05 |
*** amotoki_ has joined #openstack-neutron | 10:07 | |
*** matrohon has quit IRC | 10:07 | |
*** dims has joined #openstack-neutron | 10:09 | |
*** trinaths has joined #openstack-neutron | 10:09 | |
*** mmdurrant has quit IRC | 10:09 | |
*** coolsvap is now known as coolsvap|away | 10:11 | |
*** markvoelker has joined #openstack-neutron | 10:13 | |
*** markvoelker has quit IRC | 10:18 | |
*** bobmel has quit IRC | 10:21 | |
*** bobmel has joined #openstack-neutron | 10:21 | |
*** anshul has quit IRC | 10:24 | |
openstackgerrit | Merged openstack/neutron: Remove _check_ip_in_allocation_pool https://review.openstack.org/192738 | 10:24 |
*** anshul has joined #openstack-neutron | 10:24 | |
*** abehl has joined #openstack-neutron | 10:24 | |
openstackgerrit | Merged openstack/neutron: Ensure tests run under python2.7 https://review.openstack.org/160230 | 10:24 |
*** anshul has quit IRC | 10:24 | |
*** abehl has quit IRC | 10:24 | |
*** anshul_ has joined #openstack-neutron | 10:25 | |
ajo | ihrachyshka: if you have some time to check the conversation/comments here: https://review.openstack.org/#/c/190635/ | 10:25 |
ajo | I'd like more opinions before updating the spec | 10:25 |
ajo | now | 10:25 |
* ajo splits patches! (or trie too...) it seems there's always that comes in the middle of it (procratination--) | 10:25 | |
*** anshul_ has quit IRC | 10:26 | |
*** dave-mccowan has joined #openstack-neutron | 10:27 | |
*** anshul has joined #openstack-neutron | 10:28 | |
*** anshul has quit IRC | 10:29 | |
*** anshul has joined #openstack-neutron | 10:29 | |
*** anshul has quit IRC | 10:29 | |
*** anshul has joined #openstack-neutron | 10:30 | |
*** aranjan has joined #openstack-neutron | 10:30 | |
*** aranjan has quit IRC | 10:35 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Move _add_auto_addrs_on_network_ports https://review.openstack.org/193075 | 10:38 |
*** dsneddon has joined #openstack-neutron | 10:40 | |
*** vbel has quit IRC | 10:40 | |
*** vbel has joined #openstack-neutron | 10:41 | |
ihrachyshka | ajo, done. also, speaking of that tiny patch of mine about ml2 qos rule list detection... I guess it should be exposed into base plugin, right? it's not ml2 specific (so basically, there should be two patches: one for base plugin to get a way to determine supported types; and another for ml2 to implement it in a custom way that considers multi-driver-ness. | 10:41 |
*** vbel has quit IRC | 10:41 | |
ihrachyshka | the reason why we need it on base plugin level is that we'll want to expose the list to users thru API | 10:41 |
ihrachyshka | at least that's my understanding | 10:41 |
*** vijaykc4 has quit IRC | 10:41 | |
ihrachyshka | comments? | 10:41 |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Decompose create_port and save_subnet https://review.openstack.org/193097 | 10:41 |
ajo | ihrachyshka, yes, but we don't need to add a call to base plugin | 10:42 |
ajo | ihrachyshka, plugins could, as they initialize, report to qos the list of rules they support | 10:42 |
ajo | ihrachyshka, but then... well, that doesn't work for the ml2 case | 10:42 |
ajo | ihrachyshka, ok, I need to think :) | 10:42 |
ajo | thanks :) | 10:42 |
ihrachyshka | ajo, I don't think you want your plugin to be aware of a service_plugin, but it's philosophical | 10:43 |
ajo | ihrachyshka, may be ml2 can report it too, as it knows the mechanism drivers it has registered | 10:43 |
*** nyechiel has joined #openstack-neutron | 10:43 | |
ajo | ihrachyshka, how is the plugin going to support qos if it's not aware of it? :) | 10:44 |
ihrachyshka | everyone can report. qos plugin should just get core plugin and issue a single call to get the list of types | 10:44 |
ihrachyshka | well, I mean, you don't want plugin to push data into service_plugins, since plugin is always there, but qos plugin may be missing | 10:44 |
*** afazekas has quit IRC | 10:44 | |
ajo | ihrachyshka, that makes sense | 10:44 |
ihrachyshka | so instead we can be lazy and allow qos plugin to fetch data on demand | 10:44 |
ajo | good point | 10:44 |
*** roeyc has joined #openstack-neutron | 10:45 | |
ajo | ihrachyshka, on other topic, any idea on how to filter CI messages from gerrit? | 10:45 |
ajo | I can see new patchsets by headers | 10:45 |
ajo | but... | 10:45 |
ihrachyshka | so think about it. I'll continue on that on Mon. | 10:45 |
ajo | CI messages come as "normal comments" | 10:45 |
ajo | X-Gerrit-MessageType: comment | 10:45 |
ajo | :( | 10:46 |
ihrachyshka | ajo, I ended up ignoring everything that does not vote (unless I'm really suspicious) | 10:46 |
ihrachyshka | ajo, btw you get email notifs for them, so you can apply filtering there | 10:46 |
ihrachyshka | ah, sorry, I misunderstood you initially | 10:46 |
trinaths | ajo: few ci msgs come as comments | 10:46 |
ihrachyshka | well, they all have "CI" in their names | 10:46 |
ajo | trinaths: ryu, hp, hyperv | 10:47 |
ajo | all those are comments | 10:47 |
*** vijaykc4 has joined #openstack-neutron | 10:47 | |
ajo | hmmm good hint ihrachyshka | 10:47 |
ajo | I hope no michael CI will ever come and join openstack because I'll be filtering him from gerrit ;D | 10:47 |
ajo | anything "CI (Code Review)" or "Jenkins (Code Review)" goes to *archive! | 10:49 |
ajo | ohhhh | 10:49 |
trinaths | ajo: filter that way. | 10:49 |
ajo | beautiful! | 10:49 |
*** stanzgy has quit IRC | 10:50 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Refactor NetcatTester class https://review.openstack.org/188836 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: ip_lib: Add flush() command to IpNeigh to clean arp cache https://review.openstack.org/192272 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Introduce connection testers module https://review.openstack.org/191147 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Move NetcatTester to common/net_helpers https://review.openstack.org/192801 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: RootHelperProcess: kill can consume signal number https://review.openstack.org/193196 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Add test cases to testing firewall drivers https://review.openstack.org/191148 | 10:50 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Introduce yet another Pinger object https://review.openstack.org/192802 | 10:50 |
*** Marga_ has joined #openstack-neutron | 10:50 | |
ajo | jlibosva++ | 10:50 |
ajo | ^ | 10:50 |
ajo | :) | 10:50 |
*** Marga_ has quit IRC | 10:50 | |
jlibosva | ajo: :) | 10:51 |
jlibosva | ajo: do review! :D | 10:51 |
ajo | jlibosva: I'll split a patch (finally) and review it again :) | 10:51 |
ajo | jlibosva, is iptables passing now? :) | 10:51 |
jlibosva | ajo: you mean firewall blink? | 10:52 |
ajo | jlibosva: yup :) | 10:53 |
jlibosva | ajo: it is | 10:53 |
ajo | jlibosva: https://twitter.com/mangel_ajo/status/611849346733228032 | 10:54 |
ajo | :_) | 10:54 |
jlibosva | ajo: so coooool!!! | 10:54 |
jlibosva | ajo: where are you? | 10:55 |
*** nyechiel has quit IRC | 10:55 | |
ajo | It's like a short of shopping center nearby, it was a railway station reconverted into restaurants + shopping | 10:55 |
trinaths | ajo: :) | 10:56 |
*** dims has quit IRC | 10:57 | |
*** pc_m has joined #openstack-neutron | 11:00 | |
*** ajo is now known as ajo\picksupfood | 11:01 | |
*** trinaths has quit IRC | 11:02 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: NSX QoS ext: RXTX factor can be decimal https://review.openstack.org/189665 | 11:03 |
*** wuhg has quit IRC | 11:04 | |
*** dims has joined #openstack-neutron | 11:06 | |
*** afazekas has joined #openstack-neutron | 11:07 | |
*** trinaths has joined #openstack-neutron | 11:10 | |
*** jprovazn has quit IRC | 11:10 | |
*** jprovazn has joined #openstack-neutron | 11:12 | |
*** thing1 has joined #openstack-neutron | 11:14 | |
*** thing1 has left #openstack-neutron | 11:15 | |
*** neeti has quit IRC | 11:21 | |
*** merooney has joined #openstack-neutron | 11:22 | |
*** roeyc has quit IRC | 11:23 | |
*** moshele has joined #openstack-neutron | 11:27 | |
*** markvoelker has joined #openstack-neutron | 11:29 | |
*** mwagner_afk has quit IRC | 11:31 | |
*** aranjan has joined #openstack-neutron | 11:31 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: lb: stop handling Havana device updates https://review.openstack.org/193486 | 11:31 |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: lb: avoid doing nova VIF work plumbing tap to qbr https://review.openstack.org/193485 | 11:31 |
openstackgerrit | Peter V. Saveliev proposed openstack/neutron-specs: VLAN aware VMs https://review.openstack.org/94612 | 11:33 |
*** markvoelker has quit IRC | 11:34 | |
*** aranjan has quit IRC | 11:36 | |
*** banix has joined #openstack-neutron | 11:42 | |
*** jasondotstar has quit IRC | 11:43 | |
*** thorst has joined #openstack-neutron | 11:45 | |
*** abregman has joined #openstack-neutron | 11:46 | |
*** banix has quit IRC | 11:47 | |
*** trinaths has left #openstack-neutron | 11:47 | |
*** hitalia has quit IRC | 11:50 | |
*** boris-42 has quit IRC | 11:52 | |
*** moshele has quit IRC | 11:56 | |
*** mmdurrant has joined #openstack-neutron | 11:59 | |
*** erkules_ is now known as erkules | 11:59 | |
*** erkules has joined #openstack-neutron | 11:59 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron: cleanup openstack-common.conf and sync updated files https://review.openstack.org/189117 | 11:59 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Introduce connection testers module https://review.openstack.org/191147 | 11:59 |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Add test cases to testing firewall drivers https://review.openstack.org/191148 | 11:59 |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Move _delete_port https://review.openstack.org/193106 | 12:00 |
*** markvoelker has joined #openstack-neutron | 12:05 | |
SridharG | bradjones: ianw: hello, I have a question regarding the MTU selection and advt support in Neutron. | 12:10 |
*** ajo\picksupfood is now known as ajo | 12:10 | |
SridharG | bradjones: ianw: I hope Phase1 and 2 changes are currently implemented. | 12:12 |
*** coolsvap|away is now known as coolsvap | 12:12 | |
*** yatin has quit IRC | 12:13 | |
SridharG | bradjones: ianw: according to the spec "Correct the network control and plugging code to correctly set the MTU on all software network elements that respect it" seems to be part of Phase1. Looking at the code, i feel this is not yet implemented. Is my understanding correct or am i missing something? | 12:14 |
*** yamamoto has quit IRC | 12:19 | |
openstackgerrit | Peter V. Saveliev proposed openstack/neutron-specs: VLAN aware VMs https://review.openstack.org/94612 | 12:20 |
*** Sanjeev has joined #openstack-neutron | 12:21 | |
*** coolsvap is now known as coolsvap|away | 12:22 | |
*** Sanjeev has quit IRC | 12:24 | |
*** jbell8 has joined #openstack-neutron | 12:27 | |
*** Marga_ has joined #openstack-neutron | 12:29 | |
*** rossella_s has quit IRC | 12:30 | |
*** rossella_s has joined #openstack-neutron | 12:31 | |
*** jbell8 has quit IRC | 12:31 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Add request factory for pluggable IPAM https://review.openstack.org/192663 | 12:32 |
*** aranjan has joined #openstack-neutron | 12:32 | |
*** sudipto has quit IRC | 12:32 | |
*** coolsvap|away is now known as coolsvap | 12:34 | |
*** aranjan has quit IRC | 12:37 | |
*** marrusl has joined #openstack-neutron | 12:37 | |
*** Marga_ has quit IRC | 12:39 | |
*** Marga_ has joined #openstack-neutron | 12:40 | |
*** raildo has joined #openstack-neutron | 12:41 | |
*** Longgeek has quit IRC | 12:41 | |
*** Longgeek has joined #openstack-neutron | 12:42 | |
*** jasondotstar has joined #openstack-neutron | 12:43 | |
*** dims has quit IRC | 12:46 | |
*** dims has joined #openstack-neutron | 12:46 | |
*** zhenguo has quit IRC | 12:51 | |
*** jaypipes has quit IRC | 12:51 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron-fwaas: Switch to oslo.service https://review.openstack.org/193453 | 12:53 |
openstackgerrit | Elena Ezhova proposed openstack/neutron-vpnaas: Switch to oslo.service https://review.openstack.org/193455 | 12:54 |
*** yamamoto has joined #openstack-neutron | 12:57 | |
*** yamamoto has quit IRC | 12:57 | |
*** yamamoto has joined #openstack-neutron | 12:57 | |
*** Longgeek has quit IRC | 12:57 | |
*** Longgeek has joined #openstack-neutron | 12:59 | |
*** coolsvap is now known as coolsvap|away | 12:59 | |
*** numan has quit IRC | 13:00 | |
*** dboik has joined #openstack-neutron | 13:03 | |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: use dict.keys() instead of dict.iterkeys() https://review.openstack.org/193524 | 13:03 |
*** thurloat_isgone is now known as thurloat | 13:04 | |
*** julim has joined #openstack-neutron | 13:05 | |
*** sdake has joined #openstack-neutron | 13:05 | |
*** HenryG has quit IRC | 13:05 | |
*** dboik_ has joined #openstack-neutron | 13:05 | |
*** HenryG has joined #openstack-neutron | 13:05 | |
*** HenryG has quit IRC | 13:06 | |
*** julim has quit IRC | 13:07 | |
*** sdake_ has joined #openstack-neutron | 13:07 | |
*** HenryG has joined #openstack-neutron | 13:07 | |
*** dane_leblanc has joined #openstack-neutron | 13:07 | |
*** pbrooko has joined #openstack-neutron | 13:08 | |
*** julim has joined #openstack-neutron | 13:08 | |
*** dboik has quit IRC | 13:08 | |
*** devvesa has quit IRC | 13:08 | |
*** claudiub has quit IRC | 13:08 | |
*** sdake has quit IRC | 13:10 | |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: do not use im_self/im_func/func_closure https://review.openstack.org/193476 | 13:11 |
*** vijaykc4 has quit IRC | 13:11 | |
*** baoli has joined #openstack-neutron | 13:14 | |
*** AndroUser has joined #openstack-neutron | 13:15 | |
*** sudipto has joined #openstack-neutron | 13:16 | |
*** baoli_ has joined #openstack-neutron | 13:16 | |
*** yamamoto has quit IRC | 13:17 | |
*** baoli has quit IRC | 13:19 | |
*** sdake has joined #openstack-neutron | 13:20 | |
*** achanda has joined #openstack-neutron | 13:23 | |
*** sdake_ has quit IRC | 13:24 | |
*** amuller has joined #openstack-neutron | 13:26 | |
*** jaypipes has joined #openstack-neutron | 13:26 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron: Switch to oslo.service https://review.openstack.org/192999 | 13:26 |
*** dguerri` is now known as dguerri | 13:26 | |
*** AndroUser has quit IRC | 13:27 | |
*** yamamoto has joined #openstack-neutron | 13:27 | |
*** devvesa has joined #openstack-neutron | 13:29 | |
*** abregman has quit IRC | 13:30 | |
*** abregman has joined #openstack-neutron | 13:30 | |
*** dannywilson has joined #openstack-neutron | 13:32 | |
*** aranjan has joined #openstack-neutron | 13:33 | |
eezhova | ihrachyshka, could you help me one more time? How can I disable pylint checks for the neutron.common.rpc code that I copied to neutron_lbaas? | 13:33 |
rossella_s | amuller, HenryG hi! do you think we can merge https://review.openstack.org/#/c/140042/ ? tests ran 5 times successfully | 13:33 |
*** saju_m has joined #openstack-neutron | 13:34 | |
ihrachyshka | eezhova, hm, why do you need to disable it? | 13:34 |
*** kiran-r has quit IRC | 13:34 | |
eezhova | ihrachyshka, there are pylint failures for it | 13:34 |
ihrachyshka | eezhova, can you show them to me? | 13:35 |
eezhova | ihrachyshka, here https://jenkins05.openstack.org/job/gate-neutron-lbaas-pep8/271/console | 13:35 |
ihrachyshka | eezhova, there are ways to disable specific pylint checks, but I'd like to see them first | 13:35 |
*** ferest has joined #openstack-neutron | 13:35 | |
*** shwetaap has joined #openstack-neutron | 13:35 | |
HenryG | rossella_s: I am OK with it. amuller what do you think? | 13:37 |
amuller | HenryG: rossella_s: Let's merge it. If it starts failing too many times we'll have to revert it and figure out what's wrong. | 13:37 |
*** aranjan has quit IRC | 13:38 | |
HenryG | rossella_s: amuller: I see that ZZelle pointed out some possible duplicate id/ip issues. We can try to put in checks for dups if we see failures. | 13:38 |
ZZelle | HenryG, could you point the review? | 13:39 |
HenryG | ZZelle: https://review.openstack.org/140042 | 13:39 |
ihrachyshka | eezhova, hm, how about fixing those in neutron first? at least two of those seem legit. | 13:39 |
amuller | rossella_s: HenryG: ZZelle: Rossella, I think Cedric's points are valid and should take a couple of mins to fix | 13:40 |
*** dguerri is now known as dguerri` | 13:40 | |
amuller | maybe we'd want to merge that version instead | 13:40 |
rossella_s | amuller: ok, let me update it | 13:41 |
eezhova | ihrachyshka, can I just fix these issues right in neutron_lbaas and make an independent patch to neutron? Otherwise there will be yet another dependency :( | 13:42 |
ihrachyshka | eezhova, yeah, sure. I don't mind since we kill the file afterwards | 13:42 |
eezhova | ihrachyshka, great, thanks! | 13:43 |
ihrachyshka | eezhova, btw http://docs.pylint.org/faq.html#is-it-possible-to-locally-disable-a-particular-message | 13:43 |
ihrachyshka | or even check 4.2 | 13:43 |
ihrachyshka | it may be the easiest | 13:43 |
* pavel_bondar would like to bring some reviewer's attention to https://review.openstack.org/#/c/190623 since there were no new feedback for two days | 13:44 | |
*** lnicolas has quit IRC | 13:44 | |
ihrachyshka | or even #pylint: skip-file | 13:44 |
*** jckasper has joined #openstack-neutron | 13:44 | |
*** prad has joined #openstack-neutron | 13:44 | |
eezhova | ihrachyshka, aha, thanks for a hint | 13:45 |
*** dguerri` is now known as dguerri | 13:45 | |
*** dansmith is now known as superdan | 13:45 | |
*** dannywilson has quit IRC | 13:46 | |
*** dannywilson has joined #openstack-neutron | 13:46 | |
*** yamamoto_ has joined #openstack-neutron | 13:47 | |
*** igordcard_ has quit IRC | 13:47 | |
*** rpothier has joined #openstack-neutron | 13:49 | |
*** jaypipes is now known as leakypipes | 13:50 | |
*** yamamoto has quit IRC | 13:51 | |
*** beagles is now known as beagles_brb | 13:53 | |
*** subscope has quit IRC | 13:56 | |
*** shwetaap has quit IRC | 13:56 | |
*** mwagner_afk has joined #openstack-neutron | 13:57 | |
*** dims is now known as dimsum__ | 13:57 | |
*** merooney has quit IRC | 13:57 | |
openstackgerrit | Jakub Libosvar proposed openstack/neutron: Disable keepalived process in keepalived func test https://review.openstack.org/193558 | 13:57 |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: do not use '+' on dict_items objects https://review.openstack.org/193559 | 13:58 |
*** Marga_ has quit IRC | 13:58 | |
*** merooney has joined #openstack-neutron | 14:01 | |
*** dannywilson has quit IRC | 14:02 | |
*** claudiub has joined #openstack-neutron | 14:02 | |
*** fredlhsu has joined #openstack-neutron | 14:03 | |
openstackgerrit | Rossella Sblendido proposed openstack/neutron: Adds base in-tree functional testing of the ovs_neutron_agent https://review.openstack.org/140042 | 14:03 |
*** f13o has joined #openstack-neutron | 14:05 | |
*** jagter has quit IRC | 14:06 | |
*** morganfainberg is now known as morgan-devserver | 14:06 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron-vpnaas: Switch to oslo.service https://review.openstack.org/193455 | 14:06 |
*** pbrooko has quit IRC | 14:06 | |
*** vijaykc4 has joined #openstack-neutron | 14:07 | |
*** lori is now known as lori|away | 14:07 | |
*** roeyc has joined #openstack-neutron | 14:07 | |
*** morgan-devserver is now known as CaptainMorgan | 14:08 | |
*** jlibosva has quit IRC | 14:09 | |
*** ihrachyshka has quit IRC | 14:09 | |
*** jlibosva has joined #openstack-neutron | 14:09 | |
*** johnbelamaric has joined #openstack-neutron | 14:09 | |
*** ajmiller has joined #openstack-neutron | 14:10 | |
*** beagles_brb is now known as beagles | 14:10 | |
*** roeyc has quit IRC | 14:12 | |
*** pbrooko has joined #openstack-neutron | 14:13 | |
*** ronis has quit IRC | 14:14 | |
*** localloop127 has joined #openstack-neutron | 14:14 | |
*** krtaylor has quit IRC | 14:15 | |
*** shwetaap has joined #openstack-neutron | 14:15 | |
*** vijaykc4 has quit IRC | 14:16 | |
*** aranjan has joined #openstack-neutron | 14:16 | |
*** pbrooko has quit IRC | 14:17 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron: Switch to oslo.service https://review.openstack.org/192999 | 14:17 |
*** yfried_ has quit IRC | 14:20 | |
*** ferest has quit IRC | 14:20 | |
*** zz_jgrimm is now known as jgrimm | 14:20 | |
*** akamyshnikova1 has joined #openstack-neutron | 14:21 | |
*** Networkn3rd has joined #openstack-neutron | 14:27 | |
*** r-daneel has joined #openstack-neutron | 14:27 | |
*** archers has joined #openstack-neutron | 14:29 | |
openstackgerrit | Cyril Roelandt proposed openstack/neutron: Python3: use itertools.zip instead of itertools.izip https://review.openstack.org/193572 | 14:29 |
*** alaski is now known as lascii | 14:29 | |
*** josecastroleon has quit IRC | 14:31 | |
*** carl_baldwin has joined #openstack-neutron | 14:33 | |
*** chem has joined #openstack-neutron | 14:34 | |
*** dboik_ has quit IRC | 14:34 | |
*** jasondotstar has quit IRC | 14:35 | |
*** yamahata has joined #openstack-neutron | 14:35 | |
*** shwetaap has quit IRC | 14:35 | |
*** akamyshnikova1 has quit IRC | 14:35 | |
*** akamyshnikova1 has joined #openstack-neutron | 14:35 | |
*** achanda has quit IRC | 14:36 | |
*** jasondotstar has joined #openstack-neutron | 14:37 | |
*** carl_baldwin has quit IRC | 14:37 | |
*** yamahata has quit IRC | 14:38 | |
*** yamahata has joined #openstack-neutron | 14:38 | |
*** Marga_ has joined #openstack-neutron | 14:38 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron: Fix l3 agent to not create already deleted router https://review.openstack.org/183519 | 14:40 |
*** carl_baldwin has joined #openstack-neutron | 14:40 | |
*** carl_baldwin has quit IRC | 14:41 | |
*** roeyc has joined #openstack-neutron | 14:43 | |
*** rushil has joined #openstack-neutron | 14:43 | |
*** dguerri is now known as dguerri` | 14:44 | |
*** tomoe_ has joined #openstack-neutron | 14:44 | |
*** yamahata has quit IRC | 14:44 | |
*** krtaylor has joined #openstack-neutron | 14:45 | |
*** yamahata has joined #openstack-neutron | 14:45 | |
*** carl_baldwin has joined #openstack-neutron | 14:46 | |
openstackgerrit | Brian Haley proposed openstack/neutron-specs: [WIP] "Get me a network" spec https://review.openstack.org/184857 | 14:46 |
*** carl_baldwin has quit IRC | 14:47 | |
*** Marga_ has quit IRC | 14:47 | |
*** Marga_ has joined #openstack-neutron | 14:47 | |
*** yamamoto_ has quit IRC | 14:48 | |
*** carl_baldwin has joined #openstack-neutron | 14:48 | |
*** archers has quit IRC | 14:50 | |
*** dguerri` is now known as dguerri | 14:50 | |
openstackgerrit | Oleg Bondarev proposed openstack/neutron: l3 agent: do router cleanup for unknown routers https://review.openstack.org/190626 | 14:50 |
*** spandhe has joined #openstack-neutron | 14:51 | |
*** daneyon has joined #openstack-neutron | 14:52 | |
*** absubram has joined #openstack-neutron | 14:52 | |
*** yamamoto has joined #openstack-neutron | 14:53 | |
*** f13o has quit IRC | 14:53 | |
*** krtaylor has quit IRC | 14:53 | |
*** Longgeek has quit IRC | 14:53 | |
*** f13o has joined #openstack-neutron | 14:54 | |
*** Longgeek has joined #openstack-neutron | 14:54 | |
*** absubram has quit IRC | 14:54 | |
*** absubram has joined #openstack-neutron | 14:55 | |
HenryG | jlibosva: ping | 14:57 |
jlibosva | HenryG: hi | 14:57 |
*** Bhavya has joined #openstack-neutron | 14:57 | |
HenryG | jlibosva: sorry for always turning to you for grenade questions ... | 14:57 |
jlibosva | HenryG: np, I'm happy to help | 14:57 |
HenryG | jlibosva: Is the grenade job very unstable? I see it failing often | 14:58 |
jlibosva | HenryG: I noticed that this morning too. But I haven't looked into it yet. | 14:58 |
*** lukasa has quit IRC | 14:58 | |
HenryG | jlibosva: OK. I poked around in a few failing logs but as usual I could not find much | 14:59 |
*** daneyon_ has joined #openstack-neutron | 14:59 | |
*** carl_baldwin has quit IRC | 14:59 | |
jlibosva | HenryG: can you send me a link please to any failing job? I'll try to have a look too | 15:00 |
*** mlavalle has joined #openstack-neutron | 15:00 | |
*** Marga_ has quit IRC | 15:00 | |
HenryG | jlibosva: this one I just looked at: https://review.openstack.org/193524 | 15:00 |
jlibosva | HenryG: thanks | 15:00 |
jlibosva | HenryG: hm, I see tempest failing | 15:00 |
*** TrevorV has joined #openstack-neutron | 15:00 | |
*** Marga_ has joined #openstack-neutron | 15:01 | |
*** zhhuabj has joined #openstack-neutron | 15:01 | |
HenryG | jlibosva: oh, right. Hang on, let me look for another one from last night | 15:02 |
jlibosva | HenryG: for me it doesn't seem like Neutron issue. Do you have any info if other grenade jobs that don't use neutron fail too? | 15:02 |
*** daneyon has quit IRC | 15:02 | |
* jlibosva thinks there is a page with job statistics but can't find it | 15:02 | |
HenryG | jlibosva: try this one, http://logs.openstack.org/70/193370/1/check/check-grenade-dsvm-neutron/2a15551/ | 15:03 |
*** zzzeek has joined #openstack-neutron | 15:03 | |
*** amuller is now known as amuller_afk | 15:03 | |
*** agireud has joined #openstack-neutron | 15:04 | |
openstackgerrit | Paul Michali proposed openstack/neutron-vpnaas: VPNaaS: DevRef for multiple local subnets https://review.openstack.org/191944 | 15:04 |
*** carl_baldwin has joined #openstack-neutron | 15:05 | |
*** saju_m has quit IRC | 15:05 | |
*** yamamoto has quit IRC | 15:06 | |
*** jbell8 has joined #openstack-neutron | 15:06 | |
jlibosva | HenryG: I would say it has to do something either with glance or keystone | 15:06 |
jlibosva | HenryG: openstack image list --property status=active | 15:07 |
jlibosva | ERROR: openstack Unauthorized (HTTP 401) | 15:07 |
*** jbell8 has quit IRC | 15:07 | |
*** jbell8 has joined #openstack-neutron | 15:07 | |
HenryG | jlibosva: ok, thanks | 15:07 |
*** Bhavya has quit IRC | 15:07 | |
jlibosva | HenryG: I can't find keystone logs there, can you see it? I might be blind | 15:08 |
HenryG | jlibosva: I am blinder than you | 15:08 |
jlibosva | HenryG: this is in glance logs http://logs.openstack.org/70/193370/1/check/check-grenade-dsvm-neutron/2a15551/logs/new/screen-g-api.txt.gz#_2015-06-19_00_52_34_467 | 15:09 |
*** rushil has quit IRC | 15:09 | |
*** banix has joined #openstack-neutron | 15:09 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Add DB support for resource usage tracking https://review.openstack.org/188608 | 15:09 |
HenryG | jlibosva: then other projects should be having gate issues also? | 15:09 |
openstackgerrit | Merged openstack/neutron: DHCP agent: Set an "ipxe" tag to work with Ironic https://review.openstack.org/172040 | 15:10 |
jlibosva | HenryG: that's what I asked, I don't know where can I find this info | 15:10 |
*** carl_baldwin has quit IRC | 15:10 | |
jlibosva | HenryG: maybe kibana can help us | 15:10 |
*** dboik has joined #openstack-neutron | 15:10 | |
*** daneyon_ has quit IRC | 15:12 | |
*** armax has joined #openstack-neutron | 15:13 | |
*** yamamoto has joined #openstack-neutron | 15:13 | |
HenryG | otherwiseguy: ping | 15:13 |
jlibosva | HenryG: in last 48h it happned 8 times and all of failures were on neutron grenade, so seems like our fault | 15:13 |
openstackgerrit | Merged openstack/neutron: Python3: do not use im_self/im_func/func_closure https://review.openstack.org/193476 | 15:13 |
HenryG | jlibosva: how can neutron cause keystone failures???? | 15:14 |
* jlibosva shrugs | 15:14 | |
jlibosva | HenryG: but when I was working with grenade I saw really weird influences there | 15:15 |
jlibosva | HenryG: so I found out keystone logs are hidden in apache directory :) I'm not very familiar with keystone logs http://logs.openstack.org/70/193370/1/check/check-grenade-dsvm-neutron/2a15551/logs/apache/keystone.txt.gz | 15:19 |
jlibosva | HenryG: for me it seems like keystone is trying to start in a loop and fails at the end | 15:20 |
*** Bhavya has joined #openstack-neutron | 15:21 | |
openstackgerrit | Pavel Bondar proposed openstack/neutron: Decompose _create_subnet_from_pool https://review.openstack.org/193595 | 15:21 |
HenryG | jlibosva: shall we hop over to the keystone channel and ask them to help us look for clues in the log? | 15:21 |
jlibosva | HenryG: I just did :) | 15:21 |
openstackgerrit | Merged openstack/neutron: Fix 'router_gateway' port status can't be updated https://review.openstack.org/151501 | 15:23 |
*** eandersson has quit IRC | 15:23 | |
*** yamamoto has quit IRC | 15:23 | |
jlibosva | HenryG: it's https://bugs.launchpad.net/keystone/+bug/1466893 | 15:23 |
openstack | Launchpad bug 1466485 in Keystone "duplicate for #1466893 keystone fails with: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option" [Critical,Confirmed] | 15:23 |
*** sudipto_ has joined #openstack-neutron | 15:24 | |
HenryG | jlibosva: yep, I saw that. Thanks! | 15:24 |
jlibosva | HenryG: and by the time I joined channel there was an ongoing discussion on this matter | 15:24 |
HenryG | indeed | 15:24 |
*** sudipto has quit IRC | 15:24 | |
*** roeyc has quit IRC | 15:26 | |
*** jasondotstar has quit IRC | 15:26 | |
*** rushil has joined #openstack-neutron | 15:26 | |
*** absubram has quit IRC | 15:26 | |
jlibosva | HenryG: np, have a great weekend :) | 15:27 |
HenryG | jlibosva: You too! Thanks again. | 15:27 |
*** jasondotstar has joined #openstack-neutron | 15:28 | |
openstackgerrit | Merged openstack/neutron: Fix cisco_csr_identifier_map.ipsec_site_conn_id https://review.openstack.org/190154 | 15:28 |
openstackgerrit | Merged openstack/neutron: fix DHCP port changed when dhcp-agent restart https://review.openstack.org/162522 | 15:29 |
*** edmondsw has joined #openstack-neutron | 15:30 | |
*** aranjan has quit IRC | 15:32 | |
*** mitchjameson has joined #openstack-neutron | 15:32 | |
*** mitchjameson has quit IRC | 15:33 | |
*** wwriverrat has joined #openstack-neutron | 15:34 | |
*** yamamoto has joined #openstack-neutron | 15:35 | |
*** carl_baldwin has joined #openstack-neutron | 15:35 | |
openstackgerrit | Merged openstack/python-neutronclient: Updated from global requirements https://review.openstack.org/192388 | 15:37 |
vishwanathj | amotoki, hi | 15:38 |
openstackgerrit | Merged openstack/neutron-fwaas: Updated from global requirements https://review.openstack.org/190406 | 15:38 |
*** carl_baldwin has quit IRC | 15:38 | |
*** abregman has quit IRC | 15:38 | |
*** _cjones_ has joined #openstack-neutron | 15:38 | |
otherwiseguy | HenryG: pong | 15:38 |
*** mitchjameson has joined #openstack-neutron | 15:39 | |
amotoki_ | vishwanathj: hi | 15:39 |
*** brad[] has joined #openstack-neutron | 15:40 | |
*** dsanders has joined #openstack-neutron | 15:40 | |
vishwanathj | amotoki_, it would be great if you could review my updates and the test cases for the patch set https://review.openstack.org/#/c/190336/ | 15:40 |
vishwanathj | and provide your feedback | 15:40 |
*** thurloat is now known as thurloat_isgone | 15:41 | |
HenryG | otherwiseguy: I looked at the ovs python package | 15:41 |
otherwiseguy | HenryG: and noticed how very not python3-friendly it is? :) | 15:41 |
vishwanathj | amotoki_, also, for the bug https://bugs.launchpad.net/neutron/+bug/1465440 , should we handle resolution in Horizon instead of neutron? | 15:41 |
openstack | Launchpad bug 1465440 in neutron "Firewall attribute "Shared" is set to None by default instead of 'False'" [High,Confirmed] - Assigned to vishwanath jayaraman (vishwanathj) | 15:41 |
HenryG | otherwiseguy: that's what I was going to say :) | 15:41 |
amotoki_ | vishwanathj: looking the review | 15:42 |
vishwanathj | amotoki_, thanks | 15:42 |
otherwiseguy | HenryG: The reason is that they have been trying to support Python 2.4+. There is a patch to move that to 2.7+. I have some preliminary work for py3-compatibility (it just fixes the stuff that running setup.py finds). Plan on doing full support soon. | 15:42 |
otherwiseguy | HenryG: Apparently Xen ships with py2.4 or something. But if you install py2.7 it works as well. | 15:43 |
amotoki_ | vishwanathj: re bug 1465440, after reading comment from Sumit, it should be fixed in Horizon. | 15:44 |
openstack | bug 1465440 in neutron "Firewall attribute "Shared" is set to None by default instead of 'False'" [High,Confirmed] https://launchpad.net/bugs/1465440 - Assigned to vishwanath jayaraman (vishwanathj) | 15:44 |
otherwiseguy | HenryG: Doing both py2.4 and py3 in the same tree is, if not impossible, very hard. | 15:44 |
HenryG | otherwiseguy: OK, sounds like you are on top of this | 15:44 |
amotoki_ | vishwanathj: in neutron fwaas, it may be nice to have a comment to reflect Sumit's comment. It would help other developers. | 15:44 |
otherwiseguy | HenryG: Trying to be, anyway. :) | 15:44 |
HenryG | otherwiseguy: I don't want to derail Neutron's py3k efforts | 15:45 |
vishwanathj | amotoki_, that makes sense, should I also refer to the bug in the code comments | 15:45 |
HenryG | otherwiseguy: Let me know if I can help on the ovs side | 15:45 |
*** daneyon has joined #openstack-neutron | 15:46 | |
amotoki_ | vishwanathj: related-bug loosk good to me, or we can just mention the bug in the commit message. | 15:46 |
openstackgerrit | Merged openstack/neutron: Python3: do not use '+' on dict_items objects https://review.openstack.org/193559 | 15:47 |
*** tomoe_ has quit IRC | 15:47 | |
otherwiseguy | HenryG: Will do. So far: http://openvswitch.org/pipermail/dev/2015-May/055202.html and http://openvswitch.org/pipermail/dev/2015-May/055310.html | 15:47 |
*** krtaylor has joined #openstack-neutron | 15:48 | |
ajo | hi armax, morning ;) | 15:49 |
ajo | do you have time to chat about the remote-callback thing? :) | 15:49 |
armax | ajo: moring | 15:49 |
armax | ajo: going into a meeting now :( | 15:50 |
armax | and I have 3 meetings back-to-back :( | 15:50 |
ajo | armax, ack, I will update the spec then, and let's keep discussion over there | 15:50 |
armax | ajo: we should sync up here | 15:50 |
armax | though | 15:50 |
ajo | armax: I'll try to reconnect at night when I get the beasts (kids) to sleep | 15:50 |
armax | ajo: what suits you best | 15:51 |
*** kiran-r has joined #openstack-neutron | 15:51 | |
ajo | armax, otherwise I'll retry on monday afternoon ;) | 15:51 |
armax | ajo: thanks | 15:51 |
armax | ajo: aye | 15:51 |
ajo | thank you armax | 15:51 |
armax | thank you ajo! | 15:52 |
*** ygbo has quit IRC | 15:52 | |
*** thurloat_isgone is now known as thurloat | 15:52 | |
amotoki_ | vishwanathj: one question on status INACTIVE. | 15:54 |
vishwanathj | amotoki_, go ahead | 15:54 |
*** yog_ has quit IRC | 15:55 | |
amotoki_ | vishwanathj: when update_firewall is called and router_ids or firewall['router_ids'] are empty, status stays to INACTIVE when reaching to L.348 | 15:55 |
* pavel_bondar is looking for the second core reviewer for https://review.openstack.org/#/c/193075/ have already one +2 | 15:55 | |
amotoki_ | vishwanathj: is it a possible case? | 15:56 |
*** hitalia has joined #openstack-neutron | 15:56 | |
*** alex_klimov has quit IRC | 15:56 | |
*** dsanders has quit IRC | 15:56 | |
vishwanathj | amotoki_, it might so happen that an end user creates a firewall with associated policy with rules and no routers attached..... | 15:57 |
*** jlibosva has quit IRC | 15:58 | |
vishwanathj | later the end user updates either the firewall rule attributes or firewall policy attributes and the call will finally propogate to the update_firewall hitting the L325 condition being false.... | 15:59 |
*** dsanders has joined #openstack-neutron | 15:59 | |
*** lascii is now known as alaski | 15:59 | |
vishwanathj | at which time the firewall status has to continue to be INACTIVE | 16:00 |
*** tongl has joined #openstack-neutron | 16:00 | |
amotoki_ | vishwanathj: so, does "if router_ids or firewall['router_ids']: <current logic> else: status = INACTIVE" work? | 16:00 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Introduce usage data tracking for Neutron https://review.openstack.org/188883 | 16:01 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Enable resource usage tracking for reference plugins. https://review.openstack.org/188884 | 16:01 |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Create packages for quota modules https://review.openstack.org/188618 | 16:01 |
*** tongl has quit IRC | 16:01 | |
sc68cal | Hey, has anyone else noticed that sometimes the check-grenade-dsvm-neutron fails - http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiRm91bmQgbm8gdmFsaWQgaW1hZ2VzIHRvIHVzZSFcIiBmaWxlbmFtZTpcImdyZW5hZGUuc2gudHh0Lmd6XCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQzNDcyOTcwOTU5OH0= ? | 16:01 |
*** pask81 has quit IRC | 16:02 | |
*** john-davidge has quit IRC | 16:02 | |
*** dsanders has quit IRC | 16:02 | |
*** jlanoux_ has quit IRC | 16:02 | |
vishwanathj | amotoki_, yes it would work, having the default status set to INACTIVE avoids having the else statement | 16:02 |
*** yamahata has quit IRC | 16:03 | |
amotoki_ | vishwanathj: setting the default status value means that status will be kept unless any logic touches it. | 16:04 |
*** tongl has joined #openstack-neutron | 16:05 | |
amotoki_ | vishwanathj: in this case we have more clear condition to set the status to INACTIVE. Perhaps it is the reason I was a bit confused and it lead to my question. | 16:05 |
*** hitalia has quit IRC | 16:06 | |
vishwanathj | amotoki_, what is your recommendation? | 16:07 |
amotoki_ | vishwanathj: my vote is to use if-else. I am now writing a comment in the review. | 16:07 |
vishwanathj | amotoki_, sounds good | 16:08 |
*** nlahouti has joined #openstack-neutron | 16:09 | |
*** carl_baldwin has joined #openstack-neutron | 16:10 | |
*** dannywilson has joined #openstack-neutron | 16:11 | |
*** crose has joined #openstack-neutron | 16:11 | |
amotoki_ | vishwanathj: thanks for your patience. | 16:11 |
vishwanathj | amotoki_, appreciate your time and comments, thanks. I will shortly upload a new patch | 16:12 |
amotoki_ | vishwanathj: at now, we have only two fwaas cores, so you need to grab both. I am not a core of fwaas now. | 16:13 |
vishwanathj | who are the two fwaas cores? | 16:14 |
*** apuimedo has joined #openstack-neutron | 16:14 | |
amotoki_ | vishwanathj: mestery and dougwig | 16:14 |
vishwanathj | amotoki_, I will approach them after I address your comments and get a +1 from you | 16:14 |
mestery | vishwanathj amotoki_: Thanks! | 16:15 |
*** carl_baldwin has quit IRC | 16:16 | |
*** merooney has quit IRC | 16:16 | |
*** anilvenkata has left #openstack-neutron | 16:17 | |
*** spandhe has quit IRC | 16:19 | |
*** kiran-r has quit IRC | 16:21 | |
openstackgerrit | Sridhar Gaddam proposed openstack/neutron: Wait for radvd process to become active https://review.openstack.org/193624 | 16:21 |
*** mitchjameson has quit IRC | 16:23 | |
*** achanda has joined #openstack-neutron | 16:23 | |
*** SridharG has left #openstack-neutron | 16:23 | |
*** ildikov_ has quit IRC | 16:23 | |
*** roeyc has joined #openstack-neutron | 16:24 | |
openstackgerrit | vishwanath jayaraman proposed openstack/neutron-fwaas: Fixes firewall going to error state on an update https://review.openstack.org/190336 | 16:26 |
*** sridhar_ram has joined #openstack-neutron | 16:26 | |
*** sdake_ has joined #openstack-neutron | 16:27 | |
*** raildo has quit IRC | 16:29 | |
*** dguerri is now known as dguerri` | 16:29 | |
*** aranjan has joined #openstack-neutron | 16:29 | |
*** rossella_s has quit IRC | 16:30 | |
*** rossella_s has joined #openstack-neutron | 16:30 | |
*** raildo has joined #openstack-neutron | 16:30 | |
*** sdake has quit IRC | 16:31 | |
*** dannywilson has quit IRC | 16:31 | |
*** devvesa has quit IRC | 16:31 | |
*** dannywilson has joined #openstack-neutron | 16:32 | |
*** kiran-r has joined #openstack-neutron | 16:32 | |
*** Djinnn has joined #openstack-neutron | 16:32 | |
*** fedexo has joined #openstack-neutron | 16:32 | |
*** roeyc has quit IRC | 16:33 | |
openstackgerrit | Kyle Mestery proposed openstack/neutron: DHCP: Add default DNS servers to Neutron DHCP agent https://review.openstack.org/192712 | 16:34 |
*** Djinnn has quit IRC | 16:36 | |
*** yamamoto has quit IRC | 16:36 | |
*** Djinnn has joined #openstack-neutron | 16:36 | |
*** dannywilson has quit IRC | 16:36 | |
*** roeyc has joined #openstack-neutron | 16:37 | |
*** rm_work is now known as rm_work|away | 16:37 | |
*** fredlhsu has quit IRC | 16:38 | |
*** sthillma has joined #openstack-neutron | 16:38 | |
openstackgerrit | Terry Wilson proposed openstack/neutron: Add support for PluginWorker and Process creation notification https://review.openstack.org/189391 | 16:39 |
*** edmondsw has quit IRC | 16:39 | |
*** thurloat is now known as thurloat_isgone | 16:42 | |
*** zhhuabj has quit IRC | 16:43 | |
openstackgerrit | Salvatore Orlando proposed openstack/neutron: Enable resource usage tracking for reference plugins. https://review.openstack.org/188884 | 16:44 |
*** dguerri` is now known as dguerri | 16:45 | |
*** dguerri is now known as dguerri` | 16:46 | |
*** tflynn has joined #openstack-neutron | 16:47 | |
*** aranjan has quit IRC | 16:47 | |
*** aranjan has joined #openstack-neutron | 16:47 | |
*** roeyc has quit IRC | 16:47 | |
*** ZZelle_ has joined #openstack-neutron | 16:48 | |
*** safchain has quit IRC | 16:48 | |
*** tflynn_ has joined #openstack-neutron | 16:48 | |
*** f13o has quit IRC | 16:49 | |
*** sthillma has quit IRC | 16:50 | |
*** ZZelle__ has joined #openstack-neutron | 16:51 | |
*** tflynn_ has quit IRC | 16:51 | |
*** tflynn has quit IRC | 16:51 | |
*** ijw_ has quit IRC | 16:52 | |
*** sdake has joined #openstack-neutron | 16:52 | |
*** tflynn has joined #openstack-neutron | 16:52 | |
*** roeyc has joined #openstack-neutron | 16:52 | |
*** Marga_ has quit IRC | 16:53 | |
*** yamahata has joined #openstack-neutron | 16:53 | |
*** Marga_ has joined #openstack-neutron | 16:53 | |
*** rm_work|away is now known as rm_work | 16:53 | |
*** thedodd has joined #openstack-neutron | 16:54 | |
*** thurloat_isgone is now known as thurloat | 16:55 | |
*** sdake_ has quit IRC | 16:55 | |
*** raildo has quit IRC | 16:55 | |
*** numan has joined #openstack-neutron | 16:56 | |
*** raildo has joined #openstack-neutron | 16:56 | |
*** Swami has joined #openstack-neutron | 16:57 | |
*** bradjones has quit IRC | 16:58 | |
*** bradjones has joined #openstack-neutron | 16:58 | |
*** bradjones has quit IRC | 16:58 | |
*** bradjones has joined #openstack-neutron | 16:58 | |
*** Djinnn_ has joined #openstack-neutron | 16:59 | |
*** yamahata has quit IRC | 16:59 | |
*** mwagner_afk has quit IRC | 16:59 | |
*** Marga_ has quit IRC | 17:00 | |
*** Marga_ has joined #openstack-neutron | 17:01 | |
*** fredlhsu has joined #openstack-neutron | 17:02 | |
*** Djinnn has quit IRC | 17:02 | |
*** rushil has quit IRC | 17:02 | |
*** jagter has joined #openstack-neutron | 17:04 | |
*** sdake_ has joined #openstack-neutron | 17:05 | |
vishwanathj | amotoki_, hi, with regards to the bug https://bugs.launchpad.net/neutron/+bug/1465440, I still think that in neutron-fwaas code we would need to update the db with the 'shared' attribute value? What are your thoughts? Thanks | 17:05 |
openstack | Launchpad bug 1465440 in neutron "Firewall attribute "Shared" is set to None by default instead of 'False'" [High,Confirmed] - Assigned to vishwanath jayaraman (vishwanathj) | 17:05 |
openstackgerrit | Martin Roy proposed openstack/neutron: Use string exception casting everywhere https://review.openstack.org/193245 | 17:09 |
*** sdake has quit IRC | 17:09 | |
leakypipes | sc68cal: nice work on the LB devstack stuff. | 17:09 |
*** merooney has joined #openstack-neutron | 17:09 | |
*** Djinnn_ has quit IRC | 17:10 | |
sc68cal | leakypipes: thanks :) - although like I said in the e-mail, it's mostly work that I borrowed from Jens | 17:10 |
* sc68cal was like the ape in the movie 2001 - touching the monolith | 17:11 | |
leakypipes | hehe | 17:11 |
*** bradjones has quit IRC | 17:11 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: Fix FloatingIP Namespace creation in DVR for Late Binding https://review.openstack.org/177507 | 17:12 |
*** ijw_ has joined #openstack-neutron | 17:12 | |
*** bradjones has joined #openstack-neutron | 17:12 | |
*** bradjones has quit IRC | 17:12 | |
*** bradjones has joined #openstack-neutron | 17:12 | |
*** Bhavya has quit IRC | 17:13 | |
*** rushil has joined #openstack-neutron | 17:14 | |
*** claudiub has quit IRC | 17:15 | |
*** kawa2014 has quit IRC | 17:15 | |
*** roeyc has quit IRC | 17:18 | |
Swami | obondarev: hi | 17:18 |
*** spandhe has joined #openstack-neutron | 17:19 | |
*** idevops has joined #openstack-neutron | 17:21 | |
*** dsanders has joined #openstack-neutron | 17:22 | |
*** lpetrut has quit IRC | 17:23 | |
*** idevops has quit IRC | 17:23 | |
*** shivrao has joined #openstack-neutron | 17:24 | |
anteaya | sc68cal: you just have the visuals today | 17:24 |
anteaya | sc68cal: laughed for a full minute after you and monty did an outtake from gone with the wind | 17:24 |
Swami | folks, can anyone help me in resolving the "tox" issue after the "Liberty" version change in setup.cfg. | 17:25 |
*** aranjan_ has joined #openstack-neutron | 17:25 | |
*** aranjan has quit IRC | 17:25 | |
*** sthillma has joined #openstack-neutron | 17:26 | |
Swami | rkukura_: ping | 17:27 |
*** Marga_ has quit IRC | 17:27 | |
*** diegows has joined #openstack-neutron | 17:29 | |
*** Marga_ has joined #openstack-neutron | 17:29 | |
*** Djinnn has joined #openstack-neutron | 17:31 | |
*** rushil has quit IRC | 17:31 | |
*** rushil has joined #openstack-neutron | 17:32 | |
*** ZZelle_ has quit IRC | 17:32 | |
*** jagter has quit IRC | 17:33 | |
*** ZZelle__ has quit IRC | 17:33 | |
*** jagter has joined #openstack-neutron | 17:33 | |
*** SumitNaiksatam has quit IRC | 17:36 | |
*** yamamoto has joined #openstack-neutron | 17:37 | |
*** akamyshnikova1 has quit IRC | 17:39 | |
openstackgerrit | Kyle Mestery proposed openstack/neutron: DHCP: Add default DNS servers to Neutron DHCP agent https://review.openstack.org/192712 | 17:39 |
*** mitchjameson has joined #openstack-neutron | 17:39 | |
*** yamamoto has quit IRC | 17:42 | |
*** ronis has joined #openstack-neutron | 17:42 | |
*** breitz has quit IRC | 17:42 | |
*** breitz has joined #openstack-neutron | 17:42 | |
*** agireud has quit IRC | 17:44 | |
*** akamyshnikova1 has joined #openstack-neutron | 17:44 | |
*** Longgeek has quit IRC | 17:45 | |
*** ildikov has joined #openstack-neutron | 17:48 | |
*** jwy has joined #openstack-neutron | 17:50 | |
*** amuller_afk is now known as amuller | 17:51 | |
Swami | amuller: do you have a minute | 17:52 |
*** ferest has joined #openstack-neutron | 17:55 | |
*** jasondotstar has quit IRC | 17:56 | |
*** mickeys has joined #openstack-neutron | 17:59 | |
*** jasondot_ has joined #openstack-neutron | 17:59 | |
*** SumitNaiksatam has joined #openstack-neutron | 18:01 | |
*** jprovazn has quit IRC | 18:01 | |
*** prad_ has joined #openstack-neutron | 18:01 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron-fwaas: Switch to oslo.service https://review.openstack.org/193453 | 18:03 |
*** sridhar_ram1 has joined #openstack-neutron | 18:04 | |
amuller | Swami: just entered an hour long meeting | 18:04 |
Swami | amuller: just wanted to check with you on the status of the patch that you uploaded for the DVR functional tests. | 18:04 |
*** sridhar_ram has quit IRC | 18:05 | |
Swami | amuller: #link https://review.openstack.org/#/c/178880/ | 18:05 |
amuller | Swami: yeah I have to get back to that | 18:07 |
*** thurloat is now known as thurloat_isgone | 18:07 | |
Swami | amuller: Let me know when we can merge that patch. So that I can start writing my tests based on that file. | 18:08 |
amuller | Swami: OK I'll try to get back to that patch sooner rather than later | 18:09 |
Swami | amuller: thanks that would help. | 18:09 |
*** jagter has quit IRC | 18:09 | |
*** dannywilson has joined #openstack-neutron | 18:10 | |
*** dannywilson has quit IRC | 18:10 | |
*** dannywilson has joined #openstack-neutron | 18:10 | |
*** s3wong has joined #openstack-neutron | 18:11 | |
*** jagter has joined #openstack-neutron | 18:15 | |
*** hitalia has joined #openstack-neutron | 18:16 | |
*** thurloat_isgone is now known as thurloat | 18:16 | |
*** alexpilotti has quit IRC | 18:18 | |
*** Marga_ has quit IRC | 18:19 | |
*** neophy has joined #openstack-neutron | 18:20 | |
*** Marga_ has joined #openstack-neutron | 18:20 | |
*** mickeys has quit IRC | 18:22 | |
*** Djinnn has quit IRC | 18:22 | |
*** tflynn has quit IRC | 18:27 | |
*** aranjan_ has quit IRC | 18:28 | |
*** kiran-r has quit IRC | 18:29 | |
*** agireud has joined #openstack-neutron | 18:30 | |
*** mwagner_afk has joined #openstack-neutron | 18:31 | |
*** SumitNaiksatam has quit IRC | 18:32 | |
*** roeyc has joined #openstack-neutron | 18:33 | |
*** SumitNaiksatam has joined #openstack-neutron | 18:33 | |
*** roeyc has quit IRC | 18:33 | |
*** sudipto_ has quit IRC | 18:34 | |
*** lpetrut has joined #openstack-neutron | 18:37 | |
openstackgerrit | Michael Bayer proposed openstack/neutron-specs: Propose scripted online schema migrations https://review.openstack.org/192937 | 18:38 |
*** diegows has quit IRC | 18:39 | |
*** merooney has quit IRC | 18:39 | |
*** shwetaap has joined #openstack-neutron | 18:42 | |
*** nlahouti has quit IRC | 18:43 | |
*** carl_baldwin has joined #openstack-neutron | 18:45 | |
*** rushil has quit IRC | 18:45 | |
*** Longgeek has joined #openstack-neutron | 18:46 | |
HenryG | sc68cal: the grenade failures are keystone related, see bug 1466893 and/or bug 1466485 | 18:47 |
openstack | bug 1466485 in Keystone "duplicate for #1466893 keystone fails with: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option" [Critical,Incomplete] https://launchpad.net/bugs/1466485 | 18:47 |
openstack | bug 1466485 in Keystone "keystone fails with: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option" [Critical,Incomplete] https://launchpad.net/bugs/1466485 | 18:47 |
*** Marga_ has quit IRC | 18:48 | |
openstackgerrit | Elena Ezhova proposed openstack/neutron: Switch to oslo.service https://review.openstack.org/192999 | 18:51 |
*** jagter has quit IRC | 18:51 | |
*** diegows has joined #openstack-neutron | 18:51 | |
*** rushil has joined #openstack-neutron | 18:51 | |
*** diegows has quit IRC | 18:52 | |
*** merooney has joined #openstack-neutron | 18:54 | |
*** agireud has quit IRC | 18:54 | |
*** ZZelle_ has joined #openstack-neutron | 18:54 | |
*** neophy has quit IRC | 18:55 | |
*** nlahouti has joined #openstack-neutron | 18:57 | |
*** agireud has joined #openstack-neutron | 18:57 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron: Fix FloatingIP Namespace creation in DVR for Late Binding https://review.openstack.org/177507 | 18:59 |
*** regXboi has joined #openstack-neutron | 19:00 | |
* regXboi pads in, checks the clock and looks for carl_baldwin... | 19:00 | |
carl_baldwin | regXboi: hi | 19:00 |
regXboi | carl_baldwin: did you have a chance to look at stuff? | 19:01 |
regXboi | I admit, I didn't get a chance to look at the mpe code as closely as I would have liked :( | 19:02 |
carl_baldwin | regXboi: I did have a chance to look at it. | 19:03 |
carl_baldwin | regXboi: I also made some updates to my spec based on your comments. | 19:03 |
regXboi | I saw the updates - I was going to re-review over the weekend | 19:03 |
carl_baldwin | Honestly, I don’t much commonality except in the term segment. | 19:03 |
regXboi | along with a bunch of the other items | 19:04 |
carl_baldwin | mpe seems to be about multiple L2 segments. What I want is L3 segments with L3 boundaries. | 19:04 |
regXboi | will that be enough to confuse people? | 19:04 |
carl_baldwin | Yes, I’m sure it will do a nice job confusing people. :) | 19:04 |
regXboi | ok, so let's break this down | 19:04 |
regXboi | first mpe vs the rfe | 19:05 |
regXboi | because my understanding of the rfe was that they wanted L2 segments | 19:05 |
carl_baldwin | regXboi: Good to know. My understanding was that they want L3 segments. | 19:05 |
* regXboi rereads the rfe | 19:05 | |
carl_baldwin | But, maybe we’re just looking at it differently. | 19:06 |
regXboi | ugh | 19:06 |
regXboi | " A "segment" could mean a L2 domain, IP block boundary, or other partition. " | 19:06 |
regXboi | so the first part is done | 19:06 |
regXboi | L2 domain = mpe | 19:06 |
carl_baldwin | regXboi: That doesn’t jive with “IP block boundary" | 19:06 |
regXboi | IP block boundary sounds like what you are doing | 19:07 |
regXboi | yeah - it sounds like a catch all | 19:07 |
carl_baldwin | Each segment is an L2 domain and L2 doesn’t cross the boundary. On the other hand, my understanding of mpe is that L2 crosses the boundaries. | 19:07 |
*** ijw__ has joined #openstack-neutron | 19:07 | |
regXboi | well... let's look at the examples | 19:08 |
carl_baldwin | regXboi: ^ This is why I think of it as L3 segments. | 19:08 |
*** SumitNaiksatam_ has joined #openstack-neutron | 19:08 | |
carl_baldwin | klindgren has done some work on the etherpad which we should look at: https://etherpad.openstack.org/p/Network_Segmentation_Usecases | 19:08 |
rkukura_ | Swami: did you ping me? | 19:09 |
Swami | rkukura_: yes | 19:09 |
rkukura_ | Swami: what’s up? | 19:09 |
Swami | rkukura_: I am seeing an issue with DVR when I try to update a dvr router iterface. | 19:09 |
* regXboi goes and looks | 19:09 | |
*** jagter has joined #openstack-neutron | 19:09 | |
openstackgerrit | Merged openstack/neutron-vpnaas: Trim some unused test requirements https://review.openstack.org/193294 | 19:10 |
Swami | rkukura_: it seems that during update, it tries to call the port_update_postcommit, and while checking for the "status" it fails, since it is not returning the DVRContext, but the PortContext. | 19:10 |
openstackgerrit | Merged openstack/neutron: Python3: use dict.keys() instead of dict.iterkeys() https://review.openstack.org/193524 | 19:10 |
Swami | rkukura_: check the bug description and the logs #link https://bugs.launchpad.net/neutron/+bug/1465434 | 19:10 |
openstack | Launchpad bug 1465434 in neutron "DVR issues with supporting multiple subnets per network on DVR routers" [Undecided,New] - Assigned to Swaminathan Vasudevan (swaminathan-vasudevan) | 19:10 |
*** SumitNaiksatam has quit IRC | 19:10 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 19:10 | |
*** merooney has quit IRC | 19:10 | |
*** ijw_ has quit IRC | 19:11 | |
regXboi | carl_baldwin: I'm not sure I agree with you, I think that for proper values of the provider_type mpe is L2 segments | 19:11 |
*** sridhar_ram1 has quit IRC | 19:11 | |
regXboi | on the other hand, for proper values of the provider_type mpe is more like L3 segments :( | 19:12 |
carl_baldwin | regXboi: The mpe model doesn’t work for what we want here. The segments fit under a network and then the subnets associate with the network. There is no way to associate a subnet with only one segment. This is what I believe is the important distinction. | 19:12 |
rkukura_ | Swami: I’ll take a look | 19:12 |
Swami | rkukura_: thanks. | 19:13 |
regXboi | carl_baldwin: I'll buy that what you are doing is different from mpe | 19:13 |
regXboi | carl_baldwin: I'm looking at mpe vs what the LDT was asking for | 19:13 |
carl_baldwin | regXboi: The only conclusion I can draw is that mpe segments fit in the same L2 domain and then the L3 on top. | 19:13 |
*** sridhar_ram has joined #openstack-neutron | 19:14 | |
regXboi | carl_baldwin: then I guess my question is what is an mpe of type flat? bridged segments? | 19:14 |
*** apuimedo has quit IRC | 19:14 | |
regXboi | oh lord | 19:15 |
*** yfauser has joined #openstack-neutron | 19:15 | |
* regXboi reads the etherpad and understands why they want segments | 19:15 | |
*** amit213 has joined #openstack-neutron | 19:16 | |
*** yfauser1 has joined #openstack-neutron | 19:16 | |
*** yfauser1 has left #openstack-neutron | 19:16 | |
regXboi | carl_baldwin: ok, I agree that these are all different, we'll just have to find terminology that doesn't overload the senses | 19:17 |
carl_baldwin | klindgren: Please confirm my understanding: network is L3 only north of the TOR. Each rack has its own L2 isolated from the other racks. You want users to select the L3 network without having to know about racks/L2 segments/etc. | 19:18 |
klindgren | regXboi, - Ours (Godaddy) was the most extreem use case of wanting segments. | 19:18 |
*** ijw__ has quit IRC | 19:18 | |
*** hitalia has quit IRC | 19:18 | |
klindgren | Others L2 segments sizes were larger - say 4-5 racks worth of gear | 19:19 |
carl_baldwin | klindgren: Actually, your network topology with TOR accessing the L3 network is what I have been working on too. | 19:19 |
klindgren | carl_baldwin, correct. | 19:19 |
*** yfauser has quit IRC | 19:19 | |
regXboi | klindgren: I assume that you've looked at mpe and concluded it doesn't work for you? | 19:19 |
*** sdake_ has quit IRC | 19:19 | |
*** bradjones has quit IRC | 19:20 | |
klindgren | I assume MPE is the thing that Carl is working on for supporting routed networks? | 19:21 |
carl_baldwin | regXboi: I agree we need to discuss the terminology. Calling them both segments, at least without some other qualifier, is begging to confuse people. | 19:21 |
*** achanda has quit IRC | 19:21 | |
regXboi | klindgren: no, MPE is not what Carl is working on - it is already part of the Neutron API | 19:21 |
carl_baldwin | klindgren: mpe is different. It doesn’t work for my use case. | 19:21 |
*** jckasper has quit IRC | 19:22 | |
carl_baldwin | klindgren: mpe allows segmenting an L2 network across different types of overlays, I think. The model provides no way to associate an IP block with an L2 segment. | 19:22 |
*** daneyon has quit IRC | 19:22 | |
*** bradjones has joined #openstack-neutron | 19:22 | |
*** bradjones has quit IRC | 19:22 | |
*** bradjones has joined #openstack-neutron | 19:22 | |
carl_baldwin | klindgren: ^ This led me to conclude that the segments probably come together into a continuous L2 domain. | 19:22 |
*** ijw_ has joined #openstack-neutron | 19:23 | |
carl_baldwin | klindgren: Neither of us want continuous L2. We want L3 routing between segments. | 19:23 |
regXboi | what I see about DHCP running on each L2 in the etherpad makes me now agree with carl_baldwin | 19:23 |
*** nmagnezi has joined #openstack-neutron | 19:23 | |
klindgren | ok - that was my understanding - part of the reason why we went to ml2 in the first place was the idea that the same L2 could be provided by multiple ways. We were hoping that we could extend that. But the issue is we dont have a continuos layer2 - we have may many l2 zones - that all fit together via a routed network | 19:24 |
carl_baldwin | klindgren: “many l2 zones - that all fit together via a routed network” describes what I’m after to. | 19:25 |
carl_baldwin | too. | 19:25 |
regXboi | carl_baldwin: so it sounds like you need to generalize to not just external networks? | 19:25 |
* regXboi stops for a moment and muses that there is a difference | 19:26 | |
carl_baldwin | regXboi: right. Provider networks too. | 19:26 |
*** achanda has joined #openstack-neutron | 19:27 | |
*** merooney has joined #openstack-neutron | 19:27 | |
regXboi | nevermind - there isn't a difference | 19:27 |
regXboi | both of these are not the undercloud | 19:27 |
klindgren | The other thing is that for the most part we also don't use any of the other parts of neutron networking. IE L3_agents | 19:27 |
*** rushil has quit IRC | 19:27 | |
*** Sukhdev has joined #openstack-neutron | 19:28 | |
regXboi | ok... I think I'm happy now - carl_baldwin, I'll look over the weekend and in the meantime, I'll think about a term other than segments | 19:28 |
carl_baldwin | klindgren: Right, I imagine your VMs booting on the provider network with no Neutron virtual router. | 19:28 |
*** slogan621 has joined #openstack-neutron | 19:28 | |
klindgren | carl_baldwin, exactly | 19:28 |
*** numan has quit IRC | 19:28 | |
slogan621 | are there examples of plugins that directly (or indirectly) publish to the telemetry (ceilometer) notification bus that someone can point me at? | 19:29 |
*** merooney has quit IRC | 19:29 | |
*** csoukup has joined #openstack-neutron | 19:29 | |
carl_baldwin | regXboi: I’m inclined to call them l3 segments. A continuous L3 network that is segmented in to isolated L2 pieces. It is very much like an mpe segment is a continuous L2 that is segmented in to isolated physical/encap pieces. | 19:29 |
regXboi | ok, does the model use "segements" anywhere? if so how about "l3-segments" instead | 19:30 |
regXboi | er "segments" that is | 19:30 |
regXboi | if not, it's just terminology and we are good | 19:30 |
carl_baldwin | regXboi: I’ll await your review. I’m sure we’ll find something. Thanks for the discussion. | 19:31 |
regXboi | carl_baldwin: and thank you for taking the time | 19:31 |
* regXboi is much happier now :) | 19:32 | |
* carl_baldwin is too | 19:32 | |
carl_baldwin | klindgren: Let me take another pass over the etherpad to see if I want to know anything else. | 19:33 |
klindgren | carl_baldwin, sure. More than happy to give details to make discussion next wednesday easier | 19:34 |
carl_baldwin | klindgren: It is very much appreciated. | 19:34 |
*** Marga_ has joined #openstack-neutron | 19:34 | |
carl_baldwin | klindgren: The DHCP agents and metadata services is something I hadn’t come around to thinking about yet. It is a very good point. | 19:35 |
*** rdo has quit IRC | 19:35 | |
*** ihrachyshka has joined #openstack-neutron | 19:36 | |
klindgren | carl_baldwin, we are hoping to solve it other ways - such as running dhelper on the switch and point it to a known neutron dhcp server | 19:37 |
*** rdo has joined #openstack-neutron | 19:37 | |
klindgren | metadata - we were probabbly jsut going to run that on each compute node. However it becomes an issue if we cant use iptables to redirect the requests to the local server | 19:37 |
klindgren | though I am sure we could do something similar via openflow rules in the vswitch | 19:38 |
*** pc_m has quit IRC | 19:38 | |
* carl_baldwin afk, brb | 19:39 | |
*** rushil has joined #openstack-neutron | 19:41 | |
*** amotoki_ has quit IRC | 19:41 | |
*** hitalia has joined #openstack-neutron | 19:43 | |
*** Marga_ has quit IRC | 19:43 | |
*** Marga_ has joined #openstack-neutron | 19:43 | |
*** yamahata has joined #openstack-neutron | 19:48 | |
*** yamahata has quit IRC | 19:48 | |
*** slogan621 has quit IRC | 19:48 | |
*** yamahata has joined #openstack-neutron | 19:49 | |
carl_baldwin | klindgren: I’m a little fuzzy on the nova/neutron interplay. | 19:49 |
klindgren | Sure | 19:49 |
carl_baldwin | klindgren: I think we are in full agreement for how these segments should work. I think we achieve a pretty good mutual understanding. | 19:49 |
klindgren | So when our users boot a vm they do not provide a -net statement | 19:50 |
carl_baldwin | klindgren: ^ I was just going to ask if they provide a -net. | 19:50 |
*** Aish has joined #openstack-neutron | 19:50 | |
klindgren | the scheduler filters down to a set of compute nodes. We have configured host aggregates that contain a network metadata field. We implemented a filter in the nova scheduler to look to see what networks are associated with a compute host | 19:51 |
*** fredlhsu has quit IRC | 19:51 | |
carl_baldwin | klindgren: What do the users provide in lieu of -net? | 19:52 |
*** amit213 has quit IRC | 19:53 | |
klindgren | and we check to make sure that network has IP's (its also possible that 2 L2 networks are associated with a compute node - but we dont have any configured like that today). Assuming it has IP address spacing we will modified the boot request to use the network associated with that compute host | 19:53 |
*** ecbanks has joined #openstack-neutron | 19:53 | |
*** Marga_ has quit IRC | 19:53 | |
*** Marga_ has joined #openstack-neutron | 19:53 | |
klindgren | if someone boots a vm with a specific network defined - we will filter hosts to only those that have that network associated to it via the host-aggregate metadata | 19:55 |
klindgren | we have this code public somewhere... | 19:56 |
* klindgren trying to find | 19:56 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/neutron: cleanup openstack-common.conf and sync updated files https://review.openstack.org/189117 | 20:01 |
*** achanda has quit IRC | 20:03 | |
*** ecbanks has quit IRC | 20:04 | |
*** merooney has joined #openstack-neutron | 20:04 | |
*** boris-42 has joined #openstack-neutron | 20:04 | |
spandhe | Hi folks, is GPLv2 OK to integrate with OpenStack? | 20:04 |
*** amit213 has joined #openstack-neutron | 20:04 | |
*** mickeys has joined #openstack-neutron | 20:05 | |
*** spandhe has left #openstack-neutron | 20:05 | |
*** amit213 has quit IRC | 20:05 | |
*** merooney has quit IRC | 20:06 | |
*** amit213 has joined #openstack-neutron | 20:06 | |
*** spandhe has joined #openstack-neutron | 20:07 | |
*** Aish has left #openstack-neutron | 20:07 | |
carl_baldwin | klindgren: What I was thinking is that you wanted user to specify a -net when booting a vm. But, you want them to specifiy the L3 routed network and not one of the segments. Is that right? | 20:07 |
spandhe | Got disconnected. Let me ask again: | 20:07 |
spandhe | Hi folks, is GPLv2 OK to integrate with OpenStack? | 20:07 |
ZZelle_ | spandhe, it depends what you mean by integrate | 20:07 |
spandhe | ZZelle_: I am specifically talking about this utility: http://freecode.com/projects/omcmd | 20:08 |
klindgren | carl_baldwin, that would be the ideal use case. But to make that totally work - nova and neutron would have to know what lives where | 20:08 |
spandhe | ZZelle_: This is a commandline utility | 20:08 |
*** Marga_ has quit IRC | 20:09 | |
ZZelle_ | spandhe, still, what to mean by integrate? | 20:09 |
*** Marga_ has joined #openstack-neutron | 20:09 | |
openstackgerrit | Adolfo Duarte proposed openstack/neutron: Preserve DVR FIP rule priority over Agent restarts https://review.openstack.org/193711 | 20:09 |
ZZelle_ | s/to/you/ | 20:09 |
spandhe | ZZelle_: I am planning to use this commandline utility in dhcpd driver. | 20:09 |
spandhe | ZZelle_: e.g. firing a command: omcmd -s 127.0.0.1 find host name=<xyz> | 20:10 |
jroll | spandhe: is there a code repository for that? | 20:10 |
carl_baldwin | klindgren: ok. | 20:10 |
*** krtaylor has quit IRC | 20:10 | |
ZZelle_ | spandhe, if you are calling an external binary, it should be fine | 20:10 |
spandhe | jroll: no, we wont be importing any library or adding any code to our repo.. we will be using this just like we use Dnsmasq | 20:10 |
spandhe | as a commandline utility | 20:11 |
jroll | spandhe: I'm just curious, besides the fact of if you can integrate it :) | 20:11 |
*** thurloat is now known as thurloat_isgone | 20:11 | |
*** akamyshnikova1 has quit IRC | 20:12 | |
*** marrusl has quit IRC | 20:12 | |
*** akamyshnikova1 has joined #openstack-neutron | 20:13 | |
ZZelle_ | spandhe, it's fine to call GPL binary like dnsmasq/bash/etc ... really more complicated to import python gpl lib | 20:14 |
*** dan is now known as Guest87808 | 20:14 | |
*** dan_ has joined #openstack-neutron | 20:14 | |
*** Djinnn has joined #openstack-neutron | 20:14 | |
spandhe | ZZelle_: ok.. good to know.. thanks! :) | 20:14 |
*** dan_ is now known as Guest96299 | 20:14 | |
*** rushil has quit IRC | 20:15 | |
*** akamyshnikova1 has quit IRC | 20:24 | |
*** prad_ has quit IRC | 20:26 | |
*** ronis has quit IRC | 20:28 | |
*** tidwellr has left #openstack-neutron | 20:28 | |
*** rossella_s has quit IRC | 20:30 | |
*** rossella_s has joined #openstack-neutron | 20:31 | |
*** julim has quit IRC | 20:31 | |
*** CaptainMorgan is now known as morgan | 20:41 | |
*** Marga_ has quit IRC | 20:41 | |
*** Marga_ has joined #openstack-neutron | 20:41 | |
*** amotoki_ has joined #openstack-neutron | 20:42 | |
*** daneyon has joined #openstack-neutron | 20:43 | |
*** aranjan has joined #openstack-neutron | 20:45 | |
*** fzdarsky has quit IRC | 20:46 | |
*** ecbanks has joined #openstack-neutron | 20:46 | |
*** amotoki_ has quit IRC | 20:47 | |
*** ihrachyshka has quit IRC | 20:47 | |
*** Djinnn has quit IRC | 20:48 | |
*** hitalia has quit IRC | 20:48 | |
*** daneyon has quit IRC | 20:48 | |
*** sripriya has joined #openstack-neutron | 20:49 | |
*** aranjan has quit IRC | 20:49 | |
*** britthouser has quit IRC | 20:50 | |
sc68cal | anteaya: haha - sometimes my references/humor is a little quirky :) | 20:51 |
openstackgerrit | Rawlin Peters proposed openstack/neutron: Optimize ipset usage in IptablesFirewallDriver https://review.openstack.org/193259 | 20:51 |
*** Djinnn has joined #openstack-neutron | 20:53 | |
*** raildo has quit IRC | 20:53 | |
*** Djinnn has quit IRC | 20:54 | |
*** Djinnn has joined #openstack-neutron | 20:55 | |
*** rushil has joined #openstack-neutron | 20:56 | |
*** jbell8 has quit IRC | 20:57 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Switch to oslo_utils.uuidutils https://review.openstack.org/160699 | 21:00 |
anteaya | sc68cal: it works for me | 21:00 |
anteaya | sc68cal: I was tearing up | 21:01 |
*** regXboi has left #openstack-neutron | 21:01 | |
sc68cal | anteaya: haha | 21:01 |
anteaya | :) | 21:01 |
openstackgerrit | Martin Roy proposed openstack/neutron: Use string exception casting everywhere https://review.openstack.org/193245 | 21:06 |
*** krtaylor has joined #openstack-neutron | 21:08 | |
*** rpothier has quit IRC | 21:12 | |
*** aranjan has joined #openstack-neutron | 21:13 | |
*** Djinnn has quit IRC | 21:13 | |
*** daneyon has joined #openstack-neutron | 21:14 | |
*** thorst has quit IRC | 21:15 | |
*** lpetrut has quit IRC | 21:15 | |
*** Djinnn has joined #openstack-neutron | 21:20 | |
*** bradjones has quit IRC | 21:20 | |
*** Marga_ has quit IRC | 21:21 | |
*** bradjones has joined #openstack-neutron | 21:22 | |
*** bradjones has quit IRC | 21:22 | |
*** bradjones has joined #openstack-neutron | 21:22 | |
*** fredlhsu has joined #openstack-neutron | 21:23 | |
johnbelamaric | carl_baldwin: ping | 21:24 |
*** Sukhdev has quit IRC | 21:27 | |
*** localloop127 has quit IRC | 21:28 | |
*** Marga_ has joined #openstack-neutron | 21:30 | |
*** pck is now known as pckizer | 21:31 | |
*** dboik has quit IRC | 21:33 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Create a routing table manager https://review.openstack.org/192032 | 21:34 |
carl_baldwin | johnbelamaric: pong | 21:34 |
johnbelamaric | carl_baldwin: hi, just saw you set workflow on a patch but it depends on one that hasn't had workflow set yet - what will happen? | 21:35 |
*** csoukup has quit IRC | 21:35 | |
carl_baldwin | johnbelamaric: It will wait. I probably didn’t notice, which patch is that? | 21:36 |
johnbelamaric | https://review.openstack.org/#/c/193075/ | 21:37 |
johnbelamaric | depends on | 21:37 |
johnbelamaric | https://review.openstack.org/#/c/192663/ | 21:37 |
*** sridhar_ram1 has joined #openstack-neutron | 21:37 | |
carl_baldwin | It doesn’t show a depends for me. | 21:37 |
johnbelamaric | carl_baldwin: oh. ok. maybe I am reading the new gerrit interface incorrectly | 21:38 |
carl_baldwin | Sometimes, gerrit forgets the depends-on relationship. | 21:38 |
carl_baldwin | In this case, it might not wait. This happened to me once before, I don’t remember exactly what happened. | 21:38 |
johnbelamaric | it looks like PS1 shows the dependency but PS2 doesn't | 21:39 |
*** chem has quit IRC | 21:39 | |
carl_baldwin | Did pavel_bondar reorganize the deps? | 21:39 |
carl_baldwin | Okay, I just pulled down 193075 and there is no longer a dependency. | 21:39 |
*** sridhar_ram has quit IRC | 21:40 | |
johnbelamaric | yes, maybe it got confused | 21:40 |
johnbelamaric | ok | 21:40 |
carl_baldwin | So, gerrit got it right this time. | 21:40 |
*** crose has quit IRC | 21:40 | |
johnbelamaric | ok, just wanted to make sure, thanks | 21:40 |
*** dyydj has joined #openstack-neutron | 21:40 | |
johnbelamaric | carl_baldwin: yeah, totally different files they are modifying. probably something further down the chain depends on both so I misread the chain | 21:41 |
carl_baldwin | There is no way for a gerrit patch down the line to depend on both in this project. Gerrit will reject merge patches. | 21:42 |
*** dboik has joined #openstack-neutron | 21:43 | |
carl_baldwin | But, maybe there was no real dependency there. | 21:43 |
johnbelamaric | yeah, i don't think there was | 21:43 |
johnbelamaric | thanks - i am heading out. ttyl | 21:43 |
carl_baldwin | johnbelamaric: ttyl | 21:44 |
*** johnbelamaric has quit IRC | 21:44 | |
*** nmagnezi has quit IRC | 21:45 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Decompose DVR CSNAT L3 Agent from Compute Node L3 Agent https://review.openstack.org/185368 | 21:48 |
*** sridhar_ram1 has quit IRC | 21:48 | |
*** Marga_ has quit IRC | 21:51 | |
*** dboik has quit IRC | 21:53 | |
*** Marga_ has joined #openstack-neutron | 21:53 | |
*** aranjan has quit IRC | 21:53 | |
*** Marga_ has quit IRC | 21:53 | |
*** Marga_ has joined #openstack-neutron | 21:54 | |
*** padkrish has joined #openstack-neutron | 21:56 | |
*** daneyon has quit IRC | 21:57 | |
*** hitalia has joined #openstack-neutron | 21:58 | |
*** Bhavya has joined #openstack-neutron | 22:00 | |
*** TrevorV has quit IRC | 22:00 | |
*** aranjan has joined #openstack-neutron | 22:03 | |
*** rushil has quit IRC | 22:07 | |
*** aranjan has quit IRC | 22:08 | |
*** isq has joined #openstack-neutron | 22:11 | |
*** padkrish has quit IRC | 22:12 | |
*** padkrish has joined #openstack-neutron | 22:13 | |
*** dane_leblanc has quit IRC | 22:13 | |
*** yamahata has quit IRC | 22:14 | |
*** rawat has quit IRC | 22:14 | |
*** chem has joined #openstack-neutron | 22:16 | |
*** Marga_ has quit IRC | 22:17 | |
*** Marga_ has joined #openstack-neutron | 22:18 | |
*** sbalukoff has quit IRC | 22:18 | |
*** dimsum__ has quit IRC | 22:19 | |
*** sridhar_ram has joined #openstack-neutron | 22:19 | |
*** dimsum__ has joined #openstack-neutron | 22:20 | |
*** bobmel has quit IRC | 22:21 | |
*** bobmel has joined #openstack-neutron | 22:21 | |
openstackgerrit | Carl Baldwin proposed openstack/neutron: Create a routing table manager https://review.openstack.org/192032 | 22:22 |
*** alex_klimov has joined #openstack-neutron | 22:23 | |
*** carl_baldwin has quit IRC | 22:24 | |
*** banix has quit IRC | 22:27 | |
*** ijw_ has quit IRC | 22:27 | |
*** sbalukoff has joined #openstack-neutron | 22:29 | |
*** anshul has quit IRC | 22:30 | |
*** fredlhsu has quit IRC | 22:30 | |
*** jasondot_ has quit IRC | 22:32 | |
*** Djinnn has quit IRC | 22:32 | |
*** dimsum__ has quit IRC | 22:32 | |
*** rawlin has quit IRC | 22:34 | |
*** merooney has joined #openstack-neutron | 22:38 | |
*** agireud has quit IRC | 22:39 | |
*** thorst has joined #openstack-neutron | 22:39 | |
*** alex_klimov has quit IRC | 22:41 | |
openstackgerrit | Merged openstack/neutron: Move _add_auto_addrs_on_network_ports https://review.openstack.org/193075 | 22:42 |
*** amotoki_ has joined #openstack-neutron | 22:43 | |
kevinbenton | mestery: you still around? | 22:48 |
*** amotoki_ has quit IRC | 22:49 | |
*** merooney has quit IRC | 22:54 | |
*** Djinnn has joined #openstack-neutron | 22:54 | |
*** merooney has joined #openstack-neutron | 22:55 | |
*** zzzeek has quit IRC | 22:58 | |
*** Swami has quit IRC | 23:00 | |
*** zzzeek has joined #openstack-neutron | 23:01 | |
openstackgerrit | Merged openstack/neutron: Add request factory for pluggable IPAM https://review.openstack.org/192663 | 23:03 |
*** aranjan has joined #openstack-neutron | 23:04 | |
*** tomoe_ has joined #openstack-neutron | 23:04 | |
*** dsneddon is now known as dsneddon_away | 23:05 | |
*** thurloat_isgone has quit IRC | 23:05 | |
*** zigo has quit IRC | 23:05 | |
*** lori|away has quit IRC | 23:05 | |
*** ondergetekende has quit IRC | 23:06 | |
*** mickeys has quit IRC | 23:06 | |
*** zigo has joined #openstack-neutron | 23:07 | |
*** thurloat_isgone has joined #openstack-neutron | 23:07 | |
*** thurloat_isgone is now known as thurloat | 23:07 | |
*** ondergetekende has joined #openstack-neutron | 23:07 | |
*** lori has joined #openstack-neutron | 23:08 | |
*** thedodd has quit IRC | 23:08 | |
*** Djinnn has quit IRC | 23:09 | |
*** aranjan has quit IRC | 23:09 | |
*** Marga_ has quit IRC | 23:09 | |
*** jgrimm is now known as zz_jgrimm | 23:10 | |
*** merooney has quit IRC | 23:12 | |
*** zzzeek has quit IRC | 23:15 | |
*** moha_hunt has joined #openstack-neutron | 23:15 | |
*** amit213 has quit IRC | 23:16 | |
*** amit213 has joined #openstack-neutron | 23:17 | |
*** lori has quit IRC | 23:18 | |
*** amit213 has quit IRC | 23:19 | |
*** lori has joined #openstack-neutron | 23:20 | |
*** amit213 has joined #openstack-neutron | 23:20 | |
*** krtaylor has quit IRC | 23:21 | |
*** ianw has quit IRC | 23:21 | |
*** rstarr has quit IRC | 23:22 | |
*** fredlhsu has joined #openstack-neutron | 23:22 | |
*** krtaylor has joined #openstack-neutron | 23:22 | |
*** sripriya has quit IRC | 23:23 | |
openstackgerrit | Henry Gessau proposed openstack/neutron: Switch to oslo_utils.uuidutils https://review.openstack.org/160699 | 23:23 |
*** aranjan has joined #openstack-neutron | 23:25 | |
*** arif-ali has quit IRC | 23:26 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron-vpnaas: Switch to oslo_utils.uuidutils https://review.openstack.org/193754 | 23:27 |
openstackgerrit | Cedric Brandily proposed openstack/neutron-fwaas: Switch to oslo_utils.uuidutils https://review.openstack.org/193756 | 23:27 |
*** merooney has joined #openstack-neutron | 23:27 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Switch to oslo_utils.uuidutils https://review.openstack.org/160699 | 23:27 |
*** arif-ali has joined #openstack-neutron | 23:29 | |
openstackgerrit | Cedric Brandily proposed openstack/neutron: Switch to oslo_utils.uuidutils https://review.openstack.org/160699 | 23:29 |
*** rstarr has joined #openstack-neutron | 23:29 | |
HenryG | ZZelle: sorry, I thought you would be asleep by now :) | 23:30 |
ZZelle_ | HenryG, i am waiting for an awfully late flight :s | 23:31 |
*** fedexo has quit IRC | 23:31 | |
*** fedexo has joined #openstack-neutron | 23:32 | |
*** ianw has joined #openstack-neutron | 23:34 | |
*** Marga_ has joined #openstack-neutron | 23:34 | |
HenryG | ZZelle: what about lbaas? | 23:38 |
HenryG | ZZelle: nevermind I see it | 23:38 |
HenryG | Not sure why it didn't show in IRC | 23:39 |
ZZelle_ | HenryG, ? | 23:41 |
ZZelle_ | HenryG, ah, openstackgerrit messages | 23:42 |
*** sridhar_ram has quit IRC | 23:42 | |
HenryG | ZZelle: yes, 193755 is missing in my IRC client | 23:42 |
*** tomoe_ has quit IRC | 23:42 | |
*** ajmiller has quit IRC | 23:42 | |
ZZelle_ | me too | 23:43 |
*** tomoe_ has joined #openstack-neutron | 23:43 | |
HenryG | ZZelle: also not in eavesdrop | 23:43 |
*** vivek-ebay has joined #openstack-neutron | 23:43 | |
*** tomoe_ has quit IRC | 23:43 | |
HenryG | ZZelle: I think you pushed too many too fast after each other :) | 23:43 |
ZZelle_ | O_o | 23:43 |
*** padkrish has quit IRC | 23:44 | |
*** SumitNaiksatam has quit IRC | 23:45 | |
*** aranjan has quit IRC | 23:48 | |
*** padkrish has joined #openstack-neutron | 23:51 | |
openstackgerrit | Merged openstack/neutron: Change ensure_dir to not check directory exists first https://review.openstack.org/188659 | 23:52 |
*** Marga_ has quit IRC | 23:54 | |
*** ZZelle_ has quit IRC | 23:57 | |
*** dannywilson has quit IRC | 23:57 | |
*** tomoe_ has joined #openstack-neutron | 23:58 | |
*** tomoe__ has joined #openstack-neutron | 23:59 | |
*** tomoe_ has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!