*** rstarmer has quit IRC | 00:00 | |
mlavalle | eglute_s: I don't think it matches what you have here https://gist.github.com/kstev/6f48553c623874cb256530ff1e1e63ff | 00:02 |
---|---|---|
eglute_s | mlavalle i think i scrubbed it a tad too much | 00:02 |
mlavalle | eglute_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 endpoint | 00:03 |
*** masaki has joined #openstack-neutron | 00:04 | |
eglute_s | mlavalle we do have them matching | 00:05 |
eglute_s | too much scrubbing, sorry | 00:05 |
eglute_s | mlavalle should [designate] section use admin user other than the designate one? | 00:07 |
mlavalle | eglute_s: admin_username should be an user with admin power | 00:08 |
eglute_s | mlavalle the user is admin in service project | 00:11 |
eglute_s | would that not be sufficient? | 00:11 |
mlavalle | that should be sufficient | 00:12 |
eglute_s | mlavalle our issue appears to be very similar to https://bugs.launchpad.net/neutron/+bug/1722367 | 00:13 |
openstack | Launchpad bug 1722367 in neutron "Documentation for dns integration needs improvement" [Undecided,In progress] - Assigned to Dr. Jens Harbott (j-harbott) | 00:13 |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: [WIP] Add is_default to Network https://review.openstack.org/511983 | 00:13 |
mlavalle | eglute_s: yes it is | 00:17 |
mlavalle | it is the same issue | 00:17 |
*** hongbin has quit IRC | 00:18 | |
*** fnaval has quit IRC | 00:18 | |
*** zhurong has joined #openstack-neutron | 00:19 | |
eglute_s | mlavalle we appear to have all the values set | 00:20 |
eglute_s | mlavalle 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 |
mlavalle | eglute_s: no problem | 00:21 |
*** salv-orlando has joined #openstack-neutron | 00:22 | |
sticker | in 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/3 | 00:24 |
openstack | Launchpad bug 1722367 in neutron "Documentation for dns integration needs improvement" [Undecided,In progress] - Assigned to Dr. Jens Harbott (j-harbott) | 00:24 |
sticker | could that be the problem you are having? | 00:24 |
sticker | i know that tenant_name and project_name are synonymous but sometimes it doesn't quite work | 00:25 |
sticker | eglute_s: ^^ | 00:26 |
*** salv-orlando has quit IRC | 00:27 | |
kstev1 | thx 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 kstev | 00:30 | |
*** fnaval has joined #openstack-neutron | 00:30 | |
*** chyka has quit IRC | 00:34 | |
sticker | kstev1: 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 IRC | 00:37 | |
*** TuanVu has joined #openstack-neutron | 00:38 | |
*** mlavalle has quit IRC | 00:42 | |
*** markvoelker has quit IRC | 00:43 | |
*** markvoelker has joined #openstack-neutron | 00:44 | |
*** fnaval has quit IRC | 00:47 | |
*** mlavalle has joined #openstack-neutron | 00:48 | |
*** markvoelker has quit IRC | 00:48 | |
*** liusheng has quit IRC | 00:49 | |
*** lujinluo has joined #openstack-neutron | 00:49 | |
*** zhurong has joined #openstack-neutron | 00:50 | |
*** fnaval has joined #openstack-neutron | 00:51 | |
*** fnaval has quit IRC | 00:55 | |
kstev | sticker That would be interesting to see. For now I have updated my gist with a bit more detail | 00:57 |
*** psahoo has joined #openstack-neutron | 01:00 | |
*** cuongnv has joined #openstack-neutron | 01:01 | |
*** SumitNaiksatam has quit IRC | 01:02 | |
*** r-daneel has quit IRC | 01:04 | |
openstackgerrit | chandanc proposed openstack/neutron master: This patch changes the CT zone allocation range https://review.openstack.org/538154 | 01:06 |
*** donghao has joined #openstack-neutron | 01:07 | |
*** rcernin has joined #openstack-neutron | 01:09 | |
sticker | kstev: cool, thanks. You said this was Newton? which specific Neutron release number is it? | 01:10 |
*** donghao has quit IRC | 01:12 | |
sticker | kstev: 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-L59 | 01:12 |
sticker | that looks suspiciously like a v2 authentication | 01:12 |
*** dave-mccowan has joined #openstack-neutron | 01:13 | |
sticker | master looks like this : https://github.com/openstack/neutron/blob/master/neutron/services/externaldns/drivers/designate/driver.py#L50-L60 | 01:13 |
sticker | which would allow for v3 | 01:13 |
*** slaweq has joined #openstack-neutron | 01:13 | |
*** psahoo has quit IRC | 01:14 | |
*** huntxu has joined #openstack-neutron | 01:14 | |
*** felipemonteiro__ has quit IRC | 01:14 | |
sticker | I would check what your version of neutron/services/externaldns/drivers/designate/driver.py looks like and then set the variables as appropriate | 01:14 |
*** hieulq_ has quit IRC | 01:15 | |
*** bobmel has quit IRC | 01:17 | |
kstev | sticker https://gist.github.com/kstev/cd87bb21d0cd1caf6cf5993ffc532cec | 01:17 |
kstev | appears to match | 01:17 |
*** psahoo has joined #openstack-neutron | 01:17 | |
*** bobmel has joined #openstack-neutron | 01:17 | |
*** slaweq has quit IRC | 01:18 | |
*** gongysh has joined #openstack-neutron | 01:19 | |
sticker | kstev: can you try updating the designate section so that admin_auth_url is http://10.0.122.10:35357/v2 ? | 01:25 |
sticker | admin_password is blank in your gist but i imagine you just censored that out | 01:26 |
sticker | heh | 01:26 |
*** hieulq_ has joined #openstack-neutron | 01:27 | |
*** markvoelker has joined #openstack-neutron | 01:30 | |
*** zhongjun has joined #openstack-neutron | 01:34 | |
kstev | Yes correct :) | 01:34 |
*** tbachman has joined #openstack-neutron | 01:35 | |
*** mriedem_afk is now known as mriedem | 01:37 | |
kstev | sticker: updated my original gist again with more context and (hopefully not too much) info https://gist.github.com/kstev/6f48553c623874cb256530ff1e1e63ff | 01:37 |
sticker | kstev: did you change the admin_auth_url? | 01:39 |
kstev | I have not changed that. Only thing I've done is I tried adding "project_name = service" | 01:40 |
sticker | ahh 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 test | 01:42 |
kstev | just remove v2? | 01:42 |
kstev | er v3 | 01:42 |
sticker | i suspect it either needs to be http://10.0.122.10:35357/v2 or http://10.0.122.10:35357/ | 01:43 |
sticker | the wrong one will give you a 404 so it'll be pretty clear | 01:43 |
openstackgerrit | sunzuohua proposed openstack/neutron master: Add/rm centralized fips for DVR+HA from standby node https://review.openstack.org/525842 | 01:44 |
kstev | I think it's /v2.0/ … if i curl the base URL i get links for /v3/ and /v2.0/ | 01:47 |
*** hoangcx has quit IRC | 01:48 | |
*** fnaval has joined #openstack-neutron | 01:50 | |
sticker | kstev: yeah i think you're right | 01:51 |
*** vijaykc4 has joined #openstack-neutron | 01:51 | |
kstev | different error this time because Neutron server tried talking to my public endpoint via http instead of https for some reason | 01:51 |
kstev | public Designate endpoint that is | 01:52 |
openstackgerrit | Merged openstack/neutron-vpnaas master: Remove the redundant word https://review.openstack.org/537166 | 01:52 |
*** salv-orlando has joined #openstack-neutron | 01:53 | |
kstev | port creation still succeeded | 01:53 |
sticker | sounds like we are further along than before | 01:55 |
kstev | ConnectFailure: 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-neutron | 01:55 | |
kstev | not sure why Keystone v2 would give it the wrong Designate URL | 01:55 |
*** fnaval has quit IRC | 01:55 | |
kstev | it's definitely https | 01:55 |
*** hoangcx has joined #openstack-neutron | 01:56 | |
*** fragatina has quit IRC | 01:56 | |
sticker | in the code it looks like it only uses the [designate]/url config item for the non-admin connection | 01:57 |
*** salv-orlando has quit IRC | 01:57 | |
sticker | i don't see an option to specify the endpoint for admin | 01:57 |
kstev | I 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 |
sticker | yeah, without the authentication passing, it wouldn't have gotten to any actual designate call | 01:58 |
*** fragatina has joined #openstack-neutron | 01:58 | |
kstev | but 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 IRC | 02:02 | |
*** puck has quit IRC | 02:03 | |
sticker | kstev: yeah, the code is only using "url =" for the client, non-admin connection | 02:03 |
*** gongysh has quit IRC | 02:03 | |
sticker | for reverse DNS it needs to make an admin connection. The admin connection doesn't use that setting | 02:03 |
sticker | https://github.com/openstack/neutron/blob/2a9844b8ca33bfcd789c2981e3b8368d2c832f72/neutron/services/externaldns/drivers/designate/driver.py#L51-L59 | 02:04 |
sticker | L51 and L52 are it creating the client with the 'url' config option and the authentication token from the user | 02:04 |
kstev | error was in neutron/api/v2/resource.py looks like | 02:04 |
kstev | https://gist.github.com/kstev/e6cebe8c5c8d3a0aac864468a173d4a8 | 02:04 |
sticker | L53 - L59 are it creating the admin client but that isn't using the 'url' config option | 02:05 |
kstev | it'd probably work if my publicURL wasn't actually https. heh | 02:07 |
sticker | without adding your own code, i don't think this release will support you choosing the endpoint URL for admin connections to designate | 02:07 |
*** dougwig has quit IRC | 02:10 | |
*** puck has joined #openstack-neutron | 02:10 | |
*** Swami has quit IRC | 02:11 | |
kstev | sticker : thanks very much for your assistance here. I also need to go for now. I will follow up with eglute_s | 02:11 |
sticker | kstev: np, all the best :) | 02:12 |
*** harlowja has quit IRC | 02:15 | |
*** mriedem has quit IRC | 02:17 | |
*** kstev has quit IRC | 02:28 | |
*** fzdarsky_ has joined #openstack-neutron | 02:28 | |
*** fzdarsky|afk has quit IRC | 02:31 | |
openstackgerrit | Hunt Xu proposed openstack/neutron-vpnaas master: API tempest: get tenant id from client https://review.openstack.org/537292 | 02:34 |
*** liusheng has joined #openstack-neutron | 02:34 | |
*** rcernin has quit IRC | 02:35 | |
*** cshastri has joined #openstack-neutron | 02:51 | |
*** mnasiadka has joined #openstack-neutron | 02:51 | |
*** mnasiadka has quit IRC | 02:55 | |
*** andreas_s has joined #openstack-neutron | 02:59 | |
*** andreas_s has quit IRC | 03:03 | |
*** suresh12 has quit IRC | 03:04 | |
*** suresh12 has joined #openstack-neutron | 03:04 | |
*** tbachman has quit IRC | 03:04 | |
*** Pramod has quit IRC | 03:05 | |
*** armax has joined #openstack-neutron | 03:05 | |
*** suresh12 has quit IRC | 03:09 | |
*** donghao has joined #openstack-neutron | 03:09 | |
*** armax has quit IRC | 03:10 | |
*** donghao has quit IRC | 03:14 | |
*** armax has joined #openstack-neutron | 03:16 | |
*** jhershbe_ has joined #openstack-neutron | 03:17 | |
*** hongbin has joined #openstack-neutron | 03:19 | |
*** mgagne has quit IRC | 03:22 | |
*** kuromagi^ has joined #openstack-neutron | 03:23 | |
*** kuromagi has quit IRC | 03:23 | |
*** mgagne has joined #openstack-neutron | 03:24 | |
*** mgagne is now known as Guest87240 | 03:24 | |
*** tbachman has joined #openstack-neutron | 03:25 | |
*** suresh12 has joined #openstack-neutron | 03:29 | |
*** gkadam has quit IRC | 03:33 | |
*** suresh12 has quit IRC | 03:33 | |
*** vijaykc4 has quit IRC | 03:33 | |
*** felipemonteiro has joined #openstack-neutron | 03:39 | |
*** liusheng has quit IRC | 03:40 | |
*** liusheng has joined #openstack-neutron | 03:40 | |
*** felipemonteiro_ has joined #openstack-neutron | 03:42 | |
*** felipemonteiro has quit IRC | 03:45 | |
*** felipemonteiro_ has quit IRC | 03:45 | |
*** felipemonteiro__ has joined #openstack-neutron | 03:45 | |
*** zhurong has quit IRC | 03:46 | |
*** felipemonteiro_ has joined #openstack-neutron | 03:46 | |
*** felipemonteiro__ has quit IRC | 03:50 | |
*** HenryG has quit IRC | 03:54 | |
*** salv-orlando has joined #openstack-neutron | 03:54 | |
*** HenryG has joined #openstack-neutron | 03:54 | |
*** salv-orlando has quit IRC | 04:00 | |
*** cshastri has quit IRC | 04:04 | |
*** fnaval has joined #openstack-neutron | 04:04 | |
*** cshastri has joined #openstack-neutron | 04:04 | |
*** cshastri has quit IRC | 04:04 | |
*** cshastri has joined #openstack-neutron | 04:05 | |
*** dsneddon has quit IRC | 04:06 | |
*** yamahata has joined #openstack-neutron | 04:06 | |
*** jhershbe_ has quit IRC | 04:06 | |
*** moshele has joined #openstack-neutron | 04:08 | |
*** iyamahat has joined #openstack-neutron | 04:08 | |
*** felipemonteiro__ has joined #openstack-neutron | 04:11 | |
*** felipemonteiro_ has quit IRC | 04:11 | |
*** fragatina has joined #openstack-neutron | 04:11 | |
*** moshele has quit IRC | 04:12 | |
*** moshele has joined #openstack-neutron | 04:12 | |
*** vijaykc4 has joined #openstack-neutron | 04:15 | |
*** fragatina has quit IRC | 04:16 | |
*** SumitNaiksatam has joined #openstack-neutron | 04:17 | |
*** moshele has quit IRC | 04:18 | |
*** mlavalle has quit IRC | 04:21 | |
*** chandanc has joined #openstack-neutron | 04:22 | |
chandanc | haleyb: hello Brian | 04:23 |
openstackgerrit | Bo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug https://review.openstack.org/530357 | 04:23 |
*** sridharg has joined #openstack-neutron | 04:24 | |
*** vijaykc4 has quit IRC | 04:25 | |
*** david-lyle has quit IRC | 04:26 | |
*** felipemonteiro__ has quit IRC | 04:26 | |
*** david-lyle has joined #openstack-neutron | 04:27 | |
*** dave-mccowan has quit IRC | 04:32 | |
*** sridharg has quit IRC | 04:37 | |
*** armax has quit IRC | 04:37 | |
*** anilvenkata has joined #openstack-neutron | 04:39 | |
*** ircuser-1 has joined #openstack-neutron | 04:44 | |
*** chkumar|off is now known as chandankumar | 04:44 | |
*** slaweq has joined #openstack-neutron | 04:45 | |
*** vijaykc4 has joined #openstack-neutron | 04:46 | |
*** suresh12 has joined #openstack-neutron | 04:49 | |
*** slaweq has quit IRC | 04:50 | |
*** rcernin has joined #openstack-neutron | 04:50 | |
*** harlowja has joined #openstack-neutron | 04:51 | |
*** rcernin has quit IRC | 04:51 | |
*** rcernin has joined #openstack-neutron | 04:52 | |
*** trinaths has joined #openstack-neutron | 04:58 | |
*** iyamahat has quit IRC | 05:00 | |
*** SumitNaiksatam has quit IRC | 05:02 | |
*** ratailor has joined #openstack-neutron | 05:03 | |
*** markvoelker has quit IRC | 05:06 | |
*** links has joined #openstack-neutron | 05:07 | |
*** fragatina has joined #openstack-neutron | 05:08 | |
*** fragatina has quit IRC | 05:09 | |
*** moshele has joined #openstack-neutron | 05:10 | |
*** jose-phi_ has joined #openstack-neutron | 05:10 | |
*** donghao has joined #openstack-neutron | 05:11 | |
*** crushil has quit IRC | 05:11 | |
*** crushil has joined #openstack-neutron | 05:11 | |
*** jose-phillips has quit IRC | 05:13 | |
*** donghao has quit IRC | 05:15 | |
*** crushil has quit IRC | 05:16 | |
openstackgerrit | Rui Zang proposed openstack/neutron master: L2 openflow manager https://review.openstack.org/323963 | 05:18 |
*** slaweq has joined #openstack-neutron | 05:19 | |
*** caowei has quit IRC | 05:20 | |
*** salv-orlando has joined #openstack-neutron | 05:20 | |
*** gkadam has joined #openstack-neutron | 05:23 | |
*** slaweq has quit IRC | 05:24 | |
*** hongbin has quit IRC | 05:26 | |
*** suresh12 has quit IRC | 05:32 | |
*** mohankumar has joined #openstack-neutron | 05:33 | |
*** suresh12 has joined #openstack-neutron | 05:33 | |
*** masaki_ has joined #openstack-neutron | 05:35 | |
*** pgadiya has joined #openstack-neutron | 05:37 | |
*** masaki has quit IRC | 05:37 | |
*** suresh12 has quit IRC | 05:37 | |
*** mdnadeem has joined #openstack-neutron | 05:41 | |
*** fnaval has quit IRC | 05:41 | |
*** trinaths has quit IRC | 05:47 | |
*** zhurong has joined #openstack-neutron | 05:47 | |
*** vijaykc4 has quit IRC | 05:48 | |
openstackgerrit | Merged openstack/networking-ovn master: Functional tests: Leave fixtures to remove the dbs https://review.openstack.org/536808 | 05:49 |
*** vijaykc4 has joined #openstack-neutron | 05:51 | |
*** threestrands has quit IRC | 05:51 | |
*** armax has joined #openstack-neutron | 05:52 | |
*** caowei has joined #openstack-neutron | 05:54 | |
*** xinliang has quit IRC | 05:57 | |
*** salv-orlando has quit IRC | 05:58 | |
*** salv-orlando has joined #openstack-neutron | 05:59 | |
*** threestrands has joined #openstack-neutron | 06:01 | |
*** threestrands has quit IRC | 06:01 | |
*** threestrands has joined #openstack-neutron | 06:01 | |
*** zhaorenming has joined #openstack-neutron | 06:03 | |
*** Eran_Kuris has joined #openstack-neutron | 06:04 | |
*** brault has joined #openstack-neutron | 06:06 | |
*** daidv has quit IRC | 06:08 | |
*** xinliang has joined #openstack-neutron | 06:09 | |
*** brault has quit IRC | 06:10 | |
*** vijaykc4 has quit IRC | 06:11 | |
*** gcheresh has joined #openstack-neutron | 06:15 | |
openstackgerrit | Guoshuai Li proposed openstack/ovsdbapp master: Add QoS command for ovn northbound db. https://review.openstack.org/539421 | 06:16 |
*** trinaths has joined #openstack-neutron | 06:18 | |
*** xinliang has quit IRC | 06:21 | |
*** xinliang has joined #openstack-neutron | 06:22 | |
*** lajoskatona has joined #openstack-neutron | 06:23 | |
*** Eran_Kuris has quit IRC | 06:27 | |
*** chandanc has quit IRC | 06:27 | |
*** marios has joined #openstack-neutron | 06:30 | |
*** lpetrut has joined #openstack-neutron | 06:31 | |
openstackgerrit | Rui Zang proposed openstack/neutron master: Implement QoS OpenFlowFunction for DSCP https://review.openstack.org/399680 | 06:36 |
*** gkadam has quit IRC | 06:38 | |
*** janzian has quit IRC | 06:39 | |
*** armax has quit IRC | 06:40 | |
*** gkadam has joined #openstack-neutron | 06:42 | |
*** iyamahat has joined #openstack-neutron | 06:43 | |
*** suresh12 has joined #openstack-neutron | 06:48 | |
*** SumitNaiksatam has joined #openstack-neutron | 06:49 | |
*** zhurong has quit IRC | 06:49 | |
*** slaweq has joined #openstack-neutron | 06:51 | |
*** gkadam has quit IRC | 06:52 | |
*** jhershbe_ has joined #openstack-neutron | 06:52 | |
*** suresh12 has quit IRC | 06:53 | |
*** lpetrut has quit IRC | 06:54 | |
*** lpetrut has joined #openstack-neutron | 06:54 | |
*** gkadam has joined #openstack-neutron | 06:54 | |
*** mosulica has joined #openstack-neutron | 06:55 | |
*** slaweq has quit IRC | 06:56 | |
*** harlowja has quit IRC | 07:01 | |
*** itlinux has joined #openstack-neutron | 07:02 | |
*** zhenguo has joined #openstack-neutron | 07:05 | |
*** markstur_ has quit IRC | 07:06 | |
*** rcernin has quit IRC | 07:08 | |
*** trinaths has quit IRC | 07:09 | |
*** markvoelker has joined #openstack-neutron | 07:11 | |
*** salv-orlando has quit IRC | 07:12 | |
*** donghao has joined #openstack-neutron | 07:13 | |
*** itlinux has quit IRC | 07:15 | |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: Schedule gateway on chassis from ovn-cms-options https://review.openstack.org/537844 | 07:16 |
*** donghao has quit IRC | 07:17 | |
*** iyamahat_ has joined #openstack-neutron | 07:17 | |
*** pmannidi has quit IRC | 07:19 | |
*** sridharg has joined #openstack-neutron | 07:20 | |
*** iyamahat has quit IRC | 07:21 | |
*** lpetrut has quit IRC | 07:21 | |
*** mnasiadka has joined #openstack-neutron | 07:25 | |
*** gongysh has joined #openstack-neutron | 07:29 | |
*** dconde has quit IRC | 07:29 | |
*** andreas_s has joined #openstack-neutron | 07:30 | |
*** lpetrut has joined #openstack-neutron | 07:30 | |
*** kobis has joined #openstack-neutron | 07:31 | |
*** martinus__ has joined #openstack-neutron | 07:32 | |
*** gongysh has quit IRC | 07:35 | |
*** zhurong has joined #openstack-neutron | 07:38 | |
*** brault has joined #openstack-neutron | 07:39 | |
*** marios has quit IRC | 07:41 | |
*** nplanel_ has joined #openstack-neutron | 07:42 | |
*** markvoelker has quit IRC | 07:42 | |
*** slaweq has joined #openstack-neutron | 07:43 | |
*** salv-orlando has joined #openstack-neutron | 07:44 | |
*** nplanel_ has quit IRC | 07:45 | |
*** nplanel_ has joined #openstack-neutron | 07:45 | |
*** marios has joined #openstack-neutron | 07:46 | |
*** daidv has joined #openstack-neutron | 07:46 | |
*** slaweq has quit IRC | 07:48 | |
*** pcaruana has joined #openstack-neutron | 07:51 | |
*** AlexeyAbashkin has joined #openstack-neutron | 07:51 | |
*** AlexeyAbashkin has quit IRC | 07:51 | |
*** AlexeyAbashkin has joined #openstack-neutron | 07:52 | |
*** lpetrut has quit IRC | 07:53 | |
*** Alex_Staf has joined #openstack-neutron | 07:53 | |
openstackgerrit | Merged openstack/networking-bgpvpn master: enable tempest RT update test https://review.openstack.org/537816 | 07:58 |
openstackgerrit | Merged openstack/networking-bgpvpn master: ‘local_pref’ can be updated in 'test_bgpvpn_create_update_delete()' https://review.openstack.org/537720 | 07:58 |
*** matrohon has joined #openstack-neutron | 07:58 | |
*** salv-orl_ has joined #openstack-neutron | 07:59 | |
*** tmorin has joined #openstack-neutron | 08:01 | |
*** salv-orlando has quit IRC | 08:01 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bgpvpn master: [dnm] diagnosis for tempest test https://review.openstack.org/538866 | 08:01 |
*** vthapar has joined #openstack-neutron | 08:04 | |
*** slaweq has joined #openstack-neutron | 08:08 | |
*** kobis has quit IRC | 08:08 | |
openstackgerrit | Lujin Luo proposed openstack/neutron master: Use Meter Label OVO in neutron/db/metering/metering_db.py https://review.openstack.org/537325 | 08:08 |
*** b_bezak has joined #openstack-neutron | 08:11 | |
*** slaweq has quit IRC | 08:13 | |
*** trinaths has joined #openstack-neutron | 08:15 | |
*** jhershbe_ has quit IRC | 08:15 | |
*** rcernin has joined #openstack-neutron | 08:16 | |
*** ralonsoh has joined #openstack-neutron | 08:16 | |
*** slaweq has joined #openstack-neutron | 08:18 | |
*** ijw has joined #openstack-neutron | 08:19 | |
*** slaweq_ has joined #openstack-neutron | 08:19 | |
*** ijw has quit IRC | 08:20 | |
*** tesseract has joined #openstack-neutron | 08:20 | |
*** ijw has joined #openstack-neutron | 08:20 | |
*** itlinux has joined #openstack-neutron | 08:21 | |
openstackgerrit | Michal Kelner Mishali proposed openstack/neutron-lib master: Documenting network_availability_zone extension https://review.openstack.org/537308 | 08:21 |
*** slaweq has quit IRC | 08:22 | |
*** ralonsoh has quit IRC | 08:23 | |
*** salv-orl_ has quit IRC | 08:24 | |
*** ralonsoh has joined #openstack-neutron | 08:26 | |
*** rcernin has quit IRC | 08:26 | |
*** ijw has quit IRC | 08:27 | |
*** ragiman has joined #openstack-neutron | 08:27 | |
openstackgerrit | Merged openstack/neutron master: ovsfw: Don't create rules if updated port doesn't exist https://review.openstack.org/531414 | 08:27 |
*** lpetrut has joined #openstack-neutron | 08:28 | |
*** jhershbe_ has joined #openstack-neutron | 08:29 | |
*** ijw has joined #openstack-neutron | 08:29 | |
*** janki has joined #openstack-neutron | 08:31 | |
openstackgerrit | Bo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug https://review.openstack.org/530357 | 08:32 |
*** sinese has joined #openstack-neutron | 08:37 | |
*** itzikb has joined #openstack-neutron | 08:38 | |
*** markvoelker has joined #openstack-neutron | 08:39 | |
*** lpetrut has quit IRC | 08:40 | |
*** armaan has joined #openstack-neutron | 08:40 | |
*** jpena|off is now known as jpena | 08:43 | |
*** salv-orlando has joined #openstack-neutron | 08:45 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-fwaas master: WIP: Fix auto associate default fwg https://review.openstack.org/539461 | 08:45 |
*** zhurong_ has joined #openstack-neutron | 08:45 | |
*** amarao has joined #openstack-neutron | 08:47 | |
openstackgerrit | ZhaoBo proposed openstack/neutron-specs master: Spec for VPN service support Qos https://review.openstack.org/531074 | 08:47 |
*** kobis has joined #openstack-neutron | 08:50 | |
*** edmondsw has joined #openstack-neutron | 08:50 | |
*** lujinluo has quit IRC | 08:51 | |
*** ushkalim has joined #openstack-neutron | 08:53 | |
*** edmondsw has quit IRC | 08:54 | |
*** janki is now known as janki|afk | 08:55 | |
*** diga has joined #openstack-neutron | 08:55 | |
*** lxnch_ has quit IRC | 08:56 | |
*** chyka has joined #openstack-neutron | 08:59 | |
*** jlibosva has joined #openstack-neutron | 09:00 | |
*** tuanla____ has joined #openstack-neutron | 09:01 | |
*** oidgar has joined #openstack-neutron | 09:01 | |
*** rmart04 has joined #openstack-neutron | 09:01 | |
*** masaki_ has quit IRC | 09:02 | |
*** masaki has joined #openstack-neutron | 09:02 | |
*** iyamahat_ has quit IRC | 09:02 | |
*** gkadam has quit IRC | 09:03 | |
*** rstarmer has joined #openstack-neutron | 09:03 | |
*** chyka has quit IRC | 09:04 | |
*** gkadam has joined #openstack-neutron | 09:04 | |
*** chandanc has joined #openstack-neutron | 09:05 | |
chandanc | slaweq_: ping | 09:05 |
*** rcernin has joined #openstack-neutron | 09:05 | |
*** ijw has quit IRC | 09:06 | |
*** yamahata has quit IRC | 09:06 | |
openstackgerrit | rajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism https://review.openstack.org/527391 | 09:06 |
slaweq_ | chandanc: hi | 09:06 |
chandanc | Hello slaweq_ | 09:07 |
chandanc | here is why i removed the line in UT | 09:07 |
chandanc | https://github.com/openstack/neutron/blame/master/neutron/tests/unit/agent/linux/test_iptables_firewall.py#L108 | 09:07 |
chandanc | it was a mistake on my part | 09:08 |
chandanc | 2 years back | 09:08 |
chandanc | thats why, the UTs pass with wrong CT values you pointed out | 09:08 |
*** markvoelker has quit IRC | 09:12 | |
*** donghao has joined #openstack-neutron | 09:15 | |
*** donghao has quit IRC | 09:19 | |
slaweq_ | chandanc: ok, thx for explanation :) | 09:19 |
chandanc | thanks for catching the mistake :) | 09:20 |
slaweq_ | chandanc: +2 already | 09:20 |
slaweq_ | thx for fixing this | 09:20 |
chandanc | cool | 09:20 |
slaweq_ | now You should catch haleyb also :) | 09:21 |
chandanc | ya was trying to ping him but may be i need to wait for his timezone | 09:21 |
*** janki|afk is now known as janki | 09:21 | |
slaweq_ | he is in EST so will be in about 4-5 hours probably | 09:22 |
chandanc | sure, will wait for him | 09:23 |
*** rmart04 has quit IRC | 09:30 | |
*** vijaykc4 has joined #openstack-neutron | 09:31 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-fwaas master: Fix auto associate default fwg https://review.openstack.org/539461 | 09:32 |
*** diga has quit IRC | 09:39 | |
openstackgerrit | Bo Chi proposed openstack/neutron master: fix same mechanism driver called twice bug https://review.openstack.org/530357 | 09:44 |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-fwaas master: Add checking whether a port is supported by FWaaS L2 driver or not https://review.openstack.org/536234 | 09:44 |
openstackgerrit | venkata anil proposed openstack/networking-ovn master: Schedule gateway on chassis from ovn-cms-options https://review.openstack.org/537844 | 09:45 |
*** ganso has joined #openstack-neutron | 09:48 | |
openstackgerrit | Nguyen Phuong An proposed openstack/neutron-fwaas master: Fix auto associate default fwg https://review.openstack.org/539461 | 09:48 |
*** vijaykc4 has quit IRC | 09:49 | |
*** fnaval has joined #openstack-neutron | 09:51 | |
*** salmankhan has joined #openstack-neutron | 09:53 | |
*** armaan has quit IRC | 09:53 | |
*** zhenguo has quit IRC | 09:53 | |
*** armaan has joined #openstack-neutron | 09:54 | |
*** horms has joined #openstack-neutron | 09:55 | |
*** fnaval has quit IRC | 09:55 | |
*** mnasiadka has quit IRC | 09:55 | |
*** horms has quit IRC | 10:01 | |
*** Ajohn has joined #openstack-neutron | 10:01 | |
*** lpetrut has joined #openstack-neutron | 10:07 | |
*** lpetrut_ has joined #openstack-neutron | 10:09 | |
*** markvoelker has joined #openstack-neutron | 10:09 | |
*** TuanVu has quit IRC | 10:11 | |
*** lpetrut has quit IRC | 10:12 | |
*** annp has quit IRC | 10:14 | |
*** mnasiadka has joined #openstack-neutron | 10:15 | |
*** hjensas has quit IRC | 10:17 | |
*** zhurong has quit IRC | 10:19 | |
*** gkadam has quit IRC | 10:19 | |
*** gkadam has joined #openstack-neutron | 10:20 | |
*** ijw has joined #openstack-neutron | 10:23 | |
*** cuongnv has quit IRC | 10:24 | |
*** sambetts|afk is now known as sambetts | 10:27 | |
*** maciejjozefczyk_ is now known as maciejjozefczyk | 10:27 | |
*** Eran_Kuris has joined #openstack-neutron | 10:28 | |
*** ijw has quit IRC | 10:30 | |
*** dconde has joined #openstack-neutron | 10:30 | |
*** jafeha__ has joined #openstack-neutron | 10:35 | |
*** jafeha has quit IRC | 10:35 | |
*** nyechiel has quit IRC | 10:36 | |
*** dtantsur|afk is now known as dtantsur | 10:36 | |
*** anilvenkata has quit IRC | 10:37 | |
*** markvoelker has quit IRC | 10:42 | |
openstackgerrit | rajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism https://review.openstack.org/527391 | 10:46 |
openstackgerrit | rajiv proposed openstack/networking-odl master: Enabling bgpvpn for new mechanism of full sync and recovery https://review.openstack.org/527654 | 10:46 |
*** josecastroleon has joined #openstack-neutron | 10:46 | |
*** zhurong_ has quit IRC | 10:48 | |
*** lucas-afk is now known as lucasagomes | 10:48 | |
*** fnaval has joined #openstack-neutron | 10:51 | |
*** salv-orlando has quit IRC | 10:52 | |
*** andreas_s has quit IRC | 10:52 | |
*** salv-orlando has joined #openstack-neutron | 10:52 | |
*** nyechiel has joined #openstack-neutron | 10:52 | |
*** fnaval has quit IRC | 10:56 | |
*** andreas_s has joined #openstack-neutron | 10:56 | |
*** salv-orlando has quit IRC | 10:57 | |
openstackgerrit | Michal Kelner Mishali proposed openstack/neutron-lib master: Documenting ip_allocation extension in api-ref https://review.openstack.org/539197 | 10:57 |
*** trinaths has quit IRC | 11:00 | |
openstackgerrit | Michal Kelner Mishali proposed openstack/neutron-lib master: Documenting ip_allocation extension in api-ref https://review.openstack.org/539197 | 11:00 |
*** chandanc has quit IRC | 11:01 | |
*** mvk has quit IRC | 11:01 | |
*** ijw has joined #openstack-neutron | 11:02 | |
*** jmlowe has quit IRC | 11:02 | |
*** itzikb_ has joined #openstack-neutron | 11:04 | |
*** itzikb has quit IRC | 11:04 | |
*** andreas_s has quit IRC | 11:06 | |
*** andreas_s has joined #openstack-neutron | 11:07 | |
*** AlexeyAbashkin has quit IRC | 11:09 | |
*** vijaykc4 has joined #openstack-neutron | 11:10 | |
*** tuanla____ has quit IRC | 11:11 | |
*** andreas_s has quit IRC | 11:11 | |
*** ratailor has quit IRC | 11:14 | |
*** AlexeyAbashkin has joined #openstack-neutron | 11:15 | |
*** donghao has joined #openstack-neutron | 11:16 | |
*** andreas_s has joined #openstack-neutron | 11:17 | |
*** sinese has quit IRC | 11:17 | |
*** ganso has left #openstack-neutron | 11:17 | |
*** hjensas has joined #openstack-neutron | 11:18 | |
openstackgerrit | rajiv proposed openstack/networking-odl master: Enabling ML2 for new full sync and recovery mechanism https://review.openstack.org/527391 | 11:20 |
*** donghao has quit IRC | 11:21 | |
*** andreas_s has quit IRC | 11:22 | |
*** suresh12 has joined #openstack-neutron | 11:22 | |
*** andreas_s has joined #openstack-neutron | 11:27 | |
*** amarao1 has joined #openstack-neutron | 11:27 | |
*** boden has joined #openstack-neutron | 11:28 | |
*** ijw has quit IRC | 11:29 | |
*** mvk has joined #openstack-neutron | 11:30 | |
openstackgerrit | Michal Kelner Mishali proposed openstack/neutron-lib master: Document extra_dhcp_opt extension in api-ref https://review.openstack.org/539160 | 11:31 |
*** itzikb_ has quit IRC | 11:32 | |
*** itzikb_ has joined #openstack-neutron | 11:32 | |
*** andreas_s has quit IRC | 11:36 | |
*** markvoelker has joined #openstack-neutron | 11:39 | |
*** Eran_Kuris has quit IRC | 11:39 | |
*** tpsilva has joined #openstack-neutron | 11:41 | |
*** andreas_s has joined #openstack-neutron | 11:42 | |
*** mdnadeem_ has joined #openstack-neutron | 11:43 | |
*** mdnadeem has quit IRC | 11:44 | |
*** mdnadeem has joined #openstack-neutron | 11:45 | |
*** vijaykc4 has quit IRC | 11:46 | |
*** vijaykc4 has joined #openstack-neutron | 11:46 | |
*** mdnadeem_ has quit IRC | 11:48 | |
*** yamamoto_ has quit IRC | 11:48 | |
*** salmankhan has quit IRC | 11:50 | |
*** salmankhan has joined #openstack-neutron | 11:51 | |
*** fnaval has joined #openstack-neutron | 11:51 | |
openstackgerrit | Michal Kelner Mishali proposed openstack/neutron-lib master: Documenting network_availability_zone extension https://review.openstack.org/537308 | 11:53 |
*** salv-orlando has joined #openstack-neutron | 11:53 | |
*** fnaval has quit IRC | 11:55 | |
*** itlinux has quit IRC | 11:55 | |
*** salv-orlando has quit IRC | 11:57 | |
*** threestrands has quit IRC | 12:08 | |
*** dave-mccowan has joined #openstack-neutron | 12:08 | |
*** janki has quit IRC | 12:10 | |
*** markvoelker has quit IRC | 12:12 | |
*** suresh12 has quit IRC | 12:14 | |
*** suresh12 has joined #openstack-neutron | 12:16 | |
*** lajoskatona has quit IRC | 12:20 | |
*** suresh12 has quit IRC | 12:20 | |
*** yamamoto has joined #openstack-neutron | 12:22 | |
*** yamamoto has quit IRC | 12:22 | |
*** yamamoto has joined #openstack-neutron | 12:23 | |
*** donghao has joined #openstack-neutron | 12:24 | |
*** gcheresh_ has joined #openstack-neutron | 12:26 | |
*** suresh12 has joined #openstack-neutron | 12:29 | |
*** chyka has joined #openstack-neutron | 12:35 | |
*** lajoskatona has joined #openstack-neutron | 12:37 | |
*** chyka has quit IRC | 12:39 | |
*** gcheresh_ has quit IRC | 12:41 | |
*** gcheresh_ has joined #openstack-neutron | 12:41 | |
*** suresh12 has quit IRC | 12:45 | |
*** jpena is now known as jpena|lunch | 12:49 | |
openstackgerrit | Merged openstack/neutron-lib master: Document subnet_service_types extension in api-ref https://review.openstack.org/533412 | 12:50 |
*** suresh12 has joined #openstack-neutron | 12:50 | |
*** anilvenkata has joined #openstack-neutron | 12:50 | |
*** fnaval has joined #openstack-neutron | 12:51 | |
*** itzikb_ has quit IRC | 12:53 | |
*** itzikb_ has joined #openstack-neutron | 12:54 | |
*** ijw has joined #openstack-neutron | 12:54 | |
openstackgerrit | Thomas Morin proposed openstack/networking-bgpvpn master: add tempest test for Port Association routes of type 'bgpvpn' https://review.openstack.org/539210 | 12:54 |
*** fnaval has quit IRC | 12:56 | |
*** rcernin has quit IRC | 12:58 | |
*** ijw has quit IRC | 12:59 | |
*** zhaorenming has quit IRC | 13:04 | |
*** mohankumar has quit IRC | 13:06 | |
*** mohankumar has joined #openstack-neutron | 13:06 | |
*** huntxu has quit IRC | 13:07 | |
*** markvoelker has joined #openstack-neutron | 13:09 | |
*** amuller has joined #openstack-neutron | 13:09 | |
*** nplanel_ has quit IRC | 13:12 | |
*** nplanel has joined #openstack-neutron | 13:12 | |
*** vthapar has quit IRC | 13:16 | |
*** vijaykc4 has quit IRC | 13:16 | |
*** vijaykc4 has joined #openstack-neutron | 13:17 | |
*** vijaykc4 has quit IRC | 13:17 | |
*** Eran_Kuris has joined #openstack-neutron | 13:18 | |
*** edmondsw has joined #openstack-neutron | 13:22 | |
*** Eran_Kuris has quit IRC | 13:26 | |
*** Eran_Kuris has joined #openstack-neutron | 13:26 | |
*** janki has joined #openstack-neutron | 13:28 | |
*** vijaykc4 has joined #openstack-neutron | 13:28 | |
*** masaki has quit IRC | 13:30 | |
*** jhershbe__ has joined #openstack-neutron | 13:30 | |
*** ralonsoh_ has joined #openstack-neutron | 13:31 | |
chandankumar | jlibosva: Hello | 13:32 |
jlibosva | chandankumar: hi | 13:32 |
chandankumar | jlibosva: When we are planning to move neutron-vpnaas and neutron-fwaas tempest plugin under neutron-tempest-plugin? | 13:32 |
*** kstev has joined #openstack-neutron | 13:32 | |
*** mnasiadka has quit IRC | 13:33 | |
*** jhershbe_ has quit IRC | 13:34 | |
chandankumar | Queens release is about to come | 13:34 |
*** ralonsoh has quit IRC | 13:35 | |
jlibosva | chandankumar: I'll need to check. I thought that was already done as we removed code from neutron itself | 13:35 |
chandankumar | jlibosva: nope | 13:35 |
chandankumar | jlibosva: those were stadium projects and i thought it was taken care by neutron team | 13:35 |
*** pepijn has joined #openstack-neutron | 13:36 | |
chandankumar | jlibosva: but not can i take it then? | 13:36 |
*** markvoelker has quit IRC | 13:37 | |
*** alex_xu has quit IRC | 13:37 | |
*** markvoelker has joined #openstack-neutron | 13:37 | |
*** alex_xu has joined #openstack-neutron | 13:39 | |
*** pgadiya has quit IRC | 13:39 | |
*** psahoo has quit IRC | 13:39 | |
*** sridharg has quit IRC | 13:41 | |
*** salv-orlando has joined #openstack-neutron | 13:42 | |
*** tbachman has quit IRC | 13:46 | |
*** itzikb_ has quit IRC | 13:47 | |
*** itzikb has joined #openstack-neutron | 13:49 | |
*** gongysh has joined #openstack-neutron | 13:49 | |
*** jpena|lunch is now known as jpena | 13:51 | |
*** cshastri has quit IRC | 13:52 | |
*** ushkalim has quit IRC | 13:54 | |
*** sridharg has joined #openstack-neutron | 13:55 | |
*** kstev has joined #openstack-neutron | 13:57 | |
*** ralonsoh__ has joined #openstack-neutron | 13:57 | |
*** ralonsoh_ has quit IRC | 14:01 | |
*** itlinux has joined #openstack-neutron | 14:02 | |
*** sinese has joined #openstack-neutron | 14:02 | |
*** yamamoto has quit IRC | 14:04 | |
*** jmlowe has joined #openstack-neutron | 14:04 | |
*** pcaruana has quit IRC | 14:05 | |
*** yamamoto has joined #openstack-neutron | 14:06 | |
*** mriedem has joined #openstack-neutron | 14:06 | |
*** andreas_s has quit IRC | 14:07 | |
*** yamamoto has quit IRC | 14:11 | |
*** tbachman_ has joined #openstack-neutron | 14:13 | |
*** suresh12 has quit IRC | 14:16 | |
rnoriega | Hello guys | 14:19 |
openstackgerrit | Claudiu Belu proposed openstack/neutron master: WIP: tests: Adds mock autospec usage https://review.openstack.org/533173 | 14:19 |
mriedem | does neutron have a linuxbridge multinode job? | 14:19 |
rnoriega | Can anyone review this patch?? https://review.openstack.org/#/c/529009/ | 14:19 |
mriedem | by chance | 14:19 |
rnoriega | it's about standard attributes... who wants to solve the dispute? xD | 14:19 |
rnoriega | ihrachys, ^^ | 14:20 |
*** fnaval has joined #openstack-neutron | 14:21 | |
*** pcaruana has joined #openstack-neutron | 14:21 | |
*** fnaval has quit IRC | 14:22 | |
jlibosva | mriedem: there is a non-voting one | 14:26 |
*** links has quit IRC | 14:27 | |
mriedem | jlibosva: just found a grenade multinode lb job in the experimental queue | 14:28 |
mriedem | was hoping to find a linuxbridge job that would also run the live migration tests, and the grenade job won't do that by default | 14:29 |
mriedem | http://git.openstack.org/cgit/openstack-infra/project-config/tree/zuul.d/projects.yaml#n10110 | 14:29 |
mriedem | it's fine though, not a big deal | 14:29 |
*** chandanc has joined #openstack-neutron | 14:30 | |
*** lucasagomes is now known as lucas-hungry | 14:30 | |
*** esberglu has joined #openstack-neutron | 14:30 | |
jlibosva | mriedem: I meant neutron-tempest-plugin-scenario-linuxbridge but now I see it's not a multinode ... | 14:30 |
*** andreas_s has joined #openstack-neutron | 14:31 | |
*** andreas_s has quit IRC | 14:31 | |
*** mdnadeem has quit IRC | 14:32 | |
*** andreas_s has joined #openstack-neutron | 14:32 | |
*** moshele has quit IRC | 14:33 | |
*** yamamoto has joined #openstack-neutron | 14:38 | |
*** wolverineav has joined #openstack-neutron | 14:41 | |
*** ushkalim has joined #openstack-neutron | 14:41 | |
ihrachys | jlibosva, it's not multinode tho, is it | 14:41 |
ihrachys | oh nevermind you already know that | 14:41 |
jlibosva | ihrachys: I thought so but it doesn't have a subnode-2 dir | 14:41 |
jlibosva | ihrachys: oh, yeah. It is not. I misread | 14:42 |
ihrachys | yeah, only ovs flavor is | 14:42 |
openstackgerrit | Merged openstack/networking-ovn master: Check for router port correctness https://review.openstack.org/534423 | 14:42 |
ihrachys | rnoriega, 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 |
ihrachys | the project is not even in the stadium | 14:43 |
*** mnasiadka has joined #openstack-neutron | 14:45 | |
*** yamahata has joined #openstack-neutron | 14:45 | |
*** fnaval has joined #openstack-neutron | 14:45 | |
*** andreas_s has quit IRC | 14:46 | |
trozet | hi all. Can someone please review https://review.openstack.org/#/c/536983/ ? | 14:46 |
*** jhershbe__ has quit IRC | 14:46 | |
*** yamamoto has quit IRC | 14:47 | |
*** yamamoto has joined #openstack-neutron | 14:48 | |
ihrachys | trozet, it would need to be scheduled for queens-rc1 at this point if you want to see it merge before final release | 14:48 |
*** yamamoto has quit IRC | 14:48 | |
*** pcaruana has quit IRC | 14:48 | |
*** iyamahat has joined #openstack-neutron | 14:48 | |
ihrachys | trozet, mlavalle and armax will need to decide on its applicability for the release. otherwise it slips into rocky. | 14:48 |
trozet | ihrachys: it needs to get in for Queens | 14:49 |
*** yamamoto has joined #openstack-neutron | 14:49 | |
*** Eran_Kuris has quit IRC | 14:49 | |
ihrachys | trozet, since we are in freeze mode, you will need to explain why it's critical to get it in queens | 14:49 |
trozet | ihrachys: it's only feature freeze right? this is a bug fix | 14:50 |
*** janzian has joined #openstack-neutron | 14:51 | |
*** tbachman_ has quit IRC | 14:51 | |
*** wolverineav has quit IRC | 14:52 | |
*** wolverineav has joined #openstack-neutron | 14:53 | |
ihrachys | trozet, that's arguable. and no, we freezed the tree for anything that is not explicitly picked for queens | 14:54 |
ihrachys | trozet, one can argue that ssl: endpoints were never supported | 14:54 |
trozet | ihrachys: i think i saw test cases for them in neutron :) | 14:54 |
*** wolverineav has quit IRC | 14:57 | |
*** kstev has quit IRC | 14:58 | |
*** armax has joined #openstack-neutron | 14:59 | |
rnoriega | ihrachys, there is not l2gw team... | 14:59 |
trozet | ihrachys: 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 |
rnoriega | ihrachys, it's just me trying to make it a bit more stable | 15:00 |
*** vijaykc4 has quit IRC | 15:00 | |
rnoriega | ihrachys, and you are still core there. That's why I add you as reviewer (and garyk) | 15:01 |
ihrachys | trozet, 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 |
trozet | ihrachys: 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 is | 15:03 |
ihrachys | rnoriega, 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 |
ihrachys | trozet, regardless. you will need to talk to mlavalle / armax about adding the patch to the queue for queens | 15:05 |
rnoriega | ihrachys, I see, thanks. I think pliu wants to set the ground to avoid out-of-sync db issues | 15:05 |
trozet | ihrachys: ok thanks. armax, can you help here please? | 15:06 |
rnoriega | ihrachys, following the same approach as networking-ovn is doing | 15:06 |
ihrachys | rnoriega, 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-neutron | 15:07 | |
openstackgerrit | Ihar Hrachyshka proposed openstack/neutron master: Kill _connection_to_manager_uri dummy https://review.openstack.org/539567 | 15:07 |
amotoki | its 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 |
amotoki | rnoriega: trozet: ^ | 15:08 |
ihrachys | trozet, anyway, I reviewed the patch. I don't think the fix should even go into neutron but ovsdbapp | 15:08 |
*** fzdarsky_ has quit IRC | 15:10 | |
*** claudiub|3 has joined #openstack-neutron | 15:10 | |
ihrachys | amotoki, yeah for ovs agent case it's arguable whether it's helpful. ovsdbapp still may want to support the schema. | 15:11 |
trozet | ihrachys: i spoke with otherwiseguy before I created the patch. the consensus was it shoudlnt be in ovsdbapp | 15:11 |
trozet | ihrachys: i belive the example he gave was in networking-ovn which set up similar configuration | 15:11 |
*** alex_xu has quit IRC | 15:11 | |
ihrachys | ok it would be nice to see explanation of the reasoning somewhere | 15:12 |
armax | trozet, ihrachys: helping how? | 15:13 |
*** alex_xu has joined #openstack-neutron | 15:13 | |
amotoki | ihrachys: if it is for use-cases out side of neutron, isn't it placed in not neutron but some library? | 15:13 |
ihrachys | amotoki, right. like ovsdbapp. | 15:13 |
amotoki | ihrachys: yeah, that's the reason I am confused when I looked at the bug. | 15:13 |
ihrachys | armax, to assess if bug for https://review.openstack.org/#/c/536983/ is worth scheduling for queens | 15:14 |
armax | is there a patch I may look at to get some more context? | 15:14 |
armax | ihrachys: OK | 15:14 |
*** pcaruana has joined #openstack-neutron | 15:14 | |
ihrachys | otherwiseguy, 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 IRC | 15:15 | |
*** nplanel_ has joined #openstack-neutron | 15:15 | |
*** nplanel has quit IRC | 15:15 | |
trozet | ihrachys, amotoki, armax: example here in ovn: https://github.com/openstack/networking-ovn/blob/6c48ea7f863be6a690823de63ecf47f1e3581332/networking_ovn/ovsdb/ovsdb_monitor.py#L271 | 15:16 |
ihrachys | trozet, example of what | 15:16 |
*** caowei has quit IRC | 15:17 | |
ihrachys | it doesn't explain why we don't want support in ovsdbapp | 15:17 |
*** gcheresh has quit IRC | 15:17 | |
trozet | ihrachys: of it being configured outside of ovsdbapp. Let me try to find the explanation as to why one min | 15:17 |
ihrachys | if anything, the fact that it's needed outside of neutron repo is an argument FOR having it in a common place like ovsdbapp | 15:18 |
*** cshastri has joined #openstack-neutron | 15:18 | |
*** itlinux has quit IRC | 15:18 | |
*** ispp has quit IRC | 15:19 | |
*** kstev has joined #openstack-neutron | 15:21 | |
trozet | ihrachys: do you mind adding otherwiseguy to the review? I don't know his real name/email | 15:22 |
ihrachys | trozet, it's Terry, he is already in the list | 15:23 |
trozet | ihrachys: ok cool, thanks | 15:23 |
*** david-lyle has quit IRC | 15:24 | |
*** dklyle has joined #openstack-neutron | 15:24 | |
*** slaweq_ has quit IRC | 15:25 | |
*** mlavalle has joined #openstack-neutron | 15:25 | |
*** Guest87240 is now known as mgagne | 15:27 | |
*** mgagne has joined #openstack-neutron | 15:27 | |
*** lucas-hungry is now known as lucasagomes | 15:30 | |
chandanc | haleyb: Hello Brian | 15:31 |
*** oidgar has quit IRC | 15:31 | |
*** armaan has quit IRC | 15:32 | |
*** donghao has quit IRC | 15:32 | |
*** ispp has joined #openstack-neutron | 15:34 | |
*** armaan has joined #openstack-neutron | 15:34 | |
*** tidwellr has joined #openstack-neutron | 15:34 | |
*** armaan has quit IRC | 15:34 | |
*** links has joined #openstack-neutron | 15:35 | |
haleyb | chandanc: hi | 15:35 |
*** armaan has joined #openstack-neutron | 15:35 | |
chandanc | haleyb: hello Brian | 15:35 |
openstackgerrit | Miguel Angel Ajo proposed openstack/networking-ovn master: Restore DVR reference architecture now that it's supported https://review.openstack.org/539574 | 15:35 |
*** ispp has quit IRC | 15:35 | |
*** ispp has joined #openstack-neutron | 15:36 | |
ajo | lucasagomes: dalvarez ^ there we doc! | 15:36 |
ajo | that was a low hanging fruit :D | 15:36 |
*** esberglu_ has joined #openstack-neutron | 15:36 | |
chandanc | actually the UT was having a bug, this is how i missed out the comments by slaweq | 15:36 |
*** salv-orlando has quit IRC | 15:37 | |
openstackgerrit | Miguel Angel Ajo proposed openstack/networking-ovn master: Restore DVR reference architecture now that it's supported https://review.openstack.org/539574 | 15:37 |
lucasagomes | ajo, ++! | 15:37 |
chandanc | haleyb: specifically https://review.openstack.org/#/c/538154/3/neutron/tests/unit/agent/linux/test_iptables_firewall.py@64 | 15:37 |
*** yamamoto has quit IRC | 15:38 | |
chandanc | haleyb: i realised this while innvestigating, why the UT never cought the issue | 15:38 |
*** wolverineav has joined #openstack-neutron | 15:38 | |
*** esberglu has quit IRC | 15:40 | |
*** salv-orlando has joined #openstack-neutron | 15:41 | |
haleyb | chandanc: do the tests pass without removing that line? i'm still confused by the test since shouldn't it fail? | 15:43 |
haleyb | test__populate_initial_zone_map() i mean | 15:43 |
chandanc | haleyb: yes the tests pass after removing the line | 15:44 |
*** felipemonteiro__ has joined #openstack-neutron | 15:44 | |
haleyb | chandanc: and fail without removing it? | 15:44 |
chandanc | no, it will still pass | 15:44 |
chandanc | the assignment actually, short circuits the UT | 15:45 |
haleyb | chandanc: oh, the conntrack code will have already done that assignment? | 15:45 |
*** felipemonteiro_ has joined #openstack-neutron | 15:45 | |
haleyb | when the manager is initialized | 15:45 |
chandanc | haleyb: when the UT start the manager is initialized with. RAW_TABLE_OUTPUT | 15:46 |
chandanc | which it parses and generates the list of used CT zones | 15:46 |
haleyb | chandanc: oh, but that UT would have failed that had the typo | 15:47 |
chandanc | this is then compared to self._dev_zone_map | 15:47 |
chandanc | yes haleyb | 15:47 |
*** oidgar has joined #openstack-neutron | 15:47 | |
chandanc | due to the mistake, it just ignored the UT | 15:47 |
haleyb | got it, thanks for explaining, let me double-check the review | 15:48 |
chandanc | haleyb: BTW, that mistake came from me | 15:48 |
*** yamamoto has joined #openstack-neutron | 15:48 | |
chandanc | git blame | 15:48 |
*** esberglu_ is now known as esberglu | 15:48 | |
*** felipemonteiro__ has quit IRC | 15:50 | |
haleyb | chandanc: 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 PS3 | 15:50 |
chandanc | So i can upload another PS and remove the bug link ? | 15:51 |
haleyb | chandanc: sure, or just edit in place, whichever is easier | 15:51 |
haleyb | looks good otherwise | 15:51 |
*** markstur has joined #openstack-neutron | 15:51 | |
chandanc | sure, i am use to uploads :) | 15:51 |
chandanc | thanks haleyb | 15:51 |
*** gkadam has quit IRC | 15:52 | |
*** wolverineav has quit IRC | 15:53 | |
openstackgerrit | chandanc proposed openstack/neutron master: This patch changes the CT zone allocation range https://review.openstack.org/538154 | 15:53 |
*** yamamoto has quit IRC | 15:53 | |
*** wolverineav has joined #openstack-neutron | 15:53 | |
chandanc | haleyb: done | 15:54 |
*** slaweq has joined #openstack-neutron | 15:56 | |
mlavalle | eglute_s: are you there? do you have a minute? | 15:57 |
*** wolverineav has quit IRC | 15:57 | |
*** janzian has quit IRC | 15:59 | |
*** mohankumar has quit IRC | 16:00 | |
*** jose-phi_ has quit IRC | 16:01 | |
*** mosulica has quit IRC | 16:04 | |
*** pepijn has quit IRC | 16:05 | |
*** crushil has quit IRC | 16:06 | |
*** matrohon has quit IRC | 16:07 | |
*** daidv has quit IRC | 16:09 | |
eglute_s | mlavalle I am running a meeting right now, but will be done at 11 CST. | 16:09 |
*** hoangcx has quit IRC | 16:09 | |
mlavalle | eglute_s: ping me when ready :-) | 16:09 |
mlavalle | no rush | 16:09 |
eglute_s | mlavalle thank you, will do! | 16:10 |
*** hoangcx has joined #openstack-neutron | 16:10 | |
*** daidv has joined #openstack-neutron | 16:11 | |
*** janzian has joined #openstack-neutron | 16:13 | |
trozet | amotoki: I realize I missed your question. The issue is if you dont use ssl, that means ovsdb is listening on ptcp, which leaves it vulnerable | 16:15 |
dalvarez | ajo nice patch! | 16:17 |
dalvarez | thanks! | 16:17 |
*** maciejjozefczyk is now known as maciejjozefczyk_ | 16:17 | |
*** janki has quit IRC | 16:22 | |
otherwiseguy | ihrachys, 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 |
otherwiseguy | So 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 |
otherwiseguy | Which is why we do a subclass and override the from_server() method or whatever. | 16:24 |
*** wolverineav has joined #openstack-neutron | 16:24 | |
*** moshele has joined #openstack-neutron | 16:24 | |
*** oidgar has quit IRC | 16:24 | |
*** b_bezak has quit IRC | 16:25 | |
*** tbachman has joined #openstack-neutron | 16:25 | |
otherwiseguy | ihrachys, 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-neutron | 16:25 | |
*** kobis has quit IRC | 16:25 | |
otherwiseguy | (of course we are dropping the only other backend) | 16:26 |
*** rstarmer has quit IRC | 16:27 | |
*** homeski has joined #openstack-neutron | 16:27 | |
*** vijaykc4 has joined #openstack-neutron | 16:29 | |
trozet | ihrachys, 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 thing | 16:29 |
*** r-daneel has joined #openstack-neutron | 16:29 | |
otherwiseguy | trozet, it's not a big deal in any way to me... | 16:30 |
*** b_bezak has quit IRC | 16:30 | |
ihrachys | it'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 |
openstackgerrit | Brian Haley proposed openstack/neutron master: Move Linuxbridge ARP spoofing to nat table PREROUTING chain https://review.openstack.org/520249 | 16:31 |
*** munishmehan has joined #openstack-neutron | 16:31 | |
*** itzikb has quit IRC | 16:32 | |
trozet | otherwiseguy, 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 ptcp | 16:32 |
otherwiseguy | ihrachys, 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 |
otherwiseguy | One of the design goals was to use no oslo stuff since external projects use it. Hence no oslo config. | 16:36 |
otherwiseguy | I'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 IRC | 16:38 | |
*** ralonsoh has joined #openstack-neutron | 16:38 | |
*** sinese has quit IRC | 16:39 | |
*** pcaruana has quit IRC | 16:39 | |
*** ralonsoh__ has quit IRC | 16:41 | |
*** andreas_s has joined #openstack-neutron | 16:42 | |
ajo | otherwiseguy: may be you can hae a config structure/class to be passed to it | 16:43 |
*** cshastri has quit IRC | 16:43 | |
otherwiseguy | I would have made different design decisions if it wasn't for the "use the CLI backend or native interchangeably" thing. | 16:43 |
otherwiseguy | ajo, 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 IRC | 16:45 | |
*** tbachman_ has joined #openstack-neutron | 16:45 | |
*** tbachman has quit IRC | 16:46 | |
*** tbachman_ is now known as tbachman | 16:46 | |
*** sinese has joined #openstack-neutron | 16:48 | |
otherwiseguy | The 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-neutron | 16:50 | |
otherwiseguy | I'm happy with whatever makes people who need the feature (trozet) and the people who run projects that use ovsdbapp (ihrachys) happy. :D | 16:50 |
*** tbachman has quit IRC | 16:51 | |
*** tbachman_ is now known as tbachman | 16:51 | |
*** daidv has quit IRC | 16:52 | |
*** hoangcx has quit IRC | 16:52 | |
*** sinese has quit IRC | 16:52 | |
* eglute_s waves to mlavalle | 16:52 | |
*** moshele has joined #openstack-neutron | 16:53 | |
mlavalle | hey eglute_s | 16:53 |
*** hoangcx has joined #openstack-neutron | 16:53 | |
*** daidv has joined #openstack-neutron | 16:53 | |
*** amarao has quit IRC | 16:54 | |
*** b_bezak has joined #openstack-neutron | 16:54 | |
mlavalle | so 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/7ba6869605bcf84d7398a9ad8f2a701c | 16:54 |
*** chyka has joined #openstack-neutron | 16:54 | |
eglute_s | mlavalle right | 16:55 |
*** amarao1 has quit IRC | 16:55 | |
*** slaweq has quit IRC | 16:55 | |
mlavalle | look at lines 53 - 59. That is where the client to handle PTR records is created. | 16:55 |
eglute_s | mlavalle ok... didnt realize it was only for PTRs | 16:56 |
*** rstarmer has joined #openstack-neutron | 16:56 | |
*** andreas_s has quit IRC | 16:56 | |
*** chandanc has quit IRC | 16:57 | |
eglute_s | i think we do have all those fields set, but i guess the domain is missing in there | 16:57 |
*** crose has joined #openstack-neutron | 16:57 | |
*** tmorin has quit IRC | 16:57 | |
*** kobis has joined #openstack-neutron | 16:57 | |
mlavalle | yeah 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 request | 16:57 |
mlavalle | eglute_s: exactly, back in Newton the assumption was made that Keystone V2 was gooing to be used | 16:58 |
mlavalle | that is why domain is not passed | 16:58 |
*** felipemonteiro_ has quit IRC | 16:58 | |
*** felipemonteiro_ has joined #openstack-neutron | 16:59 | |
eglute_s | mlavalle 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#L50 | 16:59 |
mlavalle | and that is why when you authenticate against the V3 endpoint, it complains that you are not providing a domain | 16:59 |
ajo | otherwiseguy: right. It doesn't make much sense to create a whole config object/class just for a couple of things. | 16:59 |
ajo | mlavalle: hola tocayo! :) | 16:59 |
*** dsneddon has joined #openstack-neutron | 16:59 | |
mlavalle | ajo: hola Tocayazo | 17:00 |
ajo | Hehehe | 17:00 |
mlavalle | eglute_s: yes that would solve the problem | 17:00 |
eglute_s | thank you mlavalle. will try that today | 17:00 |
eglute_s | mlavalle do you which file in designate code base would be accepting these calls from neutron? | 17:01 |
eglute_s | mlavalle need to see if we need to port code in designate as well | 17:02 |
mlavalle | eglute_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 minutes | 17:02 |
eglute_s | mlavalle thank you! | 17:02 |
*** harlowja has joined #openstack-neutron | 17:02 | |
*** yamamoto has joined #openstack-neutron | 17:03 | |
*** slaweq has joined #openstack-neutron | 17:03 | |
haleyb | hoangcx: 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 IRC | 17:03 | |
otherwiseguy | ajo, 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 |
otherwiseguy | The 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 |
openstackgerrit | Cedric Savignan proposed openstack/networking-bgpvpn master: [WIP][bgpvpn_dashboard] Modify bgpvpn network and router associations https://review.openstack.org/536899 | 17:05 |
mlavalle | haleyb: 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 |
otherwiseguy | Essentially 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 |
mlavalle | mugsie: you around? | 17:06 |
haleyb | mlavalle: 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 well | 17:06 |
mugsie | mlavalle: hey | 17:06 |
otherwiseguy | I would happily rewrite it again though without all of the cruft of multiple backends. :D | 17:07 |
openstackgerrit | Merged openstack/networking-ovn master: Use neutron-tempest-plugin for API and scenario tests https://review.openstack.org/537898 | 17:08 |
mlavalle | mugsie: 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 |
mugsie | mlavalle: nope, I am pretty sure we were OK with v3 | 17:09 |
mlavalle | mugsie: thanks | 17:09 |
mugsie | no problem | 17:09 |
mlavalle | eglute_s: ^^^^ always best to ask the experts :-) | 17:10 |
mlavalle | mugsie knows stuff | 17:10 |
eglute_s | mugsie mlavalle great, thank you! | 17:10 |
chandankumar | mlavalle: ihrachys please have a look at this one https://review.openstack.org/#/c/521345/ | 17:10 |
mlavalle | chandankumar: will do :-) | 17:11 |
*** wolverineav has quit IRC | 17:11 | |
*** slaweq has quit IRC | 17:11 | |
otherwiseguy | ajo, 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#L125 | 17:11 |
chandankumar | mlavalle: is someone working on moving bundled tempest plugin of stadium projects to neutron-tempest-plugin? | 17:11 |
*** wolverineav has joined #openstack-neutron | 17:12 | |
eglute_s | mugsie 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 |
mugsie | thats is all in keystoneauth as far as I know | 17:12 |
*** jasonking has joined #openstack-neutron | 17:13 | |
mlavalle | mugsie: 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#L116 | 17:14 |
mlavalle | it is the creation of the PTR records she is concerned with | 17:14 |
otherwiseguy | ovn at least doesn't call super() on its from_server so *probably* nothing would break. | 17:14 |
*** moshele has quit IRC | 17:14 | |
*** brault has quit IRC | 17:15 | |
mugsie | eglute_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 it | 17:16 |
*** wolverineav has quit IRC | 17:16 | |
ihrachys | otherwiseguy, yeah just pass as arguments, then do the right thing | 17:16 |
*** brault has joined #openstack-neutron | 17:16 | |
ihrachys | neutron would still have its own options | 17:16 |
*** yamamoto has quit IRC | 17:16 | |
eglute_s | mugsie is this where the auth bit happens? https://github.com/openstack/designate/blob/newton-eol/designate/backend/impl_designate.py#L61 | 17:17 |
ihrachys | but at least we would not need to know about all the schema variants supported and just allow the library to care about ti | 17:17 |
ihrachys | chandankumar, I am not a core, or care, about vsphere | 17:17 |
mugsie | no the auth bit happens in keystoneauth1 | 17:17 |
eglute_s | mugsie ok thank you! | 17:17 |
*** marios has quit IRC | 17:18 | |
*** holo_ has joined #openstack-neutron | 17:18 | |
mugsie | eglute_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#L105 | 17:19 |
otherwiseguy | ihrachys, sounds reasonable to me. | 17:19 |
eglute_s | mugsie perfect, thank you! | 17:19 |
*** rstarmer has quit IRC | 17:19 | |
*** iyamahat has quit IRC | 17:19 | |
ihrachys | otherwiseguy, 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 |
ihrachys | but that's up to release liaison / ptl | 17:21 |
holo_ | Here is verbose output of associate command: https://pastebin.com/0bCfXrAN | 17:21 |
*** ralonsoh_ has joined #openstack-neutron | 17:21 | |
holo_ | can someone look at it? | 17:21 |
*** links has quit IRC | 17:21 | |
openstackgerrit | Merged openstack/neutron-lib master: Documenting network_availability_zone extension https://review.openstack.org/537308 | 17:22 |
*** yamahata has quit IRC | 17:22 | |
*** kobis has quit IRC | 17:23 | |
otherwiseguy | ihrachys, yep. release time is fun. | 17:23 |
*** AlexeyAbashkin has quit IRC | 17:23 | |
*** ralonsoh has quit IRC | 17:24 | |
*** jlibosva has quit IRC | 17:25 | |
*** lyan has joined #openstack-neutron | 17:26 | |
mlavalle | eglute_s: I tested with Keystone V3 with this config options: https://gist.github.com/miguellavalle/eea0900cb9af2a76e86537430293c2c1 | 17:27 |
eglute_s | thank you mlavalle! | 17:28 |
mlavalle | eglute_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_s | mlavalle no, we do not. We need it working with custom LDAP domains | 17:29 |
mlavalle | eglute_s: ok. then you need to work with Keystone V3. good luck! | 17:30 |
eglute_s | thank you mlavalle will let you know how it goes! | 17:30 |
*** moshele has joined #openstack-neutron | 17:31 | |
*** Swami has joined #openstack-neutron | 17:32 | |
*** b_bezak has quit IRC | 17:33 | |
*** b_bezak has joined #openstack-neutron | 17:34 | |
*** chandanc has joined #openstack-neutron | 17:34 | |
*** rstarmer has joined #openstack-neutron | 17:34 | |
*** sridharg has quit IRC | 17:38 | |
*** b_bezak has quit IRC | 17:38 | |
*** anilvenkata has quit IRC | 17:39 | |
*** rstarmer has quit IRC | 17:39 | |
*** zenirc369 has joined #openstack-neutron | 17:42 | |
*** iyamahat has joined #openstack-neutron | 17:43 | |
*** Alex_Staf has quit IRC | 17:44 | |
*** tesseract has quit IRC | 17:45 | |
*** felipemonteiro_ has quit IRC | 17:48 | |
*** ivve has quit IRC | 17:50 | |
*** rmcall has joined #openstack-neutron | 17:50 | |
*** rmcall has quit IRC | 17:51 | |
*** rmcall has joined #openstack-neutron | 17:51 | |
*** lpetrut_ has quit IRC | 17:52 | |
*** bobmel has quit IRC | 17:52 | |
*** bobmel_ has joined #openstack-neutron | 17:52 | |
*** tbachman has quit IRC | 17:53 | |
holo_ | anyone? | 17:56 |
*** Ajohn has quit IRC | 17:57 | |
*** tbachman has joined #openstack-neutron | 17:58 | |
openstackgerrit | Merged openstack/networking-ovn master: Use metadata IP as DHCP service IP for subnet without gateway IP https://review.openstack.org/534741 | 18:01 |
*** ivve has joined #openstack-neutron | 18:02 | |
*** kobis has joined #openstack-neutron | 18:03 | |
*** yamahata has joined #openstack-neutron | 18:03 | |
*** kobis has quit IRC | 18:05 | |
*** mnasiadka has quit IRC | 18:06 | |
*** ragiman has quit IRC | 18:07 | |
*** moshele has quit IRC | 18:10 | |
*** chandanc has quit IRC | 18:11 | |
*** hongbin has joined #openstack-neutron | 18:12 | |
*** jpena is now known as jpena|away | 18:13 | |
*** SumitNaiksatam has quit IRC | 18:17 | |
*** mnasiadka has joined #openstack-neutron | 18:17 | |
*** AlexeyAbashkin has joined #openstack-neutron | 18:17 | |
openstackgerrit | German Eichberger proposed openstack/neutron-fwaas master: [WIP] Adds remote firewall group https://review.openstack.org/521207 | 18:18 |
*** kobis has joined #openstack-neutron | 18:19 | |
*** dsneddon has quit IRC | 18:19 | |
*** vijaykc4 has quit IRC | 18:19 | |
*** rstarmer has joined #openstack-neutron | 18:20 | |
*** mnasiadka has quit IRC | 18:21 | |
*** kobis has quit IRC | 18:22 | |
armax | otherwiseguy: btw, thanks to your input I got to the bottom of my DPDK grief by using vHost User Client sockets | 18:22 |
armax | or rather ports I shall say | 18:22 |
*** tbachman has quit IRC | 18:23 | |
*** moshele has joined #openstack-neutron | 18:24 | |
trozet | ihrachys: ok so to get the proper attention to get this into queens I need to talk to armax? | 18:28 |
armax | trozet: I was going to follow up on the earlier ping later today | 18:29 |
armax | my meetings is packed with internal meetings this morning | 18:29 |
armax | s/meetings/ day | 18:30 |
trozet | armax: 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. Thanks | 18:30 |
armax | trozet: I’ll touch base with mlavalle to see how he would like to handle it | 18:30 |
trozet | ty | 18:30 |
armax | yup, what TZ are you in? | 18:30 |
*** tbachman has joined #openstack-neutron | 18:30 | |
armax | no problem at all | 18:30 |
*** mnasiadka has joined #openstack-neutron | 18:31 | |
ihrachys | trozet, 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 in | 18:31 |
trozet | ihrachys: yeah reading those now | 18:32 |
armax | trozet: could you remind me of the bug ID? I might have aggressively closed some of my browser tabs earlier | 18:32 |
ihrachys | worst case it will go into rocky and then we may backport it to the next patch release for queens | 18:32 |
trozet | armax: https://bugs.launchpad.net/neutron/+bug/1745038 | 18:32 |
openstack | Launchpad bug 1745038 in neutron "Unable to use SSL URI for OVSDB connection" [Medium,In progress] - Assigned to Tim Rozet (trozet) | 18:32 |
armax | https://bugs.launchpad.net/networking-odl/+bug/1713697? | 18:32 |
openstack | Launchpad bug 1713697 in networking-odl "Journal recovery fails " [Critical,In progress] - Assigned to rajiv (rajiv-kumar) | 18:32 |
*** moshele has quit IRC | 18:32 | |
armax | what 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-working | 18:33 |
holo_ | ? | 18:33 |
holo_ | what can i check? | 18:33 |
*** dsneddon has joined #openstack-neutron | 18:34 | |
*** felipemonteiro has joined #openstack-neutron | 18:36 | |
*** mnasiadka has quit IRC | 18:36 | |
*** dtantsur is now known as dtantsur|afk | 18:37 | |
*** iyamahat has quit IRC | 18:38 | |
*** iyamahat has joined #openstack-neutron | 18:39 | |
*** moshele has joined #openstack-neutron | 18:39 | |
*** iyamahat has quit IRC | 18:40 | |
*** iyamahat has joined #openstack-neutron | 18:40 | |
openstackgerrit | Claudiu Belu proposed openstack/neutron master: WIP: tests: Adds mock autospec usage https://review.openstack.org/533173 | 18:40 |
*** iyamahat has quit IRC | 18:43 | |
*** iyamahat has joined #openstack-neutron | 18:43 | |
*** tbachman has quit IRC | 18:43 | |
*** SumitNaiksatam has joined #openstack-neutron | 18:43 | |
haleyb | holo_: 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 nova | 18:44 |
haleyb | holo_: 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 things | 18:46 |
*** mnasiadka has joined #openstack-neutron | 18: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 instead | 18: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-neutron | 18:49 | |
haleyb | holo_: the server logs would be the first things to check and should have more info than what the command returns | 18: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 associated | 18:50 |
*** mnasiadka has quit IRC | 18:51 | |
holo_ | will try Your and will back | 18:51 |
*** AlexeyAbashkin has quit IRC | 18:51 | |
haleyb | holo_: 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 strange | 18:51 |
haleyb | holo_: the neutron-server log would show the API call and result | 18:51 |
*** mvk has quit IRC | 18:52 | |
*** harlowja has quit IRC | 18: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 work | 18:53 |
holo_ | will try again oin fresh install and will back with logs and with your command try | 18:54 |
*** david-lyle_ has joined #openstack-neutron | 18:58 | |
*** guest2 has joined #openstack-neutron | 18:59 | |
*** kobis has joined #openstack-neutron | 18:59 | |
*** moshele has quit IRC | 19:00 | |
*** mnasiadka has joined #openstack-neutron | 19:01 | |
*** dklyle has quit IRC | 19:01 | |
*** iyamahat has quit IRC | 19:02 | |
*** iyamahat_ has joined #openstack-neutron | 19:02 | |
*** Alex_Staf has joined #openstack-neutron | 19:02 | |
*** jasonking has quit IRC | 19:02 | |
*** portdirect has joined #openstack-neutron | 19:02 | |
*** lajoskatona has quit IRC | 19:03 | |
*** tidwellr has quit IRC | 19:04 | |
*** lucasagomes is now known as lucas-afk | 19:04 | |
*** tidwellr has joined #openstack-neutron | 19:05 | |
*** mnasiadka has quit IRC | 19:06 | |
*** freerunner has quit IRC | 19:06 | |
*** aignatov has quit IRC | 19:06 | |
*** aignatov has joined #openstack-neutron | 19:07 | |
*** amuller has quit IRC | 19:07 | |
*** freerunner has joined #openstack-neutron | 19:08 | |
*** david-lyle_ is now known as dklyle | 19:08 | |
openstackgerrit | James E. Blair proposed openstack/neutron-dynamic-routing master: Zuul: Remove project name https://review.openstack.org/539640 | 19:09 |
*** suresh12 has joined #openstack-neutron | 19:11 | |
*** fnaval has quit IRC | 19:14 | |
*** suresh12 has quit IRC | 19:15 | |
*** mnasiadka has joined #openstack-neutron | 19:17 | |
*** sambetts is now known as sambetts|afk | 19:19 | |
*** lpetrut_ has joined #openstack-neutron | 19:20 | |
*** suresh12 has joined #openstack-neutron | 19:20 | |
*** mnasiadka has quit IRC | 19:21 | |
*** guest2 has left #openstack-neutron | 19:23 | |
*** jpena|away is now known as jpena|off | 19:24 | |
*** fnaval has joined #openstack-neutron | 19:26 | |
*** fnaval has quit IRC | 19:26 | |
*** suresh12 has quit IRC | 19:26 | |
*** fnaval has joined #openstack-neutron | 19:27 | |
*** fnaval has quit IRC | 19:28 | |
*** fnaval has joined #openstack-neutron | 19:28 | |
*** freerunner has quit IRC | 19:29 | |
*** aignatov has quit IRC | 19:29 | |
*** ralonsoh_ has quit IRC | 19:30 | |
*** suresh12 has joined #openstack-neutron | 19:31 | |
*** f0o has quit IRC | 19:32 | |
*** fnaval_ has joined #openstack-neutron | 19:32 | |
*** fnaval has quit IRC | 19:32 | |
*** jasonking has joined #openstack-neutron | 19:32 | |
*** salmankhan has quit IRC | 19:33 | |
*** mnasiadka has joined #openstack-neutron | 19:33 | |
*** aojea_ has joined #openstack-neutron | 19:36 | |
*** fnaval has joined #openstack-neutron | 19:37 | |
*** harlowja has joined #openstack-neutron | 19:37 | |
*** mnasiadka has quit IRC | 19:37 | |
*** rstarmer has quit IRC | 19:38 | |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: Add test cases for external network default https://review.openstack.org/538361 | 19:40 |
openstackgerrit | Hongbin Lu proposed openstack/neutron master: [WIP] Add is_default to Network https://review.openstack.org/511983 | 19:40 |
*** mriedem1 has joined #openstack-neutron | 19:41 | |
*** aojea__ has joined #openstack-neutron | 19:41 | |
*** aignatov has joined #openstack-neutron | 19:42 | |
*** mriedem has quit IRC | 19:42 | |
*** freerunner has joined #openstack-neutron | 19:43 | |
*** aojea_ has quit IRC | 19:44 | |
*** fnaval has quit IRC | 19:46 | |
*** f0o has joined #openstack-neutron | 19:46 | |
*** aojea_ has joined #openstack-neutron | 19:47 | |
*** fnaval has joined #openstack-neutron | 19:48 | |
*** mnasiadka has joined #openstack-neutron | 19:48 | |
*** aojea__ has quit IRC | 19:49 | |
*** aojea__ has joined #openstack-neutron | 19:51 | |
*** jasonking has quit IRC | 19:53 | |
*** mnasiadka has quit IRC | 19:53 | |
*** jasonking has joined #openstack-neutron | 19:53 | |
*** aojea_ has quit IRC | 19:54 | |
*** aojea_ has joined #openstack-neutron | 19:57 | |
*** fnaval has quit IRC | 19:59 | |
*** aojea__ has quit IRC | 20:00 | |
*** salv-orlando has quit IRC | 20:00 | |
*** salv-orlando has joined #openstack-neutron | 20:00 | |
*** ushkalim has quit IRC | 20:01 | |
portdirect | hey - I'm trying to create a ovs port on one of my hosts to access a tenant network | 20:02 |
portdirect | I'm having trouble finding documentation to do this | 20:02 |
portdirect | I 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 IRC | 20:02 | |
ajo | portdirect: hi ;) | 20:03 |
portdirect | but some commands are truncated, does anyone have pointers on how to do this? | 20:03 |
*** mnasiadka has joined #openstack-neutron | 20:03 | |
portdirect | o/ ajo :) | 20:03 |
ajo | uh, it's my blog, probably I broke it when I moved it out from tumblr :D | 20:03 |
*** armaan has joined #openstack-neutron | 20:03 | |
ajo | let me check, what's truncated ? | 20:03 |
portdirect | `PORT_ID=$(neutron port-create --device-owner compute:container \` | 20:03 |
portdirect | and the command in the `Create the test_interf0 interface, wired to our new port` section looks wrong? | 20:04 |
portdirect | Ideally I'd like to do this - so I can gate ironic in zuul | 20:04 |
ajo | portdirect: oops, let me rebuild that, one second I need to try it somewhere :) | 20:05 |
portdirect | cheers ajo | 20:05 |
*** salv-orlando has quit IRC | 20:05 | |
*** fnaval has joined #openstack-neutron | 20:06 | |
*** aojea_ has quit IRC | 20:06 | |
*** moshele has joined #openstack-neutron | 20:06 | |
ajo | ok portdirect that would be | 20:07 |
ajo | PORT_ID=$(neutron port-create --device-owner compute:container --name test_interf0 $NETWORK_ID | awk '/ id / { print $4 }') | 20:07 |
*** mnasiadka has quit IRC | 20:08 | |
ajo | you can omit the --name part if you want | 20:08 |
ajo | that's just for the port-list to be nicer, or to have a logical name on the port that's useful for you | 20:08 |
portdirect | gotcha | 20:08 |
* ajo checks if anything else is broken | 20:08 | |
*** jasonking has quit IRC | 20:08 | |
ajo | portdirect: please note that ip link set dev test_interf0 address $PORT_MAC | 20:08 |
ajo | id probably going to break your host /etc/resolv.conf | 20:09 |
ajo | sorry | 20:09 |
ajo | not that | 20:09 |
ajo | I mean | 20:09 |
ajo | ip netns exec test-ns dhclient -I test_interf0 --no-pid test_interf0 -v | 20:09 |
*** mriedem1 is now known as mriedem | 20:09 | |
ajo | portdirect: ^that will break your /etc/resolv.conf | 20:09 |
ajo | I know there was a way to avoid dhclient messing with your host resolv.conf | 20:09 |
* ajo fixes the blog.. | 20:10 | |
portdirect | also this? | 20:10 |
portdirect | https://www.irccloud.com/pastebin/oZX3jzao/ | 20:10 |
*** kobis has quit IRC | 20:10 | |
ajo | oops | 20:15 |
ajo | that is missing the neutron id | 20:16 |
ajo | how did that work, /me checks | 20:16 |
*** aignatov has quit IRC | 20:17 | |
*** freerunner has quit IRC | 20:17 | |
*** aignatov has joined #openstack-neutron | 20:18 | |
*** mnasiadka has joined #openstack-neutron | 20:18 | |
ajo | portdirect: | 20:19 |
ajo | ovs-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 |
ajo | it was really broken ':S | 20:19 |
*** felipemonteiro_ has joined #openstack-neutron | 20:21 | |
*** aignatov2 has joined #openstack-neutron | 20:22 | |
*** mnasiadka has quit IRC | 20:22 | |
*** aignatov has quit IRC | 20:23 | |
*** aignatov2 is now known as aignatov | 20:23 | |
*** freerunner has joined #openstack-neutron | 20:23 | |
*** felipemonteiro has quit IRC | 20:24 | |
ajo | portdirect: does it work like that? | 20:25 |
portdirect | will check in the next hour | 20:26 |
portdirect | just being called into some fun with ceph | 20:26 |
*** mnasiadka has joined #openstack-neutron | 20:26 | |
portdirect | thanks for your help | 20:26 |
*** crose has quit IRC | 20:27 | |
*** tidwellr has quit IRC | 20:27 | |
*** chyka has quit IRC | 20:29 | |
*** chyka has joined #openstack-neutron | 20:30 | |
holo_ | haleyb: i created everything from beggining (only normal router instead of DVR and: https://pastebin.com/4knn8Xe3 | 20:30 |
holo_ | still that same i can not associate floating ip to instance | 20:31 |
*** mnasiadka has quit IRC | 20:31 | |
ajo | portdirect: ack, you're welcome, no problem :D | 20: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-neutron | 20:32 | |
*** chyka_ has joined #openstack-neutron | 20:33 | |
*** chyka has quit IRC | 20:34 | |
openstackgerrit | Lucian Petrut proposed openstack/neutron master: Windows: fix exec calls https://review.openstack.org/492107 | 20:35 |
*** links has joined #openstack-neutron | 20:36 | |
*** mnasiadka has quit IRC | 20:37 | |
*** bjornar has quit IRC | 20:39 | |
*** aignatov has quit IRC | 20:39 | |
*** freerunner has quit IRC | 20:39 | |
*** aignatov has joined #openstack-neutron | 20:40 | |
*** freerunner has joined #openstack-neutron | 20:41 | |
*** chyka_ has quit IRC | 20:42 | |
*** chyka has joined #openstack-neutron | 20:42 | |
*** tidwellr has joined #openstack-neutron | 20:45 | |
*** aojea_ has joined #openstack-neutron | 20:46 | |
*** ivve has quit IRC | 20:46 | |
*** mnasiadka has joined #openstack-neutron | 20:48 | |
*** chyka has quit IRC | 20:48 | |
armax | trozet: so to make sure I understand the actual impact of the issue | 20:49 |
*** chyka has joined #openstack-neutron | 20:49 | |
holo_ | Did anyone try to use vlans ports on HW machines instead of HW NICs/bridges? | 20:49 |
armax | trozet: are you connecting to the local OVSDB server via SSL? | 20:50 |
trozet | armax: yeah dhcp agent on the control node is connecting to ovsdb on the control node with ssl | 20:50 |
armax | I see | 20:51 |
trozet | armax: oh I just realized you are Armando :) hi | 20:51 |
armax | yep, that would be me :) | 20:51 |
trozet | didnt know the nick | 20:51 |
*** aojea__ has joined #openstack-neutron | 20:51 | |
armax | hello! :) | 20:51 |
trozet | armax: we've met before in case you don't remember. We chatted about Tacker/networking-sfc and NSH | 20:52 |
trozet | at some past conference | 20:52 |
armax | Yeah, I remember you! | 20:52 |
armax | hence I jumped to ODL first when I saw your name | 20:52 |
armax | anyhoo | 20:52 |
*** mnasiadka has quit IRC | 20:52 | |
armax | I suppose the SSL handshake impact is minimal, just curious? | 20:52 |
trozet | armax: I think there is no risk to Neutron, the patch only does anything if the ovsdb_connection is set to use an SSL uri | 20:53 |
armax | right, I am not thinking about that | 20:54 |
armax | I wonder if the use of SSL has an adverse impact of CPU usage on the box | 20:54 |
armax | irrespective of neutron | 20:54 |
*** aojea_ has quit IRC | 20:54 | |
trozet | armax: 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 encryption | 20:55 |
armax | gotcha | 20:56 |
armax | OK, something to figure out later I guess :) | 20:56 |
*** moshele has quit IRC | 20:56 | |
*** dougwig has joined #openstack-neutron | 20:56 | |
*** aojea_ has joined #openstack-neutron | 20:57 | |
trozet | amrax: 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 connection | 20:57 |
*** salmankhan has joined #openstack-neutron | 20:58 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/networking-odl master: DNM: Experiment oxygen-snapshot jobs https://review.openstack.org/539050 | 20:59 |
armax | right, OK | 20:59 |
*** zenirc369 has quit IRC | 20:59 | |
*** lpetrut_ has quit IRC | 21:00 | |
*** aojea__ has quit IRC | 21:00 | |
armax | I reviewed the patch, I think it’s probably OK, but ihrachys’ points should be addressed as soon as Rocky opens up | 21:00 |
armax | it sounds like this is a blocker for TripleO, in that specific configuration you’re trying this stuff out | 21:00 |
armax | let me sync up with mlavalle | 21:00 |
trozet | armax: ok cool. I'll work on updating the patch based on the comments. Is there anything else I need to do? | 21:01 |
armax | but we have another week between now and RC1 | 21:01 |
trozet | armax: right it is blocking on the TripleO side | 21:01 |
armax | trozet: you can probably sell a little better the gravity of the situation | 21:01 |
armax | especially on the bug report ;) | 21:01 |
trozet | armax: will do | 21:01 |
*** salv-orlando has joined #openstack-neutron | 21:01 | |
*** aojea__ has joined #openstack-neutron | 21:01 | |
armax | mlavalle: you around? | 21:01 |
mlavalle | armax, trozet: I am reading through the neutron channel logs to get up to speed on this situation | 21:02 |
*** mnasiadka has joined #openstack-neutron | 21:02 | |
*** salmankhan has quit IRC | 21:02 | |
armax | mlavalle: you can multitask right? | 21:02 |
armax | ) | 21:02 |
armax | :) | 21:02 |
mlavalle | armax: I can try, yeah | 21:03 |
mlavalle | I didn't mean to say I wasn't going to pay attention to you | 21:03 |
ihrachys | trozet, describing how lack of the patch blocks some significant feature in another project, f.e. tripleo, would be a good sell | 21:03 |
mlavalle | I was just letting you know that I am getting up to speed on the situation | 21:04 |
*** aojea_ has quit IRC | 21:04 | |
mlavalle | and yes, as ihrachys indicates, it would help if trozet describes the impact of this | 21:04 |
trozet | yeah I will update the bug with more info | 21:05 |
*** salv-orlando has quit IRC | 21:06 | |
*** aojea_ has joined #openstack-neutron | 21:07 | |
*** mnasiadka has quit IRC | 21:07 | |
*** armaan has quit IRC | 21:07 | |
haleyb | holo_: is the neutron server running? 'openstack endpoint list' as admin | 21:08 |
holo_ | 8a1beafcec5c kolla/centos-source-neutron-server:pike "kolla_start" 2 hours ago Up 2 hours neutron_server | 21:10 |
holo_ | from docker ps | 21:10 |
*** aojea__ has quit IRC | 21:10 | |
*** Alex_Staf has quit IRC | 21:10 | |
holo_ | | 53ba96a5d85943a5ac5c152e0085e464 | RegionOne | neutron | network | True | admin | http://192.168.30.254:9696 | 21:11 |
holo_ | and from your command | 21:11 |
holo_ | im stargint to doubt if i can use vlans interfaces instead of NICs | 21:11 |
*** aojea__ has joined #openstack-neutron | 21:12 | |
holo_ | but it should work, every interface expect external neutron are mainly for comunication between services as i understand | 21:12 |
*** kobis has joined #openstack-neutron | 21:13 | |
*** ivve has joined #openstack-neutron | 21:13 | |
holo_ | haleyb: any other idea what could be wrong with my configuration? | 21:13 |
*** aojea_ has quit IRC | 21:14 | |
haleyb | holo_: not really, but if you can't reach the neutron endpoint that would explain why you can't associate the floating ip | 21:15 |
*** jasonking has joined #openstack-neutron | 21:15 | |
holo_ | hmm but i can | 21:16 |
holo_ | curl is connecting from controller without problem | 21:16 |
*** rstarmer has joined #openstack-neutron | 21:16 | |
*** aojea_ has joined #openstack-neutron | 21:16 | |
*** mnasiadka has joined #openstack-neutron | 21:17 | |
*** mvk has joined #openstack-neutron | 21:18 | |
haleyb | holo_: 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 lines | 21:19 |
*** aojea__ has quit IRC | 21:19 | |
holo_ | no there is no any error.. checking l3-agent.log | 21:19 |
holo_ | haleyb: https://pastebin.com/qjudTBXN thats all what i have in this log on controller node | 21:21 |
*** mnasiadka has quit IRC | 21:22 | |
holo_ | haleyb: and thats all what i have in compute neutron-l3-agent.log: https://pastebin.com/8Kx9TWnh | 21:22 |
*** aojea__ has joined #openstack-neutron | 21:22 | |
*** suresh12 has quit IRC | 21:23 | |
*** crose has joined #openstack-neutron | 21:24 | |
*** aojea_ has quit IRC | 21:25 | |
otherwiseguy | armax, glad to hear it! | 21:26 |
*** aojea_ has joined #openstack-neutron | 21:27 | |
otherwiseguy | so much of my experience with dpdk was just a never-ending series of "ok, now why doesn't *this* work?" | 21:27 |
otherwiseguy | there are so many ways to break it. ;) | 21:27 |
*** rmcall has quit IRC | 21:27 | |
*** moshele has joined #openstack-neutron | 21: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 IRC | 21:29 | |
holo_ | should neutron external and other networks be phisically separated? | 21:29 |
*** mnasiadka has joined #openstack-neutron | 21:32 | |
*** aojea__ has joined #openstack-neutron | 21:32 | |
*** links has quit IRC | 21:32 | |
haleyb | holo_: 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 IRC | 21:34 | |
*** aojea_ has quit IRC | 21:35 | |
holo_ | yest that was all | 21:35 |
holo_ | yes* | 21:35 |
openstackgerrit | Merged openstack/networking-odl master: Fixes websocket to use TLS when ODL NB is TLS https://review.openstack.org/533295 | 21:36 |
*** mnasiadka has quit IRC | 21:36 | |
holo_ | i just destroyed installation and will try to move neutron external interface from bond0 to another vlan | 21:36 |
mlavalle | otherwiseguy: that was slow motion reaction. armax made that comment hours ago LOL | 21:38 |
*** aojea_ has joined #openstack-neutron | 21:38 | |
*** kobis has quit IRC | 21:39 | |
*** aojea__ has quit IRC | 21:39 | |
*** aojea__ has joined #openstack-neutron | 21:43 | |
*** tpsilva has quit IRC | 21:45 | |
otherwiseguy | mlavalle, 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 |
otherwiseguy | Sometimes I get a wrapped up in what I'm working on and don't notice when it drops. :) | 21:45 |
*** aojea_ has quit IRC | 21:46 | |
*** salmankhan has joined #openstack-neutron | 21:46 | |
mlavalle | otherwiseguy: 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-neutron | 21:47 | |
*** salv-orlando has joined #openstack-neutron | 21:47 | |
*** aojea_ has joined #openstack-neutron | 21:49 | |
*** mnasiadka has quit IRC | 21:51 | |
*** aojea__ has quit IRC | 21:52 | |
*** aojea_ has quit IRC | 21:52 | |
*** suresh12_ has joined #openstack-neutron | 21:53 | |
*** rstarmer has joined #openstack-neutron | 21:56 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/networking-odl master: Fix OpenDaylight setup. https://review.openstack.org/539050 | 21:57 |
openstackgerrit | Manjeet Singh Bhatia proposed openstack/networking-odl master: Fix OpenDaylight setup with oxygen. https://review.openstack.org/539050 | 21:57 |
*** brault has quit IRC | 21:58 | |
*** armaan has joined #openstack-neutron | 21:59 | |
*** moshele has quit IRC | 22:01 | |
*** mnasiadka has joined #openstack-neutron | 22:02 | |
*** iyamahat_ has quit IRC | 22:04 | |
*** yamahata has quit IRC | 22:04 | |
*** matrohon has joined #openstack-neutron | 22:06 | |
*** mnasiadka has quit IRC | 22:07 | |
*** martinus__ has quit IRC | 22:09 | |
*** SumitNaiksatam has quit IRC | 22:13 | |
*** janzian has quit IRC | 22:13 | |
*** crose has quit IRC | 22:16 | |
*** mnasiadka has joined #openstack-neutron | 22:17 | |
*** kstev has quit IRC | 22:18 | |
*** mnasiadka has quit IRC | 22:21 | |
*** salv-orl_ has joined #openstack-neutron | 22:23 | |
*** rmcall has joined #openstack-neutron | 22:23 | |
*** holo_ has quit IRC | 22:25 | |
*** salv-orlando has quit IRC | 22:25 | |
*** hjensas has quit IRC | 22:28 | |
*** mnasiadka has joined #openstack-neutron | 22:32 | |
*** edmondsw has quit IRC | 22:32 | |
*** edmondsw has joined #openstack-neutron | 22:33 | |
*** mnasiadka has quit IRC | 22:36 | |
*** edmondsw has quit IRC | 22:37 | |
*** suresh12_ has quit IRC | 22:42 | |
*** salv-orl_ has quit IRC | 22:42 | |
*** salv-orlando has joined #openstack-neutron | 22:43 | |
*** felipemonteiro_ has quit IRC | 22:43 | |
*** felipemonteiro_ has joined #openstack-neutron | 22:43 | |
*** salmankhan has quit IRC | 22:44 | |
*** suresh12 has joined #openstack-neutron | 22:45 | |
*** mnasiadka has joined #openstack-neutron | 22:47 | |
*** salv-orlando has quit IRC | 22:47 | |
*** rmcall has quit IRC | 22:49 | |
openstackgerrit | James E. Blair proposed openstack/networking-midonet master: Zuul: Remove project name https://review.openstack.org/539721 | 22:50 |
*** mnasiadka has quit IRC | 22:51 | |
*** andreas_s has joined #openstack-neutron | 22:54 | |
*** andreas_s has quit IRC | 22:58 | |
*** boden has quit IRC | 22:59 | |
*** munishmehan has quit IRC | 23:01 | |
*** mnasiadka has joined #openstack-neutron | 23:02 | |
*** slaweq has joined #openstack-neutron | 23:04 | |
*** tidwellr has quit IRC | 23:05 | |
*** tidwellr has joined #openstack-neutron | 23:05 | |
*** mnasiadka has quit IRC | 23:06 | |
*** esberglu has quit IRC | 23:07 | |
*** felipemonteiro__ has joined #openstack-neutron | 23:08 | |
*** slaweq has quit IRC | 23:09 | |
*** tidwellr has quit IRC | 23:09 | |
*** matrohon has quit IRC | 23:10 | |
*** slaweq has joined #openstack-neutron | 23:11 | |
*** felipemonteiro_ has quit IRC | 23:12 | |
*** slaweq has quit IRC | 23:15 | |
*** hjensas has joined #openstack-neutron | 23:15 | |
*** mnasiadka has joined #openstack-neutron | 23:17 | |
*** iyamahat has joined #openstack-neutron | 23:20 | |
*** mnasiadka has quit IRC | 23:22 | |
*** rstarmer has quit IRC | 23:24 | |
*** mlavalle has quit IRC | 23:24 | |
*** john51 has quit IRC | 23:26 | |
*** lyan has quit IRC | 23:27 | |
*** rcernin has joined #openstack-neutron | 23:28 | |
*** mnasiadka has joined #openstack-neutron | 23:32 | |
*** john51 has joined #openstack-neutron | 23:33 | |
*** yamahata has joined #openstack-neutron | 23:35 | |
*** rstarmer has joined #openstack-neutron | 23:37 | |
*** mnasiadka has quit IRC | 23:37 | |
*** zenirc369 has joined #openstack-neutron | 23:40 | |
*** john51 has quit IRC | 23:43 | |
*** salv-orlando has joined #openstack-neutron | 23:43 | |
*** jasonking has quit IRC | 23:44 | |
*** john51 has joined #openstack-neutron | 23:45 | |
*** mnasiadka has joined #openstack-neutron | 23:47 | |
*** salv-orlando has quit IRC | 23:47 | |
*** jasonking has joined #openstack-neutron | 23:48 | |
*** yushiro has joined #openstack-neutron | 23:48 | |
*** armax has quit IRC | 23:49 | |
*** rcernin has quit IRC | 23:50 | |
*** mnasiadka has quit IRC | 23:51 | |
*** mchlumsky has quit IRC | 23:56 | |
*** bcafarel has quit IRC | 23:56 | |
*** umbSublime has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!