Tuesday, 2014-03-04

*** thuc has joined #openstack-neutron00:00
pcm_nati_uen_: ping00:02
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012900:04
openstackgerritAkihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables  https://review.openstack.org/7740700:04
openstackgerritAkihiro Motoki proposed a change to openstack/neutron: NEC plugin: PFC packet fitler support  https://review.openstack.org/7419200: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 again00:08
hemanth_amotoki: and thanks for the review comments00:08
*** otherwiseguy has quit IRC00:08
pcm_Anyone able to advise me on what's going on with a Jenkins failure?00:09
amotokihemanth_: is it around 4pm there?00:09
amotokipcm_: 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
shivharispcm_: hi00:11
pcm_shivharis: hi00:11
pcm_I can't seem to figure out what the failure is.00:11
shivharispcm_: 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-neutron00:12
shivharisnachi was supposed to do a rebase, the parent00:12
pcm_shivharis: Ah that.... well that's what I having issue (indirectly).00:13
*** hemanth_ has quit IRC00:13
pcm_shivharis: decision is not to base my code off Service Type Framework00: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 cool00:14
shivharispcm_: that is even better00:14
*** julim has quit IRC00:14
pcm_shivharis: pushed and Jenkins is failing. :(00:14
pcm_shivharis: yeah, gets around all the dependency stuff.00:15
*** sc68cal has quit IRC00: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-neutron00:15
pcm_can you help me decipher what the actual error is?00:16
amotokii 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 IRC00:17
amotokiis 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: yes00:18
*** manishg has quit IRC00:18
*** manishg_ is now known as manishg00:18
pcm_amotoki: before, I had 41827 as a dependency for the patch (the STF code)00:18
*** sc68cal has joined #openstack-neutron00:18
*** leseb has quit IRC00: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
amotokipcm_: 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 IRC00:21
amotokipcm_: i tried several patterns. it may help you.00:23
amotokitox -e py27 neutron.tests.unit.services.vpn.service_drivers.test_cisco_ipsec -> 25 tests : succeed00:23
amotokitox -e py27 neutron.tests.unit.services.vpn.service_drivers -> 30 tests : succeed00:24
pcm_amotoki: on my multicore machine, full tox suite passes (as it also does on my laptop VM) :(00:24
amotokitox -e py27 neutron.tests.unit.services.vpn -> 50 tests : failed00:24
pcm_amotoki: I ran that last one and it failed!00:25
amotokibut there is no useful information found in .testrepository log.00:25
*** hemanth_ has joined #openstack-neutron00:26
amotokipcm_: in this case, some previous might not clean up the env   AND  failed test does not setup testenv appropriately.00:27
*** rwsu has quit IRC00:27
amotokiit seems SystemExit is not caught properly00:27
amotokibecause the test processes suddenly die without any log.00:28
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012900:28
*** xuhanp has joined #openstack-neutron00:28
amotokipcm_: 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-neutron00:30
*** amotoki has quit IRC00:30
hemanth_amotoki: hi00:30
*** dvorkinista has joined #openstack-neutron00:35
*** Swami has quit IRC00:36
*** dvorkinista has quit IRC00:39
openstackgerritSridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance  https://review.openstack.org/7429000:44
*** openstackgerrit has quit IRC00:44
*** openstackgerrit has joined #openstack-neutron00:44
*** armax has joined #openstack-neutron00:44
*** armax has left #openstack-neutron00:44
*** iwamoto has joined #openstack-neutron00:46
*** nati_ueno has joined #openstack-neutron00:46
*** shashank_ has quit IRC00:47
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Adds multiple RPC worker processes to neutron server  https://review.openstack.org/7256500:48
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA  https://review.openstack.org/6814200:49
*** nati_uen_ has quit IRC00:49
carl_baldwinmarun: 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
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Adds multiple RPC worker processes to neutron server  https://review.openstack.org/7256500:50
carl_baldwinmarun: Just had to rebase to clear a merge conflict with etc/neutron.conf.  So, take a look at ps 1100:51
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Split API and RPC workers in to one separate process each (WIP)  https://review.openstack.org/7602100:51
*** nati_ueno has quit IRC00:51
*** jorgem has quit IRC00:52
*** zhipeng has joined #openstack-neutron00:53
*** dims has joined #openstack-neutron00:54
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes  https://review.openstack.org/6455300:55
openstackgerritA change was merged to openstack/python-neutronclient: Supporting Net-Partition as extension for Nuage plugin  https://review.openstack.org/7116600:57
*** jobewan has quit IRC00:57
*** nati_ueno has joined #openstack-neutron00:57
*** thuc_ has joined #openstack-neutron00:58
*** thuc_ has quit IRC00:59
*** thuc_ has joined #openstack-neutron00:59
*** thuc_ has quit IRC00:59
*** xuhanp has quit IRC01:00
*** shashank_ has joined #openstack-neutron01:00
*** thuc_ has joined #openstack-neutron01:00
*** jroovers|afk has quit IRC01:00
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add a new scheduler for the l3 HA  https://review.openstack.org/6634701:00
*** thuc_ has quit IRC01:00
*** thuc has quit IRC01:00
*** carl_baldwin has quit IRC01:01
*** thuc has joined #openstack-neutron01:01
*** thuc has quit IRC01:01
*** thuc has joined #openstack-neutron01:02
*** dvorkinista has joined #openstack-neutron01:06
*** dvorkinista has quit IRC01:07
*** sfox has quit IRC01:08
*** nati_ueno has quit IRC01:09
*** nati_ueno has joined #openstack-neutron01:10
*** nati_ueno has quit IRC01:10
*** nati_ueno has joined #openstack-neutron01:11
*** nati_ueno has quit IRC01:12
*** jroovers has joined #openstack-neutron01:12
*** nati_ueno has joined #openstack-neutron01:12
*** dane_leblanc has quit IRC01:13
*** nati_ueno has quit IRC01:14
*** nati_ueno has joined #openstack-neutron01:15
*** nati_ueno has quit IRC01:16
*** nati_ueno has joined #openstack-neutron01:16
*** nati_ueno has quit IRC01:17
*** rwsu has quit IRC01:17
*** nati_ueno has joined #openstack-neutron01:17
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Auto re-sync on backend inconsistencies  https://review.openstack.org/7357501:18
*** nati_ueno has quit IRC01:18
*** nati_ueno has joined #openstack-neutron01:19
*** nati_ueno has quit IRC01:22
*** nati_ueno has joined #openstack-neutron01:22
*** nati_ueno has quit IRC01:23
*** nati_ueno has joined #openstack-neutron01:23
*** nati_ueno has quit IRC01:24
*** nati_ueno has joined #openstack-neutron01:25
*** nati_ueno has quit IRC01:26
*** nati_ueno has joined #openstack-neutron01:26
*** WackoRobie has quit IRC01:26
*** nati_uen_ has joined #openstack-neutron01:27
*** nati_ueno has quit IRC01:27
*** nati_uen_ has quit IRC01:28
*** nati_ueno has joined #openstack-neutron01:29
*** nati_ueno has quit IRC01:30
*** leseb has joined #openstack-neutron01:30
*** nati_ueno has joined #openstack-neutron01:30
*** nati_ueno has quit IRC01:31
*** nati_ueno has joined #openstack-neutron01:31
anteayanati_ueno: can you check your server or client?01:32
anteayanati_ueno: you are filling all the channels with your leaving and joinging01:32
anteayajoining01:32
nati_uenoanteaya: ah sorry I'll logout01:32
*** nati_ueno has quit IRC01:32
anteayanp01:32
*** leseb has quit IRC01:34
*** hemanth_ has quit IRC01:36
*** xuhanp has joined #openstack-neutron01:39
*** shashank_ has quit IRC01:43
*** rms_13 has left #openstack-neutron01:43
*** dane_leblanc has joined #openstack-neutron01:44
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA  https://review.openstack.org/6814201:46
openstackgerritAaron Rosen proposed a change to openstack/neutron: replace rest of q_exc to n_exc in code base  https://review.openstack.org/7774601:48
*** hemanth_ has joined #openstack-neutron01:49
*** ramishra has quit IRC01:51
*** hemanth_ has quit IRC01:51
*** gdubreui has joined #openstack-neutron01:54
*** mlavalle has quit IRC01:54
*** WackoRobie has joined #openstack-neutron01:57
openstackgerritA change was merged to openstack/neutron: Improves Arista's ML2 driver's sync performance  https://review.openstack.org/7348201:59
*** dvorkinista has joined #openstack-neutron01:59
*** gongysh has joined #openstack-neutron01:59
*** devlaps has quit IRC02:01
*** WackoRobie has quit IRC02:02
*** dane_leblanc has quit IRC02:02
*** xianghui has joined #openstack-neutron02:04
*** dvorkinista has quit IRC02:04
*** thuc has quit IRC02:12
*** abhiraut has quit IRC02:12
*** thuc has joined #openstack-neutron02:12
*** banix has joined #openstack-neutron02:14
*** thuc has quit IRC02:17
*** shashank_ has joined #openstack-neutron02:17
*** hemanthravi has joined #openstack-neutron02:23
*** ramishra has joined #openstack-neutron02:26
*** ramishra has quit IRC02:31
*** ramishra has joined #openstack-neutron02:31
*** shivharis has quit IRC02:31
*** dvorkinista has joined #openstack-neutron02:33
*** ramishra has quit IRC02:35
*** yamahata has quit IRC02:36
*** dvorkinista has quit IRC02:39
*** zhipeng has quit IRC02:53
*** WackoRob_ has joined #openstack-neutron02:55
openstackgerritAkihiro Motoki proposed a change to openstack/neutron: NEC plugin: delete old OFC ID mapping tables  https://review.openstack.org/7740702:58
*** amotoki has joined #openstack-neutron02:58
*** nati_ueno has joined #openstack-neutron02:59
*** nati_ueno has quit IRC02:59
*** jecarey has joined #openstack-neutron03:06
openstackgerritAaron Rosen proposed a change to openstack/neutron: ML2: database needs to be initalized after drivers loaded  https://review.openstack.org/7708103:08
*** ramishra has joined #openstack-neutron03:11
*** ramishra_ has joined #openstack-neutron03:17
*** ramishra has quit IRC03:20
*** yamahata has joined #openstack-neutron03:22
*** thuc has joined #openstack-neutron03:23
oda-gnati_ueno: ping03:24
*** dvorkinista has joined #openstack-neutron03:25
*** yamamoto_ has joined #openstack-neutron03:25
*** shashank_ has quit IRC03:28
*** thuc has quit IRC03:28
oda-gnati_ueno: Would you approve https://review.openstack.org/#/c/70060 if you noticed this message ?03:31
*** SumitNaiksatam has joined #openstack-neutron03:32
*** vkozhukalov has joined #openstack-neutron03:32
*** fandi has joined #openstack-neutron03:33
*** chandan_kumar has joined #openstack-neutron03:37
*** carl_baldwin has joined #openstack-neutron03:39
*** annegentle has quit IRC03:42
*** suresh12 has quit IRC03:49
*** ramishra_ has quit IRC03:55
openstackgerritA change was merged to openstack/neutron: Embrane Plugin fails alembic migrations  https://review.openstack.org/7768603:57
openstackgerritA change was merged to openstack/neutron: Remove unused 'as e' in exception blocks  https://review.openstack.org/7746803:57
*** dvorkinista has quit IRC03:57
*** mrsnivvel has joined #openstack-neutron03:59
pcm_amotoki: ping04:02
amotokipcm_: 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
amotokipcm_: hey04: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 to04: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-neutron04: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 IRC04:11
amotokihmm...04:11
pcm_seems to be some relation between those two and the test_vpnaas_driver_plugin.py, which tests via web server04:12
pcm_Just now, I changed back plugin.py to hardcode the service driver to the reference one and it worked04:12
amotokiWhat 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-neutron04:14
amotokii see. I didn't know so far.04:14
openstackgerritAaron Rosen proposed a change to openstack/neutron: ML2: database needs to be initalized after drivers loaded  https://review.openstack.org/7708104:14
pcm_using load_paste_app and ExtensionMiddleware04:14
pcm_could you look at the plugin.py file in services/vpn area diffs?04:15
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574504:15
pcm_https://review.openstack.org/#/c/74144/19/neutron/services/vpn/plugin.py04:15
pcm_This is how I was getting the service driver from the neutron.conf file.04:16
amotokiSorry. i need to go to a meeting now.04:16
*** sc68cal has quit IRC04:17
pcm_bummer.04:18
maruncarl_baldwin: so is the latest patch in that review just a rebase or were there any other changes?04:19
maruncarl_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_baldwinIt 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-neutron04:20
*** ramishra has joined #openstack-neutron04:21
carl_baldwinmarun: I've added a note to the review that patch set 11 is equivalent to patch set 9.04:22
maruncarl_baldwin: ok, I'll +204:23
carl_baldwinMany thanks.04:23
*** harlowja is now known as harlowja_away04:30
*** thuc has joined #openstack-neutron04:30
*** thuc has quit IRC04:33
openstackgerritAnn Kamyshnikova proposed a change to openstack/neutron: Different class names for VPNaaS migrations  https://review.openstack.org/7778304:33
*** thuc has joined #openstack-neutron04:33
*** harlowja_away is now known as harlowja04:35
*** thuc has quit IRC04:37
*** dvorkinista has quit IRC04:44
*** nati_ueno has joined #openstack-neutron04:45
*** shivharis has joined #openstack-neutron04:48
*** shashank_ has joined #openstack-neutron04:50
*** banix has quit IRC04:52
*** jecarey has quit IRC04:52
*** chandan_kumar has quit IRC04:53
openstackgerritHenry Gessau proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 1  https://review.openstack.org/7335504:55
*** rotbeard has joined #openstack-neutron04:57
*** carl_baldwin has quit IRC04:59
*** suresh12 has joined #openstack-neutron04:59
*** thuc_ has joined #openstack-neutron05:01
*** shivharis has quit IRC05:02
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Refactor netns.execute so that it is not necessary to check namespace  https://review.openstack.org/7778805:03
*** suresh12 has quit IRC05:03
*** otherwiseguy has joined #openstack-neutron05:07
*** vkozhukalov has quit IRC05:10
openstackgerritberlin proposed a change to openstack/neutron: Add session persistence support for NVP advanced LBaaS  https://review.openstack.org/5914605:11
*** jecarey has joined #openstack-neutron05:14
*** dvorkini_ has joined #openstack-neutron05:15
*** irenab has joined #openstack-neutron05:19
*** crc32 has quit IRC05:19
openstackgerritberlin proposed a change to openstack/neutron: NVP LBaaS: check for association before deleting health monitor  https://review.openstack.org/6702805:20
*** vkozhukalov has joined #openstack-neutron05:21
*** WackoRobie has quit IRC05:22
*** dvorkini_ has quit IRC05:23
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR  https://review.openstack.org/7414405:24
*** dvorkinista has joined #openstack-neutron05:24
*** pcm_ has quit IRC05:29
*** banix has joined #openstack-neutron05:29
openstackgerritberlin proposed a change to openstack/neutron: Add Error Handling to NVP advanced LBaaS/FWaaS  https://review.openstack.org/5962505:30
*** vkozhukalov has quit IRC05:35
*** shivharis has joined #openstack-neutron05:37
openstackgerritLin Tan proposed a change to openstack/neutron: Rename Openstack to OpenStack  https://review.openstack.org/7318805:40
*** banix has quit IRC05:41
*** shashank_ has quit IRC05:48
*** bvandenh has joined #openstack-neutron05:49
*** jecarey has quit IRC05:52
*** shashank_ has joined #openstack-neutron05:54
*** otherwiseguy has quit IRC05:56
*** otherwiseguy has joined #openstack-neutron06:00
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation  https://review.openstack.org/7090606:03
*** dvorkinista has quit IRC06:03
*** dvorkinista has joined #openstack-neutron06:04
*** banix has joined #openstack-neutron06:06
openstackgerritDaniel Gollub proposed a change to openstack/neutron: Replace HTTPSConnection in NEC plugin  https://review.openstack.org/7741406:10
openstackgerritA change was merged to openstack/neutron: ML2: database needs to be initalized after drivers loaded  https://review.openstack.org/7708106:10
*** bvandenh has quit IRC06:11
*** harlowja is now known as harlowja_away06:16
openstackgerritFengqian Gao proposed a change to openstack/neutron: Keep py3.X compatibility for urllib  https://review.openstack.org/7396106:16
*** shakayumi has joined #openstack-neutron06:20
*** yongli has quit IRC06:21
*** liudong has joined #openstack-neutron06:21
openstackgerritJenkins proposed a change to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/7779706:28
*** lukego has joined #openstack-neutron06:30
*** WackoRobie has joined #openstack-neutron06:33
*** sungju has quit IRC06:33
*** WackoRobie has quit IRC06:37
*** gdubreui has quit IRC06:37
*** dvorkinista has quit IRC06:38
*** amritanshu_RnD has joined #openstack-neutron06:45
*** amritanshu_RnD is now known as Guest7772306:45
*** dvorkinista has joined #openstack-neutron06:46
*** vjay has quit IRC06:49
*** vjay has joined #openstack-neutron06:49
*** thuc_ has quit IRC06:49
*** thuc has joined #openstack-neutron06:50
openstackgerritA change was merged to openstack/neutron: Fix class name typo in test_db_rpc_base  https://review.openstack.org/7465206:50
*** vjay has quit IRC06:53
*** vjay has joined #openstack-neutron06:53
*** thuc has quit IRC06:54
*** bjornar has joined #openstack-neutron06:54
*** odyssey4me has quit IRC06:57
openstackgerritIvar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver  https://review.openstack.org/5423607:04
*** bjornar has quit IRC07:06
*** dvorkinista has quit IRC07:11
*** liudong has quit IRC07:12
*** saju_m has joined #openstack-neutron07:12
*** odyssey4me has joined #openstack-neutron07:15
openstackgerritSridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance  https://review.openstack.org/7429007:17
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support  https://review.openstack.org/7780907:22
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation  https://review.openstack.org/6924607:22
*** rha has joined #openstack-neutron07:22
*** bvandenh has joined #openstack-neutron07:30
*** vjay has quit IRC07:34
*** vjay has joined #openstack-neutron07:34
*** banix has quit IRC07:35
*** bvandenh has quit IRC07:36
*** ramishra has quit IRC07:38
openstackgerritAaron Rosen proposed a change to openstack/neutron: NSX: Make replication mode configurable  https://review.openstack.org/7667007:40
openstackgerritAaron Rosen proposed a change to openstack/neutron: Add region field on port resource  https://review.openstack.org/7637907:40
*** ramishra has joined #openstack-neutron07:45
openstackgerritÉdouard Thuleau proposed a change to openstack/neutron: OVS lib defer apply doesn't handle concurrency  https://review.openstack.org/6391707:46
*** amotoki has quit IRC07:47
*** evgenyf has joined #openstack-neutron07:49
*** thuc has joined #openstack-neutron07:50
*** shashank_ has quit IRC07:55
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Replaces network:* strings by constants  https://review.openstack.org/6786207:57
*** thuc has quit IRC07:58
openstackgerritXu Han Peng proposed a change to openstack/neutron: Permit ICMPv6 RAs only from known routers  https://review.openstack.org/7225208:02
*** morganfainberg is now known as morganfainberg_Z08:02
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574508:03
*** luqas has joined #openstack-neutron08:03
*** yfried has joined #openstack-neutron08:06
*** vjay has quit IRC08:08
*** yamamoto_ has quit IRC08:08
*** safchain has joined #openstack-neutron08:09
*** dave_tucker is now known as dave_tucker_zzz08:11
*** gongysh has quit IRC08:12
*** yfried has quit IRC08:14
*** jp_at_hp has joined #openstack-neutron08:22
*** Guest77723 has quit IRC08:25
*** saju_m has quit IRC08:26
openstackgerritA change was merged to openstack/neutron: Fix NVP/Nicira nits  https://review.openstack.org/7772008:27
*** amuller has joined #openstack-neutron08:28
*** sphoorti has joined #openstack-neutron08:29
*** yfried has joined #openstack-neutron08:31
openstackgerritAaron Rosen proposed a change to openstack/neutron: Rename migration lb_stats_needs_bigint to match revision number  https://review.openstack.org/7782008:34
*** yfried has quit IRC08:35
openstackgerritAaron Rosen proposed a change to openstack/neutron: Add region field on port resource  https://review.openstack.org/7637908:37
*** alexpilotti has joined #openstack-neutron08:37
*** yfried has joined #openstack-neutron08:41
*** jgallard has joined #openstack-neutron08:41
openstackgerritDaniel Gollub proposed a change to openstack/neutron: Replace HTTPSConnection in NEC plugin  https://review.openstack.org/7741408:42
*** morganfainberg_Z is now known as morganfainberg08:44
*** morganfainberg is now known as morganfainberg_Z08:46
*** vjay has joined #openstack-neutron08:46
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes  https://review.openstack.org/6455308:48
*** dave_tucker_zzz is now known as dave_tucker08:51
*** rossella_s has joined #openstack-neutron08:51
*** iwamoto has quit IRC08:51
*** yamamoto_ has joined #openstack-neutron08:51
*** ygbo has joined #openstack-neutron08:53
*** xianghui has quit IRC08:54
*** Guest77723 has joined #openstack-neutron08:54
*** jistr has joined #openstack-neutron08:55
*** leseb has joined #openstack-neutron08:57
*** xianghui has joined #openstack-neutron08:57
*** kedar has joined #openstack-neutron09:04
kedarCan 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-neutron09:08
*** sballe has quit IRC09:08
*** sballe has joined #openstack-neutron09:08
*** jpich has joined #openstack-neutron09:08
*** ihrachys|sick is now known as ihrachys|wfh09:11
*** xianghui has quit IRC09:12
*** xianghui has joined #openstack-neutron09:12
*** jlibosva has joined #openstack-neutron09:16
kedarDoes 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 IRC09:17
*** bjornar has joined #openstack-neutron09:17
*** xianghui has quit IRC09:18
*** liudong has quit IRC09:19
*** amuller has quit IRC09:25
*** xianghui has joined #openstack-neutron09:30
*** garyk has joined #openstack-neutron09:31
*** sungju has joined #openstack-neutron09:38
*** xuhanp has quit IRC09:39
*** luqas has quit IRC09:40
*** mflobo has joined #openstack-neutron09:41
*** saju_m has joined #openstack-neutron09:41
*** mflobo has quit IRC09:42
*** mflobo has joined #openstack-neutron09:42
*** amuller has joined #openstack-neutron09:43
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574509:43
*** krtaylor has quit IRC09:44
*** luqas has joined #openstack-neutron09:44
*** bjornar has quit IRC09:46
*** sungju has quit IRC09:49
openstackgerritberlin proposed a change to openstack/neutron: Add subnet interface or router gateway check in VPNaaS DB ops  https://review.openstack.org/7783309:52
*** salv-orlando_ has joined #openstack-neutron09:52
*** shivharis has quit IRC09:54
*** salv-orlando has quit IRC09:55
*** salv-orlando_ is now known as salv-orlando09:55
*** sungju has joined #openstack-neutron09:55
*** mflobo has quit IRC09:56
*** luqas has quit IRC09:58
*** afazekas has joined #openstack-neutron10:05
*** sphoorti has quit IRC10:07
*** shakayumi has quit IRC10:07
*** sphoorti has joined #openstack-neutron10:07
*** leseb has quit IRC10:07
*** leseb has joined #openstack-neutron10:09
*** nati_ueno has quit IRC10:12
*** yamahata has quit IRC10:18
*** yamamoto_ has quit IRC10:20
*** yamamoto has joined #openstack-neutron10:21
openstackgerritFeng Xi Yan proposed a change to openstack/neutron: WIP:Vmware VCenter neutron agent  https://review.openstack.org/7574510:21
*** evgenyf has quit IRC10:23
openstackgerritDarragh O'Reilly proposed a change to openstack/neutron: lb-agent: ensure removed devices get treated on resyncs  https://review.openstack.org/7784210:28
openstackgerritDarragh O'Reilly proposed a change to openstack/neutron: linuxbridge-agent: process port updates in the main loop  https://review.openstack.org/6287510:28
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation  https://review.openstack.org/6924610:30
*** morganfainberg_Z is now known as morganfainberg10:39
*** yamamoto has quit IRC10:39
*** luqas has joined #openstack-neutron10:45
*** fandi has quit IRC10:47
*** evgenyf has joined #openstack-neutron10:48
*** thuc has joined #openstack-neutron10:50
*** gdubreui has joined #openstack-neutron10:54
*** thuc has quit IRC10:55
*** salv-orlando has quit IRC10:56
*** salv-orlando has joined #openstack-neutron10:56
*** xianghui has quit IRC10:59
*** gdubreui has quit IRC11:01
*** djoreilly has joined #openstack-neutron11:04
*** jgallard has quit IRC11:05
*** sungju has quit IRC11:06
*** yamahata has joined #openstack-neutron11:12
*** samuelbercovici has joined #openstack-neutron11:13
*** liudong has joined #openstack-neutron11:16
*** morganfainberg is now known as morganfainberg_Z11:16
*** yamahata has quit IRC11:16
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin l3 ext support  https://review.openstack.org/7780911:18
*** leseb has quit IRC11:18
*** leseb has joined #openstack-neutron11:19
*** dave_tucker is now known as dave_tucker_zzz11:22
*** leseb has quit IRC11:23
*** liudong has quit IRC11:25
*** pcm_ has joined #openstack-neutron11:30
*** pcm_ has quit IRC11:30
*** pcm_ has joined #openstack-neutron11:31
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586111:34
*** mrsnivvel has quit IRC11:39
*** yamahata has joined #openstack-neutron11:50
*** mrsnivvel has joined #openstack-neutron11:53
*** yfujioka has quit IRC11:54
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add a new scheduler for the l3 HA  https://review.openstack.org/6634711:54
*** vkozhukalov has joined #openstack-neutron11:55
*** heyongli has joined #openstack-neutron11:59
*** leseb has joined #openstack-neutron12:01
*** leseb has quit IRC12:05
*** rdo has joined #openstack-neutron12:07
*** ekarlso has quit IRC12:09
*** yamahata has quit IRC12:10
jlibosvaobondarev: 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 IRC12:19
*** ramishra has quit IRC12:23
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Introduces a keepalived manager for HA  https://review.openstack.org/6814212:24
*** luqas has quit IRC12:26
*** jroovers|afk has joined #openstack-neutron12:28
*** jroovers has quit IRC12:29
*** leseb has joined #openstack-neutron12:30
*** hemanthravi has quit IRC12:34
*** dave_tucker_zzz is now known as dave_tucker12:40
*** saju_m has quit IRC12:40
*** mwagner_lap has quit IRC12:40
*** bjornar has joined #openstack-neutron12:41
*** lukego has joined #openstack-neutron12:44
*** mfink has quit IRC12:46
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586112:49
*** saju_m has joined #openstack-neutron12:51
*** amuller_ has joined #openstack-neutron13:01
*** yfried has quit IRC13:03
*** vjay has quit IRC13:03
*** markmcclain has joined #openstack-neutron13:03
*** afazekas has quit IRC13:03
*** yfried has joined #openstack-neutron13:03
*** baoli has joined #openstack-neutron13:04
*** yuzhou has joined #openstack-neutron13:04
*** xuhanp has joined #openstack-neutron13:04
*** saju_m has quit IRC13:04
*** amuller has quit IRC13:05
*** bvandenh has joined #openstack-neutron13:08
*** ramishra has joined #openstack-neutron13:12
*** shivharis has joined #openstack-neutron13:12
*** sphoorti has quit IRC13:13
*** sphoorti has joined #openstack-neutron13:13
*** WackoRobie has joined #openstack-neutron13:15
*** luqas has joined #openstack-neutron13:17
*** jp_at_hp has quit IRC13:17
*** jp_at_hp has joined #openstack-neutron13:17
*** amuller_ has quit IRC13:18
*** amuller_ has joined #openstack-neutron13:18
*** yfried has quit IRC13:18
*** yfried has joined #openstack-neutron13:18
*** baoli has quit IRC13:18
*** baoli has joined #openstack-neutron13:18
*** bvandenh has quit IRC13:18
*** bvandenh has joined #openstack-neutron13:18
*** shivharis has quit IRC13:18
*** shivharis has joined #openstack-neutron13:18
*** jecarey has joined #openstack-neutron13:18
pcm_enikanorov: ping13:19
*** markmcclain has quit IRC13:23
*** ekarlso has joined #openstack-neutron13: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-neutron13:30
*** amuller__ has joined #openstack-neutron13:32
*** amuller__ is now known as amuller13:32
*** sballe has joined #openstack-neutron13:33
*** amuller_ has quit IRC13:35
*** kedar has quit IRC13:36
*** thuc has joined #openstack-neutron13:36
*** thuc has quit IRC13:41
*** yfried has quit IRC13:44
*** krtaylor has joined #openstack-neutron13:44
*** thuc has joined #openstack-neutron13:47
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586113:48
*** yfried has joined #openstack-neutron13:48
*** thuc has quit IRC13:48
*** markmcclain has joined #openstack-neutron13:48
*** thuc has joined #openstack-neutron13:48
*** thuc_ has joined #openstack-neutron13:49
*** thuc has quit IRC13:53
*** dave_tucker is now known as dave_tucker_zzz13:55
*** djoreilly has quit IRC13:56
*** djoreilly has joined #openstack-neutron13:57
*** jdev has joined #openstack-neutron13:57
*** jdev789 has joined #openstack-neutron13:57
*** jecarey has quit IRC13:59
*** WackoRobie has quit IRC13:59
*** heyongli has quit IRC14:01
*** afazekas has joined #openstack-neutron14:04
*** yuzhou has quit IRC14:05
*** shshang has joined #openstack-neutron14:05
beaglesbaoli: did we have a sr-iov meeting this morning ?14:08
*** annegentle has joined #openstack-neutron14:09
*** jdev789 has quit IRC14:09
*** jdev has quit IRC14:09
beaglesbaoli, or rather... did everybody except the fool that forgot have an sr-iov meeting this morning?14:09
alexpilottimarkmcclain: hi14:10
markmcclainalexpilotti: hi14:10
alexpilottimarkmcclain: yesterday we had some issue with the devstacks in the Hyper-V CI14:10
alexpilottimarkmcclain: I saw your comment here: https://review.openstack.org/#/c/74199/14:10
alexpilottimarkmcclain: did a "recheck hyper-v" thsi morning, and everything is ok with the patch14:11
markmcclainalexpilotti: I'll re-review14:11
alexpilottimarkmcclain: tx14:11
*** stsauer has joined #openstack-neutron14:12
openstackgerritRossella Sblendido proposed a change to openstack/neutron: Set bridge UP in device_exists if force_up is True  https://review.openstack.org/7630914:12
beaglesbaoli, ne'er mind, found the email14:16
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586114:16
*** dguitarbite has joined #openstack-neutron14:17
*** cgoncalves has quit IRC14:17
*** julim has joined #openstack-neutron14:17
markmcclainalexpilotti: I've added code comments14:19
alexpilottimarkmcclain: tx!14:19
*** dave_tucker_zzz is now known as dave_tucker14:21
*** mrsnivvel has quit IRC14:21
openstackgerritYves-Gwenael Bourhis proposed a change to openstack/neutron: Fixing lost vlan ids on interfaces  https://review.openstack.org/6637514:25
*** cgoncalves has joined #openstack-neutron14:27
*** cgoncalves has quit IRC14:27
*** cgoncalves has joined #openstack-neutron14:27
*** cgoncalves has quit IRC14:27
*** jgallard has joined #openstack-neutron14:28
*** cgoncalves has joined #openstack-neutron14:28
*** cgoncalves has quit IRC14:28
*** cgoncalves has joined #openstack-neutron14:28
*** WackoRobie has joined #openstack-neutron14:30
*** banix has joined #openstack-neutron14:30
*** thuc_ has quit IRC14:31
*** thuc has joined #openstack-neutron14:32
*** rotbeard has quit IRC14:32
*** luqas has quit IRC14:34
*** changbl has quit IRC14:35
*** thuc has quit IRC14:36
*** luqas has joined #openstack-neutron14:37
*** mrsnivvel has joined #openstack-neutron14:38
*** WackoRobie has quit IRC14:38
*** WackoRobie has joined #openstack-neutron14:40
openstackgerritMarios Andreou proposed a change to openstack/neutron: Validate CIDR given as ip-prefix in security-group-rule-create  https://review.openstack.org/5921214:43
*** dims has quit IRC14:43
*** dims has joined #openstack-neutron14:46
*** peristeri has joined #openstack-neutron14:46
*** ramishra has quit IRC14:49
*** dguitarbite has quit IRC14:49
*** sphoorti has quit IRC14:52
*** jecarey has joined #openstack-neutron14:52
*** ramishra has joined #openstack-neutron14:53
*** orion195 has joined #openstack-neutron14:53
orion195hi 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-neutron14:55
*** jobewan has joined #openstack-neutron14:57
*** leseb has quit IRC14:59
*** odyssey4me has quit IRC14:59
markmcclainorion195: you can disable it per subnet by setting enable_dhcp=false when creating a subnet15:00
*** shshang has quit IRC15:00
*** irenab has quit IRC15:01
markmcclainyou cannot hide the fixed ips of the instances in the dashboard without modifying your install of horizon15:01
*** xuhanp has quit IRC15:02
*** stsauer has quit IRC15:02
*** shivharis has quit IRC15:03
*** yamamoto has joined #openstack-neutron15:03
openstackgerritChuck Short proposed a change to openstack/neutron: Add testr concurrency option for run_tests.sh  https://review.openstack.org/7790315:03
JoeHazzersmy IDE is telling me that line 497 on plugins/linuxbridge/lb_neutron_plugin.py is unused, and i can sort of see why15:04
JoeHazzerson line 508 there's need_port_update_notify |=15:04
openstackgerritRossella Sblendido proposed a change to openstack/neutron: Commit to test neutron full tests  https://review.openstack.org/7790415:05
JoeHazzerswhich seems a little... redundant o.O15:05
*** xuhanp has joined #openstack-neutron15:05
anteayatests for https://review.openstack.org/#/c/67862/ are being skipped in the gate due to a merge conflict15:05
*** leseb has joined #openstack-neutron15:05
*** Guest77723 has quit IRC15:08
*** kashyap has left #openstack-neutron15:11
*** vjay has joined #openstack-neutron15:12
*** vjay has quit IRC15:13
*** vjay has joined #openstack-neutron15:16
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add HA support to the l3 agent  https://review.openstack.org/7070015:16
openstackgerritSylvain Afchain proposed a change to openstack/neutron: Add L3 VRRP HA base classes  https://review.openstack.org/6455315:16
*** yfried has quit IRC15:19
*** xuhanp has quit IRC15:19
*** jgrimm has joined #openstack-neutron15:20
orion195markmcclain: with dhcp_enable=False, in the dashboard I always see an IP address assigned to my instance15:21
orion195markmcclain: how can I modify horizon to stop showing the IPs?15:21
markmcclainorion195: the IP allocator in Neutron will still assign an address15:22
orion195markmcclain: I would like to: 1. don't see the IP assigned in the dashboard, and, if possible, disable the neutron ip allocator15:23
markmcclainorion195: if the network does not have a subnet attached then then no IP will be assigned15:24
*** chandan_kumar has joined #openstack-neutron15:24
orion195ok, how can I disable the IP address field from showing up in the dashboard?15:24
*** jobewan has quit IRC15:24
markmcclainyou have to modify the horizon source15:25
orion195can you please tell me what file to modify, if you know?15:25
markmcclainI know it is doable, but I have the exact details on how15:25
markmcclain*I don't have15:25
orion195:(15:26
*** yamahata has joined #openstack-neutron15:26
*** jobewan has joined #openstack-neutron15:27
*** tongli has joined #openstack-neutron15:29
openstackgerritMohammad Banikazemi proposed a change to openstack/neutron: Deals with fails in update-*-postcommit ops  https://review.openstack.org/6979215:30
*** bvandenh has quit IRC15:38
orion195markmcclain: If I create a network without a subnet, the instance creation will fail15:40
markmcclainright because nova expects at least 1 IP15:40
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586115:40
orion1951 ip in the subnet range?15:41
*** bvandenh has joined #openstack-neutron15:41
*** thedodd has joined #openstack-neutron15:44
openstackgerritArvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2  https://review.openstack.org/7337215:45
*** vkozhukalov has quit IRC15:45
orion195markmcclain: 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 IRC15:47
*** devlaps has joined #openstack-neutron15:50
pcm_salv-orlando: ping15:50
salv-orlandohi 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-neutron15:51
salv-orlandoyeah go ahead15: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 VPN15:52
pcm_before it does that call, it clears the instance variable for the ServiceTypeManager, so that the CONF is read and processed15: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 ServiceTypeManager15: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 the15:55
pcm_setup in the VPN test, and when the plugin is actually created.15:55
openstackgerritClaudiu Belu proposed a change to openstack/neutron: Minor refactoring for Hyper-V utils and tests  https://review.openstack.org/7420015:55
openstackgerritClaudiu Belu proposed a change to openstack/neutron: Adds Hyper-V Security Groups implementation  https://review.openstack.org/7419915:55
pcm_Make sense?15:55
salv-orlandoit could be either because tests are run in parallel or because the LB unit test don't do some cleanup15:55
pcm_agree15:55
salv-orlandoI 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 solution15: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-orlandoright so perhaps it's just a matter at looking where the load balancing unit tests are not cleaning up, and then fix that, I think15:56
*** nati_ueno has joined #openstack-neutron15:57
pcm_I'll try to see where they may mess with this.15:57
* pcm_ looking15:59
*** dvorkinista has joined #openstack-neutron16: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: ping16:03
*** dave_tucker is now known as dave_tucker_zzz16:05
*** amuller has quit IRC16:07
jaypipeslukego: reply sent :)16:07
*** WackoRobie has quit IRC16:08
*** luqas has quit IRC16:08
marunmestery: ping16:09
mesterymarun: pong from a meeting, whats up?16:09
openstackgerritA change was merged to openstack/neutron: Rename migration lb_stats_needs_bigint to match revision number  https://review.openstack.org/7782016:09
openstackgerritA change was merged to openstack/neutron: replace rest of q_exc to n_exc in code base  https://review.openstack.org/7774616:10
anteayashopping for reviews: https://review.openstack.org/#/c/76125/ a bug fix concerning ipv6 that passes jenkins and has a +1 and a +216:10
openstackgerritA change was merged to openstack/neutron: Imported Translations from Transifex  https://review.openstack.org/7779716:10
*** shshang has joined #openstack-neutron16:10
*** devlaps has quit IRC16:11
*** devlaps has joined #openstack-neutron16:11
*** shshang has quit IRC16:12
*** shshang has joined #openstack-neutron16:13
*** dave_tucker_zzz is now known as dave_tucker16:13
*** shshang has quit IRC16:14
*** markmcclain has joined #openstack-neutron16:15
openstackgerritSalvatore Orlando proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins  https://review.openstack.org/7792716:15
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Refactor netns.execute so that it is not necessary to check namespace  https://review.openstack.org/7778816:16
openstackgerritSridar Kandaswamy proposed a change to openstack/python-neutronclient: Add CLI support for service-context to insert service instance  https://review.openstack.org/7429016:16
marunmestery: 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
mesterymarun: I remember that, should we file a bug to track it there perhaps?16:17
marunmestery: I guess so, I just wanted to check if it was something you knew about.16:17
*** luqas has joined #openstack-neutron16:17
*** bvandenh has quit IRC16:17
mesterymarun: Is that option defined in the type driver? Is that the reason it fails with it being not defined?16:18
marunmestery: I think so, yes.16:18
*** shshang has joined #openstack-neutron16:19
mesterymarun: 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
marunmestery: 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
mesterymarun: That seems likely I think.16:20
pcm_salv-orlando: ping16:20
*** shshang has quit IRC16:21
*** blogan has joined #openstack-neutron16:21
marunmestery: I guess I'll file a bug and think about possible solutions.16:21
mesterymarun: good call16:22
marunmestery: 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.s16:22
openstackgerritA change was merged to openstack/neutron: Implement Mellanox ML2 MechanismDriver  https://review.openstack.org/7285416:22
*** itzikb has joined #openstack-neutron16:26
*** yfried has joined #openstack-neutron16:28
*** thuc has joined #openstack-neutron16:28
*** vjay has quit IRC16:28
*** jorgem has joined #openstack-neutron16:29
*** yfried1 has joined #openstack-neutron16:29
lukegojaypipes: Thanks!16:30
*** jistr has quit IRC16:31
salv-orlandopcm_: I'm here16:32
*** shakayumi has joined #openstack-neutron16: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 IRC16:34
anteayalukego: do you have what you need to get started?16:34
salv-orlandopcm_: 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-neutron16:35
pcm_yes, I have two patches, that used the Service Type Framework. Found out yesterday, that the STF will not go in for I316:35
*** manishg has quit IRC16: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 IRC16:36
lukegoanteaya: 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 it16:36
pcm_I'm using part of the STF to load neutron.conf and get the service driver.16:36
*** dvorkinista has joined #openstack-neutron16:36
pcm_I guess another way, would be to manually parse the cfg.CONF setting, maybe?16:37
anteayalukego: the only person who can give you that is markmcclain16:37
anteayaand help me understand why you feel you need to wait16:37
lukegoanteaya: I'll seek it from him :)16:37
anteayalukego: you can set up a jenkins16:37
anteayaand install the jenkins gerrit plugin16:38
*** itzikb_ has joined #openstack-neutron16:38
anteayaand set up a jenkins job running devstack-gate using much of the information that was shared in the meeting yesterday and is in the etherpad16:38
jaypipeslukego: there's nothing preventing you from completing the setup of the master node. article part I covers that: v16:38
anteayahttps://etherpad.openstack.org/p/third-party-ci-workshop16:38
jaypipesguh...16:39
jaypipeshttp://www.joinfu.com/2014/02/setting-up-an-external-openstack-testing-system/16:39
jaypipeslukego: ^^ you should be able to set all that up right now.16:39
*** piyush1 has joined #openstack-neutron16:39
anteayaand you can be testing on the sandbox repo, which is what mark wants to see before you are allowed to vote on the neutron changes16:40
*** harlowja_away is now known as harlowja16:40
jaypipeslukego: 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 IRC16:41
anteayayeah, don't wait, make what progress you can now16:41
lukegowell.. what is the nodepool business I was going to wait on about?16:42
lukegowe 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
anteayastart without zuul16:45
anteayaand without nodepool16:45
lukegoanteaya: do I listen to you or to jay? he says to use zuul, you say not to..16:45
anteayastart with what you have16:45
*** dvorkinista has quit IRC16:45
anteayai didn't say don't use zuul16:45
anteayaI said start without zuul16:45
anteayaI would hope jay and I are saying the same things16:45
anteayaokay I am sensing part of the issue we hit last time16:45
anteayaso let's take a bigger picture16:46
anteayathis is an opensource project16:46
jaypipeslukego: 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
anteayathere is no one right way to do things, unless the group agrees16:46
anteayadifferent people offer different thoughts until consenses is distilled16:46
anteayaand changes happen all the time16:46
anteayapart of the issue last time was the idea that this could be a set it and forget it thing16:47
anteayait isn't, and won't be16:47
anteayathere will be changes16:47
anteayachanges now and changes as it goes along16:47
*** safchain has quit IRC16:47
anteayathis is a relationship16:47
beaglesmarkmcclain, https://wiki.openstack.org/wiki/NovaNetNeutronParity16:47
lukegoguys.. you are giving me conflicting advice right now.16:47
anteayalukego: what is conflicting?16:47
beaglesmarkmcclain, for your pleasure.. thoughts, comments, etc16:47
anteayalukego: did I not just state that different people in opensource have different ideas16:48
anteayathat is the strength of opensource16:48
markmcclainbeagles: cool… I'll take a look after I get back from lunch16:48
anteayalukego: what are you conflicted on?16:48
lukegoanteaya: 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
anteayawhy don't you try something, anything and then evaluate16:50
lukegowhether to keep what I have and move forward, or start over with a base that's more mainstream16:50
anteayapart of opensource is that you have a say in what you do16:50
anteayaso this is where you have to make a decision, do something and then evaluate16:50
lukegoanteaya: 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
beaglesmarkmcclain, cool, tks16:50
anteayawell that decision includes doing nothing for some time, if I recall correctly16:51
*** itzikb has quit IRC16:51
anteayaand 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 testing16:51
lukegoindeed. 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-neutron16:52
anteayaif you know how to set up jenkins, you don't need to know how to set up gerrit, but it doesnt' hurt16:52
*** SumitNaiksatam has quit IRC16:53
anteayawhy are you not testing against the sandbox repo right now?16:53
*** db39 has joined #openstack-neutron16:53
lukegobecause I'm hoping to use a nice well-debugged procedure to get a mainstream tempest testing environment setup that I can test with16:54
anteayayou can hold onto that hope16:54
anteayaor you can make it happen16:54
*** _cjones_ has quit IRC16:55
anteayaif you hold onto that hope, you risk having no work testing sandbox repo to show markmcclain and having him turn down your request16:55
lukegoI'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-neutron16:55
*** blogan has quit IRC16:55
anteayalukego: that is your choice, and we are happy to have any and all openstack contributions16:55
anteayabut that does not work towards your goal of keeping your driver in neutron16:56
lukegoalso I don't really understand what I am supposed to be asking for leniency from?16:56
*** leseb has quit IRC16:56
*** harlowja has joined #openstack-neutron16:56
lukegowhat is the stick that's being waved at me exactly?16:56
*** leseb has joined #openstack-neutron16:57
*** ramishra has quit IRC16:58
lukegoincidentally 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
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Avoid unnecessarily checking the existence of a device  https://review.openstack.org/6747516:58
*** ramishra has joined #openstack-neutron16:59
lukegothat work is 100% open source with no vendor interests and being done to help users of openstack.16:59
anteayalukego: if you don't have testing for your driver, your driver may be removed from neutron16:59
*** sfox has joined #openstack-neutron16:59
anteayaand this channel is full of people in that exact same situation as yourself17:00
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259917:00
anteayaboth for driver testing and also for why they want their driver in neutron17:00
lukegoanteaya: 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 IRC17:01
*** ramishra has quit IRC17:03
anteayalukego: I hope you find what you are looking for17:04
*** mlavalle has joined #openstack-neutron17:07
*** zhipeng has joined #openstack-neutron17:08
*** markwash has joined #openstack-neutron17:10
*** arosen1 has joined #openstack-neutron17:12
*** arosen1 is now known as arosen-home17:12
*** lukego has quit IRC17:12
*** nati_ueno has quit IRC17:13
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS Service Driver for Cisco CSR  https://review.openstack.org/7414417:13
*** rwsu has joined #openstack-neutron17:14
*** afazekas has quit IRC17:14
*** crc32 has joined #openstack-neutron17:14
*** xoritor has joined #openstack-neutron17:16
*** garyk has quit IRC17:17
anteayastill shopping for reviews: https://review.openstack.org/#/c/76125/ just really needs a +A if it deserves it17:18
*** itzikb_ has quit IRC17:18
xoritorcan 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 IRC17:19
anteayaxoritor: are you offering patches or deploying?17:21
xoritori am asking if it is possible17:22
anteayadeployment questions find a better audience in #openstack17:22
xoritorok17:23
*** blogan has joined #openstack-neutron17:23
anteayathat and today is feature freeze, devs had no spare time today17:23
xoritorok17:24
*** luqas has quit IRC17:24
*** jroovers|afk has quit IRC17:25
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259917:27
*** sc68cal has quit IRC17:30
*** sc68cal has joined #openstack-neutron17:31
openstackgerritArvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 2  https://review.openstack.org/7337217:31
openstackgerritArvind Somya proposed a change to openstack/neutron: Cisco APIC ML2 mechanism driver, part 1  https://review.openstack.org/7335517:31
*** leseb has quit IRC17:32
*** leseb has joined #openstack-neutron17:32
*** markwash has quit IRC17:33
*** sc68cal has quit IRC17:36
*** sc68cal has joined #openstack-neutron17:36
anteaya75660 was failing in the gate and is being retested, I'm looking at logs and monitoring its progress17:36
*** leseb has quit IRC17:36
*** manishg has joined #openstack-neutron17:39
openstackgerritPaul Michali proposed a change to openstack/neutron: VPNaaS Device Driver for Cisco CSR  https://review.openstack.org/7415617:39
*** ygbo has quit IRC17:41
*** jaypipes has quit IRC17:45
anteayagot 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.gz17:45
*** yfried1 has quit IRC17:45
*** yfried has joined #openstack-neutron17:46
*** mwagner_lap has joined #openstack-neutron17:49
*** vish1 has joined #openstack-neutron17:52
*** chandan_kumar has quit IRC17:53
*** vishy has quit IRC17:53
*** vish1 is now known as vishy17:53
openstackgerritCarl Baldwin proposed a change to openstack/neutron: New multitool to run batched commands under ip netns and sudo (WIP)  https://review.openstack.org/6749017:54
*** garyk has joined #openstack-neutron17:55
openstackgerritCarl Baldwin proposed a change to openstack/neutron: Avoid unnecessarily checking the existence of a device  https://review.openstack.org/6747517:56
openstackgerritCarl Baldwin proposed a change to openstack/neutron: New multitool to run batched commands under ip netns and sudo (WIP)  https://review.openstack.org/6749017:56
*** jlibosva has quit IRC17:58
*** jlibosva has joined #openstack-neutron18:01
*** vkozhukalov has joined #openstack-neutron18:05
*** morganfainberg_Z is now known as morganfainberg18:08
*** jgallard has quit IRC18:08
*** yamamoto has quit IRC18:10
*** yamahata__ has joined #openstack-neutron18:10
*** yamahata has quit IRC18:14
*** manishg_ has joined #openstack-neutron18:14
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012918:14
*** dave_tucker is now known as dave_tucker_zzz18:15
*** shivharis has joined #openstack-neutron18:16
*** manishg has quit IRC18:16
*** manishg_ is now known as manishg18:16
anteayashivharis: any update on the 3rd 3rd party testing account from brocade?18:18
*** suresh12 has joined #openstack-neutron18:19
shivharisanteaya: working on it, could not get a hold of pattabi yesterday. will do so today.18:21
anteayashivharis: k, I just don't want to forget about it18:21
anteayaI am away all next week18:21
*** nati_ueno has joined #openstack-neutron18:22
shivharisanteaya: I'll take ownership of remembering as well.18:22
*** nati_ueno has quit IRC18:22
anteayashivharis: great thank you, I appreciate that18:22
*** piyush1 has quit IRC18:22
*** nati_ueno has joined #openstack-neutron18:23
shivharisanteaya: np, thx for your patience.18:23
anteaya*nod18:24
anteayastill looking for devs from midokura18:24
anteayaanyone with midokura in channel?18:24
openstackgerritA change was merged to openstack/neutron: Different class names for VPNaaS migrations  https://review.openstack.org/7778318:26
*** sweston has joined #openstack-neutron18:28
nati_uenoanteaya: I found his email ryu@midokura.com18:29
anteayathanks18:30
*** jaypipes has joined #openstack-neutron18:30
anteayaI tried emailing brandon berg yesterday using the email on bberg's launchpad page18:30
anteayaI will give this a shot as well18:30
*** leseb has joined #openstack-neutron18:32
anteayaI emailed him to ask him to join the channel18:32
*** manishg has quit IRC18:33
anteayaand thank you, I hope this works18:33
*** markwash has joined #openstack-neutron18:35
*** jaypipes has quit IRC18:36
*** piyush1 has joined #openstack-neutron18:36
*** dvorkinista has joined #openstack-neutron18:37
*** baoli has joined #openstack-neutron18:37
*** baoli has quit IRC18:37
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012918:37
*** baoli has joined #openstack-neutron18:38
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Auto re-sync on backend inconsistencies  https://review.openstack.org/7357518:39
openstackgerritA change was merged to openstack/neutron: Remove pyudev dependency  https://review.openstack.org/6660918:43
*** shashank_ has joined #openstack-neutron18:43
*** zzelle has joined #openstack-neutron18:46
*** jlibosva has quit IRC18:49
*** manishg has joined #openstack-neutron18:50
*** changbl has quit IRC18:50
anteayastill shopping for reviews on https://review.openstack.org/#/c/76125/18:51
anteayagetting a +A on that would be great if it deserves it18:51
*** jaypipes has joined #openstack-neutron18:53
*** changbl has joined #openstack-neutron18:54
*** thedodd has quit IRC18:56
*** suresh12 has quit IRC18:56
*** jistr has joined #openstack-neutron18:57
*** alagalah has joined #openstack-neutron18:57
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012918:57
*** otherwiseguy has quit IRC18:58
alexpilottirkukura: hi18:58
*** suresh12 has joined #openstack-neutron18:58
*** evgenyf has joined #openstack-neutron19:00
*** thedodd has joined #openstack-neutron19:00
*** manishg has quit IRC19:00
*** manishg has joined #openstack-neutron19:01
openstackgerritIhar Hrachyshka proposed a change to openstack/neutron: Port to oslo.messaging (WIP)  https://review.openstack.org/7586119:01
*** rkukura has quit IRC19:02
*** mriedem has joined #openstack-neutron19:02
*** rkukura has joined #openstack-neutron19:02
mriedemsalv-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
mriedemi think johngarbutt is good with it if we can get some neutron cores to bless it again19:03
salv-orlandomriedem: right. sorry about that. Reviewing now.19:03
mriedemcool, thanks!19:03
*** sballe has quit IRC19:07
*** itzikb has joined #openstack-neutron19:10
*** db39 has quit IRC19:10
*** sff has joined #openstack-neutron19:11
*** db39 has joined #openstack-neutron19:11
*** suresh12 has quit IRC19:13
shivharisrkukura: hi19:14
rkukurashivharis: hi19:14
shivharisrkukura: can you please re-review. I am on a very short leash.19:15
rkukurashivharis: in progress - will need another update I think19:15
*** db39 has quit IRC19:15
shivharisrkukura: i did the update already. it is revision 19.19:16
rkukurashivharis: that's what I'm reviewing19:16
openstackgerritAaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready  https://review.openstack.org/7525319:16
openstackgerritAaron Rosen proposed a change to openstack/neutron: NSX: passing wrong security_group id mapping to nsx backend  https://review.openstack.org/7772719:16
rkukurajust a heads up that I've got at least one issue that should be fixed if you've got time19:17
*** blogan has quit IRC19:17
openstackgerritIvar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver  https://review.openstack.org/5423619:17
shivharisrkukura: which issue?19:17
*** suresh12_ has joined #openstack-neutron19:17
rkukurashivharis: 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
shivharisok19:18
shivharisrkukura: ok. but i am not sure how late my code could be delayed.19:19
anteayashivharis: the code has to be right before it gets in19:19
anteayashivharis: read his comments and then talk to him after his meeting19:19
shivharisrkukuray: is it correctness the issue? will wait for your meeting to be over.19:20
*** [1]evgenyf has joined #openstack-neutron19:22
*** zhipeng has quit IRC19:22
*** SumitNaiksatam has joined #openstack-neutron19:23
*** [1]evgenyf has quit IRC19:23
*** sweston has quit IRC19:24
*** [1]evgenyf has joined #openstack-neutron19:24
*** evgenyf has quit IRC19:24
*** [1]evgenyf is now known as evgenyf19:24
*** bada has joined #openstack-neutron19:29
*** jroovers has joined #openstack-neutron19:30
rkukurashivharis: 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 IRC19:36
*** vkozhukalov has quit IRC19:36
*** baoli has quit IRC19:38
*** bada has quit IRC19:39
openstackgerritÉdouard Thuleau proposed a change to openstack/neutron: Implement local ARP responder onto OVS agent  https://review.openstack.org/4922719:40
*** baoli has joined #openstack-neutron19:41
*** baoli has quit IRC19:41
openstackgerritSalvatore Orlando proposed a change to openstack/neutron: Do fip_status migration only for l3-capable plugins  https://review.openstack.org/7792719:41
*** piyush1 has quit IRC19:41
*** mriedem has left #openstack-neutron19:41
*** baoli has joined #openstack-neutron19:41
*** db39 has joined #openstack-neutron19:42
openstackgerritKyle Mestery proposed a change to openstack/neutron: Add OpenDaylight ML2 MechanismDriver  https://review.openstack.org/6977519:44
*** db39 has quit IRC19:47
*** dvorkinista has quit IRC19:48
*** piyush1 has joined #openstack-neutron19:49
*** dvorkinista has joined #openstack-neutron19:52
*** evgenyf has quit IRC19:56
*** banix has joined #openstack-neutron19:58
openstackgerritDrew Thorstensen proposed a change to openstack/python-neutronclient: New exception when auth_url is not specified  https://review.openstack.org/5346119:59
*** carl_baldwin has joined #openstack-neutron20:00
*** Sukhdev has joined #openstack-neutron20:00
*** leseb has joined #openstack-neutron20:01
SukhdevFolks - 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-neutron20:02
*** dvorkinista has quit IRC20:04
*** hemanthravi has joined #openstack-neutron20:07
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259920:10
*** djoreilly has quit IRC20:11
shivharisrkukura: looking at the comments, will address all20:13
shivharisrkukura: can one assume one segment per network for now, like other mds20:13
*** shakayumi has quit IRC20:17
rkukurashivharis: 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 IRC20:17
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259920:18
*** shakayumi has joined #openstack-neutron20:19
shivharisrkukura: 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 IRC20:20
*** blogan has joined #openstack-neutron20:20
openstackgerritRajesh Mohan proposed a change to openstack/neutron: Firewall as a Service (FWaaS)  Service Insertion  https://review.openstack.org/6259920:22
rkukurashivharis: 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 things20:25
rkukurareally confused if the segment's physical_network isn't checked?20:25
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012920:25
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012920:28
*** markwash has quit IRC20:32
shivharisrkukura: makes sense. i am ignoring the physical_networks.20:34
rkukurashivharis: I'll re-review ASAP20:36
*** itzikb has quit IRC20:39
*** hemanthravi has quit IRC20:39
shivharisrkukura: just to clarify, i am ignoring looking thru the segments20:41
*** suresh12_ has quit IRC20:44
*** jaypipes has quit IRC20:44
*** dvorkinista has joined #openstack-neutron20:45
*** markwash has joined #openstack-neutron20:45
*** rms_13 has joined #openstack-neutron20:45
*** dvorkinista has quit IRC20:48
rkukurashivharis: 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
shivharisrkukura: i am ignoring looking thru segments for phys. nets, how can one tell what to ignore?20:50
shivharisrkukura: i guess i am missing the point20:51
rkukurashivharis: 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 IRC20:52
shivharisrkukura: and in case of multi-host we will match the respective one?20:55
rkukurashivharis: Do you mean "multi-segment" or "multi-host"?20:55
shivharisrkukura: this time multi-host20:56
rkukurashivharis: 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
rkukuras/interface/interface or bridge/20:57
shivharisrkukura: thanks for the clarification - i;ll add the iterate and check for the phys. net20:59
rkukurashivharis: about to post comments on gerrit20:59
shivharisrkukura: ok20:59
rkukurashivharis: posted21:00
shivharisrkukura: thx21:00
*** ajo has quit IRC21:02
*** crc32 has quit IRC21:03
*** suresh12 has joined #openstack-neutron21:06
*** blogan has joined #openstack-neutron21:06
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation  https://review.openstack.org/7090621:07
*** crc32 has joined #openstack-neutron21:11
*** ajo has joined #openstack-neutron21:13
*** vu_ has joined #openstack-neutron21:14
*** WackoRobie has joined #openstack-neutron21:15
*** bada has joined #openstack-neutron21:17
*** vu_ has quit IRC21:17
*** vu_ has joined #openstack-neutron21:18
*** dvorkinista has joined #openstack-neutron21:26
*** shashank_ has joined #openstack-neutron21: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 IRC21:29
*** WackoRobie has quit IRC21:30
*** hemanthravi has joined #openstack-neutron21:31
*** julim has quit IRC21:31
*** rms_13 has quit IRC21:33
*** dvorkinista has quit IRC21:34
*** WackoRobie has joined #openstack-neutron21:34
*** crc32 has joined #openstack-neutron21:34
*** shshang has joined #openstack-neutron21:34
*** dvorkinista has joined #openstack-neutron21:35
*** dvorkinista has quit IRC21:37
*** WackoRobie has quit IRC21:47
*** jpich has quit IRC21:48
oda-gnachi_ueno: ping21:49
*** clev has joined #openstack-neutron21:49
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation  https://review.openstack.org/7090621:52
*** armax has left #openstack-neutron21:56
*** samuelbercovici has quit IRC21:57
markmcclainpcm_:  I'm concerned that there aren't any tests with plugin running21:58
*** vu_ has quit IRC21:58
markmcclainpcm_: and no 3rd party reporting with it running21:59
*** Sukhdev has quit IRC22:00
*** vuvu has joined #openstack-neutron22:01
*** vu_ has joined #openstack-neutron22:01
*** manishg_ has joined #openstack-neutron22:02
*** manishg has quit IRC22:04
*** manishg_ is now known as manishg22:04
openstackgerritIvar Lazzaro proposed a change to openstack/neutron: Embrane LBaaS Driver  https://review.openstack.org/5423622:10
*** vuvu has quit IRC22:11
*** vu_ has quit IRC22:11
*** clev has left #openstack-neutron22:12
*** sungju has joined #openstack-neutron22:13
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation  https://review.openstack.org/7090622:15
*** peristeri has quit IRC22:17
*** jorgem has quit IRC22:17
hemanthravisalv-orlando: hi22:19
*** geekinutah has joined #openstack-neutron22:20
*** jorgem has joined #openstack-neutron22:20
*** crazed has quit IRC22:28
*** devlaps1 has joined #openstack-neutron22:28
*** devlaps has quit IRC22:29
*** vu_ has joined #openstack-neutron22:30
*** vuvu has joined #openstack-neutron22: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 IRC22:32
*** jorgem has quit IRC22:32
pcm_markmcclain: I have tests for all of routines used in the service and device driver.22:32
*** jorgem has joined #openstack-neutron22:32
pcm_markmcclain: not sure what I'm missing...22:32
openstackgerritCedric Brandily proposed a change to openstack/neutron: Allow to delegate some tunnel provider attributes choice  https://review.openstack.org/7405522:33
openstackgerritCedric Brandily proposed a change to openstack/neutron: Allow to delegate some vlan provider attributes choice to neutron  https://review.openstack.org/7190422:33
ekarlso&wun 2822:33
*** bjornar has quit IRC22:36
*** piyush1 has quit IRC22:37
*** jecarey has quit IRC22:37
*** rossella_s has quit IRC22:39
*** vuvu has quit IRC22:39
*** vu_ has quit IRC22:39
geekinutahis anyone else familiar with this error? http://logstash.openstack.org/#eyJmaWVsZHMiOltdLCJzZWFyY2giOiJmaWxlbmFtZTpcImNvbnNvbGUuaHRtbFwiIEFORCBtZXNzYWdlOlwiVW5hYmxlIHRvIGV4ZWN1dGUgWydvdnMtdnNjdGwnLCAnLS10aW1lb3V0PTEwJywgJ3NldCcsICdQb3J0JyxcIiBBTkQgYnVpbGRfbmFtZToqLXRlbXBlc3QtZHN2bS1uZXV0cm9uIiwidGltZWZyYW1lIjoiNjA0ODAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJvZmZzZXQiOjAsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxMzkzOTY5MzAyMjcxf22:40
*** vuvu has joined #openstack-neutron22:40
*** vu_ has joined #openstack-neutron22:40
geekinutahit 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 IRC22:40
*** vu_ has quit IRC22:40
*** vuvu has joined #openstack-neutron22:40
*** vu_ has joined #openstack-neutron22:40
*** dvorkinista has joined #openstack-neutron22:40
*** sweston has joined #openstack-neutron22:46
anteayasweston: hello22:46
anteayasweston: you and shivharis are both from brocade22:46
anteayashivharis has a 3rd party account and you have requested one, we just need to make sure everyone at brocade knows about each other22:47
swestonanteaya: hi anteaya22:47
anteayahi22:47
anteayayou did fill out a bug report about a third party ci right?22:48
swestonanteaya: Yes, so we have several business units currently working on ci22:48
anteayaand you are aware that brocade already has 2 accounts?22:48
*** otherwiseguy has joined #openstack-neutron22:48
anteayaplease add a comment to the bug report stating your awareness of the other accounts please22:48
*** jecarey has joined #openstack-neutron22:49
swestonanteaya: I was aware of it yesterday, after I made the original request, but at the time I created it, no22:49
anteayathat way when we complete the bug report we have a history and everyone is clear22:49
*** shashank_ has quit IRC22:49
anteayasweston: okay thanks22:49
swestonanteaya: sure ... do any other organizations have multiple ci accounts?22:50
swestonanteaya: or is it expected that there is a one to one relationship between account and organization22:50
anteayasweston: can you talk with shivharis and the owner of the other brocade account: https://review.openstack.org/#/admin/groups/270,members22:50
anteayaand do some internal communication going forward to that we know you know about each other22:51
anteayakeep in mind https://review.openstack.org/#/admin/groups/91,members is a subgroup of the link i posted above22:51
swestonanteaya: yes, we are in coordination now22:51
anteayasweston: right now we are going on feel22:51
anteayagreat22:51
anteayaIBM has many, we have a constanct contact in infra in ArxCrux whom we ask any IBM questions22:52
anteayaand krtaylor is his boss and is always responsive22:52
*** dims has quit IRC22:52
anteayathe more people we know at the company and know who to ask, the easier it is for us22:52
*** sfox has quit IRC22:53
anteayaso if we have any concerns or problems with IBM we know those two will sort it out22:53
*** mfink has quit IRC22:53
anteayawe have no assumption, but the more communication we have the better we know how to address that company22:53
anteayafor companies we know nothing about we have questions and do the best we can22:54
*** shashank_ has joined #openstack-neutron22:54
swestonanteaya: 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 forward22:54
*** vuvu has quit IRC22:54
*** vu_ has quit IRC22:54
*** nati_ueno has quit IRC22:54
anteayasweston: great thank you22:54
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012922:54
swestonanteaya: of course!22:54
anteayasweston: so link me to your bug after you add the comment22:54
anteayaand I will convey that22:54
swestonanteaya: you bet, making the modifications now ..22:55
anteayathanks22:55
*** vuvu has joined #openstack-neutron22:55
*** vu_ has joined #openstack-neutron22:55
pcm_mestery: ping22:55
*** nati_ueno has joined #openstack-neutron22:56
*** banix has quit IRC22:56
oda-gnati_ueno: ping22:56
shivharisanteaya: thanks, sweston and i were supposed to meet this afternoon, but you have resolved it already. thanks.22:57
anteayaawesome thank you22:57
anteayasaved some time22:57
pcm_markmcclain: ping22:57
*** dvorkinista has quit IRC22:57
shivharisanteaya: appreciate it22:57
*** jroovers|afk has joined #openstack-neutron22:58
*** jroovers|afk has quit IRC22:58
*** jroovers|afk has joined #openstack-neutron22:58
*** jroovers has quit IRC22:59
*** dvorkinista has joined #openstack-neutron22:59
markmcclainpcm_: sorry got pulled away for phone call22:59
*** xoritor has quit IRC22:59
*** vuvu has quit IRC22:59
pcm_markmcclain: np. I really trying hard to get this service and device driver into I-3.23:00
*** dvorkinista has quit IRC23:00
*** jaypipes has joined #openstack-neutron23:00
*** vu_ has quit IRC23: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-neutron23:01
shivharisrkukura: hi23: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 IRC23:02
*** sfox has joined #openstack-neutron23:02
pcm_markmcclain: I think I have very good coverage of all the service and device driver function and APIs.23:02
rkukurashivharis: hi23: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
markmcclainpcm_: the main thing is the 3rd party system spins up an installation with the plugin running23:04
swestonanteaya: here you go https://bugs.launchpad.net/openstack-ci/+bug/128734823:04
markmcclainservice plugin running23:04
markmcclainand that the tempest tests in test_vpnaas_extensions.py pass23:04
*** RajeshMohan has quit IRC23:05
pcm_markmcclain: yes, Dane LeBlanc here is helping with that (having devstack select the cisco driver and then run Tempest).23:05
markmcclaincool23:05
rkukurashivharis: I'll review the updated patch. The physical_network stuff looks much better.23:06
shivharisrkukura: thx23: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-neutron23:08
markmcclainpcm_: yes23:08
*** vuvu has joined #openstack-neutron23:09
*** vu_ has joined #openstack-neutron23:09
pcm_markmcclain: yes as in, by tonight or yes as there is some latitiude?23:10
markmcclainThe 3rd party testing must be running in order for us to merge new drivers into Icehouse.23:10
*** tongli has quit IRC23: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
markmcclaincool…I wish the had more latitude on the deadline, but exemptions are hard to come by23:13
markmcclains/the/we/23:13
pcm_markmcclain: understood.23:13
*** jorgem has quit IRC23: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
markmcclainok23:14
*** shakayumi has quit IRC23:14
*** jobewan has quit IRC23:15
*** jorgem has joined #openstack-neutron23:15
*** vjay has joined #openstack-neutron23:17
openstackgerritKevin Benton proposed a change to openstack/neutron: BigSwitch: Add SSL Certificate Validation  https://review.openstack.org/7090623:17
openstackgerritHemanth Ravi proposed a change to openstack/neutron: One Convergence Neutron Plugin Implementation  https://review.openstack.org/6924623:20
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012923:21
*** shashank_ has quit IRC23:22
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012923:23
hemanthraviSumitNaiksatam, pcm_: addressed your review comments for https://review.openstack.org/#/c/69246/, could you review the new patchset when you get a chance...thanks23:24
SumitNaiksatamhemanthravi: yeah23:25
*** mfink has joined #openstack-neutron23:26
*** sfox has quit IRC23:31
*** sfox has joined #openstack-neutron23:36
openstackgerritShiv Haris proposed a change to openstack/neutron: Implementaion of Mechanism driver for Brocade VDX cluster of switches  https://review.openstack.org/6012923:37
*** sfox has quit IRC23:38
*** sfox has joined #openstack-neutron23:38
*** dave_tucker_zzz is now known as dave_tucker23:38
*** thedodd has quit IRC23:39
*** vuvu has quit IRC23:40
*** vu_ has quit IRC23:40
openstackgerritAaron Rosen proposed a change to openstack/neutron: Send network-changed notifations to nova  https://review.openstack.org/7804123:41
openstackgerritAaron Rosen proposed a change to openstack/neutron: Notify nova when ports are ready  https://review.openstack.org/7525323:41
*** suresh12 has quit IRC23:41
*** suresh12 has joined #openstack-neutron23:42
arosen-homemarun:  if you get a sec : https://review.openstack.org/#/c/78041/123:42
*** sfox has quit IRC23:42
arosen-homeI updated the patches with you're comments.23:43
*** suresh12 has quit IRC23:43
*** otherwiseguy has quit IRC23:44
*** mwagner_lap has quit IRC23:44
*** suresh12 has joined #openstack-neutron23:44
*** markwash has quit IRC23:45
*** zzelle has quit IRC23:51
openstackgerritDhanashree Gosavi proposed a change to openstack/neutron: Add extraroute_db support for Cisco N1kv Plugin  https://review.openstack.org/7804523:52
*** xuhanp has joined #openstack-neutron23:53
*** jorgem has quit IRC23:54
*** blogan has quit IRC23:55
*** sweston has quit IRC23:56
*** shashank_ has joined #openstack-neutron23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!