openstackgerrit | Merged openstack/octavia master: Fix the tips job for octavia-lib https://review.opendev.org/682148 | 00:04 |
---|---|---|
openstackgerrit | Merged openstack/octavia master: Fix the amphora no-op driver https://review.opendev.org/682420 | 00:17 |
*** gthiemonge has quit IRC | 00:57 | |
*** gthiemonge has joined #openstack-lbaas | 00:57 | |
*** yamamoto has joined #openstack-lbaas | 01:30 | |
openstackgerrit | Merged openstack/octavia-dashboard master: Use lower-constraints template https://review.opendev.org/682201 | 01:45 |
*** ricolin has joined #openstack-lbaas | 02:22 | |
*** yamamoto has quit IRC | 02:33 | |
*** yamamoto has joined #openstack-lbaas | 03:05 | |
johnsom | Finally! Got the awk environment variable thing working... Now to actually fix the plugin for IPv6. | 03:05 |
johnsom | https://usercontent.irccloud-cdn.com/file/GWw31mjL/image.png | 03:08 |
johnsom | Worth doing the free certification if you want to learn more about IPv6 | 03:09 |
cjloader | johnsom: hi | 03:24 |
johnsom | cjloader Cam! how are you? | 03:25 |
cjloader | I'm holding up, you? | 03:25 |
johnsom | cjloader I am well. Just about to go on vacation for a few weeks. So better every day! | 03:26 |
cjloader | Nice. What are you up to these days? | 03:26 |
johnsom | cjloader I am with Red Hat working on Octavia. | 03:27 |
johnsom | So, same story, new boss. lol | 03:27 |
cjloader | Awesome!! Glad you are still working on Octavia. | 03:27 |
*** psachin has joined #openstack-lbaas | 03:34 | |
rm_work | ah yeah that might be worth doing, lol | 04:11 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/670735 | 04:12 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix the diskimage-create tox "build" environment https://review.opendev.org/679358 | 04:12 |
rm_work | ^^ double rebase | 04:12 |
johnsom | k | 04:12 |
rm_work | and +A'd agaian | 04:12 |
rm_work | those two keep failing some random gate >_< | 04:13 |
rm_work | if i had the ability to just +2 the merge, i would | 04:13 |
johnsom | I raised that the DNS issue is back for infra | 04:13 |
rm_work | because it's always some random other one | 04:13 |
rm_work | *random other test that fails | 04:13 |
rm_work | or times out for no good reason | 04:13 |
rm_work | but we're doing good on merges | 04:13 |
rm_work | anything recently merge that needs backports? | 04:14 |
johnsom | No idea | 04:14 |
rm_work | these +1 backport on everything from the bots is making it difficult | 04:14 |
johnsom | I have been a bit "focused" on stuff recently | 04:14 |
rm_work | i'm serious about a new bucket | 04:14 |
rm_work | I think i'm going to really propose it | 04:14 |
johnsom | Ok | 04:14 |
johnsom | I won't fight it | 04:14 |
rm_work | where's the code for that? | 04:14 |
rm_work | is it in our project? | 04:14 |
rm_work | or is it proposed to a different thing | 04:14 |
johnsom | No, it is in project-config | 04:15 |
rm_work | k | 04:15 |
johnsom | search for me in there, the last patch should be the backport patch | 04:16 |
*** gcheresh has joined #openstack-lbaas | 04:16 | |
*** AustinR has quit IRC | 04:16 | |
rm_work | "A-Bot-Catcher"? | 04:17 |
rm_work | yeah i found the spot | 04:17 |
johnsom | Finally got the devstack plugin working, now we hit an odd oslo config issue. deep into netaddr package now... sigh | 04:19 |
*** gcheresh has quit IRC | 04:20 | |
rm_work | johnsom: https://review.opendev.org/#/c/683028/ | 04:29 |
*** AustinR has joined #openstack-lbaas | 04:30 | |
johnsom | rm_work +1 from me | 04:32 |
*** gcheresh has joined #openstack-lbaas | 04:38 | |
*** pcaruana has joined #openstack-lbaas | 04:42 | |
*** gcheresh has quit IRC | 04:42 | |
*** ramishra has joined #openstack-lbaas | 04:43 | |
eandersson | johnsom, what is the issue? | 04:44 |
eandersson | I was fighting issues with netaddr not parsing [] properly | 04:45 |
johnsom | eandersson https://zuul.opendev.org/t/openstack/build/ee5c6cc1ced24e4a9b88767791b87f52/log/controller/logs/devstacklog.txt.gz#25872 | 04:45 |
johnsom | Not fully convinced it is netaddr, but... in the neighborhood | 04:46 |
eandersson | Yep same issue | 04:46 |
rm_work | hmmm | 04:46 |
rm_work | interesting | 04:46 |
johnsom | Somehow loopback is not valid.... <_< | 04:46 |
eandersson | [] is not valid | 04:46 |
eandersson | only valid for uris | 04:46 |
eandersson | check for example MYSQL_IP in devstack | 04:47 |
eandersson | https://review.opendev.org/#/c/678321/ | 04:47 |
rm_work | ah so it should just be `::1`? | 04:47 |
eandersson | Yea | 04:47 |
eandersson | if it's an uri it can be wrapped with [], if not it can't | 04:47 |
johnsom | Well, technically, [::1] is 100% valid. | 04:47 |
rm_work | oh | 04:48 |
rm_work | does ipv6_unquote work? | 04:48 |
eandersson | Yea - but things like mysql, bind etc does not handle it | 04:48 |
eandersson | yep | 04:48 |
johnsom | Otherwise ::1:8080 is .... | 04:48 |
eandersson | yea | 04:48 |
eandersson | like pdns config can't handle it | 04:48 |
eandersson | but pdns database needs it because of exactly that | 04:48 |
rm_work | that's kinda dumb | 04:48 |
rm_work | but ok, the fix is to ipv6_unquote <_< | 04:49 |
eandersson | it's real dumb | 04:49 |
johnsom | You designate PTLs and your pdns | 04:49 |
eandersson | gotta love pdns :D | 04:49 |
johnsom | I am a bit old school with bind. I have a patch or two in there.... | 04:49 |
eandersson | I had a conversation about it with the oslo devs btw on irc | 04:50 |
eandersson | wai according to them (witht he oslo validation steps) | 04:50 |
eandersson | was very confusing | 04:50 |
johnsom | Hmm, so maybe we have to hack $SERVICE_HOST from devstack.... | 04:53 |
johnsom | I think I am about done tonight. I will deal with this fun tomorrow | 04:53 |
eandersson | or just use ipv6_unquote ? | 04:54 |
johnsom | Yeah, so, hack it | 04:54 |
johnsom | grin | 04:54 |
eandersson | :D | 04:54 |
johnsom | Sorry, my poor code BS meter is already a bit high... lol Probably a lack of sleep. | 04:55 |
*** rcernin_ has joined #openstack-lbaas | 04:56 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Allow IPv6 health network in devstack https://review.opendev.org/665103 | 04:57 |
*** rcernin has quit IRC | 04:59 | |
*** AustinR has quit IRC | 05:03 | |
*** ajay33 has joined #openstack-lbaas | 05:07 | |
*** AustinR has joined #openstack-lbaas | 05:10 | |
*** AustinR has quit IRC | 05:12 | |
*** AustinR has joined #openstack-lbaas | 05:13 | |
*** gcheresh has joined #openstack-lbaas | 05:19 | |
*** AustinR has quit IRC | 05:32 | |
*** AustinR has joined #openstack-lbaas | 05:33 | |
rm_work | err can you do it that way? | 05:34 |
rm_work | `ipv6_unquote($SERVICE_HOST)`? | 05:34 |
rm_work | I thought it'd be: | 05:34 |
rm_work | $(ipv6_unquote $SERVICE_HOST) | 05:34 |
rm_work | i guess i'll wait to see if it passes and then fix it because i just tested that and it doesn't work for me :( | 05:36 |
rm_work | err well it passed but i think it has always been passing... need to find where to prove that worked or not | 05:45 |
johnsom | Was there yet another zuul restart that hosed everyone's jobs? | 06:38 |
johnsom | I rechecked, but no output, no job in zuul | 06:38 |
johnsom | Yep, sigh, so tired of jobs getting random killed | 06:40 |
rm_work | T_T | 06:41 |
rm_work | johnsom: so how do you tell if this works or not | 06:41 |
rm_work | johnsom: i think you need to change it to what i put above? | 06:42 |
johnsom | I think it *should* work, but I did just off the fly throw that in.... | 06:42 |
johnsom | You might be right.... | 06:43 |
johnsom | I was watching the AGT finale when I pushed that | 06:43 |
johnsom | But we should have had an answer hours ago.... | 06:44 |
*** rcernin_ has quit IRC | 06:48 | |
*** takamatsu has quit IRC | 06:50 | |
*** psachin has quit IRC | 06:53 | |
rm_work | i thought it ... finished? | 07:04 |
rm_work | johnsom: it seems like it finished | 07:04 |
*** rpittau|afk is now known as rpittau | 07:05 | |
rm_work | i see the +1 from zuul... but it's been +1s every time so... | 07:05 |
johnsom | Non. voting | 07:05 |
johnsom | I didn’t see any result on the last run | 07:05 |
rm_work | ah | 07:08 |
rm_work | hmm | 07:08 |
rm_work | well, the tempest patch in the gate right now failed with: | 07:08 |
rm_work | 2019-09-19 06:53:20.370 | ERROR: Could not install packages due to an EnvironmentError: HTTPConnectionPool(host='mirror.ord.rax.opendev.org', port=80): Max retries exceeded with url: /pypifiles/packages/30/db/9e38760b32e3e7f40cce46dd5fb107b8c73840df38f0046d8e6514e675a1/pip-19.2.3-py2.py3-none-any.whl (Caused by ProtocolError('Connection aborted.', BadStatusLine('No status line received - the server has closed the | 07:08 |
rm_work | connection',))) | 07:08 |
rm_work | also what am i missing here | 07:09 |
rm_work | are we looking at different patches? | 07:10 |
rm_work | https://i.imgur.com/0heOKK6.png | 07:10 |
rm_work | what other job am i supposed to see? | 07:11 |
cgoncalves | https://review.opendev.org/#/c/682726/ | 07:11 |
rm_work | AH, rechecking that every time? | 07:11 |
rm_work | ok | 07:11 |
rm_work | that makes way more sense | 07:12 |
cgoncalves | hmm, I co-authored that patch?! I can't take credits for something I didn't do | 07:12 |
rm_work | lol | 07:13 |
rm_work | he added both of us in PS3 | 07:14 |
rm_work | wonder why lol | 07:14 |
rm_work | it was too long ago, maybe collab on IRC? <_< | 07:14 |
cgoncalves | is https://review.opendev.org/#/c/594078 still relevant? | 07:14 |
rm_work | unclear | 07:21 |
rm_work | maybe that's why? | 07:21 |
rm_work | possible he just ported our work into that one | 07:21 |
* rm_work shrugs | 07:21 | |
rm_work | tho it doesn't have any of the test_base.py stuff | 07:22 |
rm_work | so octavia will set up everything in the test with ipv4 <_< | 07:22 |
johnsom | ??? We test with ipv6 by default | 07:24 |
johnsom | That other tempest patch is ... questionable imo | 07:25 |
*** tesseract has joined #openstack-lbaas | 07:26 | |
johnsom | Well, I should say we teat mixed by default | 07:26 |
johnsom | Ok, really sleeping now. Super important meeting in 5 hours. Lol, probably not... | 07:27 |
johnsom | 80% chance it will be cancelled by the time I get up for it | 07:28 |
cgoncalves | likely yes | 07:29 |
*** luksky has joined #openstack-lbaas | 07:37 | |
*** takamatsu has joined #openstack-lbaas | 07:44 | |
*** mjozefcz has joined #openstack-lbaas | 07:45 | |
*** ivve has joined #openstack-lbaas | 07:45 | |
rm_work | cgoncalves: i'm gonna crash, can you recheck https://review.opendev.org/682240 when it finishes failing? lol | 07:52 |
cgoncalves | yep | 07:55 |
rm_work | sweet thx | 07:58 |
*** yamamoto has quit IRC | 08:13 | |
*** tkajinam has quit IRC | 08:19 | |
openstackgerrit | Merged openstack/octavia master: Fix the diskimage-create tox "build" environment https://review.opendev.org/679358 | 08:45 |
*** takamatsu_ has joined #openstack-lbaas | 08:46 | |
*** takamatsu has quit IRC | 08:46 | |
openstackgerrit | Merged openstack/octavia master: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/670735 | 09:03 |
*** yamamoto has joined #openstack-lbaas | 09:06 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683070 | 09:15 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/rocky: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683071 | 09:15 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/queens: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683072 | 09:15 |
*** takamatsu_ has quit IRC | 09:19 | |
*** gcheresh has quit IRC | 09:26 | |
*** gcheresh has joined #openstack-lbaas | 09:26 | |
*** yamamoto has quit IRC | 09:32 | |
*** takamatsu has joined #openstack-lbaas | 09:36 | |
*** yamamoto has joined #openstack-lbaas | 09:38 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Fix health monitor API handling of None updates https://review.opendev.org/683090 | 09:55 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Fix member API handling of None/null updates https://review.opendev.org/683092 | 09:55 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/rocky: Fix member API handling of None/null updates https://review.opendev.org/683093 | 09:56 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/stein: Fix pool API handling of None/null updates https://review.opendev.org/683094 | 09:56 |
*** takamatsu has quit IRC | 10:00 | |
openstackgerrit | Maciej Józefczyk proposed openstack/octavia master: Validate supported LB algorithm in Amphora provider drivers https://review.opendev.org/672477 | 10:06 |
*** takamatsu has joined #openstack-lbaas | 10:06 | |
*** yamamoto has quit IRC | 10:10 | |
mjozefcz | cgoncalves++ thanks for review | 10:11 |
*** yamamoto has joined #openstack-lbaas | 10:12 | |
*** rcernin_ has joined #openstack-lbaas | 10:15 | |
*** trident has quit IRC | 10:35 | |
*** rcernin_ has quit IRC | 10:36 | |
*** sapd1_x has joined #openstack-lbaas | 10:37 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Convert listener flows to use provider models https://review.opendev.org/660236 | 10:38 |
*** trident has joined #openstack-lbaas | 10:48 | |
*** pcaruana has quit IRC | 10:54 | |
*** rpittau is now known as rpittau|afk | 10:56 | |
*** takamatsu has quit IRC | 11:00 | |
*** takamatsu has joined #openstack-lbaas | 11:06 | |
*** yamamoto has quit IRC | 11:13 | |
*** pcaruana has joined #openstack-lbaas | 11:17 | |
*** yamamoto has joined #openstack-lbaas | 11:17 | |
*** takamatsu has quit IRC | 11:22 | |
*** takamatsu has joined #openstack-lbaas | 11:28 | |
*** sapd1_x has quit IRC | 11:38 | |
*** boden has joined #openstack-lbaas | 11:41 | |
*** yamamoto has quit IRC | 11:42 | |
*** yamamoto has joined #openstack-lbaas | 11:46 | |
*** yamamoto has quit IRC | 11:57 | |
*** ajay33 has quit IRC | 11:58 | |
*** yamamoto has joined #openstack-lbaas | 12:00 | |
*** ricolin has quit IRC | 12:06 | |
*** goldyfruit_ has quit IRC | 12:11 | |
*** takamatsu has quit IRC | 12:21 | |
*** takamatsu has joined #openstack-lbaas | 12:27 | |
*** eandersson has quit IRC | 12:31 | |
*** yamamoto has quit IRC | 12:33 | |
*** takamatsu has quit IRC | 12:38 | |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Associate floating IP after lb ACTIVE https://review.opendev.org/682240 | 12:46 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Allow IPv6 health network in devstack https://review.opendev.org/665103 | 13:07 |
*** takamatsu has joined #openstack-lbaas | 13:16 | |
*** yamamoto has joined #openstack-lbaas | 13:16 | |
*** goldyfruit_ has joined #openstack-lbaas | 13:16 | |
*** yamamoto_ has joined #openstack-lbaas | 13:17 | |
*** AustinR has quit IRC | 13:20 | |
*** yamamoto has quit IRC | 13:21 | |
*** yamamoto_ has quit IRC | 13:24 | |
*** pcaruana has quit IRC | 13:28 | |
*** AustinR has joined #openstack-lbaas | 13:36 | |
*** yamamoto has joined #openstack-lbaas | 13:43 | |
*** pcaruana has joined #openstack-lbaas | 13:54 | |
*** tesseract has quit IRC | 14:00 | |
*** reneluria has quit IRC | 14:02 | |
*** Vorrtex has joined #openstack-lbaas | 14:04 | |
cgoncalves | https://github.com/openstack/octavia/blob/stable/queens/octavia/tests/functional/api/v2/test_l7rule.py#L596-L605 | 14:05 |
cgoncalves | oops! :) | 14:06 |
johnsom | opps? | 14:07 |
cgoncalves | L606 should assert for /images | 14:08 |
johnsom | Ah, yeah, lol | 14:08 |
cgoncalves | sorry, L605 | 14:08 |
*** ivve has quit IRC | 14:09 | |
johnsom | That gremlin is three years old.... lol | 14:09 |
*** goldyfruit___ has joined #openstack-lbaas | 14:15 | |
*** takamatsu has quit IRC | 14:16 | |
*** goldyfruit_ has quit IRC | 14:18 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Fix spare_pool_enabled option type https://review.opendev.org/683168 | 14:23 |
*** pcaruana has quit IRC | 14:33 | |
openstackgerrit | Austin Russell proposed openstack/octavia master: loadbalancer vip-network-id IP availability check https://review.opendev.org/673358 | 14:36 |
*** yamamoto has quit IRC | 14:59 | |
*** yamamoto has joined #openstack-lbaas | 15:05 | |
*** yamamoto has quit IRC | 15:10 | |
*** gcheresh has quit IRC | 15:17 | |
*** ricolin has joined #openstack-lbaas | 15:21 | |
*** ajay33 has joined #openstack-lbaas | 15:21 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: loadbalancer vip-network-id IP availability check https://review.opendev.org/673358 | 15:26 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Fix OpenStack clients region parameter https://review.opendev.org/683185 | 15:30 |
*** mjozefcz has quit IRC | 15:52 | |
*** openstackgerrit has quit IRC | 16:06 | |
*** takamatsu has joined #openstack-lbaas | 16:06 | |
*** openstackgerrit has joined #openstack-lbaas | 16:22 | |
openstackgerrit | Merged openstack/octavia stable/rocky: Work around strptime threading issue https://review.opendev.org/682950 | 16:22 |
openstackgerrit | Merged openstack/octavia stable/stein: Work around strptime threading issue https://review.opendev.org/682949 | 16:22 |
dulek | cgoncalves, johnsom: Hey, can you outline me how health monitor works? Is it just setting HAProxy in the Amp to have some healthchecking? | 16:22 |
dulek | Okay, maybe some further question - in case of HTTPS healthchecks - how do the certs work? | 16:29 |
johnsom | The heatlh monitors are, for the most part, driven by the HAProxy engine yes. | 16:32 |
johnsom | As of stein, if the member is TLS enabled, the health monitor will use the certificate configured for the member. There are two other TLS health checks that are legacy, HTTPS which is basically a TCP port handshake and TLS-HELLO which will do a TLS handshake on the port, but not use the certificate. | 16:34 |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas stable/queens: Revert "Updated "create_pool" method in plugin" https://review.opendev.org/640175 | 16:37 |
*** nmagnezi has quit IRC | 16:41 | |
*** pcaruana has joined #openstack-lbaas | 17:01 | |
*** pcaruana has quit IRC | 17:14 | |
*** gmann_afk is now known as gmann | 17:21 | |
*** ramishra has quit IRC | 17:23 | |
*** pcaruana has joined #openstack-lbaas | 17:25 | |
johnsom | Nice, the ipv6 job just finished devstack. If tempest passes I will clean those up and we are good to go for the IPv6 goal and an IPv6 lb-mgmt-net test. | 17:26 |
cgoncalves | sweet! | 17:28 |
*** ricolin has quit IRC | 17:31 | |
johnsom | I think the PDF patches are probably good enough for a first pass as well. The octavia-lib is now fixed with the "tips" patch. | 17:32 |
*** pcaruana has quit IRC | 17:55 | |
*** trident has quit IRC | 18:45 | |
cgoncalves | the PDF doc is 836 pages :O | 18:53 |
*** trident has joined #openstack-lbaas | 18:55 | |
*** nmagnezi has joined #openstack-lbaas | 19:01 | |
*** trident has quit IRC | 19:01 | |
openstackgerrit | Merged openstack/octavia stable/rocky: Fix base (VRRP) port abandoned on revert https://review.opendev.org/682836 | 19:02 |
*** trident has joined #openstack-lbaas | 19:10 | |
johnsom | Yeah, and sections are missing still | 19:23 |
*** yamamoto has joined #openstack-lbaas | 19:49 | |
*** boden has quit IRC | 19:49 | |
openstackgerrit | Merged openstack/octavia master: Fix building configs for multiple listeners https://review.opendev.org/681195 | 19:51 |
*** pcaruana has joined #openstack-lbaas | 19:51 | |
*** yamamoto has quit IRC | 19:53 | |
*** gcheresh has joined #openstack-lbaas | 19:54 | |
*** ajay33 has quit IRC | 19:54 | |
*** gcheresh has quit IRC | 20:00 | |
*** AustinR has quit IRC | 20:07 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Generate PDF documentation https://review.opendev.org/667249 | 20:12 |
*** AustinR has joined #openstack-lbaas | 20:19 | |
*** yamamoto has joined #openstack-lbaas | 20:31 | |
*** pcaruana has quit IRC | 20:31 | |
*** yamamoto has quit IRC | 20:36 | |
johnsom | So it sounds like the release team will create proposed RC1 patches for you next week: | 20:36 |
johnsom | Early in the week, the release team will be proposing RC1 patches for all cycle-with-rc projects, using the latest commit from master. If your team is ready to go for cutting RC1, please let us know by leaving a +1 on these patches. | 20:36 |
rm_work | kk | 20:39 |
*** Vorrtex has quit IRC | 20:58 | |
*** yamamoto has joined #openstack-lbaas | 21:20 | |
*** yamamoto has quit IRC | 21:32 | |
*** yamamoto has joined #openstack-lbaas | 21:35 | |
*** luksky has quit IRC | 21:41 | |
*** yamamoto has quit IRC | 21:44 | |
*** yamamoto has joined #openstack-lbaas | 21:44 | |
openstackgerrit | Merged openstack/octavia stable/rocky: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683071 | 22:04 |
openstackgerrit | Merged openstack/octavia stable/queens: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683072 | 22:04 |
openstackgerrit | Merged openstack/octavia stable/stein: Validate server_certs_key_passphrase is 32 chars https://review.opendev.org/683070 | 22:04 |
johnsom | lol | 22:05 |
rm_work | :D | 22:05 |
*** yamamoto has quit IRC | 22:57 | |
*** goldyfruit___ has quit IRC | 23:00 | |
*** tkajinam has joined #openstack-lbaas | 23:02 | |
*** yamamoto has joined #openstack-lbaas | 23:03 | |
*** yamamoto has quit IRC | 23:08 | |
*** yamamoto has joined #openstack-lbaas | 23:08 | |
openstackgerrit | Austin Russell proposed openstack/octavia master: loadbalancer vip-network-id IP availability check https://review.opendev.org/673358 | 23:10 |
*** yamamoto has quit IRC | 23:12 | |
*** yamamoto has joined #openstack-lbaas | 23:12 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Improve the error message for bad pkcs12 bundles https://review.opendev.org/683254 | 23:19 |
johnsom | rm_work ^^^ applying a bit of lipstick | 23:20 |
*** rcernin has joined #openstack-lbaas | 23:25 | |
*** yamamoto has quit IRC | 23:26 | |
*** yamamoto has joined #openstack-lbaas | 23:28 | |
*** yamamoto has quit IRC | 23:31 | |
*** yamamoto has joined #openstack-lbaas | 23:31 | |
*** yamamoto has quit IRC | 23:39 | |
johnsom | Wow, ok... found a bug in the version of mock we are using.... | 23:45 |
johnsom | now that sucks for backport.... | 23:45 |
*** yamamoto has joined #openstack-lbaas | 23:46 | |
*** yamamoto has quit IRC | 23:48 | |
*** yamamoto has joined #openstack-lbaas | 23:49 | |
rm_work | T_T | 23:50 |
rm_work | What's the 5 second rundown on that bug? | 23:50 |
johnsom | I think I can do something cheesy to work around it | 23:50 |
johnsom | Well, when you use "wraps" in a mock it just doesn't work on version 2.0.0 | 23:51 |
johnsom | Look at patch 683254 in zuul | 23:52 |
johnsom | unit/functionals pass. lower doesn't. It returned a mock object instead of actually running the code | 23:52 |
johnsom | Appears to have been issue #35330 fixed in 3.0.0 | 23:53 |
johnsom | Yeah, 3.0.0 works fine | 23:53 |
johnsom | There were no releases between them | 23:54 |
*** eandersson has joined #openstack-lbaas | 23:55 | |
eandersson | rm_work, yea I think you need to do > $(ipv6_unquote $SERVICE_HOST) | 23:56 |
johnsom | eandersson Back seat coding.... BTW, I fixed that this morning | 23:56 |
eandersson | It's the best :p | 23:56 |
johnsom | Now that patch has a few real issues. HM won't bind to the IPv6 (probably the inverse bracket thing) and we can't seem to reach the amps. I'm guessing missing route/not picking up route advertisements. | 23:58 |
johnsom | Those I can work on local, just haven't got back to it yet today | 23:58 |
eandersson | Yea - I had to handle that in code for pdns | 23:58 |
eandersson | Super stupid | 23:58 |
eandersson | brackets -> unbrackets -> brackets | 23:58 |
johnsom | yep | 23:58 |
eandersson | It was an esay decision for me at least, as 90% of the components didn't support brackets | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!