*** yamamoto has quit IRC | 00:04 | |
abaindur | ok cool i think we are good. is working now | 00:20 |
---|---|---|
*** ricolin has joined #openstack-lbaas | 01:03 | |
*** abaindur has quit IRC | 01:12 | |
*** yamamoto has joined #openstack-lbaas | 01:45 | |
*** henriqueof has joined #openstack-lbaas | 02:17 | |
*** henriqueof has quit IRC | 02:21 | |
openstackgerrit | Merged openstack/octavia stable/rocky: Add octavia-v2-dsvm jobs to the gate queue https://review.opendev.org/673783 | 02:32 |
*** ramishra has joined #openstack-lbaas | 02:42 | |
*** yamamoto has quit IRC | 02:49 | |
*** yamamoto has joined #openstack-lbaas | 02:51 | |
openstackgerrit | Merged openstack/octavia master: Re-enable the py36 tox environment https://review.opendev.org/674962 | 03:03 |
*** yamamoto has quit IRC | 03:30 | |
*** psachin has joined #openstack-lbaas | 03:32 | |
*** yamamoto has joined #openstack-lbaas | 03:37 | |
*** ajay33 has joined #openstack-lbaas | 03:49 | |
*** henriqueof has joined #openstack-lbaas | 04:56 | |
*** yamamoto has quit IRC | 04:59 | |
*** yamamoto has joined #openstack-lbaas | 05:29 | |
*** yamamoto has quit IRC | 05:30 | |
*** yamamoto has joined #openstack-lbaas | 05:41 | |
*** ccamposr__ has joined #openstack-lbaas | 05:59 | |
*** ccamposr has quit IRC | 06:03 | |
ajay33 | Hi, | 06:16 |
ajay33 | I am not able to create loadbalancer (provisioning status: ERROR). | 06:16 |
ajay33 | In the worker logs, I am getting the below error after it trying to connect with host: | 06:16 |
ajay33 | "2019-08-08 05:52:09.769 32660 ERROR octavia.amphorae.drivers.haproxy.exceptions [-] Amphora agent returned unexpected result code 404 with response {'error': '404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.', 'http_code': 404}" | 06:16 |
ajay33 | Also, I have seen that my octavia port is in DOWN state. I am suspecting this might issue for loadbalancer ERROR state | 06:16 |
ajay33 | I had pasted my octavia port information here: #link http://paste.openstack.org/show/755642/ | 06:16 |
ajay33 | @rm_work | 06:17 |
ajay33 | @johnsom @cgoncalves can you help me on this? | 06:17 |
*** rcernin has quit IRC | 06:18 | |
rm_work | Port down is usually normal and definitely not able to cause a 404 | 06:21 |
rm_work | You may have an older version of the controllers running a newer amp image? | 06:22 |
rm_work | We very recently changed some stuff in there... | 06:22 |
ajay33 | @rm_work I had deployed my controller manually using Stein release | 06:39 |
ajay33 | can you me know the way through which I can check the version of amp image? | 06:40 |
*** AlexStaf has joined #openstack-lbaas | 06:45 | |
*** maciejjozefczyk has joined #openstack-lbaas | 06:49 | |
*** gcheresh has joined #openstack-lbaas | 06:50 | |
*** ianychoi has quit IRC | 07:01 | |
*** ianychoi has joined #openstack-lbaas | 07:01 | |
jrosser | ajay33: you need to look at the url the controller tries to visit for the agent in the amp | 07:20 |
jrosser | It feel likley that the controller is using a path with “0.5” in it but the api version in the amp is “1.0” | 07:21 |
*** ianychoi has quit IRC | 07:24 | |
ajay33 | @jrosser as per worker logs, controller tries to visit this url: /0.5/info | 07:25 |
*** ianychoi has joined #openstack-lbaas | 07:25 | |
jrosser | So you can check with curl against the amphora for either the 0.5 or 1.0 versions, see if either work | 07:25 |
jrosser | And see this https://review.opendev.org/#/c/674701/ | 07:26 |
ajay33 | @jrosser ok, I am again deploying the loadbalancer and will check the curl request with both URL | 07:30 |
*** tesseract has joined #openstack-lbaas | 07:31 | |
ajay33 | Also I had deployed my controller with Stein release and for Amp image I had checked out master branch code. | 07:34 |
ajay33 | For the Amp image creation, I had used the below steps: | 07:34 |
ajay33 | $ git clone https://github.com/openstack/octavia.git | 07:34 |
ajay33 | $ sudo apt update | 07:34 |
ajay33 | $ sudo apt install tox qemu-utils git kpartx debootstrap | 07:34 |
ajay33 | $ cd octavia/diskimage-create | 07:34 |
ajay33 | $ tox -e build | 07:34 |
ajay33 | Is I am facing issue due to this mismatch between Stein (for controller) and master (for Image code) | 07:36 |
*** lemko has joined #openstack-lbaas | 07:45 | |
*** ccamposr has joined #openstack-lbaas | 07:58 | |
jrosser | yes, so see that link i gave for an update to the documentation | 08:00 |
*** ccamposr__ has quit IRC | 08:01 | |
jrosser | i had to "export DIB_REPOREF_amphora_agent=stable/stein" in order to build a stein compatible amphora | 08:03 |
*** rpittau|afk is now known as rpittau | 08:04 | |
ajay33 | Did you mean, I had to run the below steps to create the amphore image for Stein: | 08:06 |
*** takamatsu has quit IRC | 08:06 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Use retry for AmphoraComputeConnectivityWait https://review.opendev.org/662791 | 08:06 |
ajay33 | https://www.irccloud.com/pastebin/lOb35wrv/ | 08:07 |
ajay33 | @jrosser export the env variable (DIB_REPOREF_amphora_agent) and the create the amphora image will give me Stein stable amp image? | 08:10 |
ajay33 | and Not need to check checkout the Stein code for amp image create (as mentioned in above snippet) | 08:10 |
jrosser | i didnt use tox, just called the script direct. but as i understand it, even checking out the stein version of the octavia repo will still build a master version of the amphora | 08:11 |
jrosser | but i'm just in the same position as you - this all broke on my stein cloud last week and this is what i had to do to fix it | 08:12 |
*** ivve has joined #openstack-lbaas | 08:19 | |
ajay33 | ok @jrosser , I am again creating the amp image after setting the above env variable(to get stein compatible image). | 08:19 |
ajay33 | Hopefully, this should resolve my issue. | 08:19 |
*** henriqueof has quit IRC | 09:28 | |
*** dmellado has quit IRC | 09:53 | |
*** dmellado has joined #openstack-lbaas | 09:55 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: DNM: test centos-minimal++ https://review.opendev.org/664840 | 10:01 |
*** gthiemon1e has joined #openstack-lbaas | 10:08 | |
*** gthiemonge has quit IRC | 10:09 | |
*** gthiemon1e is now known as gthiemonge | 10:09 | |
*** yamamoto has quit IRC | 10:33 | |
*** lemko has quit IRC | 10:45 | |
*** yamamoto has joined #openstack-lbaas | 10:51 | |
*** gthiemon1e has joined #openstack-lbaas | 11:38 | |
*** gthiemonge has quit IRC | 11:39 | |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Fix VIP IPv6 subnet discovery order https://review.opendev.org/672732 | 11:44 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Added tests for creation of listeners on same port https://review.opendev.org/668176 | 11:58 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add tests for mixed IP networks UDP members https://review.opendev.org/668619 | 11:58 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add UDP test scenario https://review.opendev.org/656515 | 11:58 |
*** gthiemon1e is now known as gthiemonge | 12:02 | |
*** ricolin_ has joined #openstack-lbaas | 12:05 | |
*** ricolin has quit IRC | 12:07 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Remove amphora-agent build deps https://review.opendev.org/639155 | 12:41 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add tests for mixed IP networks UDP members https://review.opendev.org/668619 | 12:56 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Add UDP test scenario https://review.opendev.org/656515 | 12:56 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: Added tests for creation of listeners on same port https://review.opendev.org/668176 | 12:56 |
openstackgerrit | Andrey Kurilin proposed openstack/python-octaviaclient master: Wrap several show api calls with correct_return_codes https://review.opendev.org/675331 | 13:04 |
*** gthiemon1e has joined #openstack-lbaas | 13:04 | |
*** gthiemonge has quit IRC | 13:06 | |
*** gthiemon1e is now known as gthiemonge | 13:07 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Use retry for AmphoraComputeConnectivityWait https://review.opendev.org/662791 | 13:27 |
*** yamamoto has quit IRC | 13:38 | |
*** KeithMnemonic has quit IRC | 13:45 | |
*** KeithMnemonic has joined #openstack-lbaas | 13:45 | |
*** maciejjozefczyk is now known as mjozefcz|lunch | 13:48 | |
*** ricolin_ is now known as ricolin | 13:55 | |
*** yamamoto has joined #openstack-lbaas | 13:59 | |
*** yamamoto has quit IRC | 13:59 | |
*** yamamoto has joined #openstack-lbaas | 14:00 | |
*** yamamoto has quit IRC | 14:04 | |
*** yamamoto has joined #openstack-lbaas | 14:05 | |
*** AlexStaf has quit IRC | 14:16 | |
*** mjozefcz|lunch is now known as mjozefcz | 14:26 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia stable/stein: Add support for monitor_{address,port} in UDP members https://review.opendev.org/675349 | 14:28 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia stable/rocky: Add support for monitor_{address,port} in UDP members https://review.opendev.org/675351 | 14:28 |
*** gcheresh has quit IRC | 14:42 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia stable/stein: Fixed pool and members status with UDP loadbalancers https://review.opendev.org/675362 | 14:45 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia stable/stein: Fixed down server issue after reloading keepalived https://review.opendev.org/675363 | 14:45 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia stable/stein: Prevent UDP LBs to use different IP protocol versions in amphora driver https://review.opendev.org/675364 | 14:45 |
*** gthiemonge has quit IRC | 15:00 | |
*** psachin has quit IRC | 15:15 | |
ataraday_ | johnsom, are you around? | 15:22 |
johnsom | ataraday_ Hi | 15:22 |
ataraday_ | johnsom, Hi! I checked medium text idea today - around 800 retries can be stored with medium text size, is fine? | 15:24 |
ataraday_ | I'm concerned as we have 1500 in devstack default https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L288 | 15:26 |
johnsom | ataraday_ lol, well, that seems ok to me. If you are concerned we could always go "LONGTEXT". | 15:26 |
johnsom | Ah, interesting point. | 15:27 |
ataraday_ | the defalt in code is just 120 | 15:27 |
johnsom | Yeah, it's for the very slow test gate hosts (RAX, etc.) that can take forever to boot. | 15:28 |
johnsom | I'm not sure what the real tradeoff is between MEDIUMTEXT and LONGTEXT in mysql, if any | 15:29 |
johnsom | Maybe just set it to LONGTEXT for now, but open a bug in taskflow for one of us to investigate truncating that field | 15:30 |
johnsom | Send me the bug link, so I can save it and poke around in the taskflow code. | 15:30 |
johnsom | Thank you for trying it out and getting a metric! Super helpful | 15:30 |
ataraday_ | https://bugs.launchpad.net/taskflow/+bug/1838015 | 15:31 |
openstack | Launchpad bug 1838015 in taskflow "Retry flows fails with "Data too long for column 'results' at row 1"" [Undecided,New] | 15:31 |
ataraday_ | johnsom, thanks for idea! | 15:32 |
johnsom | ataraday_ Ha, ok, so LONGTEXT requires one more byte to be stored than MEDIUMTEXT. So, I'm not too worried about just using LONGTEXT for now. | 15:34 |
ataraday_ | johnsom, OK, so I should propose change for taskflow with migration for updating this type? | 15:36 |
johnsom | Yes please. I can answer questions on the weekly oslo meeting. I attend it each week. | 15:37 |
ataraday_ | OK, thank you! | 15:37 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: DNM: test centos-minimal++ https://review.opendev.org/664840 | 15:38 |
*** ricolin_ has joined #openstack-lbaas | 15:43 | |
*** ricolin_ has quit IRC | 15:45 | |
*** ricolin has quit IRC | 15:46 | |
*** ricolin_ has joined #openstack-lbaas | 15:46 | |
*** ricolin_ is now known as ricolin | 15:47 | |
johnsom | Ok, I'm going to take a little bit of time this morning to see if I can get DIB to use the infra pypi mirrors | 15:53 |
johnsom | See if I can help our job stability a bit. | 15:53 |
cgoncalves | +10000 | 15:54 |
*** gthiemonge has joined #openstack-lbaas | 15:55 | |
ataraday_ | johnsom, https://review.opendev.org/#/c/675388/ | 15:55 |
johnsom | ataraday_ Awesome, thank you. I will review and highlight it at the oslo meeting | 15:56 |
ataraday_ | johnsom, Great! Thank you! | 15:57 |
*** mjozefcz has quit IRC | 16:00 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 16:12 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 16:17 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 16:18 |
*** yamamoto has quit IRC | 16:18 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Add an active/standby scenario test https://review.opendev.org/584681 | 16:22 |
rm_work | ajay33: yep, that is the problem for sure. running a master amp on stein controllers will not work. | 16:28 |
*** rpittau is now known as rpittau|afk | 16:36 | |
ajay33 | https://www.irccloud.com/pastebin/PZEUywxE/ | 16:38 |
ajay33 | @rm_work thanks for your reply.. | 16:40 |
ajay33 | Just one query regarding creation of amp image for stein controller. | 16:40 |
ajay33 | If i build the image by exporting the env variable(export DIB_REPOREF_amphora_agent=stable/stein) will produce the stein compatible amp image? | 16:40 |
rm_work | johnsom: ^^ does that look right? | 16:40 |
johnsom | The pastebin was deleted, but yes, that is the variable to specify a branch | 16:42 |
ajay33 | ok, then how can i check version of my amp image (whether it of stein or any other release) | 16:44 |
ajay33 | Asking just for my knowledge | 16:45 |
johnsom | The image build output will reflect the branch. If you log into it, you can go into /opt and check what is checked out. | 16:45 |
ajay33 | @johnsom ok | 16:47 |
ajay33 | @rm_work @johnsom @jrosser Thanks for your help today.. | 16:49 |
ajay33 | I will do it by tomorrow and will let you know if i face any other difficulty | 16:49 |
*** yamamoto has joined #openstack-lbaas | 16:51 | |
*** yamamoto has quit IRC | 17:04 | |
*** Vorrtex has joined #openstack-lbaas | 17:14 | |
*** ricolin_ has joined #openstack-lbaas | 17:16 | |
*** ricolin has quit IRC | 17:19 | |
*** tesseract has quit IRC | 17:27 | |
*** ricolin_ is now known as ricolin | 17:32 | |
*** ianychoi has quit IRC | 17:43 | |
*** ianychoi has joined #openstack-lbaas | 17:47 | |
*** ianychoi_ has joined #openstack-lbaas | 17:54 | |
*** ianychoi_ has quit IRC | 17:55 | |
*** ianychoi_ has joined #openstack-lbaas | 17:55 | |
*** ianychoi has quit IRC | 17:58 | |
*** psachin has joined #openstack-lbaas | 18:08 | |
*** psachin has quit IRC | 18:11 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 18:20 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 18:23 |
*** ramishra has quit IRC | 19:02 | |
*** ivve has quit IRC | 19:29 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 19:30 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 20:18 |
*** ivve has joined #openstack-lbaas | 20:32 | |
*** ajay33 has quit IRC | 20:49 | |
*** abaindur has joined #openstack-lbaas | 20:50 | |
*** rm_work has quit IRC | 21:05 | |
*** rm_work has joined #openstack-lbaas | 21:05 | |
*** Vorrtex has quit IRC | 21:11 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 21:17 |
*** abaindur has quit IRC | 21:25 | |
*** abaindur has joined #openstack-lbaas | 21:25 | |
*** abaindur has quit IRC | 22:18 | |
*** rcernin has joined #openstack-lbaas | 22:53 | |
johnsom | Ok, that seems to work! | 22:55 |
johnsom | Giving it a recheck to kick the tires again (and I updated the commit message on the depends-on patch). | 22:56 |
johnsom | Oh, opps, I need to take out the project file comments. | 22:56 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Use the infra pypi mirror for DIB https://review.opendev.org/675399 | 22:57 |
*** ricolin_ has joined #openstack-lbaas | 23:02 | |
*** ricolin has quit IRC | 23:05 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!