Wednesday, 2018-01-31

*** rstarmer has quit IRC00:00
mlavalleeglute_s: I don't think it matches what you have here https://gist.github.com/kstev/6f48553c623874cb256530ff1e1e63ff00:02
eglute_smlavalle i think i scrubbed it a tad too much00:02
mlavalleeglute_s: LOL. the point is in admin_auth_url you have to point to http://10.0.110.10:35357/v3 which is your admin keystone endpoint00:03
*** masaki has joined #openstack-neutron00:04
eglute_smlavalle we do have them matching00:05
eglute_stoo much scrubbing, sorry00:05
eglute_smlavalle should [designate] section use admin user other than the designate one?00:07
mlavalleeglute_s: admin_username should be an user with admin power00:08
eglute_smlavalle the user is admin in service project00:11
eglute_swould that not be sufficient?00:11
mlavallethat should be sufficient00:12
eglute_smlavalle our issue appears to be very similar to https://bugs.launchpad.net/neutron/+bug/172236700:13
openstackLaunchpad bug 1722367 in neutron "Documentation for dns integration needs improvement" [Undecided,In progress] - Assigned to Dr. Jens Harbott (j-harbott)00:13
openstackgerritHongbin Lu proposed openstack/neutron master: [WIP] Add is_default to Network  https://review.openstack.org/51198300:13
mlavalleeglute_s: yes it is00:17
mlavalleit is the same issue00:17
*** hongbin has quit IRC00:18
*** fnaval has quit IRC00:18
*** zhurong has joined #openstack-neutron00:19
eglute_smlavalle we appear to have all the values set00:20
eglute_smlavalle i have to go away from computer for a bit, i will continue looking at this later. thank you so much for your help!00:20
mlavalleeglute_s: no problem00:21
*** salv-orlando has joined #openstack-neutron00:22
stickerin https://gist.github.com/kstev/6f48553c623874cb256530ff1e1e63ff i don't see a project_name set in [designate] but there is one in https://bugs.launchpad.net/neutron/+bug/1722367/comments/300:24
openstackLaunchpad bug 1722367 in neutron "Documentation for dns integration needs improvement" [Undecided,In progress] - Assigned to Dr. Jens Harbott (j-harbott)00:24
stickercould that be the problem you are having?00:24
stickeri know that tenant_name and project_name are synonymous but sometimes it doesn't quite work00:25
stickereglute_s: ^^00:26
*** salv-orlando has quit IRC00:27
kstev1thx sticker. i set it for eglute since she had to go away. restarted services and did server create/delete. got the same error on both port creation and port deletion ("BadRequest: Expecting to find domain in user")00:30
*** kstev1 is now known as kstev00:30
*** fnaval has joined #openstack-neutron00:30
*** chyka has quit IRC00:34
stickerkstev1: If you have tcpdump on the host, it would be interesting to see the authentication request it is sending (sensitive info removed of course)00:37
*** zhurong has quit IRC00:37
*** TuanVu has joined #openstack-neutron00:38
*** mlavalle has quit IRC00:42
*** markvoelker has quit IRC00:43
*** markvoelker has joined #openstack-neutron00:44
*** fnaval has quit IRC00:47
*** mlavalle has joined #openstack-neutron00:48
*** markvoelker has quit IRC00:48
*** liusheng has quit IRC00:49
*** lujinluo has joined #openstack-neutron00:49
*** zhurong has joined #openstack-neutron00:50
*** fnaval has joined #openstack-neutron00:51
*** fnaval has quit IRC00:55
kstevsticker That would be interesting to see. For now I have updated my gist with a bit more detail00:57
*** psahoo has joined #openstack-neutron01:00
*** cuongnv has joined #openstack-neutron01:01
*** SumitNaiksatam has quit IRC01:02
*** r-daneel has quit IRC01:04
openstackgerritchandanc proposed openstack/neutron master: This patch changes the CT zone allocation range  https://review.openstack.org/53815401:06
*** donghao has joined #openstack-neutron01:07
*** rcernin has joined #openstack-neutron01:09
stickerkstev: cool, thanks.  You said this was Newton?  which specific Neutron release number is it?01:10
*** donghao has quit IRC01:12
stickerkstev: I ask because the last newton release was 9.4.1.   Looking at the designate driver in that release, it looks like it uses these parameters to authenticate : https://github.com/openstack/neutron/blob/2a9844b8ca33bfcd789c2981e3b8368d2c832f72/neutron/services/externaldns/drivers/designate/driver.py#L53-L5901:12
stickerthat looks suspiciously like a v2 authentication01:12
*** dave-mccowan has joined #openstack-neutron01:13
stickermaster looks like this : https://github.com/openstack/neutron/blob/master/neutron/services/externaldns/drivers/designate/driver.py#L50-L6001:13
stickerwhich would allow for v301:13
*** slaweq has joined #openstack-neutron01:13
*** psahoo has quit IRC01:14
*** huntxu has joined #openstack-neutron01:14
*** felipemonteiro__ has quit IRC01:14
stickerI would check what your version of neutron/services/externaldns/drivers/designate/driver.py looks like and then set the variables as appropriate01:14
*** hieulq_ has quit IRC01:15
*** bobmel has quit IRC01:17
kstev sticker https://gist.github.com/kstev/cd87bb21d0cd1caf6cf5993ffc532cec01:17
kstevappears to match01:17
*** psahoo has joined #openstack-neutron01:17
*** bobmel has joined #openstack-neutron01:17
*** slaweq has quit IRC01:18
*** gongysh has joined #openstack-neutron01:19
stickerkstev: can you try updating the designate section so that admin_auth_url is http://10.0.122.10:35357/v2 ?01:25
stickeradmin_password is blank in your gist but i imagine you just censored that out01:26
stickerheh01:26
*** hieulq_ has joined #openstack-neutron01:27
*** markvoelker has joined #openstack-neutron01:30
*** zhongjun has joined #openstack-neutron01:34
kstevYes correct :)01:34
*** tbachman has joined #openstack-neutron01:35
*** mriedem_afk is now known as mriedem01:37
kstevsticker: updated my original gist again with more context and (hopefully not too much) info https://gist.github.com/kstev/6f48553c623874cb256530ff1e1e63ff01:37
stickerkstev: did you change the admin_auth_url?01:39
kstevI have not changed that. Only thing I've done is I tried adding "project_name = service"01:40
stickerahh k.  from the code, it looks like that version only support authentication via v2.  to test that, I'd change admin_auth_url, restart the service, and test01:42
kstevjust remove v2?01:42
kstever v301:42
stickeri suspect it either needs to be http://10.0.122.10:35357/v2 or http://10.0.122.10:35357/01:43
stickerthe wrong one will give you a 404 so it'll be pretty clear01:43
openstackgerritsunzuohua proposed openstack/neutron master: Add/rm centralized fips for DVR+HA from standby node  https://review.openstack.org/52584201:44
kstevI think it's /v2.0/ … if i curl the base URL i get links for /v3/ and /v2.0/01:47
*** hoangcx has quit IRC01:48
*** fnaval has joined #openstack-neutron01:50
stickerkstev: yeah i think you're right01:51
*** vijaykc4 has joined #openstack-neutron01:51
kstevdifferent error this time because Neutron server tried talking to my public endpoint via http instead of https for some reason01:51
kstevpublic Designate endpoint that is01:52
openstackgerritMerged openstack/neutron-vpnaas master: Remove the redundant word  https://review.openstack.org/53716601:52
*** salv-orlando has joined #openstack-neutron01:53
kstevport creation still succeeded01:53
stickersounds like we are further along than before01:55
kstevConnectFailure: Unable to establish connection to http://fqdn:9001/v2/zones?name=0.168.192.in-addr.arpa.: ('Connection aborted.', BadStatusLine("''",))01:55
*** ramishra has joined #openstack-neutron01:55
kstevnot sure why Keystone v2 would give it the wrong Designate URL01:55
*** fnaval has quit IRC01:55
kstevit's definitely https01:55
*** hoangcx has joined #openstack-neutron01:56
*** fragatina has quit IRC01:56
stickerin the code it looks like it only uses the [designate]/url config item for the non-admin connection01:57
*** salv-orlando has quit IRC01:57
stickeri don't see an option to specify the endpoint for admin01:57
kstevI have that pointing to my internal URL. (it could have been doing this all along and we may not have seen it because it bombed out before it got there)01:58
stickeryeah, without the authentication passing, it wouldn't have gotten to any actual designate call01:58
*** fragatina has joined #openstack-neutron01:58
kstevbut for whatever reason after setting "admin_auth_url = http://10.0.122.10:35357/v2.0/" it wants to reach out to my PublicURL for Designate instead of what I've specified which is "url = http://10.0.122.10:9001/v2"02:00
*** fragatina has quit IRC02:02
*** puck has quit IRC02:03
stickerkstev: yeah, the code is only using "url =" for the client, non-admin connection02:03
*** gongysh has quit IRC02:03
stickerfor reverse DNS it needs to make an admin connection.  The admin connection doesn't use that setting02:03
stickerhttps://github.com/openstack/neutron/blob/2a9844b8ca33bfcd789c2981e3b8368d2c832f72/neutron/services/externaldns/drivers/designate/driver.py#L51-L5902:04
stickerL51 and L52 are it creating the client with the 'url' config option and the authentication token from the user02:04
ksteverror was in neutron/api/v2/resource.py  looks like02:04
kstevhttps://gist.github.com/kstev/e6cebe8c5c8d3a0aac864468a173d4a802:04
stickerL53 - L59 are it creating the admin client but that isn't using the 'url' config option02:05
kstevit'd probably work if my publicURL wasn't actually https. heh02:07
stickerwithout adding your own code, i don't think this release will support you choosing the endpoint URL for admin connections to designate02:07
*** dougwig has quit IRC02:10
*** puck has joined #openstack-neutron02:10
*** Swami has quit IRC02:11
kstevsticker : thanks very much for your assistance here. I also need to go for now. I will follow up with eglute_s02:11
stickerkstev: np, all the best :)02:12
*** harlowja has quit IRC02:15
*** mriedem has quit IRC02:17
*** kstev has quit IRC02:28
*** fzdarsky_ has joined #openstack-neutron02:28
*** fzdarsky|afk has quit IRC02:31
openstackgerritHunt Xu proposed openstack/neutron-vpnaas master: API tempest: get tenant id from client  https://review.openstack.org/53729202:34
*** liusheng has joined #openstack-neutron02:34
*** rcernin has quit IRC02:35
*** cshastri has joined #openstack-neutron02:51
*** mnasiadka has joined #openstack-neutron02:51
*** mnasiadka has quit IRC02:55
*** andreas_s has joined #openstack-neutron02:59
*** andreas_s has quit IRC03:03
*** suresh12 has quit IRC03:04
*** suresh12 has joined #openstack-neutron03:04
*** tbachman has quit IRC03:04
*** Pramod has quit IRC03:05
*** armax has joined #openstack-neutron03:05
*** suresh12 has quit IRC03:09
*** donghao has joined #openstack-neutron03:09
*** armax has quit IRC03:10
*** donghao has quit IRC03:14
*** armax has joined #openstack-neutron03:16
*** jhershbe_ has joined #openstack-neutron03:17
*** hongbin has joined #openstack-neutron03:19
*** mgagne has quit IRC03:22
*** kuromagi^ has joined #openstack-neutron03:23
*** kuromagi has quit IRC03:23
*** mgagne has joined #openstack-neutron03:24
*** mgagne is now known as Guest8724003:24
*** tbachman has joined #openstack-neutron03:25
*** suresh12 has joined #openstack-neutron03:29
*** gkadam has quit IRC03:33
*** suresh12 has quit IRC03:33
*** vijaykc4 has quit IRC03:33
*** felipemonteiro has joined #openstack-neutron03:39
*** liusheng has quit IRC03:40
*** liusheng has joined #openstack-neutron03:40
*** felipemonteiro_ has joined #openstack-neutron03:42
*** felipemonteiro has quit IRC03:45
*** felipemonteiro_ has quit IRC03:45
*** felipemonteiro__ has joined #openstack-neutron03:45
*** zhurong has quit IRC03:46
*** felipemonteiro_ has joined #openstack-neutron03:46
*** felipemonteiro__ has quit IRC03:50
*** HenryG has quit IRC03:54
*** salv-orlando has joined #openstack-neutron03:54
*** HenryG has joined #openstack-neutron03:54
*** salv-orlando has quit IRC04:00
*** cshastri has quit IRC04:04
*** fnaval has joined #openstack-neutron04:04
*** cshastri has joined #openstack-neutron04:04
*** cshastri has quit IRC04:04
*** cshastri has joined #openstack-neutron04:05
*** dsneddon has quit IRC04:06
*** yamahata has joined #openstack-neutron04:06
*** jhershbe_ has quit IRC04:06
*** moshele has joined #openstack-neutron04:08
*** iyamahat has joined #openstack-neutron04:08
*** felipemonteiro__ has joined #openstack-neutron04:11
*** felipemonteiro_ has quit IRC04:11
*** fragatina has joined #openstack-neutron04:11
*** moshele has quit IRC04:12
*** moshele has joined #openstack-neutron04:12
*** vijaykc4 has joined #openstack-neutron04:15
*** fragatina has quit IRC04:16
*** SumitNaiksatam has joined #openstack-neutron04:17
*** moshele has quit IRC04:18
*** mlavalle has quit IRC04:21
*** chandanc has joined #openstack-neutron04:22
chandanchaleyb: hello Brian04:23
openstackgerritBo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug  https://review.openstack.org/53035704:23
*** sridharg has joined #openstack-neutron04:24
*** vijaykc4 has quit IRC04:25
*** david-lyle has quit IRC04:26
*** felipemonteiro__ has quit IRC04:26
*** david-lyle has joined #openstack-neutron04:27
*** dave-mccowan has quit IRC04:32
*** sridharg has quit IRC04:37
*** armax has quit IRC04:37
*** anilvenkata has joined #openstack-neutron04:39
*** ircuser-1 has joined #openstack-neutron04:44
*** chkumar|off is now known as chandankumar04:44
*** slaweq has joined #openstack-neutron04:45
*** vijaykc4 has joined #openstack-neutron04:46
*** suresh12 has joined #openstack-neutron04:49
*** slaweq has quit IRC04:50
*** rcernin has joined #openstack-neutron04:50
*** harlowja has joined #openstack-neutron04:51
*** rcernin has quit IRC04:51
*** rcernin has joined #openstack-neutron04:52
*** trinaths has joined #openstack-neutron04:58
*** iyamahat has quit IRC05:00
*** SumitNaiksatam has quit IRC05:02
*** ratailor has joined #openstack-neutron05:03
*** markvoelker has quit IRC05:06
*** links has joined #openstack-neutron05:07
*** fragatina has joined #openstack-neutron05:08
*** fragatina has quit IRC05:09
*** moshele has joined #openstack-neutron05:10
*** jose-phi_ has joined #openstack-neutron05:10
*** donghao has joined #openstack-neutron05:11
*** crushil has quit IRC05:11
*** crushil has joined #openstack-neutron05:11
*** jose-phillips has quit IRC05:13
*** donghao has quit IRC05:15
*** crushil has quit IRC05:16
openstackgerritRui Zang proposed openstack/neutron master: L2 openflow manager  https://review.openstack.org/32396305:18
*** slaweq has joined #openstack-neutron05:19
*** caowei has quit IRC05:20
*** salv-orlando has joined #openstack-neutron05:20
*** gkadam has joined #openstack-neutron05:23
*** slaweq has quit IRC05:24
*** hongbin has quit IRC05:26
*** suresh12 has quit IRC05:32
*** mohankumar has joined #openstack-neutron05:33
*** suresh12 has joined #openstack-neutron05:33
*** masaki_ has joined #openstack-neutron05:35
*** pgadiya has joined #openstack-neutron05:37
*** masaki has quit IRC05:37
*** suresh12 has quit IRC05:37
*** mdnadeem has joined #openstack-neutron05:41
*** fnaval has quit IRC05:41
*** trinaths has quit IRC05:47
*** zhurong has joined #openstack-neutron05:47
*** vijaykc4 has quit IRC05:48
openstackgerritMerged openstack/networking-ovn master: Functional tests: Leave fixtures to remove the dbs  https://review.openstack.org/53680805:49
*** vijaykc4 has joined #openstack-neutron05:51
*** threestrands has quit IRC05:51
*** armax has joined #openstack-neutron05:52
*** caowei has joined #openstack-neutron05:54
*** xinliang has quit IRC05:57
*** salv-orlando has quit IRC05:58
*** salv-orlando has joined #openstack-neutron05:59
*** threestrands has joined #openstack-neutron06:01
*** threestrands has quit IRC06:01
*** threestrands has joined #openstack-neutron06:01
*** zhaorenming has joined #openstack-neutron06:03
*** Eran_Kuris has joined #openstack-neutron06:04
*** brault has joined #openstack-neutron06:06
*** daidv has quit IRC06:08
*** xinliang has joined #openstack-neutron06:09
*** brault has quit IRC06:10
*** vijaykc4 has quit IRC06:11
*** gcheresh has joined #openstack-neutron06:15
openstackgerritGuoshuai Li proposed openstack/ovsdbapp master: Add QoS command for ovn northbound db.  https://review.openstack.org/53942106:16
*** trinaths has joined #openstack-neutron06:18
*** xinliang has quit IRC06:21
*** xinliang has joined #openstack-neutron06:22
*** lajoskatona has joined #openstack-neutron06:23
*** Eran_Kuris has quit IRC06:27
*** chandanc has quit IRC06:27
*** marios has joined #openstack-neutron06:30
*** lpetrut has joined #openstack-neutron06:31
openstackgerritRui Zang proposed openstack/neutron master: Implement QoS OpenFlowFunction for DSCP  https://review.openstack.org/39968006:36
*** gkadam has quit IRC06:38
*** janzian has quit IRC06:39
*** armax has quit IRC06:40
*** gkadam has joined #openstack-neutron06:42
*** iyamahat has joined #openstack-neutron06:43
*** suresh12 has joined #openstack-neutron06:48
*** SumitNaiksatam has joined #openstack-neutron06:49
*** zhurong has quit IRC06:49
*** slaweq has joined #openstack-neutron06:51
*** gkadam has quit IRC06:52
*** jhershbe_ has joined #openstack-neutron06:52
*** suresh12 has quit IRC06:53
*** lpetrut has quit IRC06:54
*** lpetrut has joined #openstack-neutron06:54
*** gkadam has joined #openstack-neutron06:54
*** mosulica has joined #openstack-neutron06:55
*** slaweq has quit IRC06:56
*** harlowja has quit IRC07:01
*** itlinux has joined #openstack-neutron07:02
*** zhenguo has joined #openstack-neutron07:05
*** markstur_ has quit IRC07:06
*** rcernin has quit IRC07:08
*** trinaths has quit IRC07:09
*** markvoelker has joined #openstack-neutron07:11
*** salv-orlando has quit IRC07:12
*** donghao has joined #openstack-neutron07:13
*** itlinux has quit IRC07:15
openstackgerritvenkata anil proposed openstack/networking-ovn master: Schedule gateway on chassis from ovn-cms-options  https://review.openstack.org/53784407:16
*** donghao has quit IRC07:17
*** iyamahat_ has joined #openstack-neutron07:17
*** pmannidi has quit IRC07:19
*** sridharg has joined #openstack-neutron07:20
*** iyamahat has quit IRC07:21
*** lpetrut has quit IRC07:21
*** mnasiadka has joined #openstack-neutron07:25
*** gongysh has joined #openstack-neutron07:29
*** dconde has quit IRC07:29
*** andreas_s has joined #openstack-neutron07:30
*** lpetrut has joined #openstack-neutron07:30
*** kobis has joined #openstack-neutron07:31
*** martinus__ has joined #openstack-neutron07:32
*** gongysh has quit IRC07:35
*** zhurong has joined #openstack-neutron07:38
*** brault has joined #openstack-neutron07:39
*** marios has quit IRC07:41
*** nplanel_ has joined #openstack-neutron07:42
*** markvoelker has quit IRC07:42
*** slaweq has joined #openstack-neutron07:43
*** salv-orlando has joined #openstack-neutron07:44
*** nplanel_ has quit IRC07:45
*** nplanel_ has joined #openstack-neutron07:45
*** marios has joined #openstack-neutron07:46
*** daidv has joined #openstack-neutron07:46
*** slaweq has quit IRC07:48
*** pcaruana has joined #openstack-neutron07:51
*** AlexeyAbashkin has joined #openstack-neutron07:51
*** AlexeyAbashkin has quit IRC07:51
*** AlexeyAbashkin has joined #openstack-neutron07:52
*** lpetrut has quit IRC07:53
*** Alex_Staf has joined #openstack-neutron07:53
openstackgerritMerged openstack/networking-bgpvpn master: enable tempest RT update test  https://review.openstack.org/53781607:58
openstackgerritMerged openstack/networking-bgpvpn master: ‘local_pref’ can be updated in 'test_bgpvpn_create_update_delete()'  https://review.openstack.org/53772007:58
*** matrohon has joined #openstack-neutron07:58
*** salv-orl_ has joined #openstack-neutron07:59
*** tmorin has joined #openstack-neutron08:01
*** salv-orlando has quit IRC08:01
openstackgerritThomas Morin proposed openstack/networking-bgpvpn master: [dnm] diagnosis for tempest test  https://review.openstack.org/53886608:01
*** vthapar has joined #openstack-neutron08:04
*** slaweq has joined #openstack-neutron08:08
*** kobis has quit IRC08:08
openstackgerritLujin Luo proposed openstack/neutron master: Use Meter Label OVO in neutron/db/metering/metering_db.py  https://review.openstack.org/53732508:08
*** b_bezak has joined #openstack-neutron08:11
*** slaweq has quit IRC08:13
*** trinaths has joined #openstack-neutron08:15
*** jhershbe_ has quit IRC08:15
*** rcernin has joined #openstack-neutron08:16
*** ralonsoh has joined #openstack-neutron08:16
*** slaweq has joined #openstack-neutron08:18
*** ijw has joined #openstack-neutron08:19
*** slaweq_ has joined #openstack-neutron08:19
*** ijw has quit IRC08:20
*** tesseract has joined #openstack-neutron08:20
*** ijw has joined #openstack-neutron08:20
*** itlinux has joined #openstack-neutron08:21
openstackgerritMichal Kelner Mishali proposed openstack/neutron-lib master: Documenting network_availability_zone extension  https://review.openstack.org/53730808:21
*** slaweq has quit IRC08:22
*** ralonsoh has quit IRC08:23
*** salv-orl_ has quit IRC08:24
*** ralonsoh has joined #openstack-neutron08:26
*** rcernin has quit IRC08:26
*** ijw has quit IRC08:27
*** ragiman has joined #openstack-neutron08:27
openstackgerritMerged openstack/neutron master: ovsfw: Don't create rules if updated port doesn't exist  https://review.openstack.org/53141408:27
*** lpetrut has joined #openstack-neutron08:28
*** jhershbe_ has joined #openstack-neutron08:29
*** ijw has joined #openstack-neutron08:29
*** janki has joined #openstack-neutron08:31
openstackgerritBo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug  https://review.openstack.org/53035708:32
*** sinese has joined #openstack-neutron08:37
*** itzikb has joined #openstack-neutron08:38
*** markvoelker has joined #openstack-neutron08:39
*** lpetrut has quit IRC08:40
*** armaan has joined #openstack-neutron08:40
*** jpena|off is now known as jpena08:43
*** salv-orlando has joined #openstack-neutron08:45
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: WIP: Fix auto associate default fwg  https://review.openstack.org/53946108:45
*** zhurong_ has joined #openstack-neutron08:45
*** amarao has joined #openstack-neutron08:47
openstackgerritZhaoBo proposed openstack/neutron-specs master: Spec for VPN service support Qos  https://review.openstack.org/53107408:47
*** kobis has joined #openstack-neutron08:50
*** edmondsw has joined #openstack-neutron08:50
*** lujinluo has quit IRC08:51
*** ushkalim has joined #openstack-neutron08:53
*** edmondsw has quit IRC08:54
*** janki is now known as janki|afk08:55
*** diga has joined #openstack-neutron08:55
*** lxnch_ has quit IRC08:56
*** chyka has joined #openstack-neutron08:59
*** jlibosva has joined #openstack-neutron09:00
*** tuanla____ has joined #openstack-neutron09:01
*** oidgar has joined #openstack-neutron09:01
*** rmart04 has joined #openstack-neutron09:01
*** masaki_ has quit IRC09:02
*** masaki has joined #openstack-neutron09:02
*** iyamahat_ has quit IRC09:02
*** gkadam has quit IRC09:03
*** rstarmer has joined #openstack-neutron09:03
*** chyka has quit IRC09:04
*** gkadam has joined #openstack-neutron09:04
*** chandanc has joined #openstack-neutron09:05
chandancslaweq_: ping09:05
*** rcernin has joined #openstack-neutron09:05
*** ijw has quit IRC09:06
*** yamahata has quit IRC09:06
openstackgerritrajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism  https://review.openstack.org/52739109:06
slaweq_chandanc: hi09:06
chandancHello slaweq_09:07
chandanchere is why i removed the line in UT09:07
chandanchttps://github.com/openstack/neutron/blame/master/neutron/tests/unit/agent/linux/test_iptables_firewall.py#L10809:07
chandancit was a mistake on my part09:08
chandanc2 years back09:08
chandancthats why, the UTs pass with wrong CT values you pointed out09:08
*** markvoelker has quit IRC09:12
*** donghao has joined #openstack-neutron09:15
*** donghao has quit IRC09:19
slaweq_chandanc: ok, thx for explanation :)09:19
chandancthanks for catching the mistake :)09:20
slaweq_chandanc: +2 already09:20
slaweq_thx for fixing this09:20
chandanccool09:20
slaweq_now You should catch haleyb also :)09:21
chandancya was trying to ping him but may be i need to wait for his timezone09:21
*** janki|afk is now known as janki09:21
slaweq_he is in EST so will be in about 4-5 hours probably09:22
chandancsure, will wait for him09:23
*** rmart04 has quit IRC09:30
*** vijaykc4 has joined #openstack-neutron09:31
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: Fix auto associate default fwg  https://review.openstack.org/53946109:32
*** diga has quit IRC09:39
openstackgerritBo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug  https://review.openstack.org/53035709:44
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: Add checking whether a port is supported by FWaaS L2 driver or not  https://review.openstack.org/53623409:44
openstackgerritvenkata anil proposed openstack/networking-ovn master: Schedule gateway on chassis from ovn-cms-options  https://review.openstack.org/53784409:45
*** ganso has joined #openstack-neutron09:48
openstackgerritNguyen Phuong An proposed openstack/neutron-fwaas master: Fix auto associate default fwg  https://review.openstack.org/53946109:48
*** vijaykc4 has quit IRC09:49
*** fnaval has joined #openstack-neutron09:51
*** salmankhan has joined #openstack-neutron09:53
*** armaan has quit IRC09:53
*** zhenguo has quit IRC09:53
*** armaan has joined #openstack-neutron09:54
*** horms has joined #openstack-neutron09:55
*** fnaval has quit IRC09:55
*** mnasiadka has quit IRC09:55
*** horms has quit IRC10:01
*** Ajohn has joined #openstack-neutron10:01
*** lpetrut has joined #openstack-neutron10:07
*** lpetrut_ has joined #openstack-neutron10:09
*** markvoelker has joined #openstack-neutron10:09
*** TuanVu has quit IRC10:11
*** lpetrut has quit IRC10:12
*** annp has quit IRC10:14
*** mnasiadka has joined #openstack-neutron10:15
*** hjensas has quit IRC10:17
*** zhurong has quit IRC10:19
*** gkadam has quit IRC10:19
*** gkadam has joined #openstack-neutron10:20
*** ijw has joined #openstack-neutron10:23
*** cuongnv has quit IRC10:24
*** sambetts|afk is now known as sambetts10:27
*** maciejjozefczyk_ is now known as maciejjozefczyk10:27
*** Eran_Kuris has joined #openstack-neutron10:28
*** ijw has quit IRC10:30
*** dconde has joined #openstack-neutron10:30
*** jafeha__ has joined #openstack-neutron10:35
*** jafeha has quit IRC10:35
*** nyechiel has quit IRC10:36
*** dtantsur|afk is now known as dtantsur10:36
*** anilvenkata has quit IRC10:37
*** markvoelker has quit IRC10:42
openstackgerritrajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism  https://review.openstack.org/52739110:46
openstackgerritrajiv proposed openstack/networking-odl master: Enabling bgpvpn for new mechanism of full sync and recovery  https://review.openstack.org/52765410:46
*** josecastroleon has joined #openstack-neutron10:46
*** zhurong_ has quit IRC10:48
*** lucas-afk is now known as lucasagomes10:48
*** fnaval has joined #openstack-neutron10:51
*** salv-orlando has quit IRC10:52
*** andreas_s has quit IRC10:52
*** salv-orlando has joined #openstack-neutron10:52
*** nyechiel has joined #openstack-neutron10:52
*** fnaval has quit IRC10:56
*** andreas_s has joined #openstack-neutron10:56
*** salv-orlando has quit IRC10:57
openstackgerritMichal Kelner Mishali proposed openstack/neutron-lib master: Documenting ip_allocation extension in api-ref  https://review.openstack.org/53919710:57
*** trinaths has quit IRC11:00
openstackgerritMichal Kelner Mishali proposed openstack/neutron-lib master: Documenting ip_allocation extension in api-ref  https://review.openstack.org/53919711:00
*** chandanc has quit IRC11:01
*** mvk has quit IRC11:01
*** ijw has joined #openstack-neutron11:02
*** jmlowe has quit IRC11:02
*** itzikb_ has joined #openstack-neutron11:04
*** itzikb has quit IRC11:04
*** andreas_s has quit IRC11:06
*** andreas_s has joined #openstack-neutron11:07
*** AlexeyAbashkin has quit IRC11:09
*** vijaykc4 has joined #openstack-neutron11:10
*** tuanla____ has quit IRC11:11
*** andreas_s has quit IRC11:11
*** ratailor has quit IRC11:14
*** AlexeyAbashkin has joined #openstack-neutron11:15
*** donghao has joined #openstack-neutron11:16
*** andreas_s has joined #openstack-neutron11:17
*** sinese has quit IRC11:17
*** ganso has left #openstack-neutron11:17
*** hjensas has joined #openstack-neutron11:18
openstackgerritrajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism  https://review.openstack.org/52739111:20
*** donghao has quit IRC11:21
*** andreas_s has quit IRC11:22
*** suresh12 has joined #openstack-neutron11:22
*** andreas_s has joined #openstack-neutron11:27
*** amarao1 has joined #openstack-neutron11:27
*** boden has joined #openstack-neutron11:28
*** ijw has quit IRC11:29
*** mvk has joined #openstack-neutron11:30
openstackgerritMichal Kelner Mishali proposed openstack/neutron-lib master: Document extra_dhcp_opt extension in api-ref  https://review.openstack.org/53916011:31
*** itzikb_ has quit IRC11:32
*** itzikb_ has joined #openstack-neutron11:32
*** andreas_s has quit IRC11:36
*** markvoelker has joined #openstack-neutron11:39
*** Eran_Kuris has quit IRC11:39
*** tpsilva has joined #openstack-neutron11:41
*** andreas_s has joined #openstack-neutron11:42
*** mdnadeem_ has joined #openstack-neutron11:43
*** mdnadeem has quit IRC11:44
*** mdnadeem has joined #openstack-neutron11:45
*** vijaykc4 has quit IRC11:46
*** vijaykc4 has joined #openstack-neutron11:46
*** mdnadeem_ has quit IRC11:48
*** yamamoto_ has quit IRC11:48
*** salmankhan has quit IRC11:50
*** salmankhan has joined #openstack-neutron11:51
*** fnaval has joined #openstack-neutron11:51
openstackgerritMichal Kelner Mishali proposed openstack/neutron-lib master: Documenting network_availability_zone extension  https://review.openstack.org/53730811:53
*** salv-orlando has joined #openstack-neutron11:53
*** fnaval has quit IRC11:55
*** itlinux has quit IRC11:55
*** salv-orlando has quit IRC11:57
*** threestrands has quit IRC12:08
*** dave-mccowan has joined #openstack-neutron12:08
*** janki has quit IRC12:10
*** markvoelker has quit IRC12:12
*** suresh12 has quit IRC12:14
*** suresh12 has joined #openstack-neutron12:16
*** lajoskatona has quit IRC12:20
*** suresh12 has quit IRC12:20
*** yamamoto has joined #openstack-neutron12:22
*** yamamoto has quit IRC12:22
*** yamamoto has joined #openstack-neutron12:23
*** donghao has joined #openstack-neutron12:24
*** gcheresh_ has joined #openstack-neutron12:26
*** suresh12 has joined #openstack-neutron12:29
*** chyka has joined #openstack-neutron12:35
*** lajoskatona has joined #openstack-neutron12:37
*** chyka has quit IRC12:39
*** gcheresh_ has quit IRC12:41
*** gcheresh_ has joined #openstack-neutron12:41
*** suresh12 has quit IRC12:45
*** jpena is now known as jpena|lunch12:49
openstackgerritMerged openstack/neutron-lib master: Document subnet_service_types extension in api-ref  https://review.openstack.org/53341212:50
*** suresh12 has joined #openstack-neutron12:50
*** anilvenkata has joined #openstack-neutron12:50
*** fnaval has joined #openstack-neutron12:51
*** itzikb_ has quit IRC12:53
*** itzikb_ has joined #openstack-neutron12:54
*** ijw has joined #openstack-neutron12:54
openstackgerritThomas Morin proposed openstack/networking-bgpvpn master: add tempest test for Port Association routes of type 'bgpvpn'  https://review.openstack.org/53921012:54
*** fnaval has quit IRC12:56
*** rcernin has quit IRC12:58
*** ijw has quit IRC12:59
*** zhaorenming has quit IRC13:04
*** mohankumar has quit IRC13:06
*** mohankumar has joined #openstack-neutron13:06
*** huntxu has quit IRC13:07
*** markvoelker has joined #openstack-neutron13:09
*** amuller has joined #openstack-neutron13:09
*** nplanel_ has quit IRC13:12
*** nplanel has joined #openstack-neutron13:12
*** vthapar has quit IRC13:16
*** vijaykc4 has quit IRC13:16
*** vijaykc4 has joined #openstack-neutron13:17
*** vijaykc4 has quit IRC13:17
*** Eran_Kuris has joined #openstack-neutron13:18
*** edmondsw has joined #openstack-neutron13:22
*** Eran_Kuris has quit IRC13:26
*** Eran_Kuris has joined #openstack-neutron13:26
*** janki has joined #openstack-neutron13:28
*** vijaykc4 has joined #openstack-neutron13:28
*** masaki has quit IRC13:30
*** jhershbe__ has joined #openstack-neutron13:30
*** ralonsoh_ has joined #openstack-neutron13:31
chandankumarjlibosva: Hello13:32
jlibosvachandankumar: hi13:32
chandankumarjlibosva: When we are planning to move neutron-vpnaas and neutron-fwaas tempest plugin under neutron-tempest-plugin?13:32
*** kstev has joined #openstack-neutron13:32
*** mnasiadka has quit IRC13:33
*** jhershbe_ has quit IRC13:34
chandankumarQueens release is about to come13:34
*** ralonsoh has quit IRC13:35
jlibosvachandankumar: I'll need to check. I thought that was already done as we removed code from neutron itself13:35
chandankumarjlibosva: nope13:35
chandankumarjlibosva: those were stadium projects and i thought it was taken care by neutron team13:35
*** pepijn has joined #openstack-neutron13:36
chandankumarjlibosva: but not can i take it then?13:36
*** markvoelker has quit IRC13:37
*** alex_xu has quit IRC13:37
*** markvoelker has joined #openstack-neutron13:37
*** alex_xu has joined #openstack-neutron13:39
*** pgadiya has quit IRC13:39
*** psahoo has quit IRC13:39
*** sridharg has quit IRC13:41
*** salv-orlando has joined #openstack-neutron13:42
*** tbachman has quit IRC13:46
*** itzikb_ has quit IRC13:47
*** itzikb has joined #openstack-neutron13:49
*** gongysh has joined #openstack-neutron13:49
*** jpena|lunch is now known as jpena13:51
*** cshastri has quit IRC13:52
*** ushkalim has quit IRC13:54
*** sridharg has joined #openstack-neutron13:55
*** kstev has joined #openstack-neutron13:57
*** ralonsoh__ has joined #openstack-neutron13:57
*** ralonsoh_ has quit IRC14:01
*** itlinux has joined #openstack-neutron14:02
*** sinese has joined #openstack-neutron14:02
*** yamamoto has quit IRC14:04
*** jmlowe has joined #openstack-neutron14:04
*** pcaruana has quit IRC14:05
*** yamamoto has joined #openstack-neutron14:06
*** mriedem has joined #openstack-neutron14:06
*** andreas_s has quit IRC14:07
*** yamamoto has quit IRC14:11
*** tbachman_ has joined #openstack-neutron14:13
*** suresh12 has quit IRC14:16
rnoriegaHello guys14:19
openstackgerritClaudiu Belu proposed openstack/neutron master: WIP: tests: Adds mock autospec usage  https://review.openstack.org/53317314:19
mriedemdoes neutron have a linuxbridge multinode job?14:19
rnoriegaCan anyone review this patch?? https://review.openstack.org/#/c/529009/14:19
mriedemby chance14:19
rnoriegait's about standard attributes... who wants to solve the dispute? xD14:19
rnoriegaihrachys, ^^14:20
*** fnaval has joined #openstack-neutron14:21
*** pcaruana has joined #openstack-neutron14:21
*** fnaval has quit IRC14:22
jlibosvamriedem: there is a non-voting one14:26
*** links has quit IRC14:27
mriedemjlibosva: just found a grenade multinode lb job in the experimental queue14:28
mriedemwas hoping to find a linuxbridge job that would also run the live migration tests, and the grenade job won't do that by default14:29
mriedemhttp://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/projects.yaml#n1011014:29
mriedemit's fine though, not a big deal14:29
*** chandanc has joined #openstack-neutron14:30
*** lucasagomes is now known as lucas-hungry14:30
*** esberglu has joined #openstack-neutron14:30
jlibosvamriedem: I meant neutron-tempest-plugin-scenario-linuxbridge but now I see it's not a multinode ...14:30
*** andreas_s has joined #openstack-neutron14:31
*** andreas_s has quit IRC14:31
*** mdnadeem has quit IRC14:32
*** andreas_s has joined #openstack-neutron14:32
*** moshele has quit IRC14:33
*** yamamoto has joined #openstack-neutron14:38
*** wolverineav has joined #openstack-neutron14:41
*** ushkalim has joined #openstack-neutron14:41
ihrachysjlibosva, it's not multinode tho, is it14:41
ihrachysoh nevermind you already know that14:41
jlibosvaihrachys: I thought so but it doesn't have a subnode-2 dir14:41
jlibosvaihrachys: oh, yeah. It is not. I misread14:42
ihrachysyeah, only ovs flavor is14:42
openstackgerritMerged openstack/networking-ovn master: Check for router port correctness  https://review.openstack.org/53442314:42
ihrachysrnoriega, not sure what's the dispute I should solve there. also I always thought that l2gw team is well equipped to handle its own reviews.14:43
ihrachysthe project is not even in the stadium14:43
*** mnasiadka has joined #openstack-neutron14:45
*** yamahata has joined #openstack-neutron14:45
*** fnaval has joined #openstack-neutron14:45
*** andreas_s has quit IRC14:46
trozethi all.  Can someone please review https://review.openstack.org/#/c/536983/ ?14:46
*** jhershbe__ has quit IRC14:46
*** yamamoto has quit IRC14:47
*** yamamoto has joined #openstack-neutron14:48
ihrachystrozet, it would need to be scheduled for queens-rc1 at this point if you want to see it merge before final release14:48
*** yamamoto has quit IRC14:48
*** pcaruana has quit IRC14:48
*** iyamahat has joined #openstack-neutron14:48
ihrachystrozet, mlavalle and armax will need to decide on its applicability for the release. otherwise it slips into rocky.14:48
trozetihrachys: it needs to get in for Queens14:49
*** yamamoto has joined #openstack-neutron14:49
*** Eran_Kuris has quit IRC14:49
ihrachystrozet, since we are in freeze mode, you will need to explain why it's critical to get it in queens14:49
trozetihrachys: it's only feature freeze right? this is a bug fix14:50
*** janzian has joined #openstack-neutron14:51
*** tbachman_ has quit IRC14:51
*** wolverineav has quit IRC14:52
*** wolverineav has joined #openstack-neutron14:53
ihrachystrozet, that's arguable. and no, we freezed the tree for anything that is not explicitly picked for queens14:54
ihrachystrozet, one can argue that ssl: endpoints were never supported14:54
trozetihrachys: i think i saw test cases for them in neutron :)14:54
*** wolverineav has quit IRC14:57
*** kstev has quit IRC14:58
*** armax has joined #openstack-neutron14:59
rnoriegaihrachys, there is not l2gw team...14:59
trozetihrachys: either way we need it in queens.  How do I make that happen?  Do we wait until the freeze is done and branch is pulled and then merge to master and backport as fix? or do we get it in now?15:00
rnoriegaihrachys, it's just me trying to make it a bit more stable15:00
*** vijaykc4 has quit IRC15:00
rnoriegaihrachys, and you are still core there. That's why I add you as reviewer (and garyk)15:01
ihrachystrozet, the fact ssl: is mentioned in a single unit test that arguably should be deleted is not a good reason to support the new URI format. I don't think it's a clear case bug fix.15:02
trozetihrachys: i dont think it is "new".  ssl connection has been supported in ovs.  Neutron doc doesn't say only TCP supported afaict.  The code is only applicable when the connection is set to ssl, not sure what the big push back here is15:03
ihrachysrnoriega, I see. I have a question there about exposing the new fields as an api extension. maybe if we don't need the numbers in api layer, we could just inherit model so that we have access to numbers on db layer (seems like that's the real goal you have, not necessarily adding new fields in api)15:04
ihrachystrozet, regardless. you will need to talk to mlavalle / armax about adding the patch to the queue for queens15:05
rnoriegaihrachys, I see, thanks. I think pliu wants to set the ground to avoid out-of-sync db issues15:05
trozetihrachys: ok thanks.  armax, can you help here please?15:06
rnoriegaihrachys, following the same approach as networking-ovn is doing15:06
ihrachysrnoriega, yeah. you may also still want to add new fields without extension. while it's arguably not the best approach for an established api, maybe you don't care as much.15:07
*** crushil has joined #openstack-neutron15:07
openstackgerritIhar Hrachyshka proposed openstack/neutron master: Kill _connection_to_manager_uri dummy  https://review.openstack.org/53956715:07
amotokiits usecase in the neutron codebase is for ovs-agent to connect the local ovsdb. what is the actual problem without ssl support? is it consumed from outside?15:08
amotokirnoriega: trozet: ^15:08
ihrachystrozet, anyway, I reviewed the patch. I don't think the fix should even go into neutron but ovsdbapp15:08
*** fzdarsky_ has quit IRC15:10
*** claudiub|3 has joined #openstack-neutron15:10
ihrachysamotoki, yeah for ovs agent case it's arguable whether it's helpful. ovsdbapp still may want to support the schema.15:11
trozetihrachys: i spoke with otherwiseguy before I created the patch.  the consensus was it shoudlnt be in ovsdbapp15:11
trozetihrachys: i belive the example he gave was in networking-ovn which set up similar configuration15:11
*** alex_xu has quit IRC15:11
ihrachysok it would be nice to see explanation of the reasoning somewhere15:12
armaxtrozet, ihrachys: helping how?15:13
*** alex_xu has joined #openstack-neutron15:13
amotokiihrachys: if it is for use-cases out side of neutron, isn't it placed in not neutron but some library?15:13
ihrachysamotoki, right. like ovsdbapp.15:13
amotokiihrachys: yeah, that's the reason I am confused when I looked at the bug.15:13
ihrachysarmax, to assess if bug for https://review.openstack.org/#/c/536983/ is worth scheduling for queens15:14
armaxis there a patch I may look at to get some more context?15:14
armaxihrachys: OK15:14
*** pcaruana has joined #openstack-neutron15:14
ihrachysotherwiseguy, why is it that we don't want to add support for ssl: endpoints for ovsdb native interface to ovsdbapp?15:14
*** gcheresh_ has quit IRC15:15
*** nplanel_ has joined #openstack-neutron15:15
*** nplanel has quit IRC15:15
trozetihrachys, amotoki, armax: example here in ovn: https://github.com/openstack/networking-ovn/blob/6c48ea7f863be6a690823de63ecf47f1e3581332/networking_ovn/ovsdb/ovsdb_monitor.py#L27115:16
ihrachystrozet, example of what15:16
*** caowei has quit IRC15:17
ihrachysit doesn't explain why we don't want support in ovsdbapp15:17
*** gcheresh has quit IRC15:17
trozetihrachys: of it being configured outside of ovsdbapp.  Let me try to find the explanation as to why one min15:17
ihrachysif anything, the fact that it's needed outside of neutron repo is an argument FOR having it in a common place like ovsdbapp15:18
*** cshastri has joined #openstack-neutron15:18
*** itlinux has quit IRC15:18
*** ispp has quit IRC15:19
*** kstev has joined #openstack-neutron15:21
trozetihrachys: do you mind adding otherwiseguy to the review?  I don't know his real name/email15:22
ihrachystrozet, it's Terry, he is already in the list15:23
trozetihrachys: ok cool, thanks15:23
*** david-lyle has quit IRC15:24
*** dklyle has joined #openstack-neutron15:24
*** slaweq_ has quit IRC15:25
*** mlavalle has joined #openstack-neutron15:25
*** Guest87240 is now known as mgagne15:27
*** mgagne has joined #openstack-neutron15:27
*** lucas-hungry is now known as lucasagomes15:30
chandanchaleyb: Hello Brian15:31
*** oidgar has quit IRC15:31
*** armaan has quit IRC15:32
*** donghao has quit IRC15:32
*** ispp has joined #openstack-neutron15:34
*** armaan has joined #openstack-neutron15:34
*** tidwellr has joined #openstack-neutron15:34
*** armaan has quit IRC15:34
*** links has joined #openstack-neutron15:35
haleybchandanc: hi15:35
*** armaan has joined #openstack-neutron15:35
chandanchaleyb: hello Brian15:35
openstackgerritMiguel Angel Ajo proposed openstack/networking-ovn master: Restore DVR reference architecture now that it's supported  https://review.openstack.org/53957415:35
*** ispp has quit IRC15:35
*** ispp has joined #openstack-neutron15:36
ajolucasagomes: dalvarez ^ there we doc!15:36
ajothat was a low hanging fruit :D15:36
*** esberglu_ has joined #openstack-neutron15:36
chandancactually the UT was having a bug, this is how i missed out the comments by slaweq15:36
*** salv-orlando has quit IRC15:37
openstackgerritMiguel Angel Ajo proposed openstack/networking-ovn master: Restore DVR reference architecture now that it's supported  https://review.openstack.org/53957415:37
lucasagomesajo, ++!15:37
chandanchaleyb: specifically https://review.openstack.org/#/c/538154/3/neutron/tests/unit/agent/linux/test_iptables_firewall.py@6415:37
*** yamamoto has quit IRC15:38
chandanchaleyb: i realised this while innvestigating, why the UT never cought the issue15:38
*** wolverineav has joined #openstack-neutron15:38
*** esberglu has quit IRC15:40
*** salv-orlando has joined #openstack-neutron15:41
haleybchandanc: do the tests pass without removing that line?  i'm still confused by the test since shouldn't it fail?15:43
haleybtest__populate_initial_zone_map() i mean15:43
chandanchaleyb: yes the tests pass after removing the line15:44
*** felipemonteiro__ has joined #openstack-neutron15:44
haleybchandanc: and fail without removing it?15:44
chandancno, it will still pass15:44
chandancthe assignment actually, short circuits the UT15:45
haleybchandanc: oh, the conntrack code will have already done that assignment?15:45
*** felipemonteiro_ has joined #openstack-neutron15:45
haleybwhen the manager is initialized15:45
chandanchaleyb: when the UT start the manager is initialized with. RAW_TABLE_OUTPUT15:46
chandancwhich it parses and generates the list of used CT zones15:46
haleybchandanc: oh, but that UT would have failed that had the typo15:47
chandancthis is then compared to self._dev_zone_map15:47
chandancyes haleyb15:47
*** oidgar has joined #openstack-neutron15:47
chandancdue to the mistake, it just ignored the UT15:47
haleybgot it, thanks for explaining, let me double-check the review15:48
chandanchaleyb: BTW, that mistake came from me15:48
*** yamamoto has joined #openstack-neutron15:48
chandancgit blame15:48
*** esberglu_ is now known as esberglu15:48
*** felipemonteiro__ has quit IRC15:50
haleybchandanc: one nit i see is you put the bug link in the commit message, but you only need the Closes-Bug, you added that in PS315:50
chandancSo i can upload another PS and remove the bug link ?15:51
haleybchandanc: sure, or just edit in place, whichever is easier15:51
haleyblooks good otherwise15:51
*** markstur has joined #openstack-neutron15:51
chandancsure, i am use to uploads :)15:51
chandancthanks haleyb15:51
*** gkadam has quit IRC15:52
*** wolverineav has quit IRC15:53
openstackgerritchandanc proposed openstack/neutron master: This patch changes the CT zone allocation range  https://review.openstack.org/53815415:53
*** yamamoto has quit IRC15:53
*** wolverineav has joined #openstack-neutron15:53
chandanchaleyb: done15:54
*** slaweq has joined #openstack-neutron15:56
mlavalleeglute_s: are you there? do you have a minute?15:57
*** wolverineav has quit IRC15:57
*** janzian has quit IRC15:59
*** mohankumar has quit IRC16:00
*** jose-phi_ has quit IRC16:01
*** mosulica has quit IRC16:04
*** pepijn has quit IRC16:05
*** crushil has quit IRC16:06
*** matrohon has quit IRC16:07
*** daidv has quit IRC16:09
eglute_smlavalle I am running a meeting right now, but will be done at 11 CST.16:09
*** hoangcx has quit IRC16:09
mlavalleeglute_s: ping me when ready :-)16:09
mlavalleno rush16:09
eglute_smlavalle thank you, will do!16:10
*** hoangcx has joined #openstack-neutron16:10
*** daidv has joined #openstack-neutron16:11
*** janzian has joined #openstack-neutron16:13
trozetamotoki: I realize I missed your question.  The issue is if you dont use ssl, that means ovsdb is listening on ptcp, which leaves it vulnerable16:15
dalvarezajo nice patch!16:17
dalvarezthanks!16:17
*** maciejjozefczyk is now known as maciejjozefczyk_16:17
*** janki has quit IRC16:22
otherwiseguyihrachys, basically the whole set up of the python-ovs project stuff is done manually because it doesn't make a lot of sense to just re-wrap everything that they do.16:23
otherwiseguySo limiting the tables that we keep in memory, setting up ssl stuff, whatever, we just do ourselves. The api changed a bit (adding different limiting options) in the ovs project, so instead of just trying to keep up with it we just said "it's backend specific anyway, so just set it up however you want".16:24
otherwiseguyWhich is why we do a subclass and override the from_server() method or whatever.16:24
*** wolverineav has joined #openstack-neutron16:24
*** moshele has joined #openstack-neutron16:24
*** oidgar has quit IRC16:24
*** b_bezak has quit IRC16:25
*** tbachman has joined #openstack-neutron16:25
otherwiseguyihrachys, I'm not opposed to adding something to make it easier to do SSL stuff, but it would be backend-specific.16:25
*** b_bezak has joined #openstack-neutron16:25
*** kobis has quit IRC16:25
otherwiseguy(of course we are dropping the only other backend)16:26
*** rstarmer has quit IRC16:27
*** homeski has joined #openstack-neutron16:27
*** vijaykc4 has joined #openstack-neutron16:29
trozetihrachys, otherwiseguy: is it really that big of a deal?  its a few lines of code to setup some ssl config.  I thought this was a minor thing16:29
*** r-daneel has joined #openstack-neutron16:29
otherwiseguytrozet, it's not a big deal in any way to me...16:30
*** b_bezak has quit IRC16:30
ihrachysit's a bit of feature creep to me. neutron is ideally not in the business of setting up ovsdb backend but relies on ovsdbapp for interations with db. that was the goal of ovsdbapp to take this over.16:31
openstackgerritBrian Haley proposed openstack/neutron master: Move Linuxbridge ARP spoofing to nat table PREROUTING chain  https://review.openstack.org/52024916:31
*** munishmehan has joined #openstack-neutron16:31
*** itzikb has quit IRC16:32
trozetotherwiseguy, ihrachys: the background on why it is needed is because we implemented the SSL/TLS everywhere type openstack deployments for TripleO with OpenDaylight.  In that case ODL and OVS have certificates/keys and only communicate via SSL.  We still use the neutron dhcp agent in that case, and it kind of defeats hte point to leave ovsdb runnign with ptcp16:32
otherwiseguyihrachys, ovsdbapp doesn't have the concept of a config file. So the api would have to change to be able to have the SSL information passed to the Connection by the client anyway.16:35
otherwiseguyOne of the design goals was to use no oslo stuff since external projects use it. Hence no oslo config.16:36
otherwiseguyI'm not opposed to doing it, just saying that you are still going to have all of the SSL config stuff anyway, which seems to be most of the code in the patch.16:38
*** gongysh has quit IRC16:38
*** ralonsoh has joined #openstack-neutron16:38
*** sinese has quit IRC16:39
*** pcaruana has quit IRC16:39
*** ralonsoh__ has quit IRC16:41
*** andreas_s has joined #openstack-neutron16:42
ajootherwiseguy: may be you can hae a config structure/class to be passed to it16:43
*** cshastri has quit IRC16:43
otherwiseguyI would have made different design decisions if it wasn't for the "use the CLI backend or native interchangeably" thing.16:43
otherwiseguyajo, that would also be acceptable--but still would also require having neutron options for ssl keys etc. to be able to pass to ovsdbapp.16:44
*** moshele has quit IRC16:45
*** tbachman_ has joined #openstack-neutron16:45
*** tbachman has quit IRC16:46
*** tbachman_ is now known as tbachman16:46
*** sinese has joined #openstack-neutron16:48
otherwiseguyThe ovsdbapp part of the code is obviously really simple if config.use_ssl: Stream.ssl_set_{private_key,certificate,ca_cert}_file(...). Any future backends could also accept "config objects" and if they support SSL can do stuff with the options or whatever.16:48
*** tbachman_ has joined #openstack-neutron16:50
otherwiseguyI'm happy with whatever makes people who need the feature (trozet) and the people who run projects that use ovsdbapp (ihrachys) happy. :D16:50
*** tbachman has quit IRC16:51
*** tbachman_ is now known as tbachman16:51
*** daidv has quit IRC16:52
*** hoangcx has quit IRC16:52
*** sinese has quit IRC16:52
* eglute_s waves to mlavalle 16:52
*** moshele has joined #openstack-neutron16:53
mlavallehey eglute_s16:53
*** hoangcx has joined #openstack-neutron16:53
*** daidv has joined #openstack-neutron16:53
*** amarao has quit IRC16:54
*** b_bezak has joined #openstack-neutron16:54
mlavalleso I dug a further last night. the code you have from Newton for the driver for Designate is the following: https://gist.github.com/miguellavalle/7ba6869605bcf84d7398a9ad8f2a701c16:54
*** chyka has joined #openstack-neutron16:54
eglute_smlavalle right16:55
*** amarao1 has quit IRC16:55
*** slaweq has quit IRC16:55
mlavallelook at lines 53 - 59. That is where the client to handle PTR records is created.16:55
eglute_smlavalle ok... didnt realize it was only for PTRs16:56
*** rstarmer has joined #openstack-neutron16:56
*** andreas_s has quit IRC16:56
*** chandanc has quit IRC16:57
eglute_si think we do have all those fields set, but i guess the domain is missing in there16:57
*** crose has joined #openstack-neutron16:57
*** tmorin has quit IRC16:57
*** kobis has joined #openstack-neutron16:57
mlavalleyeah your problem is with the client for PTR records. The A and AAAA records are handled by the client created in L52, which uses the auth token that came with the port create request16:57
mlavalleeglute_s: exactly, back in Newton the assumption was made that Keystone V2 was gooing to be used16:58
mlavallethat is why domain is not passed16:58
*** felipemonteiro_ has quit IRC16:58
*** felipemonteiro_ has joined #openstack-neutron16:59
eglute_smlavalle if we backport code from ocata, would that solve our problem? https://github.com/openstack/neutron/blob/stable/ocata/neutron/services/externaldns/drivers/designate/driver.py#L5016:59
mlavalleand that is why when you authenticate against the V3 endpoint, it complains that you are not providing a domain16:59
ajootherwiseguy: right. It doesn't make much sense to create a whole config object/class just for a couple of things.16:59
ajomlavalle: hola tocayo! :)16:59
*** dsneddon has joined #openstack-neutron16:59
mlavalleajo: hola Tocayazo17:00
ajoHehehe17:00
mlavalleeglute_s: yes that would solve the problem17:00
eglute_sthank you mlavalle. will try that today17:00
eglute_smlavalle do you which file in designate code base would be accepting these calls from neutron?17:01
eglute_smlavalle need to see if we need to port code in designate as well17:02
mlavalleeglute_s: hang on. let me compare that Ocata code with what I have in trunk. I think there are no diff, but want to make sure. If there is no diff, I will give you and example of the config you need to make it work. Give me a few minutes17:02
eglute_smlavalle thank you!17:02
*** harlowja has joined #openstack-neutron17:02
*** yamamoto has joined #openstack-neutron17:03
*** slaweq has joined #openstack-neutron17:03
haleybhoangcx: ping regarding https://review.openstack.org/#/c/470912/ - was wondering how you generated your performance numbers?  do you have a setup with lots of instances or something else?17:03
*** ramishra has quit IRC17:03
otherwiseguyajo, ihrachys, trozet: the big issue is that all of the SSL/ python ovs idl set up is currently designed to be set up by the user of ovsdbapp unless it is just a simple "subscribe to all tables" thing--just because we didn't want to track all possible options to pass into the underlying ovs library. The ovsdbapp Connection object (which is backend-specific) takes a fully configured python ovs Idl object as an argument.17:04
otherwiseguyThe SSL setup needs to happen before we even build that idl object (because we have to connect to ovsdb to pull the schema to set that up, hence needing SSL set up).17:04
openstackgerritCedric Savignan proposed openstack/networking-bgpvpn master: [WIP][bgpvpn_dashboard] Modify bgpvpn network and router associations  https://review.openstack.org/53689917:05
mlavallehaleyb: mhhhh he is in Vietnam. It is past midnight there: https://www.timeanddate.com/worldclock/vietnam. you never know, though.... maybe he is a night owl :-)17:05
otherwiseguyEssentially ovsdbapp *wasn't* designed to hide these things from its user. It was designed to make it possible to use multiple backends, but setting up the backends was always the job of the user of the library.17:06
mlavallemugsie: you around?17:06
haleybmlavalle: yeah, it was worth a try.  i'm trying to quantify the improvements in my recent conntrack change, which could equally apply to that change as well17:06
mugsiemlavalle: hey17:06
otherwiseguyI would happily rewrite it again though without all of the cruft of multiple backends. :D17:07
openstackgerritMerged openstack/networking-ovn master: Use neutron-tempest-plugin for API and scenario tests  https://review.openstack.org/53789817:08
mlavallemugsie: eglute_s is playing with the Neutron - Designate integration with Newton release code. She will have to port back some Neutron code from Ocata due to issues with Keystone V3. Do you know if she needs to port back any Designate code from Ocata?17:09
mugsiemlavalle: nope, I am pretty sure we were OK with v317:09
mlavallemugsie: thanks17:09
mugsieno problem17:09
mlavalleeglute_s: ^^^^ always best to ask the experts :-)17:10
mlavallemugsie knows stuff17:10
eglute_smugsie mlavalle great, thank you!17:10
chandankumarmlavalle: ihrachys please have a look at this one https://review.openstack.org/#/c/521345/17:10
mlavallechandankumar: will do :-)17:11
*** wolverineav has quit IRC17:11
*** slaweq has quit IRC17:11
otherwiseguyajo, ihrachys, trozet: if modifying ovsdbapp, the easiest thing that I see so far is just modifying the default from_server() factory function to take optional config file/dict/named attributes/whatever for ssl and if they are there, doing the right thing with them: https://github.com/openstack/ovsdbapp/blob/master/ovsdbapp/backend/ovs_idl/connection.py#L12517:11
chandankumarmlavalle: is someone working on moving bundled tempest plugin of stadium projects to neutron-tempest-plugin?17:11
*** wolverineav has joined #openstack-neutron17:12
eglute_smugsie when neutron makes this call https://github.com/openstack/neutron/blob/stable/ocata/neutron/services/externaldns/drivers/designate/driver.py#L50 what is the corresponding file in designate?17:12
mugsiethats is all in keystoneauth as far as I know17:12
*** jasonking has joined #openstack-neutron17:13
mlavallemugsie: I think really eglute_s wants to know what Designate code is called when this is executed: https://github.com/openstack/neutron/blob/stable/ocata/neutron/services/externaldns/drivers/designate/driver.py#L11617:14
mlavalleit is the creation of the PTR records she is concerned with17:14
otherwiseguyovn at least doesn't call super() on its from_server so *probably* nothing would break.17:14
*** moshele has quit IRC17:14
*** brault has quit IRC17:15
mugsieeglute_s: that is just an API call to designate. It uses the user in the [designate] section to create the reverse zone, and then create a recordset in it17:16
*** wolverineav has quit IRC17:16
ihrachysotherwiseguy, yeah just pass as arguments, then do the right thing17:16
*** brault has joined #openstack-neutron17:16
ihrachysneutron would still have its own options17:16
*** yamamoto has quit IRC17:16
eglute_smugsie is this where the auth bit happens? https://github.com/openstack/designate/blob/newton-eol/designate/backend/impl_designate.py#L6117:17
ihrachysbut at least we would not need to know about all the schema variants supported and just allow the library to care about ti17:17
ihrachyschandankumar, I am not a core, or care, about vsphere17:17
mugsieno the auth bit happens in keystoneauth117:17
eglute_smugsie ok thank you!17:17
*** marios has quit IRC17:18
*** holo_ has joined #openstack-neutron17:18
mugsieeglute_s: this is the client code that is used for the "admin_client" - https://github.com/openstack/python-designateclient/blob/master/designateclient/v2/client.py#L10517:19
otherwiseguyihrachys, sounds reasonable to me.17:19
eglute_smugsie perfect, thank you!17:19
*** rstarmer has quit IRC17:19
*** iyamahat has quit IRC17:19
ihrachysotherwiseguy, trozet now, if we decide to get this in queens, we will probably land the fix as-is in neutron because ovsdbapp is now in lib freeze state, then remove the code once the feature lands in ovsdbapp some time in rocky.17:20
holo_Hello, i was redirected to You guys with my problem. I installed openstack with kolla (vlan + bond0 interfaces like here: https://pastebin.com/CSHp5Fvm) with DVR support and everything is working expect that i can not associate Floating IP to instance. Instance have access to outside world and other instances in same private network but i cant associate IP, what can i check?17:20
ihrachysbut that's up to release liaison / ptl17:21
holo_Here is verbose output of associate command: https://pastebin.com/0bCfXrAN17:21
*** ralonsoh_ has joined #openstack-neutron17:21
holo_can someone look at it?17:21
*** links has quit IRC17:21
openstackgerritMerged openstack/neutron-lib master: Documenting network_availability_zone extension  https://review.openstack.org/53730817:22
*** yamahata has quit IRC17:22
*** kobis has quit IRC17:23
otherwiseguyihrachys, yep. release time is fun.17:23
*** AlexeyAbashkin has quit IRC17:23
*** ralonsoh has quit IRC17:24
*** jlibosva has quit IRC17:25
*** lyan has joined #openstack-neutron17:26
mlavalleeglute_s: I tested with Keystone V3 with this config options: https://gist.github.com/miguellavalle/eea0900cb9af2a76e86537430293c2c117:27
eglute_sthank you mlavalle!17:28
mlavalleeglute_s: before you start porting code, though, let me ask you a question. you have a keystone v2 endpoint in that environment, don't you?17:28
eglute_smlavalle no, we do not. We need it working with custom LDAP domains17:29
mlavalleeglute_s: ok. then you need to work with Keystone V3. good luck!17:30
eglute_sthank you mlavalle will let you know how it goes!17:30
*** moshele has joined #openstack-neutron17:31
*** Swami has joined #openstack-neutron17:32
*** b_bezak has quit IRC17:33
*** b_bezak has joined #openstack-neutron17:34
*** chandanc has joined #openstack-neutron17:34
*** rstarmer has joined #openstack-neutron17:34
*** sridharg has quit IRC17:38
*** b_bezak has quit IRC17:38
*** anilvenkata has quit IRC17:39
*** rstarmer has quit IRC17:39
*** zenirc369 has joined #openstack-neutron17:42
*** iyamahat has joined #openstack-neutron17:43
*** Alex_Staf has quit IRC17:44
*** tesseract has quit IRC17:45
*** felipemonteiro_ has quit IRC17:48
*** ivve has quit IRC17:50
*** rmcall has joined #openstack-neutron17:50
*** rmcall has quit IRC17:51
*** rmcall has joined #openstack-neutron17:51
*** lpetrut_ has quit IRC17:52
*** bobmel has quit IRC17:52
*** bobmel_ has joined #openstack-neutron17:52
*** tbachman has quit IRC17:53
holo_anyone?17:56
*** Ajohn has quit IRC17:57
*** tbachman has joined #openstack-neutron17:58
openstackgerritMerged openstack/networking-ovn master: Use metadata IP as DHCP service IP for subnet without gateway IP  https://review.openstack.org/53474118:01
*** ivve has joined #openstack-neutron18:02
*** kobis has joined #openstack-neutron18:03
*** yamahata has joined #openstack-neutron18:03
*** kobis has quit IRC18:05
*** mnasiadka has quit IRC18:06
*** ragiman has quit IRC18:07
*** moshele has quit IRC18:10
*** chandanc has quit IRC18:11
*** hongbin has joined #openstack-neutron18:12
*** jpena is now known as jpena|away18:13
*** SumitNaiksatam has quit IRC18:17
*** mnasiadka has joined #openstack-neutron18:17
*** AlexeyAbashkin has joined #openstack-neutron18:17
openstackgerritGerman Eichberger proposed openstack/neutron-fwaas master: [WIP] Adds remote firewall group  https://review.openstack.org/52120718:18
*** kobis has joined #openstack-neutron18:19
*** dsneddon has quit IRC18:19
*** vijaykc4 has quit IRC18:19
*** rstarmer has joined #openstack-neutron18:20
*** mnasiadka has quit IRC18:21
*** kobis has quit IRC18:22
armaxotherwiseguy: btw, thanks to your input I got to the bottom of my DPDK grief by using vHost User Client sockets18:22
armaxor rather ports I shall say18:22
*** tbachman has quit IRC18:23
*** moshele has joined #openstack-neutron18:24
trozetihrachys: ok so to get the proper attention to get this into queens I need to talk to armax?18:28
armaxtrozet: I was going to follow up on the earlier ping later today18:29
armaxmy meetings is packed with internal meetings this morning18:29
armaxs/meetings/ day18:30
trozetarmax: not trying to bug you just trying to understand waht I need to do to get it in.  Just ping me whenever you have time.  Thanks18:30
armaxtrozet: I’ll touch base with mlavalle to see how he would like to handle it18:30
trozetty18:30
armaxyup, what TZ are you in?18:30
*** tbachman has joined #openstack-neutron18:30
armaxno problem at all18:30
*** mnasiadka has joined #openstack-neutron18:31
ihrachystrozet, in the meantime work on comments you have for the patch so that if we decide to land it now it's ready to go in18:31
trozetihrachys: yeah reading those now18:32
armaxtrozet: could you remind me of the bug ID? I might have aggressively closed some of my browser tabs earlier18:32
ihrachysworst case it will go into rocky and then we may backport it to the next patch release for queens18:32
trozetarmax: https://bugs.launchpad.net/neutron/+bug/174503818:32
openstackLaunchpad bug 1745038 in neutron "Unable to use SSL URI for OVSDB connection" [Medium,In progress] - Assigned to Tim Rozet (trozet)18:32
armaxhttps://bugs.launchpad.net/networking-odl/+bug/1713697?18:32
openstackLaunchpad bug 1713697 in networking-odl "Journal recovery fails " [Critical,In progress] - Assigned to rajiv (rajiv-kumar)18:32
*** moshele has quit IRC18:32
armaxwhat about the other one? Seems more scary :)18:33
holo_Please can someone look at it:  https://serverfault.com/questions/894998/openstack-kolla-installation-association-of-floating-ip-not-working18:33
holo_?18:33
holo_what can i check?18:33
*** dsneddon has joined #openstack-neutron18:34
*** felipemonteiro has joined #openstack-neutron18:36
*** mnasiadka has quit IRC18:36
*** dtantsur is now known as dtantsur|afk18:37
*** iyamahat has quit IRC18:38
*** iyamahat has joined #openstack-neutron18:39
*** moshele has joined #openstack-neutron18:39
*** iyamahat has quit IRC18:40
*** iyamahat has joined #openstack-neutron18:40
openstackgerritClaudiu Belu proposed openstack/neutron master: WIP: tests: Adds mock autospec usage  https://review.openstack.org/53317318:40
*** iyamahat has quit IRC18:43
*** iyamahat has joined #openstack-neutron18:43
*** tbachman has quit IRC18:43
*** SumitNaiksatam has joined #openstack-neutron18:43
haleybholo_: that pastebin didn't seem to show the failure.  Did you try using 'openstack floating ip set --port $PORT $FLOATINGIP' ?  That would use the neutron API instead of nova18:44
haleybholo_: and fyi you probably won't find a lot of people with kolla experience in this channel, if the issue has to do with how that config created things18:46
*** mnasiadka has joined #openstack-neutron18:46
holo_firstly i asked about it there.. but it did not look for them like kolla problem and they redirect me here :)18:48
holo_im reinstalling my environment again, will try to use your command instead18:48
holo_and will let you know. Are there some other things to check? what could be wrong with it?18:49
*** tbachman has joined #openstack-neutron18:49
haleybholo_: the server logs would be the first things to check and should have more info than what the command returns18:49
holo_i checked them and there is nothing (i checked neutron l3 logs and nova logs)18:50
holo_nothing, command just not droping any error but ip is not associated18:50
*** mnasiadka has quit IRC18:51
holo_will try Your and will back18:51
*** AlexeyAbashkin has quit IRC18:51
haleybholo_: it's hard to speculate what might be wrong without the logs, but since some external connectivity worked w/default SNAT IP address it's strange18:51
haleybholo_: the neutron-server log would show the API call and result18:51
*** mvk has quit IRC18:52
*** harlowja has quit IRC18:52
holo_yes everything is worked i even created "public instance on public network and ssh to it. Just associateing ip to private instance (to which i connected via novnc from horizon and i "pinged" google) not work18:53
holo_will try again oin fresh install and will back with logs and with your command try18:54
*** david-lyle_ has joined #openstack-neutron18:58
*** guest2 has joined #openstack-neutron18:59
*** kobis has joined #openstack-neutron18:59
*** moshele has quit IRC19:00
*** mnasiadka has joined #openstack-neutron19:01
*** dklyle has quit IRC19:01
*** iyamahat has quit IRC19:02
*** iyamahat_ has joined #openstack-neutron19:02
*** Alex_Staf has joined #openstack-neutron19:02
*** jasonking has quit IRC19:02
*** portdirect has joined #openstack-neutron19:02
*** lajoskatona has quit IRC19:03
*** tidwellr has quit IRC19:04
*** lucasagomes is now known as lucas-afk19:04
*** tidwellr has joined #openstack-neutron19:05
*** mnasiadka has quit IRC19:06
*** freerunner has quit IRC19:06
*** aignatov has quit IRC19:06
*** aignatov has joined #openstack-neutron19:07
*** amuller has quit IRC19:07
*** freerunner has joined #openstack-neutron19:08
*** david-lyle_ is now known as dklyle19:08
openstackgerritJames E. Blair proposed openstack/neutron-dynamic-routing master: Zuul: Remove project name  https://review.openstack.org/53964019:09
*** suresh12 has joined #openstack-neutron19:11
*** fnaval has quit IRC19:14
*** suresh12 has quit IRC19:15
*** mnasiadka has joined #openstack-neutron19:17
*** sambetts is now known as sambetts|afk19:19
*** lpetrut_ has joined #openstack-neutron19:20
*** suresh12 has joined #openstack-neutron19:20
*** mnasiadka has quit IRC19:21
*** guest2 has left #openstack-neutron19:23
*** jpena|away is now known as jpena|off19:24
*** fnaval has joined #openstack-neutron19:26
*** fnaval has quit IRC19:26
*** suresh12 has quit IRC19:26
*** fnaval has joined #openstack-neutron19:27
*** fnaval has quit IRC19:28
*** fnaval has joined #openstack-neutron19:28
*** freerunner has quit IRC19:29
*** aignatov has quit IRC19:29
*** ralonsoh_ has quit IRC19:30
*** suresh12 has joined #openstack-neutron19:31
*** f0o has quit IRC19:32
*** fnaval_ has joined #openstack-neutron19:32
*** fnaval has quit IRC19:32
*** jasonking has joined #openstack-neutron19:32
*** salmankhan has quit IRC19:33
*** mnasiadka has joined #openstack-neutron19:33
*** aojea_ has joined #openstack-neutron19:36
*** fnaval has joined #openstack-neutron19:37
*** harlowja has joined #openstack-neutron19:37
*** mnasiadka has quit IRC19:37
*** rstarmer has quit IRC19:38
openstackgerritHongbin Lu proposed openstack/neutron master: Add test cases for external network default  https://review.openstack.org/53836119:40
openstackgerritHongbin Lu proposed openstack/neutron master: [WIP] Add is_default to Network  https://review.openstack.org/51198319:40
*** mriedem1 has joined #openstack-neutron19:41
*** aojea__ has joined #openstack-neutron19:41
*** aignatov has joined #openstack-neutron19:42
*** mriedem has quit IRC19:42
*** freerunner has joined #openstack-neutron19:43
*** aojea_ has quit IRC19:44
*** fnaval has quit IRC19:46
*** f0o has joined #openstack-neutron19:46
*** aojea_ has joined #openstack-neutron19:47
*** fnaval has joined #openstack-neutron19:48
*** mnasiadka has joined #openstack-neutron19:48
*** aojea__ has quit IRC19:49
*** aojea__ has joined #openstack-neutron19:51
*** jasonking has quit IRC19:53
*** mnasiadka has quit IRC19:53
*** jasonking has joined #openstack-neutron19:53
*** aojea_ has quit IRC19:54
*** aojea_ has joined #openstack-neutron19:57
*** fnaval has quit IRC19:59
*** aojea__ has quit IRC20:00
*** salv-orlando has quit IRC20:00
*** salv-orlando has joined #openstack-neutron20:00
*** ushkalim has quit IRC20:01
portdirecthey - I'm trying to create a ovs port on one of my hosts to access a tenant network20:02
portdirectI'm having trouble finding documentation to do this20:02
portdirectI found a blog post that does pretty much exactly what I'm ttying to do: https://ajo.es/creating-a-network-interface-to-tenant-network-in/20:02
*** armaan has quit IRC20:02
ajoportdirect: hi ;)20:03
portdirectbut some commands are truncated, does anyone have pointers on how to do this?20:03
*** mnasiadka has joined #openstack-neutron20:03
portdirecto/ ajo :)20:03
ajouh, it's my blog, probably I broke it when I moved it out from tumblr :D20:03
*** armaan has joined #openstack-neutron20:03
ajolet me check, what's truncated ?20:03
portdirect`PORT_ID=$(neutron port-create --device-owner compute:container \`20:03
portdirectand the command in the `Create the test_interf0 interface, wired to our new port` section looks wrong?20:04
portdirectIdeally I'd like to do this - so I can gate ironic in zuul20:04
ajoportdirect: oops, let me rebuild that, one second I need to try it somewhere :)20:05
portdirectcheers ajo20:05
*** salv-orlando has quit IRC20:05
*** fnaval has joined #openstack-neutron20:06
*** aojea_ has quit IRC20:06
*** moshele has joined #openstack-neutron20:06
ajook portdirect that would be20:07
ajoPORT_ID=$(neutron port-create --device-owner compute:container --name test_interf0 $NETWORK_ID | awk '/ id / { print $4 }')20:07
*** mnasiadka has quit IRC20:08
ajoyou can omit the --name part if you want20:08
ajothat's just for the port-list to be nicer, or to have a logical name on the port that's useful for you20:08
portdirectgotcha20:08
* ajo checks if anything else is broken20:08
*** jasonking has quit IRC20:08
ajoportdirect: please note that ip link set dev test_interf0 address $PORT_MAC20:08
ajoid probably going to break your host /etc/resolv.conf20:09
ajosorry20:09
ajonot that20:09
ajoI mean20:09
ajoip netns exec test-ns dhclient -I test_interf0 --no-pid test_interf0 -v20:09
*** mriedem1 is now known as mriedem20:09
ajoportdirect:  ^that will break your /etc/resolv.conf20:09
ajoI know there was a way to avoid dhclient messing with your host resolv.conf20:09
* ajo fixes the blog..20:10
portdirectalso this?20:10
portdirecthttps://www.irccloud.com/pastebin/oZX3jzao/20:10
*** kobis has quit IRC20:10
ajooops20:15
ajothat is missing the neutron id20:16
ajohow did that work, /me checks20:16
*** aignatov has quit IRC20:17
*** freerunner has quit IRC20:17
*** aignatov has joined #openstack-neutron20:18
*** mnasiadka has joined #openstack-neutron20:18
ajoportdirect:20:19
ajoovs-vsctl -- --may-exist add-port br-int test_interf0 \20:19
ajo  -- set Interface test_interf0 type=internal \20:19
ajo  -- set Interface test_interf0 external-ids:iface-status=active \20:19
ajo  -- set Interface test_interf0 external-ids:attached-mac="$PORT_MAC" \20:19
ajo  -- set Interface test_interf0 iface-id="$PORT_ID"20:19
ajoit was really broken ':S20:19
*** felipemonteiro_ has joined #openstack-neutron20:21
*** aignatov2 has joined #openstack-neutron20:22
*** mnasiadka has quit IRC20:22
*** aignatov has quit IRC20:23
*** aignatov2 is now known as aignatov20:23
*** freerunner has joined #openstack-neutron20:23
*** felipemonteiro has quit IRC20:24
ajoportdirect: does it work like that?20:25
portdirectwill check in the next hour20:26
portdirectjust being called into some fun with ceph20:26
*** mnasiadka has joined #openstack-neutron20:26
portdirectthanks for your help20:26
*** crose has quit IRC20:27
*** tidwellr has quit IRC20:27
*** chyka has quit IRC20:29
*** chyka has joined #openstack-neutron20:30
holo_haleyb: i created everything from beggining (only normal router instead of DVR and: https://pastebin.com/4knn8Xe320:30
holo_still that same i can not associate floating ip to instance20:31
*** mnasiadka has quit IRC20:31
ajoportdirect: ack, you're welcome, no problem :D20:31
holo_but when im trying to use your command im getting: Could not find requested endpoint in Service Catalog.20:31
*** mnasiadka has joined #openstack-neutron20:32
*** chyka_ has joined #openstack-neutron20:33
*** chyka has quit IRC20:34
openstackgerritLucian Petrut proposed openstack/neutron master: Windows: fix exec calls  https://review.openstack.org/49210720:35
*** links has joined #openstack-neutron20:36
*** mnasiadka has quit IRC20:37
*** bjornar has quit IRC20:39
*** aignatov has quit IRC20:39
*** freerunner has quit IRC20:39
*** aignatov has joined #openstack-neutron20:40
*** freerunner has joined #openstack-neutron20:41
*** chyka_ has quit IRC20:42
*** chyka has joined #openstack-neutron20:42
*** tidwellr has joined #openstack-neutron20:45
*** aojea_ has joined #openstack-neutron20:46
*** ivve has quit IRC20:46
*** mnasiadka has joined #openstack-neutron20:48
*** chyka has quit IRC20:48
armaxtrozet: so to make sure I understand the actual impact of the issue20:49
*** chyka has joined #openstack-neutron20:49
holo_Did anyone try to use vlans ports on  HW machines instead of HW  NICs/bridges?20:49
armaxtrozet: are you connecting to the local OVSDB server via SSL?20:50
trozetarmax: yeah dhcp agent on the control node is connecting to ovsdb on the control node with ssl20:50
armaxI see20:51
trozetarmax: oh I just realized you are Armando :) hi20:51
armaxyep, that would be me :)20:51
trozetdidnt know the nick20:51
*** aojea__ has joined #openstack-neutron20:51
armaxhello! :)20:51
trozetarmax: we've met before in case you don't remember.  We chatted about Tacker/networking-sfc and NSH20:52
trozetat some past conference20:52
armaxYeah, I remember you!20:52
armaxhence I jumped to ODL first when I saw your name20:52
armaxanyhoo20:52
*** mnasiadka has quit IRC20:52
armaxI suppose the SSL handshake impact is minimal, just curious?20:52
trozetarmax: I think there is no risk to Neutron, the patch only does anything if the ovsdb_connection is set to use an SSL uri20:53
armaxright, I am not thinking about that20:54
armaxI wonder if the use of SSL has an adverse impact of CPU usage on the box20:54
armaxirrespective of neutron20:54
*** aojea_ has quit IRC20:54
trozetarmax: well certainly I think it has some impact.  I'm not sure how much.  In TripleO we are deploying the SSL/TLS everywhere, so everything is using encryption20:55
armaxgotcha20:56
armaxOK, something to figure out later I guess :)20:56
*** moshele has quit IRC20:56
*** dougwig has joined #openstack-neutron20:56
*** aojea_ has joined #openstack-neutron20:57
trozetamrax: I think the point of this patch is not so much that we want secure traffic on localhost between dhcp agent and ovsdb, as much as it is we dont want to leave ovsdb listening for any ptcp connection20:57
*** salmankhan has joined #openstack-neutron20:58
openstackgerritManjeet Singh Bhatia proposed openstack/networking-odl master: DNM: Experiment oxygen-snapshot jobs  https://review.openstack.org/53905020:59
armaxright, OK20:59
*** zenirc369 has quit IRC20:59
*** lpetrut_ has quit IRC21:00
*** aojea__ has quit IRC21:00
armaxI reviewed the patch, I think it’s probably OK, but ihrachys’ points should be addressed as soon as Rocky opens up21:00
armaxit sounds like this is a blocker for TripleO, in that specific configuration you’re trying this stuff out21:00
armaxlet me sync up with mlavalle21:00
trozetarmax: ok cool. I'll work on updating the patch based on the comments.  Is there anything else I need to do?21:01
armaxbut we have another week between now and RC121:01
trozetarmax: right it is blocking on the TripleO side21:01
armaxtrozet: you can probably sell a little better the gravity of the situation21:01
armaxespecially on the bug report ;)21:01
trozetarmax: will do21:01
*** salv-orlando has joined #openstack-neutron21:01
*** aojea__ has joined #openstack-neutron21:01
armaxmlavalle: you around?21:01
mlavallearmax, trozet: I am reading through the neutron channel logs to get up to speed on this situation21:02
*** mnasiadka has joined #openstack-neutron21:02
*** salmankhan has quit IRC21:02
armaxmlavalle: you can multitask right?21:02
armax)21:02
armax:)21:02
mlavallearmax: I can try, yeah21:03
mlavalleI didn't mean to say I wasn't going to pay attention to you21:03
ihrachystrozet, describing how lack of the patch blocks some significant feature in another project, f.e. tripleo, would be a good sell21:03
mlavalleI was just letting you know that I am getting up to speed on the situation21:04
*** aojea_ has quit IRC21:04
mlavalleand yes, as ihrachys indicates, it would help if trozet describes the impact of this21:04
trozetyeah I will update the bug with more info21:05
*** salv-orlando has quit IRC21:06
*** aojea_ has joined #openstack-neutron21:07
*** mnasiadka has quit IRC21:07
*** armaan has quit IRC21:07
haleybholo_: is the neutron server running?  'openstack endpoint list' as admin21:08
holo_8a1beafcec5c        kolla/centos-source-neutron-server:pike              "kolla_start"       2 hours ago         Up 2 hours                              neutron_server21:10
holo_from docker ps21:10
*** aojea__ has quit IRC21:10
*** Alex_Staf has quit IRC21:10
holo_| 53ba96a5d85943a5ac5c152e0085e464 | RegionOne | neutron      | network        | True    | admin     | http://192.168.30.254:969621:11
holo_and from your command21:11
holo_im stargint to doubt if i can use vlans interfaces instead of NICs21:11
*** aojea__ has joined #openstack-neutron21:12
holo_but it should work, every interface expect external neutron are mainly for comunication between services as i understand21:12
*** kobis has joined #openstack-neutron21:13
*** ivve has joined #openstack-neutron21:13
holo_haleyb: any other idea what could be wrong with my configuration?21:13
*** aojea_ has quit IRC21:14
haleybholo_: not really, but if you can't reach the neutron endpoint that would explain why you can't associate the floating ip21:15
*** jasonking has joined #openstack-neutron21:15
holo_hmm but i can21:16
holo_curl is connecting from controller without problem21:16
*** rstarmer has joined #openstack-neutron21:16
*** aojea_ has joined #openstack-neutron21:16
*** mnasiadka has joined #openstack-neutron21:17
*** mvk has joined #openstack-neutron21:18
haleybholo_: does the command timeout or give some error?  if it doesn't then possibly the l3-agent isn't configuring things, you'd have to look in the l3-agent.log file for the IP and surrounding lines21:19
*** aojea__ has quit IRC21:19
holo_no there is no any error.. checking l3-agent.log21:19
holo_haleyb: https://pastebin.com/qjudTBXN thats all what i have in this log on controller node21:21
*** mnasiadka has quit IRC21:22
holo_haleyb: and thats all what i have in compute neutron-l3-agent.log: https://pastebin.com/8Kx9TWnh21:22
*** aojea__ has joined #openstack-neutron21:22
*** suresh12 has quit IRC21:23
*** crose has joined #openstack-neutron21:24
*** aojea_ has quit IRC21:25
otherwiseguyarmax, glad to hear it!21:26
*** aojea_ has joined #openstack-neutron21:27
otherwiseguyso much of my experience with dpdk was just a never-ending series of "ok, now why doesn't *this* work?"21:27
otherwiseguythere are so many ways to break it. ;)21:27
*** rmcall has quit IRC21:27
*** moshele has joined #openstack-neutron21:27
holo_can it be caused cos of this i have bonded interfaces and neutron external is assigned to it and other vlans are "on it"?21:29
*** aojea__ has quit IRC21:29
holo_should neutron external and other networks be phisically separated?21:29
*** mnasiadka has joined #openstack-neutron21:32
*** aojea__ has joined #openstack-neutron21:32
*** links has quit IRC21:32
haleybholo_: there's not really any info on those logs, it the l3-agent able to receive messages?  'openstack network agent list' should show :-)21:33
*** rstarmer has quit IRC21:34
*** aojea_ has quit IRC21:35
holo_yest that was all21:35
holo_yes*21:35
openstackgerritMerged openstack/networking-odl master: Fixes websocket to use TLS when ODL NB is TLS  https://review.openstack.org/53329521:36
*** mnasiadka has quit IRC21:36
holo_i just destroyed installation and will try to move neutron external interface from bond0 to another vlan21:36
mlavalleotherwiseguy: that was slow motion reaction. armax made that comment hours ago LOL21:38
*** aojea_ has joined #openstack-neutron21:38
*** kobis has quit IRC21:39
*** aojea__ has quit IRC21:39
*** aojea__ has joined #openstack-neutron21:43
*** tpsilva has quit IRC21:45
otherwiseguymlavalle, I connect to IRC via a proxy that I connect to over a vpn and apparently my vpn connection dropped at one point. :)21:45
otherwiseguySometimes I get a wrapped up in what I'm working on and don't notice when it drops. :)21:45
*** aojea_ has quit IRC21:46
*** salmankhan has joined #openstack-neutron21:46
mlavalleotherwiseguy: good to know. with this knowledge, if I ping you and you don't answer, I won't be crushed :-)21:46
*** mnasiadka has joined #openstack-neutron21:47
*** salv-orlando has joined #openstack-neutron21:47
*** aojea_ has joined #openstack-neutron21:49
*** mnasiadka has quit IRC21:51
*** aojea__ has quit IRC21:52
*** aojea_ has quit IRC21:52
*** suresh12_ has joined #openstack-neutron21:53
*** rstarmer has joined #openstack-neutron21:56
openstackgerritManjeet Singh Bhatia proposed openstack/networking-odl master: Fix OpenDaylight setup.  https://review.openstack.org/53905021:57
openstackgerritManjeet Singh Bhatia proposed openstack/networking-odl master: Fix OpenDaylight setup with oxygen.  https://review.openstack.org/53905021:57
*** brault has quit IRC21:58
*** armaan has joined #openstack-neutron21:59
*** moshele has quit IRC22:01
*** mnasiadka has joined #openstack-neutron22:02
*** iyamahat_ has quit IRC22:04
*** yamahata has quit IRC22:04
*** matrohon has joined #openstack-neutron22:06
*** mnasiadka has quit IRC22:07
*** martinus__ has quit IRC22:09
*** SumitNaiksatam has quit IRC22:13
*** janzian has quit IRC22:13
*** crose has quit IRC22:16
*** mnasiadka has joined #openstack-neutron22:17
*** kstev has quit IRC22:18
*** mnasiadka has quit IRC22:21
*** salv-orl_ has joined #openstack-neutron22:23
*** rmcall has joined #openstack-neutron22:23
*** holo_ has quit IRC22:25
*** salv-orlando has quit IRC22:25
*** hjensas has quit IRC22:28
*** mnasiadka has joined #openstack-neutron22:32
*** edmondsw has quit IRC22:32
*** edmondsw has joined #openstack-neutron22:33
*** mnasiadka has quit IRC22:36
*** edmondsw has quit IRC22:37
*** suresh12_ has quit IRC22:42
*** salv-orl_ has quit IRC22:42
*** salv-orlando has joined #openstack-neutron22:43
*** felipemonteiro_ has quit IRC22:43
*** felipemonteiro_ has joined #openstack-neutron22:43
*** salmankhan has quit IRC22:44
*** suresh12 has joined #openstack-neutron22:45
*** mnasiadka has joined #openstack-neutron22:47
*** salv-orlando has quit IRC22:47
*** rmcall has quit IRC22:49
openstackgerritJames E. Blair proposed openstack/networking-midonet master: Zuul: Remove project name  https://review.openstack.org/53972122:50
*** mnasiadka has quit IRC22:51
*** andreas_s has joined #openstack-neutron22:54
*** andreas_s has quit IRC22:58
*** boden has quit IRC22:59
*** munishmehan has quit IRC23:01
*** mnasiadka has joined #openstack-neutron23:02
*** slaweq has joined #openstack-neutron23:04
*** tidwellr has quit IRC23:05
*** tidwellr has joined #openstack-neutron23:05
*** mnasiadka has quit IRC23:06
*** esberglu has quit IRC23:07
*** felipemonteiro__ has joined #openstack-neutron23:08
*** slaweq has quit IRC23:09
*** tidwellr has quit IRC23:09
*** matrohon has quit IRC23:10
*** slaweq has joined #openstack-neutron23:11
*** felipemonteiro_ has quit IRC23:12
*** slaweq has quit IRC23:15
*** hjensas has joined #openstack-neutron23:15
*** mnasiadka has joined #openstack-neutron23:17
*** iyamahat has joined #openstack-neutron23:20
*** mnasiadka has quit IRC23:22
*** rstarmer has quit IRC23:24
*** mlavalle has quit IRC23:24
*** john51 has quit IRC23:26
*** lyan has quit IRC23:27
*** rcernin has joined #openstack-neutron23:28
*** mnasiadka has joined #openstack-neutron23:32
*** john51 has joined #openstack-neutron23:33
*** yamahata has joined #openstack-neutron23:35
*** rstarmer has joined #openstack-neutron23:37
*** mnasiadka has quit IRC23:37
*** zenirc369 has joined #openstack-neutron23:40
*** john51 has quit IRC23:43
*** salv-orlando has joined #openstack-neutron23:43
*** jasonking has quit IRC23:44
*** john51 has joined #openstack-neutron23:45
*** mnasiadka has joined #openstack-neutron23:47
*** salv-orlando has quit IRC23:47
*** jasonking has joined #openstack-neutron23:48
*** yushiro has joined #openstack-neutron23:48
*** armax has quit IRC23:49
*** rcernin has quit IRC23:50
*** mnasiadka has quit IRC23:51
*** mchlumsky has quit IRC23:56
*** bcafarel has quit IRC23:56
*** umbSublime has quit IRC23:57

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