Friday, 2021-04-02

*** yamamoto has joined #openstack-lbaas00:37
*** sapd1 has quit IRC00:53
openstackgerritMichael Johnson proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046501:02
*** osmanlicilegi has joined #openstack-lbaas01:19
*** osmanlicilegi has quit IRC01:19
*** osmanlicilegi has joined #openstack-lbaas01:20
*** jamesdenton has quit IRC03:45
*** jamesdenton has joined #openstack-lbaas03:45
*** vishalmanchanda has joined #openstack-lbaas04:02
*** rcernin_ has joined #openstack-lbaas04:28
*** jamesdenton has quit IRC04:36
*** jamesden_ has joined #openstack-lbaas04:36
*** rcernin_ has quit IRC04:41
*** gcheresh has joined #openstack-lbaas05:13
*** jamesden_ has quit IRC05:27
*** jamesdenton has joined #openstack-lbaas05:28
*** gcheresh has quit IRC05:52
*** vishalmanchanda has quit IRC06:11
*** luksky has joined #openstack-lbaas06:48
zigojohnsom: Please go ahead.07:30
zigojohnsom: I was merly suggesting to help *others* to understand, since we did the mistake with that ca_certificates_file directive, so whatever that may help to avoid the mistake is a good idea.07:30
zigoSo by all means, take over my patch ...07:31
*** jamesdenton has quit IRC07:50
*** jamesdenton has joined #openstack-lbaas07:51
*** luksky has quit IRC08:02
openstackgerritGregory Thiemonge proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046508:59
*** luksky has joined #openstack-lbaas09:08
*** sapd1 has joined #openstack-lbaas09:19
openstackgerritGregory Thiemonge proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046509:43
*** sapd1 has quit IRC10:55
openstackgerritaarefiev proposed openstack/octavia master: [Worker]: use retries from conf for tasflow persistence  https://review.opendev.org/c/openstack/octavia/+/78456110:59
*** yamamoto has quit IRC11:05
*** yamamoto has joined #openstack-lbaas11:24
*** luksky has quit IRC11:26
*** jamesdenton has quit IRC12:00
*** jamesdenton has joined #openstack-lbaas12:00
*** sapd1 has joined #openstack-lbaas12:43
*** gcheresh has joined #openstack-lbaas12:54
*** luksky has joined #openstack-lbaas12:57
*** yamamoto has quit IRC13:15
*** yamamoto has joined #openstack-lbaas13:15
*** yamamoto has quit IRC13:16
*** jamesdenton has quit IRC13:37
*** jamesdenton has joined #openstack-lbaas13:38
mnaserjohnsom: i can help with adding notifications but i'm afraid that i dont know if i can do the whole spec dance14:18
mnasercause i have a timeline to have this done by ;(14:18
johnsomgthiemonge: Thanks Greg! It is so strange that my system passes that test as well.14:18
mnaserbut overall it won't be anything different than any other openstack project that publishes octavia.loadbalancer.create.{start,end} notifs, and octavia.loadbalancer.exists ones, and possibly resize/retype14:19
johnsommnaser: Since there is no standard for the schema of those notifications, even capturing a proposal for that would be a good start.14:21
gthiemongejohnsom: I guess you have either an old haproxy in your amp or an old test_server.bin in tempest14:21
mnaserok so i'll push up something, it should be relatively easy14:22
johnsomI checked the haproxy version, they match. Maybe the code is slightly old14:22
johnsommnaser: there is a proposed old patch that has some problems if you want to start there14:23
mnaserooooh14:23
mnaserjohnsom: mind helping me find it?14:23
johnsommnaser: it sends security keys which is bad and does not work with third party drivers14:24
mnaseroof, yeah, that's not ok, it should pretty much ideally send the same schema as the api GET14:24
mnaserso payload in the notification should not be any different than json you get in GET on a load balacner14:24
johnsomI am on mobile and not in the office today, so it may take me a while to find14:25
mnaserjohnsom: ah ok, i will try to craft some gerrit searches! :)14:26
mnaserjohnsom: https://review.opendev.org/c/openstack/octavia/+/67443214:26
mnasergot it!@14:26
johnsomSo you don’t want status, just build/built?14:27
mnaserit looks like it was maybe just forgotten about14:27
mnaserjohnsom: yeah, and .exists as well14:28
johnsomNo, there were PTG sessions about the issues that never got fixed14:28
mnaserah i dont see anything in the review, so maybe i will work on getting it rebased and then let you find those issues14:29
johnsomLike anything in a task it amphora driver only...14:31
*** openstackstatus has joined #openstack-lbaas14:31
*** ChanServ sets mode: +v openstackstatus14:31
*** jamesdenton has quit IRC15:00
*** jamesden_ has joined #openstack-lbaas15:01
johnsommnaser Here are the stories: https://storyboard.openstack.org/#!/story/2003782 https://storyboard.openstack.org/#!/story/2003773 https://storyboard.openstack.org/#!/story/200412215:01
johnsomHere are some patches we discussed at PTGs: https://review.opendev.org/c/openstack/octavia/+/611882 https://review.opendev.org/c/openstack/octavia/+/615382 https://review.opendev.org/c/openstack/octavia/+/674432/15:02
johnsomAs you can see they are widely different15:02
johnsomThe last point we left it was the need for a spec to narrow the needs to specific actionable path forward.15:03
johnsomConcerns were: Need to build a notifications framework. Need to make sure we don't hang on queue issues. Need to make sure the notifications expire and don't fill the queues up. Need to make sure the security keys and certificates are not included. Need to make sure they work with all of the drivers and not just the amphora drivers.15:05
johnsomThe PTG notes are on the etherpad, starting at Victoria and going backward a few15:05
johnsomHere is the start of a spec: https://review.opendev.org/c/openstack/octavia/+/72791515:07
johnsomWith the telemetry projects going unstaffed, it made this even harder15:09
johnsommnaser Should I e-mail that to you?15:09
johnsomI sent that just in case you are offline for the day and miss those notes.15:14
* johnsom disappears back to a day off15:14
mnaserthat final spec seems perfect for the initial use case15:38
mnaseri think trying to make notifications consistent across all projects is a gigantic effort -- and notifications are well overdue15:39
openstackgerritMichael Johnson proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046516:14
*** __ministry1 has joined #openstack-lbaas16:16
openstackgerritMichael Johnson proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046516:17
openstackgerritMichael Johnson proposed openstack/octavia-tempest-plugin master: Adds a pool re-encryption scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76046516:20
openstackgerritMichael Johnson proposed openstack/octavia-tempest-plugin master: Adds a pool client authentication scenario test  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/76047116:30
*** yamamoto has joined #openstack-lbaas16:35
openstackgerritMichael Johnson proposed openstack/octavia master: Fix comment for the ca_certificates_file opt  https://review.opendev.org/c/openstack/octavia/+/78438216:40
*** yamamoto has quit IRC16:41
* johnsom Disappears again16:41
*** __ministry1 has quit IRC17:46
*** jamesden_ has quit IRC19:11
*** jamesdenton has joined #openstack-lbaas19:11
*** luksky has quit IRC19:49
*** luksky has joined #openstack-lbaas19:52
*** zzzeek has quit IRC19:58
*** zzzeek has joined #openstack-lbaas19:59
*** jamesdenton has quit IRC20:40
*** jamesden_ has joined #openstack-lbaas20:40
*** gcheresh has quit IRC21:45
*** zzzeek has quit IRC21:52
*** zzzeek has joined #openstack-lbaas21:53
*** luksky has quit IRC22:06
*** jamesden_ has quit IRC22:12
*** jamesdenton has joined #openstack-lbaas22:13
*** yamamoto has joined #openstack-lbaas22:15
*** yamamoto_ has joined #openstack-lbaas23:00
*** yamamoto has quit IRC23:04
*** yamamoto_ has quit IRC23:17

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!