*** thuc has joined #openstack-neutron | 00:00 | |
pcm_ | nati_uen_: ping | 00:02 |
---|---|---|
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 00:04 |
openstackgerrit | Akihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables https://review.openstack.org/77407 | 00:04 |
openstackgerrit | Akihiro Motoki proposed a change to openstack/neutron: NEC plugin: PFC packet fitler support https://review.openstack.org/74192 | 00:07 |
hemanth_ | amotoki: got your review comments for https://review.openstack.org/#/c/69246, will submit the changes tonight around 9 PM PST, will you be able to review these again | 00:08 |
hemanth_ | amotoki: and thanks for the review comments | 00:08 |
*** otherwiseguy has quit IRC | 00:08 | |
pcm_ | Anyone able to advise me on what's going on with a Jenkins failure? | 00:09 |
amotoki | hemanth_: is it around 4pm there? | 00:09 |
amotoki | pcm_: which one? | 00:10 |
pcm_ | I pulled VPN service type framework from my VPN service driver patch, ran tox (fine) and pushed up. Jenkins failed on reference VPN tests. | 00:10 |
pcm_ | It shows the test failed, but not what failed (other than string exception). | 00:11 |
pcm_ | http://logs.openstack.org/44/74144/19/check/gate-neutron-python27/f150650/ | 00:11 |
shivharis | pcm_: hi | 00:11 |
pcm_ | shivharis: hi | 00:11 |
pcm_ | I can't seem to figure out what the failure is. | 00:11 |
shivharis | pcm_: based on our conversation, were u able to progress? | 00:12 |
pcm_ | shivharis: on which conversation (I've been multitasking) | 00:12 |
*** manishg has joined #openstack-neutron | 00:12 | |
shivharis | nachi was supposed to do a rebase, the parent | 00:12 |
pcm_ | shivharis: Ah that.... well that's what I having issue (indirectly). | 00:13 |
*** hemanth_ has quit IRC | 00:13 | |
pcm_ | shivharis: decision is not to base my code off Service Type Framework | 00:13 |
pcm_ | shivharis: So, I rebased my code off master and then changed the plugin so that it reads neutron.conf, instead of hard coded service driver. | 00:14 |
pcm_ | shivharis: ran tox, tested with devstack. all cool | 00:14 |
shivharis | pcm_: that is even better | 00:14 |
*** julim has quit IRC | 00:14 | |
pcm_ | shivharis: pushed and Jenkins is failing. :( | 00:14 |
pcm_ | shivharis: yeah, gets around all the dependency stuff. | 00:15 |
*** sc68cal has quit IRC | 00:15 | |
pcm_ | shivharis: amotoki: so Jenkins fails 16 VPN tests cases related to driver plugin. But I can't seem to see what the error is from the logs. | 00:15 |
*** manishg_ has joined #openstack-neutron | 00:15 | |
pcm_ | can you help me decipher what the actual error is? | 00:16 |
amotoki | i am looking the detail log but am not sure so far. | 00:16 |
pcm_ | amotoki: I couldn't find the problem. | 00:16 |
pcm_ | amotoki: in looking at the STF code changes, they have a small change to the test class setup, where they pass in a string with the service_provider (pointing to the reference impl) | 00:17 |
*** alexpilotti has quit IRC | 00:17 | |
amotoki | is this a patch with the problem? https://review.openstack.org/#/c/74144/ | 00:17 |
pcm_ | amotoki: However, without that passed, the base class will set the service_provider to the same string. | 00:18 |
pcm_ | amotoki: yes | 00:18 |
*** manishg has quit IRC | 00:18 | |
*** manishg_ is now known as manishg | 00:18 | |
pcm_ | amotoki: before, I had 41827 as a dependency for the patch (the STF code) | 00:18 |
*** sc68cal has joined #openstack-neutron | 00:18 | |
*** leseb has quit IRC | 00:19 | |
pcm_ | amotoki: this version, doesn't have that code, but there a change in plugin.py not to hard code the service driver. | 00:19 |
amotoki | pcm_: i checked out your patch set 19. I ran tox with 4 cores and it failed. | 00:21 |
pcm_ | amotoki: I ran full tox on two machines with my patch. Both passed. | 00:21 |
pcm_ | amotoki: 16 test cases in VPN? | 00:21 |
*** rossella_s has quit IRC | 00:21 | |
amotoki | pcm_: i tried several patterns. it may help you. | 00:23 |
amotoki | tox -e py27 neutron.tests.unit.services.vpn.service_drivers.test_cisco_ipsec -> 25 tests : succeed | 00:23 |
amotoki | tox -e py27 neutron.tests.unit.services.vpn.service_drivers -> 30 tests : succeed | 00:24 |
pcm_ | amotoki: on my multicore machine, full tox suite passes (as it also does on my laptop VM) :( | 00:24 |
amotoki | tox -e py27 neutron.tests.unit.services.vpn -> 50 tests : failed | 00:24 |
pcm_ | amotoki: I ran that last one and it failed! | 00:25 |
amotoki | but there is no useful information found in .testrepository log. | 00:25 |
*** hemanth_ has joined #openstack-neutron | 00:26 | |
amotoki | pcm_: in this case, some previous might not clean up the env AND failed test does not setup testenv appropriately. | 00:27 |
*** rwsu has quit IRC | 00:27 | |
amotoki | it seems SystemExit is not caught properly | 00:27 |
amotoki | because the test processes suddenly die without any log. | 00:28 |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 00:28 |
*** xuhanp has joined #openstack-neutron | 00:28 | |
amotoki | pcm_: I need to move to the office. will leave the channel soon. | 00:28 |
pcm_ | amotoki: OK. thanks! At least I have failing test info. | 00:29 |
*** rwsu has joined #openstack-neutron | 00:30 | |
*** amotoki has quit IRC | 00:30 | |
hemanth_ | amotoki: hi | 00:30 |
*** dvorkinista has joined #openstack-neutron | 00:35 | |
*** Swami has quit IRC | 00:36 | |
*** dvorkinista has quit IRC | 00:39 | |
openstackgerrit | Sridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance https://review.openstack.org/74290 | 00:44 |
*** openstackgerrit has quit IRC | 00:44 | |
*** openstackgerrit has joined #openstack-neutron | 00:44 | |
*** armax has joined #openstack-neutron | 00:44 | |
*** armax has left #openstack-neutron | 00:44 | |
*** iwamoto has joined #openstack-neutron | 00:46 | |
*** nati_ueno has joined #openstack-neutron | 00:46 | |
*** shashank_ has quit IRC | 00:47 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Adds multiple RPC worker processes to neutron server https://review.openstack.org/72565 | 00:48 |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 00:49 |
*** nati_uen_ has quit IRC | 00:49 | |
carl_baldwin | marun: My latest version of the RPC workers patch doesn't hit the bug that I was fixing in olso. I've just put up a version that does not depend on that fix. | 00:50 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Adds multiple RPC worker processes to neutron server https://review.openstack.org/72565 | 00:50 |
carl_baldwin | marun: Just had to rebase to clear a merge conflict with etc/neutron.conf. So, take a look at ps 11 | 00:51 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Split API and RPC workers in to one separate process each (WIP) https://review.openstack.org/76021 | 00:51 |
*** nati_ueno has quit IRC | 00:51 | |
*** jorgem has quit IRC | 00:52 | |
*** zhipeng has joined #openstack-neutron | 00:53 | |
*** dims has joined #openstack-neutron | 00:54 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes https://review.openstack.org/64553 | 00:55 |
openstackgerrit | A change was merged to openstack/python-neutronclient: Supporting Net-Partition as extension for Nuage plugin https://review.openstack.org/71166 | 00:57 |
*** jobewan has quit IRC | 00:57 | |
*** nati_ueno has joined #openstack-neutron | 00:57 | |
*** thuc_ has joined #openstack-neutron | 00:58 | |
*** thuc_ has quit IRC | 00:59 | |
*** thuc_ has joined #openstack-neutron | 00:59 | |
*** thuc_ has quit IRC | 00:59 | |
*** xuhanp has quit IRC | 01:00 | |
*** shashank_ has joined #openstack-neutron | 01:00 | |
*** thuc_ has joined #openstack-neutron | 01:00 | |
*** jroovers|afk has quit IRC | 01:00 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add a new scheduler for the l3 HA https://review.openstack.org/66347 | 01:00 |
*** thuc_ has quit IRC | 01:00 | |
*** thuc has quit IRC | 01:00 | |
*** carl_baldwin has quit IRC | 01:01 | |
*** thuc has joined #openstack-neutron | 01:01 | |
*** thuc has quit IRC | 01:01 | |
*** thuc has joined #openstack-neutron | 01:02 | |
*** dvorkinista has joined #openstack-neutron | 01:06 | |
*** dvorkinista has quit IRC | 01:07 | |
*** sfox has quit IRC | 01:08 | |
*** nati_ueno has quit IRC | 01:09 | |
*** nati_ueno has joined #openstack-neutron | 01:10 | |
*** nati_ueno has quit IRC | 01:10 | |
*** nati_ueno has joined #openstack-neutron | 01:11 | |
*** nati_ueno has quit IRC | 01:12 | |
*** jroovers has joined #openstack-neutron | 01:12 | |
*** nati_ueno has joined #openstack-neutron | 01:12 | |
*** dane_leblanc has quit IRC | 01:13 | |
*** nati_ueno has quit IRC | 01:14 | |
*** nati_ueno has joined #openstack-neutron | 01:15 | |
*** nati_ueno has quit IRC | 01:16 | |
*** nati_ueno has joined #openstack-neutron | 01:16 | |
*** nati_ueno has quit IRC | 01:17 | |
*** rwsu has quit IRC | 01:17 | |
*** nati_ueno has joined #openstack-neutron | 01:17 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Auto re-sync on backend inconsistencies https://review.openstack.org/73575 | 01:18 |
*** nati_ueno has quit IRC | 01:18 | |
*** nati_ueno has joined #openstack-neutron | 01:19 | |
*** nati_ueno has quit IRC | 01:22 | |
*** nati_ueno has joined #openstack-neutron | 01:22 | |
*** nati_ueno has quit IRC | 01:23 | |
*** nati_ueno has joined #openstack-neutron | 01:23 | |
*** nati_ueno has quit IRC | 01:24 | |
*** nati_ueno has joined #openstack-neutron | 01:25 | |
*** nati_ueno has quit IRC | 01:26 | |
*** nati_ueno has joined #openstack-neutron | 01:26 | |
*** WackoRobie has quit IRC | 01:26 | |
*** nati_uen_ has joined #openstack-neutron | 01:27 | |
*** nati_ueno has quit IRC | 01:27 | |
*** nati_uen_ has quit IRC | 01:28 | |
*** nati_ueno has joined #openstack-neutron | 01:29 | |
*** nati_ueno has quit IRC | 01:30 | |
*** leseb has joined #openstack-neutron | 01:30 | |
*** nati_ueno has joined #openstack-neutron | 01:30 | |
*** nati_ueno has quit IRC | 01:31 | |
*** nati_ueno has joined #openstack-neutron | 01:31 | |
anteaya | nati_ueno: can you check your server or client? | 01:32 |
anteaya | nati_ueno: you are filling all the channels with your leaving and joinging | 01:32 |
anteaya | joining | 01:32 |
nati_ueno | anteaya: ah sorry I'll logout | 01:32 |
*** nati_ueno has quit IRC | 01:32 | |
anteaya | np | 01:32 |
*** leseb has quit IRC | 01:34 | |
*** hemanth_ has quit IRC | 01:36 | |
*** xuhanp has joined #openstack-neutron | 01:39 | |
*** shashank_ has quit IRC | 01:43 | |
*** rms_13 has left #openstack-neutron | 01:43 | |
*** dane_leblanc has joined #openstack-neutron | 01:44 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 01:46 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: replace rest of q_exc to n_exc in code base https://review.openstack.org/77746 | 01:48 |
*** hemanth_ has joined #openstack-neutron | 01:49 | |
*** ramishra has quit IRC | 01:51 | |
*** hemanth_ has quit IRC | 01:51 | |
*** gdubreui has joined #openstack-neutron | 01:54 | |
*** mlavalle has quit IRC | 01:54 | |
*** WackoRobie has joined #openstack-neutron | 01:57 | |
openstackgerrit | A change was merged to openstack/neutron: Improves Arista's ML2 driver's sync performance https://review.openstack.org/73482 | 01:59 |
*** dvorkinista has joined #openstack-neutron | 01:59 | |
*** gongysh has joined #openstack-neutron | 01:59 | |
*** devlaps has quit IRC | 02:01 | |
*** WackoRobie has quit IRC | 02:02 | |
*** dane_leblanc has quit IRC | 02:02 | |
*** xianghui has joined #openstack-neutron | 02:04 | |
*** dvorkinista has quit IRC | 02:04 | |
*** thuc has quit IRC | 02:12 | |
*** abhiraut has quit IRC | 02:12 | |
*** thuc has joined #openstack-neutron | 02:12 | |
*** banix has joined #openstack-neutron | 02:14 | |
*** thuc has quit IRC | 02:17 | |
*** shashank_ has joined #openstack-neutron | 02:17 | |
*** hemanthravi has joined #openstack-neutron | 02:23 | |
*** ramishra has joined #openstack-neutron | 02:26 | |
*** ramishra has quit IRC | 02:31 | |
*** ramishra has joined #openstack-neutron | 02:31 | |
*** shivharis has quit IRC | 02:31 | |
*** dvorkinista has joined #openstack-neutron | 02:33 | |
*** ramishra has quit IRC | 02:35 | |
*** yamahata has quit IRC | 02:36 | |
*** dvorkinista has quit IRC | 02:39 | |
*** zhipeng has quit IRC | 02:53 | |
*** WackoRob_ has joined #openstack-neutron | 02:55 | |
openstackgerrit | Akihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables https://review.openstack.org/77407 | 02:58 |
*** amotoki has joined #openstack-neutron | 02:58 | |
*** nati_ueno has joined #openstack-neutron | 02:59 | |
*** nati_ueno has quit IRC | 02:59 | |
*** jecarey has joined #openstack-neutron | 03:06 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: ML2: database needs to be initalized after drivers loaded https://review.openstack.org/77081 | 03:08 |
*** ramishra has joined #openstack-neutron | 03:11 | |
*** ramishra_ has joined #openstack-neutron | 03:17 | |
*** ramishra has quit IRC | 03:20 | |
*** yamahata has joined #openstack-neutron | 03:22 | |
*** thuc has joined #openstack-neutron | 03:23 | |
oda-g | nati_ueno: ping | 03:24 |
*** dvorkinista has joined #openstack-neutron | 03:25 | |
*** yamamoto_ has joined #openstack-neutron | 03:25 | |
*** shashank_ has quit IRC | 03:28 | |
*** thuc has quit IRC | 03:28 | |
oda-g | nati_ueno: Would you approve https://review.openstack.org/#/c/70060 if you noticed this message ? | 03:31 |
*** SumitNaiksatam has joined #openstack-neutron | 03:32 | |
*** vkozhukalov has joined #openstack-neutron | 03:32 | |
*** fandi has joined #openstack-neutron | 03:33 | |
*** chandan_kumar has joined #openstack-neutron | 03:37 | |
*** carl_baldwin has joined #openstack-neutron | 03:39 | |
*** annegentle has quit IRC | 03:42 | |
*** suresh12 has quit IRC | 03:49 | |
*** ramishra_ has quit IRC | 03:55 | |
openstackgerrit | A change was merged to openstack/neutron: Embrane Plugin fails alembic migrations https://review.openstack.org/77686 | 03:57 |
openstackgerrit | A change was merged to openstack/neutron: Remove unused 'as e' in exception blocks https://review.openstack.org/77468 | 03:57 |
*** dvorkinista has quit IRC | 03:57 | |
*** mrsnivvel has joined #openstack-neutron | 03:59 | |
pcm_ | amotoki: ping | 04:02 |
amotoki | pcm_: pong.. I am talking in private channel now. wait for a couple of minutes. | 04:03 |
pcm_ | amotoki: ok thanks. Need help badly. | 04:03 |
amotoki | pcm_: hey | 04:08 |
pcm_ | stuck on these unit test failures. | 04:08 |
pcm_ | Found that I needed to rebase to master, because I wasn't on latest, and had a file that was passing in service_provider to | 04:09 |
pcm_ | setUp() and it didn't exist (some STF stuff left). | 04:10 |
pcm_ | Now, I get 2 tests fail, one says return code 10, the other says it is an ike_policy test case but gives no info. | 04:10 |
*** dvorkinista has joined #openstack-neutron | 04:11 | |
pcm_ | If I comment out my test_cisco_ipsec.py, it still fails. Same if instead I comment out test_ipsec.py in service_driver area. | 04:11 |
*** WackoRob_ has quit IRC | 04:11 | |
amotoki | hmm... | 04:11 |
pcm_ | seems to be some relation between those two and the test_vpnaas_driver_plugin.py, which tests via web server | 04:12 |
pcm_ | Just now, I changed back plugin.py to hardcode the service driver to the reference one and it worked | 04:12 |
amotoki | What does "web server" mean? | 04:12 |
pcm_ | Wondering if it is the logic in that file. | 04:12 |
pcm_ | that test_vpnaas_driver_plugin.py simulates api request through the web server. | 04:13 |
*** WackoRobie has joined #openstack-neutron | 04:14 | |
amotoki | i see. I didn't know so far. | 04:14 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: ML2: database needs to be initalized after drivers loaded https://review.openstack.org/77081 | 04:14 |
pcm_ | using load_paste_app and ExtensionMiddleware | 04:14 |
pcm_ | could you look at the plugin.py file in services/vpn area diffs? | 04:15 |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 04:15 |
pcm_ | https://review.openstack.org/#/c/74144/19/neutron/services/vpn/plugin.py | 04:15 |
pcm_ | This is how I was getting the service driver from the neutron.conf file. | 04:16 |
amotoki | Sorry. i need to go to a meeting now. | 04:16 |
*** sc68cal has quit IRC | 04:17 | |
pcm_ | bummer. | 04:18 |
marun | carl_baldwin: so is the latest patch in that review just a rebase or were there any other changes? | 04:19 |
marun | carl_baldwin: it's helpful for reviewers to know when a patch is just a rebase otherwise it's difficult to figure out what needs to be reviewed. | 04:19 |
carl_baldwin | It is just a rebase. I'll put a note on it. It does eliminate the dependency on the other bug fix. | 04:20 |
*** sc68cal has joined #openstack-neutron | 04:20 | |
*** ramishra has joined #openstack-neutron | 04:21 | |
carl_baldwin | marun: I've added a note to the review that patch set 11 is equivalent to patch set 9. | 04:22 |
marun | carl_baldwin: ok, I'll +2 | 04:23 |
carl_baldwin | Many thanks. | 04:23 |
*** harlowja is now known as harlowja_away | 04:30 | |
*** thuc has joined #openstack-neutron | 04:30 | |
*** thuc has quit IRC | 04:33 | |
openstackgerrit | Ann Kamyshnikova proposed a change to openstack/neutron: Different class names for VPNaaS migrations https://review.openstack.org/77783 | 04:33 |
*** thuc has joined #openstack-neutron | 04:33 | |
*** harlowja_away is now known as harlowja | 04:35 | |
*** thuc has quit IRC | 04:37 | |
*** dvorkinista has quit IRC | 04:44 | |
*** nati_ueno has joined #openstack-neutron | 04:45 | |
*** shivharis has joined #openstack-neutron | 04:48 | |
*** shashank_ has joined #openstack-neutron | 04:50 | |
*** banix has quit IRC | 04:52 | |
*** jecarey has quit IRC | 04:52 | |
*** chandan_kumar has quit IRC | 04:53 | |
openstackgerrit | Henry Gessau proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 1 https://review.openstack.org/73355 | 04:55 |
*** rotbeard has joined #openstack-neutron | 04:57 | |
*** carl_baldwin has quit IRC | 04:59 | |
*** suresh12 has joined #openstack-neutron | 04:59 | |
*** thuc_ has joined #openstack-neutron | 05:01 | |
*** shivharis has quit IRC | 05:02 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Refactor netns.execute so that it is not necessary to check namespace https://review.openstack.org/77788 | 05:03 |
*** suresh12 has quit IRC | 05:03 | |
*** otherwiseguy has joined #openstack-neutron | 05:07 | |
*** vkozhukalov has quit IRC | 05:10 | |
openstackgerrit | berlin proposed a change to openstack/neutron: Add session persistence support for NVP advanced LBaaS https://review.openstack.org/59146 | 05:11 |
*** jecarey has joined #openstack-neutron | 05:14 | |
*** dvorkini_ has joined #openstack-neutron | 05:15 | |
*** irenab has joined #openstack-neutron | 05:19 | |
*** crc32 has quit IRC | 05:19 | |
openstackgerrit | berlin proposed a change to openstack/neutron: NVP LBaaS: check for association before deleting health monitor https://review.openstack.org/67028 | 05:20 |
*** vkozhukalov has joined #openstack-neutron | 05:21 | |
*** WackoRobie has quit IRC | 05:22 | |
*** dvorkini_ has quit IRC | 05:23 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR https://review.openstack.org/74144 | 05:24 |
*** dvorkinista has joined #openstack-neutron | 05:24 | |
*** pcm_ has quit IRC | 05:29 | |
*** banix has joined #openstack-neutron | 05:29 | |
openstackgerrit | berlin proposed a change to openstack/neutron: Add Error Handling to NVP advanced LBaaS/FWaaS https://review.openstack.org/59625 | 05:30 |
*** vkozhukalov has quit IRC | 05:35 | |
*** shivharis has joined #openstack-neutron | 05:37 | |
openstackgerrit | Lin Tan proposed a change to openstack/neutron: Rename Openstack to OpenStack https://review.openstack.org/73188 | 05:40 |
*** banix has quit IRC | 05:41 | |
*** shashank_ has quit IRC | 05:48 | |
*** bvandenh has joined #openstack-neutron | 05:49 | |
*** jecarey has quit IRC | 05:52 | |
*** shashank_ has joined #openstack-neutron | 05:54 | |
*** otherwiseguy has quit IRC | 05:56 | |
*** otherwiseguy has joined #openstack-neutron | 06:00 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 06:03 |
*** dvorkinista has quit IRC | 06:03 | |
*** dvorkinista has joined #openstack-neutron | 06:04 | |
*** banix has joined #openstack-neutron | 06:06 | |
openstackgerrit | Daniel Gollub proposed a change to openstack/neutron: Replace HTTPSConnection in NEC plugin https://review.openstack.org/77414 | 06:10 |
openstackgerrit | A change was merged to openstack/neutron: ML2: database needs to be initalized after drivers loaded https://review.openstack.org/77081 | 06:10 |
*** bvandenh has quit IRC | 06:11 | |
*** harlowja is now known as harlowja_away | 06:16 | |
openstackgerrit | Fengqian Gao proposed a change to openstack/neutron: Keep py3.X compatibility for urllib https://review.openstack.org/73961 | 06:16 |
*** shakayumi has joined #openstack-neutron | 06:20 | |
*** yongli has quit IRC | 06:21 | |
*** liudong has joined #openstack-neutron | 06:21 | |
openstackgerrit | Jenkins proposed a change to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/77797 | 06:28 |
*** lukego has joined #openstack-neutron | 06:30 | |
*** WackoRobie has joined #openstack-neutron | 06:33 | |
*** sungju has quit IRC | 06:33 | |
*** WackoRobie has quit IRC | 06:37 | |
*** gdubreui has quit IRC | 06:37 | |
*** dvorkinista has quit IRC | 06:38 | |
*** amritanshu_RnD has joined #openstack-neutron | 06:45 | |
*** amritanshu_RnD is now known as Guest77723 | 06:45 | |
*** dvorkinista has joined #openstack-neutron | 06:46 | |
*** vjay has quit IRC | 06:49 | |
*** vjay has joined #openstack-neutron | 06:49 | |
*** thuc_ has quit IRC | 06:49 | |
*** thuc has joined #openstack-neutron | 06:50 | |
openstackgerrit | A change was merged to openstack/neutron: Fix class name typo in test_db_rpc_base https://review.openstack.org/74652 | 06:50 |
*** vjay has quit IRC | 06:53 | |
*** vjay has joined #openstack-neutron | 06:53 | |
*** thuc has quit IRC | 06:54 | |
*** bjornar has joined #openstack-neutron | 06:54 | |
*** odyssey4me has quit IRC | 06:57 | |
openstackgerrit | Ivar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver https://review.openstack.org/54236 | 07:04 |
*** bjornar has quit IRC | 07:06 | |
*** dvorkinista has quit IRC | 07:11 | |
*** liudong has quit IRC | 07:12 | |
*** saju_m has joined #openstack-neutron | 07:12 | |
*** odyssey4me has joined #openstack-neutron | 07:15 | |
openstackgerrit | Sridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance https://review.openstack.org/74290 | 07:17 |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support https://review.openstack.org/77809 | 07:22 |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation https://review.openstack.org/69246 | 07:22 |
*** rha has joined #openstack-neutron | 07:22 | |
*** bvandenh has joined #openstack-neutron | 07:30 | |
*** vjay has quit IRC | 07:34 | |
*** vjay has joined #openstack-neutron | 07:34 | |
*** banix has quit IRC | 07:35 | |
*** bvandenh has quit IRC | 07:36 | |
*** ramishra has quit IRC | 07:38 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: NSX: Make replication mode configurable https://review.openstack.org/76670 | 07:40 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Add region field on port resource https://review.openstack.org/76379 | 07:40 |
*** ramishra has joined #openstack-neutron | 07:45 | |
openstackgerrit | Édouard Thuleau proposed a change to openstack/neutron: OVS lib defer apply doesn't handle concurrency https://review.openstack.org/63917 | 07:46 |
*** amotoki has quit IRC | 07:47 | |
*** evgenyf has joined #openstack-neutron | 07:49 | |
*** thuc has joined #openstack-neutron | 07:50 | |
*** shashank_ has quit IRC | 07:55 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Replaces network:* strings by constants https://review.openstack.org/67862 | 07:57 |
*** thuc has quit IRC | 07:58 | |
openstackgerrit | Xu Han Peng proposed a change to openstack/neutron: Permit ICMPv6 RAs only from known routers https://review.openstack.org/72252 | 08:02 |
*** morganfainberg is now known as morganfainberg_Z | 08:02 | |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 08:03 |
*** luqas has joined #openstack-neutron | 08:03 | |
*** yfried has joined #openstack-neutron | 08:06 | |
*** vjay has quit IRC | 08:08 | |
*** yamamoto_ has quit IRC | 08:08 | |
*** safchain has joined #openstack-neutron | 08:09 | |
*** dave_tucker is now known as dave_tucker_zzz | 08:11 | |
*** gongysh has quit IRC | 08:12 | |
*** yfried has quit IRC | 08:14 | |
*** jp_at_hp has joined #openstack-neutron | 08:22 | |
*** Guest77723 has quit IRC | 08:25 | |
*** saju_m has quit IRC | 08:26 | |
openstackgerrit | A change was merged to openstack/neutron: Fix NVP/Nicira nits https://review.openstack.org/77720 | 08:27 |
*** amuller has joined #openstack-neutron | 08:28 | |
*** sphoorti has joined #openstack-neutron | 08:29 | |
*** yfried has joined #openstack-neutron | 08:31 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Rename migration lb_stats_needs_bigint to match revision number https://review.openstack.org/77820 | 08:34 |
*** yfried has quit IRC | 08:35 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Add region field on port resource https://review.openstack.org/76379 | 08:37 |
*** alexpilotti has joined #openstack-neutron | 08:37 | |
*** yfried has joined #openstack-neutron | 08:41 | |
*** jgallard has joined #openstack-neutron | 08:41 | |
openstackgerrit | Daniel Gollub proposed a change to openstack/neutron: Replace HTTPSConnection in NEC plugin https://review.openstack.org/77414 | 08:42 |
*** morganfainberg_Z is now known as morganfainberg | 08:44 | |
*** morganfainberg is now known as morganfainberg_Z | 08:46 | |
*** vjay has joined #openstack-neutron | 08:46 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes https://review.openstack.org/64553 | 08:48 |
*** dave_tucker_zzz is now known as dave_tucker | 08:51 | |
*** rossella_s has joined #openstack-neutron | 08:51 | |
*** iwamoto has quit IRC | 08:51 | |
*** yamamoto_ has joined #openstack-neutron | 08:51 | |
*** ygbo has joined #openstack-neutron | 08:53 | |
*** xianghui has quit IRC | 08:54 | |
*** Guest77723 has joined #openstack-neutron | 08:54 | |
*** jistr has joined #openstack-neutron | 08:55 | |
*** leseb has joined #openstack-neutron | 08:57 | |
*** xianghui has joined #openstack-neutron | 08:57 | |
*** kedar has joined #openstack-neutron | 09:04 | |
kedar | Can someone help, our jenkins build is failing with this error from yesterday. sqlalchemy.exc.ProgrammingError: (ProgrammingError) (1146, "Table 'ovs_neutron.floatingips' doesn't exist") 'ALTER TABLE floatingips ADD COLUMN last_known_router_id VARCHAR(36)' () | 09:05 |
*** liudong has joined #openstack-neutron | 09:08 | |
*** sballe has quit IRC | 09:08 | |
*** sballe has joined #openstack-neutron | 09:08 | |
*** jpich has joined #openstack-neutron | 09:08 | |
*** ihrachys|sick is now known as ihrachys|wfh | 09:11 | |
*** xianghui has quit IRC | 09:12 | |
*** xianghui has joined #openstack-neutron | 09:12 | |
*** jlibosva has joined #openstack-neutron | 09:16 | |
kedar | Does anybody know, while doing stack.sh my jenkins setup is failing at sqlalchemy.exc.ProgrammingError: (ProgrammingError) (1146, "Table 'ovs_neutron.floatingips' doesn't exist") 'ALTER TABLE floatingips ADD COLUMN last_known_router_id VARCHAR(36)' () | 09:16 |
*** sballe has quit IRC | 09:17 | |
*** bjornar has joined #openstack-neutron | 09:17 | |
*** xianghui has quit IRC | 09:18 | |
*** liudong has quit IRC | 09:19 | |
*** amuller has quit IRC | 09:25 | |
*** xianghui has joined #openstack-neutron | 09:30 | |
*** garyk has joined #openstack-neutron | 09:31 | |
*** sungju has joined #openstack-neutron | 09:38 | |
*** xuhanp has quit IRC | 09:39 | |
*** luqas has quit IRC | 09:40 | |
*** mflobo has joined #openstack-neutron | 09:41 | |
*** saju_m has joined #openstack-neutron | 09:41 | |
*** mflobo has quit IRC | 09:42 | |
*** mflobo has joined #openstack-neutron | 09:42 | |
*** amuller has joined #openstack-neutron | 09:43 | |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 09:43 |
*** krtaylor has quit IRC | 09:44 | |
*** luqas has joined #openstack-neutron | 09:44 | |
*** bjornar has quit IRC | 09:46 | |
*** sungju has quit IRC | 09:49 | |
openstackgerrit | berlin proposed a change to openstack/neutron: Add subnet interface or router gateway check in VPNaaS DB ops https://review.openstack.org/77833 | 09:52 |
*** salv-orlando_ has joined #openstack-neutron | 09:52 | |
*** shivharis has quit IRC | 09:54 | |
*** salv-orlando has quit IRC | 09:55 | |
*** salv-orlando_ is now known as salv-orlando | 09:55 | |
*** sungju has joined #openstack-neutron | 09:55 | |
*** mflobo has quit IRC | 09:56 | |
*** luqas has quit IRC | 09:58 | |
*** afazekas has joined #openstack-neutron | 10:05 | |
*** sphoorti has quit IRC | 10:07 | |
*** shakayumi has quit IRC | 10:07 | |
*** sphoorti has joined #openstack-neutron | 10:07 | |
*** leseb has quit IRC | 10:07 | |
*** leseb has joined #openstack-neutron | 10:09 | |
*** nati_ueno has quit IRC | 10:12 | |
*** yamahata has quit IRC | 10:18 | |
*** yamamoto_ has quit IRC | 10:20 | |
*** yamamoto has joined #openstack-neutron | 10:21 | |
openstackgerrit | Feng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent https://review.openstack.org/75745 | 10:21 |
*** evgenyf has quit IRC | 10:23 | |
openstackgerrit | Darragh O'Reilly proposed a change to openstack/neutron: lb-agent: ensure removed devices get treated on resyncs https://review.openstack.org/77842 | 10:28 |
openstackgerrit | Darragh O'Reilly proposed a change to openstack/neutron: linuxbridge-agent: process port updates in the main loop https://review.openstack.org/62875 | 10:28 |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation https://review.openstack.org/69246 | 10:30 |
*** morganfainberg_Z is now known as morganfainberg | 10:39 | |
*** yamamoto has quit IRC | 10:39 | |
*** luqas has joined #openstack-neutron | 10:45 | |
*** fandi has quit IRC | 10:47 | |
*** evgenyf has joined #openstack-neutron | 10:48 | |
*** thuc has joined #openstack-neutron | 10:50 | |
*** gdubreui has joined #openstack-neutron | 10:54 | |
*** thuc has quit IRC | 10:55 | |
*** salv-orlando has quit IRC | 10:56 | |
*** salv-orlando has joined #openstack-neutron | 10:56 | |
*** xianghui has quit IRC | 10:59 | |
*** gdubreui has quit IRC | 11:01 | |
*** djoreilly has joined #openstack-neutron | 11:04 | |
*** jgallard has quit IRC | 11:05 | |
*** sungju has quit IRC | 11:06 | |
*** yamahata has joined #openstack-neutron | 11:12 | |
*** samuelbercovici has joined #openstack-neutron | 11:13 | |
*** liudong has joined #openstack-neutron | 11:16 | |
*** morganfainberg is now known as morganfainberg_Z | 11:16 | |
*** yamahata has quit IRC | 11:16 | |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support https://review.openstack.org/77809 | 11:18 |
*** leseb has quit IRC | 11:18 | |
*** leseb has joined #openstack-neutron | 11:19 | |
*** dave_tucker is now known as dave_tucker_zzz | 11:22 | |
*** leseb has quit IRC | 11:23 | |
*** liudong has quit IRC | 11:25 | |
*** pcm_ has joined #openstack-neutron | 11:30 | |
*** pcm_ has quit IRC | 11:30 | |
*** pcm_ has joined #openstack-neutron | 11:31 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 11:34 |
*** mrsnivvel has quit IRC | 11:39 | |
*** yamahata has joined #openstack-neutron | 11:50 | |
*** mrsnivvel has joined #openstack-neutron | 11:53 | |
*** yfujioka has quit IRC | 11:54 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add a new scheduler for the l3 HA https://review.openstack.org/66347 | 11:54 |
*** vkozhukalov has joined #openstack-neutron | 11:55 | |
*** heyongli has joined #openstack-neutron | 11:59 | |
*** leseb has joined #openstack-neutron | 12:01 | |
*** leseb has quit IRC | 12:05 | |
*** rdo has joined #openstack-neutron | 12:07 | |
*** ekarlso has quit IRC | 12:09 | |
*** yamahata has quit IRC | 12:10 | |
jlibosva | obondarev: hi - wrt your comment on https://review.openstack.org/#/c/75924/ - do you think renaming the lbaas_havana just to lbaas wouldn't be better than creating tables only if they don't exist yet? I think it's better to place the migration in the correct place of chain instead of conditions. I would like to discuss this. | 12:13 |
*** lukego has quit IRC | 12:19 | |
*** ramishra has quit IRC | 12:23 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA https://review.openstack.org/68142 | 12:24 |
*** luqas has quit IRC | 12:26 | |
*** jroovers|afk has joined #openstack-neutron | 12:28 | |
*** jroovers has quit IRC | 12:29 | |
*** leseb has joined #openstack-neutron | 12:30 | |
*** hemanthravi has quit IRC | 12:34 | |
*** dave_tucker_zzz is now known as dave_tucker | 12:40 | |
*** saju_m has quit IRC | 12:40 | |
*** mwagner_lap has quit IRC | 12:40 | |
*** bjornar has joined #openstack-neutron | 12:41 | |
*** lukego has joined #openstack-neutron | 12:44 | |
*** mfink has quit IRC | 12:46 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 12:49 |
*** saju_m has joined #openstack-neutron | 12:51 | |
*** amuller_ has joined #openstack-neutron | 13:01 | |
*** yfried has quit IRC | 13:03 | |
*** vjay has quit IRC | 13:03 | |
*** markmcclain has joined #openstack-neutron | 13:03 | |
*** afazekas has quit IRC | 13:03 | |
*** yfried has joined #openstack-neutron | 13:03 | |
*** baoli has joined #openstack-neutron | 13:04 | |
*** yuzhou has joined #openstack-neutron | 13:04 | |
*** xuhanp has joined #openstack-neutron | 13:04 | |
*** saju_m has quit IRC | 13:04 | |
*** amuller has quit IRC | 13:05 | |
*** bvandenh has joined #openstack-neutron | 13:08 | |
*** ramishra has joined #openstack-neutron | 13:12 | |
*** shivharis has joined #openstack-neutron | 13:12 | |
*** sphoorti has quit IRC | 13:13 | |
*** sphoorti has joined #openstack-neutron | 13:13 | |
*** WackoRobie has joined #openstack-neutron | 13:15 | |
*** luqas has joined #openstack-neutron | 13:17 | |
*** jp_at_hp has quit IRC | 13:17 | |
*** jp_at_hp has joined #openstack-neutron | 13:17 | |
*** amuller_ has quit IRC | 13:18 | |
*** amuller_ has joined #openstack-neutron | 13:18 | |
*** yfried has quit IRC | 13:18 | |
*** yfried has joined #openstack-neutron | 13:18 | |
*** baoli has quit IRC | 13:18 | |
*** baoli has joined #openstack-neutron | 13:18 | |
*** bvandenh has quit IRC | 13:18 | |
*** bvandenh has joined #openstack-neutron | 13:18 | |
*** shivharis has quit IRC | 13:18 | |
*** shivharis has joined #openstack-neutron | 13:18 | |
*** jecarey has joined #openstack-neutron | 13:18 | |
pcm_ | enikanorov: ping | 13:19 |
*** markmcclain has quit IRC | 13:23 | |
*** ekarlso has joined #openstack-neutron | 13:23 | |
pcm_ | Anyone: I'm stuck on an issue of try to change the VPN plugin so that it will not hard code the service driver. Can anyone lend some advice? | 13:25 |
*** mfink has joined #openstack-neutron | 13:30 | |
*** amuller__ has joined #openstack-neutron | 13:32 | |
*** amuller__ is now known as amuller | 13:32 | |
*** sballe has joined #openstack-neutron | 13:33 | |
*** amuller_ has quit IRC | 13:35 | |
*** kedar has quit IRC | 13:36 | |
*** thuc has joined #openstack-neutron | 13:36 | |
*** thuc has quit IRC | 13:41 | |
*** yfried has quit IRC | 13:44 | |
*** krtaylor has joined #openstack-neutron | 13:44 | |
*** thuc has joined #openstack-neutron | 13:47 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 13:48 |
*** yfried has joined #openstack-neutron | 13:48 | |
*** thuc has quit IRC | 13:48 | |
*** markmcclain has joined #openstack-neutron | 13:48 | |
*** thuc has joined #openstack-neutron | 13:48 | |
*** thuc_ has joined #openstack-neutron | 13:49 | |
*** thuc has quit IRC | 13:53 | |
*** dave_tucker is now known as dave_tucker_zzz | 13:55 | |
*** djoreilly has quit IRC | 13:56 | |
*** djoreilly has joined #openstack-neutron | 13:57 | |
*** jdev has joined #openstack-neutron | 13:57 | |
*** jdev789 has joined #openstack-neutron | 13:57 | |
*** jecarey has quit IRC | 13:59 | |
*** WackoRobie has quit IRC | 13:59 | |
*** heyongli has quit IRC | 14:01 | |
*** afazekas has joined #openstack-neutron | 14:04 | |
*** yuzhou has quit IRC | 14:05 | |
*** shshang has joined #openstack-neutron | 14:05 | |
beagles | baoli: did we have a sr-iov meeting this morning ? | 14:08 |
*** annegentle has joined #openstack-neutron | 14:09 | |
*** jdev789 has quit IRC | 14:09 | |
*** jdev has quit IRC | 14:09 | |
beagles | baoli, or rather... did everybody except the fool that forgot have an sr-iov meeting this morning? | 14:09 |
alexpilotti | markmcclain: hi | 14:10 |
markmcclain | alexpilotti: hi | 14:10 |
alexpilotti | markmcclain: yesterday we had some issue with the devstacks in the Hyper-V CI | 14:10 |
alexpilotti | markmcclain: I saw your comment here: https://review.openstack.org/#/c/74199/ | 14:10 |
alexpilotti | markmcclain: did a "recheck hyper-v" thsi morning, and everything is ok with the patch | 14:11 |
markmcclain | alexpilotti: I'll re-review | 14:11 |
alexpilotti | markmcclain: tx | 14:11 |
*** stsauer has joined #openstack-neutron | 14:12 | |
openstackgerrit | Rossella Sblendido proposed a change to openstack/neutron: Set bridge UP in device_exists if force_up is True https://review.openstack.org/76309 | 14:12 |
beagles | baoli, ne'er mind, found the email | 14:16 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 14:16 |
*** dguitarbite has joined #openstack-neutron | 14:17 | |
*** cgoncalves has quit IRC | 14:17 | |
*** julim has joined #openstack-neutron | 14:17 | |
markmcclain | alexpilotti: I've added code comments | 14:19 |
alexpilotti | markmcclain: tx! | 14:19 |
*** dave_tucker_zzz is now known as dave_tucker | 14:21 | |
*** mrsnivvel has quit IRC | 14:21 | |
openstackgerrit | Yves-Gwenael Bourhis proposed a change to openstack/neutron: Fixing lost vlan ids on interfaces https://review.openstack.org/66375 | 14:25 |
*** cgoncalves has joined #openstack-neutron | 14:27 | |
*** cgoncalves has quit IRC | 14:27 | |
*** cgoncalves has joined #openstack-neutron | 14:27 | |
*** cgoncalves has quit IRC | 14:27 | |
*** jgallard has joined #openstack-neutron | 14:28 | |
*** cgoncalves has joined #openstack-neutron | 14:28 | |
*** cgoncalves has quit IRC | 14:28 | |
*** cgoncalves has joined #openstack-neutron | 14:28 | |
*** WackoRobie has joined #openstack-neutron | 14:30 | |
*** banix has joined #openstack-neutron | 14:30 | |
*** thuc_ has quit IRC | 14:31 | |
*** thuc has joined #openstack-neutron | 14:32 | |
*** rotbeard has quit IRC | 14:32 | |
*** luqas has quit IRC | 14:34 | |
*** changbl has quit IRC | 14:35 | |
*** thuc has quit IRC | 14:36 | |
*** luqas has joined #openstack-neutron | 14:37 | |
*** mrsnivvel has joined #openstack-neutron | 14:38 | |
*** WackoRobie has quit IRC | 14:38 | |
*** WackoRobie has joined #openstack-neutron | 14:40 | |
openstackgerrit | Marios Andreou proposed a change to openstack/neutron: Validate CIDR given as ip-prefix in security-group-rule-create https://review.openstack.org/59212 | 14:43 |
*** dims has quit IRC | 14:43 | |
*** dims has joined #openstack-neutron | 14:46 | |
*** peristeri has joined #openstack-neutron | 14:46 | |
*** ramishra has quit IRC | 14:49 | |
*** dguitarbite has quit IRC | 14:49 | |
*** sphoorti has quit IRC | 14:52 | |
*** jecarey has joined #openstack-neutron | 14:52 | |
*** ramishra has joined #openstack-neutron | 14:53 | |
*** orion195 has joined #openstack-neutron | 14:53 | |
orion195 | hi guys, how can I disable at all the dhcp service in openstack? And how can I prevent openstack to show me in the dashboard the IP address of the instances? | 14:54 |
*** banix has left #openstack-neutron | 14:55 | |
*** jobewan has joined #openstack-neutron | 14:57 | |
*** leseb has quit IRC | 14:59 | |
*** odyssey4me has quit IRC | 14:59 | |
markmcclain | orion195: you can disable it per subnet by setting enable_dhcp=false when creating a subnet | 15:00 |
*** shshang has quit IRC | 15:00 | |
*** irenab has quit IRC | 15:01 | |
markmcclain | you cannot hide the fixed ips of the instances in the dashboard without modifying your install of horizon | 15:01 |
*** xuhanp has quit IRC | 15:02 | |
*** stsauer has quit IRC | 15:02 | |
*** shivharis has quit IRC | 15:03 | |
*** yamamoto has joined #openstack-neutron | 15:03 | |
openstackgerrit | Chuck Short proposed a change to openstack/neutron: Add testr concurrency option for run_tests.sh https://review.openstack.org/77903 | 15:03 |
JoeHazzers | my IDE is telling me that line 497 on plugins/linuxbridge/lb_neutron_plugin.py is unused, and i can sort of see why | 15:04 |
JoeHazzers | on line 508 there's need_port_update_notify |= | 15:04 |
openstackgerrit | Rossella Sblendido proposed a change to openstack/neutron: Commit to test neutron full tests https://review.openstack.org/77904 | 15:05 |
JoeHazzers | which seems a little... redundant o.O | 15:05 |
*** xuhanp has joined #openstack-neutron | 15:05 | |
anteaya | tests for https://review.openstack.org/#/c/67862/ are being skipped in the gate due to a merge conflict | 15:05 |
*** leseb has joined #openstack-neutron | 15:05 | |
*** Guest77723 has quit IRC | 15:08 | |
*** kashyap has left #openstack-neutron | 15:11 | |
*** vjay has joined #openstack-neutron | 15:12 | |
*** vjay has quit IRC | 15:13 | |
*** vjay has joined #openstack-neutron | 15:16 | |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add HA support to the l3 agent https://review.openstack.org/70700 | 15:16 |
openstackgerrit | Sylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes https://review.openstack.org/64553 | 15:16 |
*** yfried has quit IRC | 15:19 | |
*** xuhanp has quit IRC | 15:19 | |
*** jgrimm has joined #openstack-neutron | 15:20 | |
orion195 | markmcclain: with dhcp_enable=False, in the dashboard I always see an IP address assigned to my instance | 15:21 |
orion195 | markmcclain: how can I modify horizon to stop showing the IPs? | 15:21 |
markmcclain | orion195: the IP allocator in Neutron will still assign an address | 15:22 |
orion195 | markmcclain: I would like to: 1. don't see the IP assigned in the dashboard, and, if possible, disable the neutron ip allocator | 15:23 |
markmcclain | orion195: if the network does not have a subnet attached then then no IP will be assigned | 15:24 |
*** chandan_kumar has joined #openstack-neutron | 15:24 | |
orion195 | ok, how can I disable the IP address field from showing up in the dashboard? | 15:24 |
*** jobewan has quit IRC | 15:24 | |
markmcclain | you have to modify the horizon source | 15:25 |
orion195 | can you please tell me what file to modify, if you know? | 15:25 |
markmcclain | I know it is doable, but I have the exact details on how | 15:25 |
markmcclain | *I don't have | 15:25 |
orion195 | :( | 15:26 |
*** yamahata has joined #openstack-neutron | 15:26 | |
*** jobewan has joined #openstack-neutron | 15:27 | |
*** tongli has joined #openstack-neutron | 15:29 | |
openstackgerrit | Mohammad Banikazemi proposed a change to openstack/neutron: Deals with fails in update-*-postcommit ops https://review.openstack.org/69792 | 15:30 |
*** bvandenh has quit IRC | 15:38 | |
orion195 | markmcclain: If I create a network without a subnet, the instance creation will fail | 15:40 |
markmcclain | right because nova expects at least 1 IP | 15:40 |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 15:40 |
orion195 | 1 ip in the subnet range? | 15:41 |
*** bvandenh has joined #openstack-neutron | 15:41 | |
*** thedodd has joined #openstack-neutron | 15:44 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2 https://review.openstack.org/73372 | 15:45 |
*** vkozhukalov has quit IRC | 15:45 | |
orion195 | markmcclain: SecurityGroupCannotBeApplied: Network requires port_security_enabled and subnet associated in order to apply security groups. -- does this mean that, I need to disable the firewall within neutron? | 15:46 |
*** markmcclain has quit IRC | 15:47 | |
*** devlaps has joined #openstack-neutron | 15:50 | |
pcm_ | salv-orlando: ping | 15:50 |
salv-orlando | hi pcm_ | 15:51 |
pcm_ | salv-orlando: I found a (bug) problem in tox tests and was wondering your thoughts. | 15:51 |
*** armax has joined #openstack-neutron | 15:51 | |
salv-orlando | yeah go ahead | 15:52 |
pcm_ | salv-orlando: What I see is that we have a test that sets the service driver in CONF and then calls ExtensionsManager to test API for VPN | 15:52 |
pcm_ | before it does that call, it clears the instance variable for the ServiceTypeManager, so that the CONF is read and processed | 15:52 |
pcm_ | giving the available service drivers for all services (dict) | 15:53 |
pcm_ | However, what I see happening, is that, by the time the VPN plugin is started, it goes to the ServiceTypeManager | 15:53 |
pcm_ | and an instance already exists (with LB service driver only). | 15:54 |
pcm_ | and as a result the test fails. | 15:54 |
pcm_ | My guess is that a LB test case is setting the ServiceTypeManager instance (and loads the COF settings) inbetween the | 15:55 |
pcm_ | setup in the VPN test, and when the plugin is actually created. | 15:55 |
openstackgerrit | Claudiu Belu proposed a change to openstack/neutron: Minor refactoring for Hyper-V utils and tests https://review.openstack.org/74200 | 15:55 |
openstackgerrit | Claudiu Belu proposed a change to openstack/neutron: Adds Hyper-V Security Groups implementation https://review.openstack.org/74199 | 15:55 |
pcm_ | Make sense? | 15:55 |
salv-orlando | it could be either because tests are run in parallel or because the LB unit test don't do some cleanup | 15:55 |
pcm_ | agree | 15:55 |
salv-orlando | I would first verify the lb tests do appropriate cleanup; if they do, and then the issue arises from parallel testing, I would look for another solution | 15:56 |
pcm_ | I did a hack in VPN plugin and set instance to None and it reloaded, and, you guessed it. It works. | 15:56 |
pcm_ | Will do a check. If it is parallel testing, any thoughts on how to handle? | 15:56 |
salv-orlando | right so perhaps it's just a matter at looking where the load balancing unit tests are not cleaning up, and then fix that, I think | 15:56 |
*** nati_ueno has joined #openstack-neutron | 15:57 | |
pcm_ | I'll try to see where they may mess with this. | 15:57 |
* pcm_ looking | 15:59 | |
*** dvorkinista has joined #openstack-neutron | 16:00 | |
pcm_ | salv-orlando: in test_db_loadbalancer.py, they do the same kind of thing (override CONF, clear STM instance) | 16:01 |
pcm_ | enikanorov: ping | 16:03 |
*** dave_tucker is now known as dave_tucker_zzz | 16:05 | |
*** amuller has quit IRC | 16:07 | |
jaypipes | lukego: reply sent :) | 16:07 |
*** WackoRobie has quit IRC | 16:08 | |
*** luqas has quit IRC | 16:08 | |
marun | mestery: ping | 16:09 |
mestery | marun: pong from a meeting, whats up? | 16:09 |
openstackgerrit | A change was merged to openstack/neutron: Rename migration lb_stats_needs_bigint to match revision number https://review.openstack.org/77820 | 16:09 |
openstackgerrit | A change was merged to openstack/neutron: replace rest of q_exc to n_exc in code base https://review.openstack.org/77746 | 16:10 |
anteaya | shopping for reviews: https://review.openstack.org/#/c/76125/ a bug fix concerning ipv6 that passes jenkins and has a +1 and a +2 | 16:10 |
openstackgerrit | A change was merged to openstack/neutron: Imported Translations from Transifex https://review.openstack.org/77797 | 16:10 |
*** shshang has joined #openstack-neutron | 16:10 | |
*** devlaps has quit IRC | 16:11 | |
*** devlaps has joined #openstack-neutron | 16:11 | |
*** shshang has quit IRC | 16:12 | |
*** shshang has joined #openstack-neutron | 16:13 | |
*** dave_tucker_zzz is now known as dave_tucker | 16:13 | |
*** shshang has quit IRC | 16:14 | |
*** markmcclain has joined #openstack-neutron | 16:15 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins https://review.openstack.org/77927 | 16:15 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Refactor netns.execute so that it is not necessary to check namespace https://review.openstack.org/77788 | 16:16 |
openstackgerrit | Sridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance https://review.openstack.org/74290 | 16:16 |
marun | mestery: ah, nothing critical. I wanted to get to the bottom of why test_ml2_plugin can't be executed in isolation. I bugged you about it a couple of weeks ago, the error is that setting a config override for network_vlan_ranges fails because the option hasn't been defined. | 16:16 |
mestery | marun: I remember that, should we file a bug to track it there perhaps? | 16:17 |
marun | mestery: I guess so, I just wanted to check if it was something you knew about. | 16:17 |
*** luqas has joined #openstack-neutron | 16:17 | |
*** bvandenh has quit IRC | 16:17 | |
mestery | marun: Is that option defined in the type driver? Is that the reason it fails with it being not defined? | 16:18 |
marun | mestery: I think so, yes. | 16:18 |
*** shshang has joined #openstack-neutron | 16:19 | |
mestery | marun: That's what I was thinking as well. So, it's required to have the VLAN type driver to that then as currently configured. | 16:19 |
marun | mestery: If I just import the type driver I get strage errors though. :( I'm guessing not being loaded by stevedore is a problem? | 16:20 |
mestery | marun: That seems likely I think. | 16:20 |
pcm_ | salv-orlando: ping | 16:20 |
*** shshang has quit IRC | 16:21 | |
*** blogan has joined #openstack-neutron | 16:21 | |
marun | mestery: I guess I'll file a bug and think about possible solutions. | 16:21 |
mestery | marun: good call | 16:22 |
marun | mestery: I think it's a problem that needs to be fixed, as it would seem to be something that would pop up in the future and make it harder to maintain the test.s | 16:22 |
openstackgerrit | A change was merged to openstack/neutron: Implement Mellanox ML2 MechanismDriver https://review.openstack.org/72854 | 16:22 |
*** itzikb has joined #openstack-neutron | 16:26 | |
*** yfried has joined #openstack-neutron | 16:28 | |
*** thuc has joined #openstack-neutron | 16:28 | |
*** vjay has quit IRC | 16:28 | |
*** jorgem has joined #openstack-neutron | 16:29 | |
*** yfried1 has joined #openstack-neutron | 16:29 | |
lukego | jaypipes: Thanks! | 16:30 |
*** jistr has quit IRC | 16:31 | |
salv-orlando | pcm_: I'm here | 16:32 |
*** shakayumi has joined #openstack-neutron | 16:32 | |
pcm_ | salv-orlando: look like parallelism, as I renamed LB test files one at a time, have 4 disabled now, and still see it (with Radware LB conf). | 16:32 |
pcm_ | salv-orlando: seems to be due to parallelism. | 16:33 |
*** yfried has quit IRC | 16:34 | |
anteaya | lukego: do you have what you need to get started? | 16:34 |
salv-orlando | pcm_: is that blocking progress on some patch affected by today's deadline? I'm asking because the solution probably won't be trivial. | 16:34 |
*** changbl has joined #openstack-neutron | 16:35 | |
pcm_ | yes, I have two patches, that used the Service Type Framework. Found out yesterday, that the STF will not go in for I3 | 16:35 |
*** manishg has quit IRC | 16:36 | |
pcm_ | so I've been trying to work around that. issue is that the VPN plugin currently hard codes the service driver. | 16:36 |
*** dvorkinista has quit IRC | 16:36 | |
lukego | anteaya: it sounds like the best way forward for me is to start over with a test environment that's more like what openstack-infra and others are using. so what I need is a sense of confidence that it's okay to wait a while until jay signals that the setup procedure is mature and it's a good time to apply it | 16:36 |
pcm_ | I'm using part of the STF to load neutron.conf and get the service driver. | 16:36 |
*** dvorkinista has joined #openstack-neutron | 16:36 | |
pcm_ | I guess another way, would be to manually parse the cfg.CONF setting, maybe? | 16:37 |
anteaya | lukego: the only person who can give you that is markmcclain | 16:37 |
anteaya | and help me understand why you feel you need to wait | 16:37 |
lukego | anteaya: I'll seek it from him :) | 16:37 |
anteaya | lukego: you can set up a jenkins | 16:37 |
anteaya | and install the jenkins gerrit plugin | 16:38 |
*** itzikb_ has joined #openstack-neutron | 16:38 | |
anteaya | and set up a jenkins job running devstack-gate using much of the information that was shared in the meeting yesterday and is in the etherpad | 16:38 |
jaypipes | lukego: there's nothing preventing you from completing the setup of the master node. article part I covers that: v | 16:38 |
anteaya | https://etherpad.openstack.org/p/third-party-ci-workshop | 16:38 |
jaypipes | guh... | 16:39 |
jaypipes | http://www.joinfu.com/2014/02/setting-up-an-external-openstack-testing-system/ | 16:39 |
jaypipes | lukego: ^^ you should be able to set all that up right now. | 16:39 |
*** piyush1 has joined #openstack-neutron | 16:39 | |
anteaya | and you can be testing on the sandbox repo, which is what mark wants to see before you are allowed to vote on the neutron changes | 16:40 |
*** harlowja_away is now known as harlowja | 16:40 | |
jaypipes | lukego: if you hit any snags at all, feel free to ping me on IRC or email me at jaypipes@gmail.com. Happy to help you. | 16:40 |
*** harlowja has quit IRC | 16:41 | |
anteaya | yeah, don't wait, make what progress you can now | 16:41 |
lukego | well.. what is the nodepool business I was going to wait on about? | 16:42 |
lukego | we didn't have zuul in our setup the last time. it would be kind of comforting to be able to install these things without anticipating that there will be troubleshooting needed due to known issues that other people have already hit. | 16:44 |
lukego | (do I install zuul? some HOWTOs do and some don't) | 16:44 |
anteaya | start without zuul | 16:45 |
anteaya | and without nodepool | 16:45 |
lukego | anteaya: do I listen to you or to jay? he says to use zuul, you say not to.. | 16:45 |
anteaya | start with what you have | 16:45 |
*** dvorkinista has quit IRC | 16:45 | |
anteaya | i didn't say don't use zuul | 16:45 |
anteaya | I said start without zuul | 16:45 |
anteaya | I would hope jay and I are saying the same things | 16:45 |
anteaya | okay I am sensing part of the issue we hit last time | 16:45 |
anteaya | so let's take a bigger picture | 16:46 |
anteaya | this is an opensource project | 16:46 |
jaypipes | lukego: if you read the article above and use the os-ext-testing repo (explained in article), it will install and set up the jenkins master, zuul, JJB, etc all for you. | 16:46 |
anteaya | there is no one right way to do things, unless the group agrees | 16:46 |
anteaya | different people offer different thoughts until consenses is distilled | 16:46 |
anteaya | and changes happen all the time | 16:46 |
anteaya | part of the issue last time was the idea that this could be a set it and forget it thing | 16:47 |
anteaya | it isn't, and won't be | 16:47 |
anteaya | there will be changes | 16:47 |
anteaya | changes now and changes as it goes along | 16:47 |
*** safchain has quit IRC | 16:47 | |
anteaya | this is a relationship | 16:47 |
beagles | markmcclain, https://wiki.openstack.org/wiki/NovaNetNeutronParity | 16:47 |
lukego | guys.. you are giving me conflicting advice right now. | 16:47 |
anteaya | lukego: what is conflicting? | 16:47 |
beagles | markmcclain, for your pleasure.. thoughts, comments, etc | 16:47 |
anteaya | lukego: did I not just state that different people in opensource have different ideas | 16:48 |
anteaya | that is the strength of opensource | 16:48 |
markmcclain | beagles: cool… I'll take a look after I get back from lunch | 16:48 |
anteaya | lukego: what are you conflicted on? | 16:48 |
lukego | anteaya: whether to start simple, with kicking the tires on jenkins and gerrit setup doing in the way that seems right, or whether to use puppet scripts and the like to get a setup in a big bang. | 16:49 |
anteaya | why don't you try something, anything and then evaluate | 16:50 |
lukego | whether to keep what I have and move forward, or start over with a base that's more mainstream | 16:50 |
anteaya | part of opensource is that you have a say in what you do | 16:50 |
anteaya | so this is where you have to make a decision, do something and then evaluate | 16:50 |
lukego | anteaya: I did. I decided to try Jay's method after the next revisions that he wants to do, that people seemed to be stumbling over yesterday. then you told me to undecide that decision :) | 16:50 |
beagles | markmcclain, cool, tks | 16:50 |
anteaya | well that decision includes doing nothing for some time, if I recall correctly | 16:51 |
*** itzikb has quit IRC | 16:51 | |
anteaya | and i think that the doing nothing for some time puts you in a very bad position if you plan on asking markmcclain for some lenency with your system and the deadline for testing | 16:51 |
lukego | indeed. I've already setup Jenkins and Gerrit towards review.openstack.org twice. I'm not in a hurry to do it a third time just as a throw-away to mark time. (I have a lot of code that I am trying to write in order to contribute it to OpenStack...) | 16:52 |
*** _cjones_ has joined #openstack-neutron | 16:52 | |
anteaya | if you know how to set up jenkins, you don't need to know how to set up gerrit, but it doesnt' hurt | 16:52 |
*** SumitNaiksatam has quit IRC | 16:53 | |
anteaya | why are you not testing against the sandbox repo right now? | 16:53 |
*** db39 has joined #openstack-neutron | 16:53 | |
lukego | because I'm hoping to use a nice well-debugged procedure to get a mainstream tempest testing environment setup that I can test with | 16:54 |
anteaya | you can hold onto that hope | 16:54 |
anteaya | or you can make it happen | 16:54 |
*** _cjones_ has quit IRC | 16:55 | |
anteaya | if you hold onto that hope, you risk having no work testing sandbox repo to show markmcclain and having him turn down your request | 16:55 |
lukego | I'd be quite happy to work on _other_ openstack stuff for a week or two and then come back and fix this. | 16:55 |
*** _cjones_ has joined #openstack-neutron | 16:55 | |
*** blogan has quit IRC | 16:55 | |
anteaya | lukego: that is your choice, and we are happy to have any and all openstack contributions | 16:55 |
anteaya | but that does not work towards your goal of keeping your driver in neutron | 16:56 |
lukego | also I don't really understand what I am supposed to be asking for leniency from? | 16:56 |
*** leseb has quit IRC | 16:56 | |
*** harlowja has joined #openstack-neutron | 16:56 | |
lukego | what is the stick that's being waved at me exactly? | 16:56 |
*** leseb has joined #openstack-neutron | 16:57 | |
*** ramishra has quit IRC | 16:58 | |
lukego | incidentally I am working full-time with a team for approximately one year in order to make it possible for Deutsche Telekom to deploy OpenStack for national ISPs. that is what I am wasting time with when I am not playing with Jenkins and Gerrit. | 16:58 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Avoid unnecessarily checking the existence of a device https://review.openstack.org/67475 | 16:58 |
*** ramishra has joined #openstack-neutron | 16:59 | |
lukego | that work is 100% open source with no vendor interests and being done to help users of openstack. | 16:59 |
anteaya | lukego: if you don't have testing for your driver, your driver may be removed from neutron | 16:59 |
*** sfox has joined #openstack-neutron | 16:59 | |
anteaya | and this channel is full of people in that exact same situation as yourself | 17:00 |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 17:00 |
anteaya | both for driver testing and also for why they want their driver in neutron | 17:00 |
lukego | anteaya: Sorry, I will not discuss this one moment more with you. I'll need to find somebody else to discuss this issue with. | 17:01 |
*** evgenyf has quit IRC | 17:01 | |
*** ramishra has quit IRC | 17:03 | |
anteaya | lukego: I hope you find what you are looking for | 17:04 |
*** mlavalle has joined #openstack-neutron | 17:07 | |
*** zhipeng has joined #openstack-neutron | 17:08 | |
*** markwash has joined #openstack-neutron | 17:10 | |
*** arosen1 has joined #openstack-neutron | 17:12 | |
*** arosen1 is now known as arosen-home | 17:12 | |
*** lukego has quit IRC | 17:12 | |
*** nati_ueno has quit IRC | 17:13 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR https://review.openstack.org/74144 | 17:13 |
*** rwsu has joined #openstack-neutron | 17:14 | |
*** afazekas has quit IRC | 17:14 | |
*** crc32 has joined #openstack-neutron | 17:14 | |
*** xoritor has joined #openstack-neutron | 17:16 | |
*** garyk has quit IRC | 17:17 | |
anteaya | still shopping for reviews: https://review.openstack.org/#/c/76125/ just really needs a +A if it deserves it | 17:18 |
*** itzikb_ has quit IRC | 17:18 | |
xoritor | can i configure every part of neutron to use vlans? ie.. i want one 4 Gbit bond0 (lacp) and use vlans for everything else ie.. br-ex, br-int, storage, etc... | 17:19 |
*** baoli has quit IRC | 17:19 | |
anteaya | xoritor: are you offering patches or deploying? | 17:21 |
xoritor | i am asking if it is possible | 17:22 |
anteaya | deployment questions find a better audience in #openstack | 17:22 |
xoritor | ok | 17:23 |
*** blogan has joined #openstack-neutron | 17:23 | |
anteaya | that and today is feature freeze, devs had no spare time today | 17:23 |
xoritor | ok | 17:24 |
*** luqas has quit IRC | 17:24 | |
*** jroovers|afk has quit IRC | 17:25 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 17:27 |
*** sc68cal has quit IRC | 17:30 | |
*** sc68cal has joined #openstack-neutron | 17:31 | |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2 https://review.openstack.org/73372 | 17:31 |
openstackgerrit | Arvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 1 https://review.openstack.org/73355 | 17:31 |
*** leseb has quit IRC | 17:32 | |
*** leseb has joined #openstack-neutron | 17:32 | |
*** markwash has quit IRC | 17:33 | |
*** sc68cal has quit IRC | 17:36 | |
*** sc68cal has joined #openstack-neutron | 17:36 | |
anteaya | 75660 was failing in the gate and is being retested, I'm looking at logs and monitoring its progress | 17:36 |
*** leseb has quit IRC | 17:36 | |
*** manishg has joined #openstack-neutron | 17:39 | |
openstackgerrit | Paul Michali proposed a change to openstack/neutron: VPNaaS Device Driver for Cisco CSR https://review.openstack.org/74156 | 17:39 |
*** ygbo has quit IRC | 17:41 | |
*** jaypipes has quit IRC | 17:45 | |
anteaya | got as far as InstanceNotFound_Remote: Instance in http://logs.openstack.org/60/75660/1/gate/gate-tempest-dsvm-neutron-isolated/eafcab3/logs/screen-n-cpu.txt.gz | 17:45 |
*** yfried1 has quit IRC | 17:45 | |
*** yfried has joined #openstack-neutron | 17:46 | |
*** mwagner_lap has joined #openstack-neutron | 17:49 | |
*** vish1 has joined #openstack-neutron | 17:52 | |
*** chandan_kumar has quit IRC | 17:53 | |
*** vishy has quit IRC | 17:53 | |
*** vish1 is now known as vishy | 17:53 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: New multitool to run batched commands under ip netns and sudo (WIP) https://review.openstack.org/67490 | 17:54 |
*** garyk has joined #openstack-neutron | 17:55 | |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: Avoid unnecessarily checking the existence of a device https://review.openstack.org/67475 | 17:56 |
openstackgerrit | Carl Baldwin proposed a change to openstack/neutron: New multitool to run batched commands under ip netns and sudo (WIP) https://review.openstack.org/67490 | 17:56 |
*** jlibosva has quit IRC | 17:58 | |
*** jlibosva has joined #openstack-neutron | 18:01 | |
*** vkozhukalov has joined #openstack-neutron | 18:05 | |
*** morganfainberg_Z is now known as morganfainberg | 18:08 | |
*** jgallard has quit IRC | 18:08 | |
*** yamamoto has quit IRC | 18:10 | |
*** yamahata__ has joined #openstack-neutron | 18:10 | |
*** yamahata has quit IRC | 18:14 | |
*** manishg_ has joined #openstack-neutron | 18:14 | |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 18:14 |
*** dave_tucker is now known as dave_tucker_zzz | 18:15 | |
*** shivharis has joined #openstack-neutron | 18:16 | |
*** manishg has quit IRC | 18:16 | |
*** manishg_ is now known as manishg | 18:16 | |
anteaya | shivharis: any update on the 3rd 3rd party testing account from brocade? | 18:18 |
*** suresh12 has joined #openstack-neutron | 18:19 | |
shivharis | anteaya: working on it, could not get a hold of pattabi yesterday. will do so today. | 18:21 |
anteaya | shivharis: k, I just don't want to forget about it | 18:21 |
anteaya | I am away all next week | 18:21 |
*** nati_ueno has joined #openstack-neutron | 18:22 | |
shivharis | anteaya: I'll take ownership of remembering as well. | 18:22 |
*** nati_ueno has quit IRC | 18:22 | |
anteaya | shivharis: great thank you, I appreciate that | 18:22 |
*** piyush1 has quit IRC | 18:22 | |
*** nati_ueno has joined #openstack-neutron | 18:23 | |
shivharis | anteaya: np, thx for your patience. | 18:23 |
anteaya | *nod | 18:24 |
anteaya | still looking for devs from midokura | 18:24 |
anteaya | anyone with midokura in channel? | 18:24 |
openstackgerrit | A change was merged to openstack/neutron: Different class names for VPNaaS migrations https://review.openstack.org/77783 | 18:26 |
*** sweston has joined #openstack-neutron | 18:28 | |
nati_ueno | anteaya: I found his email ryu@midokura.com | 18:29 |
anteaya | thanks | 18:30 |
*** jaypipes has joined #openstack-neutron | 18:30 | |
anteaya | I tried emailing brandon berg yesterday using the email on bberg's launchpad page | 18:30 |
anteaya | I will give this a shot as well | 18:30 |
*** leseb has joined #openstack-neutron | 18:32 | |
anteaya | I emailed him to ask him to join the channel | 18:32 |
*** manishg has quit IRC | 18:33 | |
anteaya | and thank you, I hope this works | 18:33 |
*** markwash has joined #openstack-neutron | 18:35 | |
*** jaypipes has quit IRC | 18:36 | |
*** piyush1 has joined #openstack-neutron | 18:36 | |
*** dvorkinista has joined #openstack-neutron | 18:37 | |
*** baoli has joined #openstack-neutron | 18:37 | |
*** baoli has quit IRC | 18:37 | |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 18:37 |
*** baoli has joined #openstack-neutron | 18:38 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Auto re-sync on backend inconsistencies https://review.openstack.org/73575 | 18:39 |
openstackgerrit | A change was merged to openstack/neutron: Remove pyudev dependency https://review.openstack.org/66609 | 18:43 |
*** shashank_ has joined #openstack-neutron | 18:43 | |
*** zzelle has joined #openstack-neutron | 18:46 | |
*** jlibosva has quit IRC | 18:49 | |
*** manishg has joined #openstack-neutron | 18:50 | |
*** changbl has quit IRC | 18:50 | |
anteaya | still shopping for reviews on https://review.openstack.org/#/c/76125/ | 18:51 |
anteaya | getting a +A on that would be great if it deserves it | 18:51 |
*** jaypipes has joined #openstack-neutron | 18:53 | |
*** changbl has joined #openstack-neutron | 18:54 | |
*** thedodd has quit IRC | 18:56 | |
*** suresh12 has quit IRC | 18:56 | |
*** jistr has joined #openstack-neutron | 18:57 | |
*** alagalah has joined #openstack-neutron | 18:57 | |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 18:57 |
*** otherwiseguy has quit IRC | 18:58 | |
alexpilotti | rkukura: hi | 18:58 |
*** suresh12 has joined #openstack-neutron | 18:58 | |
*** evgenyf has joined #openstack-neutron | 19:00 | |
*** thedodd has joined #openstack-neutron | 19:00 | |
*** manishg has quit IRC | 19:00 | |
*** manishg has joined #openstack-neutron | 19:01 | |
openstackgerrit | Ihar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP) https://review.openstack.org/75861 | 19:01 |
*** rkukura has quit IRC | 19:02 | |
*** mriedem has joined #openstack-neutron | 19:02 | |
*** rkukura has joined #openstack-neutron | 19:02 | |
mriedem | salv-orlando: sorry to bug you about this, but i was going to spam the nova guys a bit more on this patch to hopefully make icehouse https://review.openstack.org/#/c/43822/ | 19:03 |
mriedem | i think johngarbutt is good with it if we can get some neutron cores to bless it again | 19:03 |
salv-orlando | mriedem: right. sorry about that. Reviewing now. | 19:03 |
mriedem | cool, thanks! | 19:03 |
*** sballe has quit IRC | 19:07 | |
*** itzikb has joined #openstack-neutron | 19:10 | |
*** db39 has quit IRC | 19:10 | |
*** sff has joined #openstack-neutron | 19:11 | |
*** db39 has joined #openstack-neutron | 19:11 | |
*** suresh12 has quit IRC | 19:13 | |
shivharis | rkukura: hi | 19:14 |
rkukura | shivharis: hi | 19:14 |
shivharis | rkukura: can you please re-review. I am on a very short leash. | 19:15 |
rkukura | shivharis: in progress - will need another update I think | 19:15 |
*** db39 has quit IRC | 19:15 | |
shivharis | rkukura: i did the update already. it is revision 19. | 19:16 |
rkukura | shivharis: that's what I'm reviewing | 19:16 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready https://review.openstack.org/75253 | 19:16 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: NSX: passing wrong security_group id mapping to nsx backend https://review.openstack.org/77727 | 19:16 |
rkukura | just a heads up that I've got at least one issue that should be fixed if you've got time | 19:17 |
*** blogan has quit IRC | 19:17 | |
openstackgerrit | Ivar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver https://review.openstack.org/54236 | 19:17 |
shivharis | rkukura: which issue? | 19:17 |
*** suresh12_ has joined #openstack-neutron | 19:17 | |
rkukura | shivharis: probably most efficient for me to put the comments in gerrit - have a meeting in 12 minutes, so will post them by then. | 19:18 |
shivharis | ok | 19:18 |
shivharis | rkukura: ok. but i am not sure how late my code could be delayed. | 19:19 |
anteaya | shivharis: the code has to be right before it gets in | 19:19 |
anteaya | shivharis: read his comments and then talk to him after his meeting | 19:19 |
shivharis | rkukuray: is it correctness the issue? will wait for your meeting to be over. | 19:20 |
*** [1]evgenyf has joined #openstack-neutron | 19:22 | |
*** zhipeng has quit IRC | 19:22 | |
*** SumitNaiksatam has joined #openstack-neutron | 19:23 | |
*** [1]evgenyf has quit IRC | 19:23 | |
*** sweston has quit IRC | 19:24 | |
*** [1]evgenyf has joined #openstack-neutron | 19:24 | |
*** evgenyf has quit IRC | 19:24 | |
*** [1]evgenyf is now known as evgenyf | 19:24 | |
*** bada has joined #openstack-neutron | 19:29 | |
*** jroovers has joined #openstack-neutron | 19:30 | |
rkukura | shivharis: Posted my comments. Cosmetic stuff can wait for a bug fix if needed, but a couple things need attention now I think. | 19:30 |
*** leseb has quit IRC | 19:36 | |
*** vkozhukalov has quit IRC | 19:36 | |
*** baoli has quit IRC | 19:38 | |
*** bada has quit IRC | 19:39 | |
openstackgerrit | Édouard Thuleau proposed a change to openstack/neutron: Implement local ARP responder onto OVS agent https://review.openstack.org/49227 | 19:40 |
*** baoli has joined #openstack-neutron | 19:41 | |
*** baoli has quit IRC | 19:41 | |
openstackgerrit | Salvatore Orlando proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins https://review.openstack.org/77927 | 19:41 |
*** piyush1 has quit IRC | 19:41 | |
*** mriedem has left #openstack-neutron | 19:41 | |
*** baoli has joined #openstack-neutron | 19:41 | |
*** db39 has joined #openstack-neutron | 19:42 | |
openstackgerrit | Kyle Mestery proposed a change to openstack/neutron: Add OpenDaylight ML2 MechanismDriver https://review.openstack.org/69775 | 19:44 |
*** db39 has quit IRC | 19:47 | |
*** dvorkinista has quit IRC | 19:48 | |
*** piyush1 has joined #openstack-neutron | 19:49 | |
*** dvorkinista has joined #openstack-neutron | 19:52 | |
*** evgenyf has quit IRC | 19:56 | |
*** banix has joined #openstack-neutron | 19:58 | |
openstackgerrit | Drew Thorstensen proposed a change to openstack/python-neutronclient: New exception when auth_url is not specified https://review.openstack.org/53461 | 19:59 |
*** carl_baldwin has joined #openstack-neutron | 20:00 | |
*** Sukhdev has joined #openstack-neutron | 20:00 | |
*** leseb has joined #openstack-neutron | 20:01 | |
Sukhdev | Folks - this have gone through exhaustive review process - will appreciate some cycles from core reviewers https://review.openstack.org/#/c/66921/ | 20:02 |
*** gdubreui has joined #openstack-neutron | 20:02 | |
*** dvorkinista has quit IRC | 20:04 | |
*** hemanthravi has joined #openstack-neutron | 20:07 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 20:10 |
*** djoreilly has quit IRC | 20:11 | |
shivharis | rkukura: looking at the comments, will address all | 20:13 |
shivharis | rkukura: can one assume one segment per network for now, like other mds | 20:13 |
*** shakayumi has quit IRC | 20:17 | |
rkukura | shivharis: sure, but wasn't sure how the physical_interface config was supposed to be used, and thought maybe you want to ignore network segments with different physical_networks. If you need to do that, iterating over multiple segments should only add one line of code. | 20:17 |
*** shashank_ has quit IRC | 20:17 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 20:18 |
*** shakayumi has joined #openstack-neutron | 20:19 | |
shivharis | rkukura: once the network (or port-profile) is associated with the mac address the first frame from the vm will associate the network with the port. so it is not needed in this case. | 20:19 |
*** jistr has quit IRC | 20:20 | |
*** blogan has joined #openstack-neutron | 20:20 | |
openstackgerrit | Rajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS) Service Insertion https://review.openstack.org/62599 | 20:22 |
rkukura | shivharis: MDs that don't bind ports themselves, but rely on another MD (typically for an L2 agent) for this, really should ignore physical_networks that they are not supposed to be involved in managing. For example, its common to use different physical networks for tenant networks than for external provider networks. If the switch needs to be managed for the tenant networks but not the external provider networks, then won't things | 20:25 |
rkukura | really confused if the segment's physical_network isn't checked? | 20:25 |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 20:25 |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 20:28 |
*** markwash has quit IRC | 20:32 | |
shivharis | rkukura: makes sense. i am ignoring the physical_networks. | 20:34 |
rkukura | shivharis: I'll re-review ASAP | 20:36 |
*** itzikb has quit IRC | 20:39 | |
*** hemanthravi has quit IRC | 20:39 | |
shivharis | rkukura: just to clarify, i am ignoring looking thru the segments | 20:41 |
*** suresh12_ has quit IRC | 20:44 | |
*** jaypipes has quit IRC | 20:44 | |
*** dvorkinista has joined #openstack-neutron | 20:45 | |
*** markwash has joined #openstack-neutron | 20:45 | |
*** rms_13 has joined #openstack-neutron | 20:45 | |
*** dvorkinista has quit IRC | 20:48 | |
rkukura | shivharis: I'm not seeing where the "physical_interface_opts" config is used. Its value is stored in self.physical_interface, but that does not seem to be used anywhere. | 20:49 |
shivharis | rkukura: i am ignoring looking thru segments for phys. nets, how can one tell what to ignore? | 20:50 |
shivharis | rkukura: i guess i am missing the point | 20:51 |
rkukura | shivharis: I was thinking you'd compare the segment's physical_network value to the physical_interface value from config, and ignore the segment if it doesn't match. | 20:52 |
*** blogan has quit IRC | 20:52 | |
shivharis | rkukura: and in case of multi-host we will match the respective one? | 20:55 |
rkukura | shivharis: Do you mean "multi-segment" or "multi-host"? | 20:55 |
shivharis | rkukura: this time multi-host | 20:56 |
rkukura | shivharis: The physical_network value for a segment is the same across all hosts. It might map to a different interface in the L2 agent's config, but that shouldn't matter in the server/plugin/driver. | 20:57 |
rkukura | s/interface/interface or bridge/ | 20:57 |
shivharis | rkukura: thanks for the clarification - i;ll add the iterate and check for the phys. net | 20:59 |
rkukura | shivharis: about to post comments on gerrit | 20:59 |
shivharis | rkukura: ok | 20:59 |
rkukura | shivharis: posted | 21:00 |
shivharis | rkukura: thx | 21:00 |
*** ajo has quit IRC | 21:02 | |
*** crc32 has quit IRC | 21:03 | |
*** suresh12 has joined #openstack-neutron | 21:06 | |
*** blogan has joined #openstack-neutron | 21:06 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 21:07 |
*** crc32 has joined #openstack-neutron | 21:11 | |
*** ajo has joined #openstack-neutron | 21:13 | |
*** vu_ has joined #openstack-neutron | 21:14 | |
*** WackoRobie has joined #openstack-neutron | 21:15 | |
*** bada has joined #openstack-neutron | 21:17 | |
*** vu_ has quit IRC | 21:17 | |
*** vu_ has joined #openstack-neutron | 21:18 | |
*** dvorkinista has joined #openstack-neutron | 21:26 | |
*** shashank_ has joined #openstack-neutron | 21:28 | |
pcm_ | Can I get core review of https://review.openstack.org/#/c/74144 and https://review.openstack.org/#/c/74156 please? | 21:29 |
*** crc32 has quit IRC | 21:29 | |
*** WackoRobie has quit IRC | 21:30 | |
*** hemanthravi has joined #openstack-neutron | 21:31 | |
*** julim has quit IRC | 21:31 | |
*** rms_13 has quit IRC | 21:33 | |
*** dvorkinista has quit IRC | 21:34 | |
*** WackoRobie has joined #openstack-neutron | 21:34 | |
*** crc32 has joined #openstack-neutron | 21:34 | |
*** shshang has joined #openstack-neutron | 21:34 | |
*** dvorkinista has joined #openstack-neutron | 21:35 | |
*** dvorkinista has quit IRC | 21:37 | |
*** WackoRobie has quit IRC | 21:47 | |
*** jpich has quit IRC | 21:48 | |
oda-g | nachi_ueno: ping | 21:49 |
*** clev has joined #openstack-neutron | 21:49 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 21:52 |
*** armax has left #openstack-neutron | 21:56 | |
*** samuelbercovici has quit IRC | 21:57 | |
markmcclain | pcm_: I'm concerned that there aren't any tests with plugin running | 21:58 |
*** vu_ has quit IRC | 21:58 | |
markmcclain | pcm_: and no 3rd party reporting with it running | 21:59 |
*** Sukhdev has quit IRC | 22:00 | |
*** vuvu has joined #openstack-neutron | 22:01 | |
*** vu_ has joined #openstack-neutron | 22:01 | |
*** manishg_ has joined #openstack-neutron | 22:02 | |
*** manishg has quit IRC | 22:04 | |
*** manishg_ is now known as manishg | 22:04 | |
openstackgerrit | Ivar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver https://review.openstack.org/54236 | 22:10 |
*** vuvu has quit IRC | 22:11 | |
*** vu_ has quit IRC | 22:11 | |
*** clev has left #openstack-neutron | 22:12 | |
*** sungju has joined #openstack-neutron | 22:13 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 22:15 |
*** peristeri has quit IRC | 22:17 | |
*** jorgem has quit IRC | 22:17 | |
hemanthravi | salv-orlando: hi | 22:19 |
*** geekinutah has joined #openstack-neutron | 22:20 | |
*** jorgem has joined #openstack-neutron | 22:20 | |
*** crazed has quit IRC | 22:28 | |
*** devlaps1 has joined #openstack-neutron | 22:28 | |
*** devlaps has quit IRC | 22:29 | |
*** vu_ has joined #openstack-neutron | 22:30 | |
*** vuvu has joined #openstack-neutron | 22:30 | |
pcm_ | markmcclain: can you clarify on the tests with plugin running? | 22:31 |
pcm_ | markmcclain: We are working on having the 3rd party test run on this changeset. | 22:31 |
*** leseb has quit IRC | 22:32 | |
*** jorgem has quit IRC | 22:32 | |
pcm_ | markmcclain: I have tests for all of routines used in the service and device driver. | 22:32 |
*** jorgem has joined #openstack-neutron | 22:32 | |
pcm_ | markmcclain: not sure what I'm missing... | 22:32 |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Allow to delegate some tunnel provider attributes choice https://review.openstack.org/74055 | 22:33 |
openstackgerrit | Cedric Brandily proposed a change to openstack/neutron: Allow to delegate some vlan provider attributes choice to neutron https://review.openstack.org/71904 | 22:33 |
ekarlso | &wun 28 | 22:33 |
*** bjornar has quit IRC | 22:36 | |
*** piyush1 has quit IRC | 22:37 | |
*** jecarey has quit IRC | 22:37 | |
*** rossella_s has quit IRC | 22:39 | |
*** vuvu has quit IRC | 22:39 | |
*** vu_ has quit IRC | 22:39 | |
geekinutah | is anyone else familiar with this error? http://logstash.openstack.org/#eyJmaWVsZHMiOltdLCJzZWFyY2giOiJmaWxlbmFtZTpcImNvbnNvbGUuaHRtbFwiIEFORCBtZXNzYWdlOlwiVW5hYmxlIHRvIGV4ZWN1dGUgWydvdnMtdnNjdGwnLCAnLS10aW1lb3V0PTEwJywgJ3NldCcsICdQb3J0JyxcIiBBTkQgYnVpbGRfbmFtZToqLXRlbXBlc3QtZHN2bS1uZXV0cm9uIiwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJvZmZzZXQiOjAsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxMzkzOTY5MzAyMjcxf | 22:40 |
*** vuvu has joined #openstack-neutron | 22:40 | |
*** vu_ has joined #openstack-neutron | 22:40 | |
geekinutah | it looks like network namespaces are disappearing from where I've dug in so far, if anyone else is familiar with this bug please feel free to chime in :-) | 22:40 |
*** vuvu has quit IRC | 22:40 | |
*** vu_ has quit IRC | 22:40 | |
*** vuvu has joined #openstack-neutron | 22:40 | |
*** vu_ has joined #openstack-neutron | 22:40 | |
*** dvorkinista has joined #openstack-neutron | 22:40 | |
*** sweston has joined #openstack-neutron | 22:46 | |
anteaya | sweston: hello | 22:46 |
anteaya | sweston: you and shivharis are both from brocade | 22:46 |
anteaya | shivharis has a 3rd party account and you have requested one, we just need to make sure everyone at brocade knows about each other | 22:47 |
sweston | anteaya: hi anteaya | 22:47 |
anteaya | hi | 22:47 |
anteaya | you did fill out a bug report about a third party ci right? | 22:48 |
sweston | anteaya: Yes, so we have several business units currently working on ci | 22:48 |
anteaya | and you are aware that brocade already has 2 accounts? | 22:48 |
*** otherwiseguy has joined #openstack-neutron | 22:48 | |
anteaya | please add a comment to the bug report stating your awareness of the other accounts please | 22:48 |
*** jecarey has joined #openstack-neutron | 22:49 | |
sweston | anteaya: I was aware of it yesterday, after I made the original request, but at the time I created it, no | 22:49 |
anteaya | that way when we complete the bug report we have a history and everyone is clear | 22:49 |
*** shashank_ has quit IRC | 22:49 | |
anteaya | sweston: okay thanks | 22:49 |
sweston | anteaya: sure ... do any other organizations have multiple ci accounts? | 22:50 |
sweston | anteaya: or is it expected that there is a one to one relationship between account and organization | 22:50 |
anteaya | sweston: can you talk with shivharis and the owner of the other brocade account: https://review.openstack.org/#/admin/groups/270,members | 22:50 |
anteaya | and do some internal communication going forward to that we know you know about each other | 22:51 |
anteaya | keep in mind https://review.openstack.org/#/admin/groups/91,members is a subgroup of the link i posted above | 22:51 |
sweston | anteaya: yes, we are in coordination now | 22:51 |
anteaya | sweston: right now we are going on feel | 22:51 |
anteaya | great | 22:51 |
anteaya | IBM has many, we have a constanct contact in infra in ArxCrux whom we ask any IBM questions | 22:52 |
anteaya | and krtaylor is his boss and is always responsive | 22:52 |
*** dims has quit IRC | 22:52 | |
anteaya | the more people we know at the company and know who to ask, the easier it is for us | 22:52 |
*** sfox has quit IRC | 22:53 | |
anteaya | so if we have any concerns or problems with IBM we know those two will sort it out | 22:53 |
*** mfink has quit IRC | 22:53 | |
anteaya | we have no assumption, but the more communication we have the better we know how to address that company | 22:53 |
anteaya | for companies we know nothing about we have questions and do the best we can | 22:54 |
*** shashank_ has joined #openstack-neutron | 22:54 | |
sweston | anteaya: ah. so I will be available in infra as well :-). after we discuss what we are doing, I will get back to you with how we are going to move forward | 22:54 |
*** vuvu has quit IRC | 22:54 | |
*** vu_ has quit IRC | 22:54 | |
*** nati_ueno has quit IRC | 22:54 | |
anteaya | sweston: great thank you | 22:54 |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 22:54 |
sweston | anteaya: of course! | 22:54 |
anteaya | sweston: so link me to your bug after you add the comment | 22:54 |
anteaya | and I will convey that | 22:54 |
sweston | anteaya: you bet, making the modifications now .. | 22:55 |
anteaya | thanks | 22:55 |
*** vuvu has joined #openstack-neutron | 22:55 | |
*** vu_ has joined #openstack-neutron | 22:55 | |
pcm_ | mestery: ping | 22:55 |
*** nati_ueno has joined #openstack-neutron | 22:56 | |
*** banix has quit IRC | 22:56 | |
oda-g | nati_ueno: ping | 22:56 |
shivharis | anteaya: thanks, sweston and i were supposed to meet this afternoon, but you have resolved it already. thanks. | 22:57 |
anteaya | awesome thank you | 22:57 |
anteaya | saved some time | 22:57 |
pcm_ | markmcclain: ping | 22:57 |
*** dvorkinista has quit IRC | 22:57 | |
shivharis | anteaya: appreciate it | 22:57 |
*** jroovers|afk has joined #openstack-neutron | 22:58 | |
*** jroovers|afk has quit IRC | 22:58 | |
*** jroovers|afk has joined #openstack-neutron | 22:58 | |
*** jroovers has quit IRC | 22:59 | |
*** dvorkinista has joined #openstack-neutron | 22:59 | |
markmcclain | pcm_: sorry got pulled away for phone call | 22:59 |
*** xoritor has quit IRC | 22:59 | |
*** vuvu has quit IRC | 22:59 | |
pcm_ | markmcclain: np. I really trying hard to get this service and device driver into I-3. | 23:00 |
*** dvorkinista has quit IRC | 23:00 | |
*** jaypipes has joined #openstack-neutron | 23:00 | |
*** vu_ has quit IRC | 23:00 | |
pcm_ | markmcclain: I had things out for review, and then reworked to pull out Service Type Framework yesterday, as soon as I heard it was not going to be in. | 23:00 |
*** sfox has joined #openstack-neutron | 23:01 | |
shivharis | rkukura: hi | 23:01 |
pcm_ | markmcclain: Have a coworker, working on 3rd party run with my patch set, using my drivers. | 23:01 |
pcm_ | markmcclain: Would like to know what I'm missing (could use a bit of guidance please!) | 23:02 |
*** sfox has quit IRC | 23:02 | |
*** sfox has joined #openstack-neutron | 23:02 | |
pcm_ | markmcclain: I think I have very good coverage of all the service and device driver function and APIs. | 23:02 |
rkukura | shivharis: hi | 23:03 |
pcm_ | markmcclain: Can you advise as to what I need to do to make this deadline (I'm working like mad to get things in place) | 23:03 |
pcm_ | ? | 23:03 |
markmcclain | pcm_: the main thing is the 3rd party system spins up an installation with the plugin running | 23:04 |
sweston | anteaya: here you go https://bugs.launchpad.net/openstack-ci/+bug/1287348 | 23:04 |
markmcclain | service plugin running | 23:04 |
markmcclain | and that the tempest tests in test_vpnaas_extensions.py pass | 23:04 |
*** RajeshMohan has quit IRC | 23:05 | |
pcm_ | markmcclain: yes, Dane LeBlanc here is helping with that (having devstack select the cisco driver and then run Tempest). | 23:05 |
markmcclain | cool | 23:05 |
rkukura | shivharis: I'll review the updated patch. The physical_network stuff looks much better. | 23:06 |
shivharis | rkukura: thx | 23:07 |
pcm_ | markmcclain: Do we need to have that running tonight? Dane is talking 2-3 hours before he'll get it going - he's trying to get APIC going. | 23:07 |
pcm_ | markmcclain: or is there some latitude on getting it in place? | 23:08 |
*** dims has joined #openstack-neutron | 23:08 | |
markmcclain | pcm_: yes | 23:08 |
*** vuvu has joined #openstack-neutron | 23:09 | |
*** vu_ has joined #openstack-neutron | 23:09 | |
pcm_ | markmcclain: yes as in, by tonight or yes as there is some latitiude? | 23:10 |
markmcclain | The 3rd party testing must be running in order for us to merge new drivers into Icehouse. | 23:10 |
*** tongli has quit IRC | 23:10 | |
pcm_ | markmcclain: gotcha. I'll work with Dane to get that run going on this patch set. | 23:12 |
pcm_ | markmcclain: thanks for the clarification. | 23:12 |
markmcclain | cool…I wish the had more latitude on the deadline, but exemptions are hard to come by | 23:13 |
markmcclain | s/the/we/ | 23:13 |
pcm_ | markmcclain: understood. | 23:13 |
*** jorgem has quit IRC | 23:13 | |
pcm_ | markmcclain: We'll work as hard as we can to get that in place. I'll keep monitoring the reviews that are out. | 23:14 |
markmcclain | ok | 23:14 |
*** shakayumi has quit IRC | 23:14 | |
*** jobewan has quit IRC | 23:15 | |
*** jorgem has joined #openstack-neutron | 23:15 | |
*** vjay has joined #openstack-neutron | 23:17 | |
openstackgerrit | Kevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation https://review.openstack.org/70906 | 23:17 |
openstackgerrit | Hemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation https://review.openstack.org/69246 | 23:20 |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 23:21 |
*** shashank_ has quit IRC | 23:22 | |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 23:23 |
hemanthravi | SumitNaiksatam, pcm_: addressed your review comments for https://review.openstack.org/#/c/69246/, could you review the new patchset when you get a chance...thanks | 23:24 |
SumitNaiksatam | hemanthravi: yeah | 23:25 |
*** mfink has joined #openstack-neutron | 23:26 | |
*** sfox has quit IRC | 23:31 | |
*** sfox has joined #openstack-neutron | 23:36 | |
openstackgerrit | Shiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches https://review.openstack.org/60129 | 23:37 |
*** sfox has quit IRC | 23:38 | |
*** sfox has joined #openstack-neutron | 23:38 | |
*** dave_tucker_zzz is now known as dave_tucker | 23:38 | |
*** thedodd has quit IRC | 23:39 | |
*** vuvu has quit IRC | 23:40 | |
*** vu_ has quit IRC | 23:40 | |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Send network-changed notifations to nova https://review.openstack.org/78041 | 23:41 |
openstackgerrit | Aaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready https://review.openstack.org/75253 | 23:41 |
*** suresh12 has quit IRC | 23:41 | |
*** suresh12 has joined #openstack-neutron | 23:42 | |
arosen-home | marun: if you get a sec : https://review.openstack.org/#/c/78041/1 | 23:42 |
*** sfox has quit IRC | 23:42 | |
arosen-home | I updated the patches with you're comments. | 23:43 |
*** suresh12 has quit IRC | 23:43 | |
*** otherwiseguy has quit IRC | 23:44 | |
*** mwagner_lap has quit IRC | 23:44 | |
*** suresh12 has joined #openstack-neutron | 23:44 | |
*** markwash has quit IRC | 23:45 | |
*** zzelle has quit IRC | 23:51 | |
openstackgerrit | Dhanashree Gosavi proposed a change to openstack/neutron: Add extraroute_db support for Cisco N1kv Plugin https://review.openstack.org/78045 | 23:52 |
*** xuhanp has joined #openstack-neutron | 23:53 | |
*** jorgem has quit IRC | 23:54 | |
*** blogan has quit IRC | 23:55 | |
*** sweston has quit IRC | 23:56 | |
*** shashank_ has joined #openstack-neutron | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!