openstackgerrit | Michael Johnson proposed openstack/octavia master: Enable non-voting two node gates https://review.openstack.org/624836 | 00:02 |
---|---|---|
johnsom | xgerman Is that for the admin logs? | 00:04 |
openstackgerrit | Merged openstack/python-octaviaclient master: Change openstack-dev to openstack-discuss https://review.openstack.org/621909 | 00:05 |
xgerman | it will also ship all logs (incl. connection) | 00:05 |
xgerman | not sure if we should have different log servers to ship to on the admin side… they can always configure their central log server and the log template I insert | 00:06 |
johnsom | Well, I think the flow logs should go direct from haproxy to avoid the IO penalty. | 00:06 |
*** celebdor_ has quit IRC | 00:07 | |
xgerman | how would they get out of the namespace? | 00:07 |
xgerman | if not through /dev/log? | 00:07 |
johnsom | Ha, yeah, good point.... | 00:08 |
xgerman | yeah, this is just configuring a host to forward to and giving operator the possibility to have their own templates if they need to change log format or what they want to forward ;-) | 00:09 |
xgerman | I will likely optimize our defaults to not send every kernel and other random message | 00:10 |
johnsom | Right | 00:10 |
johnsom | Our amphora agent still have split-brain logging too that should be fixed at some point. The gunicorn change caused that. Some go in the amphora-agent log, some into syslog | 00:11 |
*** celebdor has joined #openstack-lbaas | 00:12 | |
xgerman | yeah, this only grabs stuff from syslog ;-) | 00:12 |
rm_work | erg | 00:12 |
rm_work | that is probably my fault <_< | 00:12 |
rm_work | and by probably, I mean, that is my fault | 00:13 |
johnsom | Not naming names, but yes | 00:13 |
johnsom | You knew about it, it was just not *that* important | 00:13 |
xgerman | flask had at leats the log stuff down ;-) | 00:13 |
rm_work | 😅 | 00:13 |
rm_work | let me look at that | 00:14 |
johnsom | Well, I have spewed a bunch of gate change patches... non-vote centos on the tempest side, make the default jobs all py3 and label the 2.7 jobs -py2-, add the multi-node gates, remove the legacy multinode gates that don't work anymore.... | 00:15 |
rm_work | give me a list and i'll do quick review/+2 | 00:15 |
johnsom | Top six on the review list: | 00:16 |
johnsom | https://www.irccloud.com/pastebin/EC07NVJS/ | 00:16 |
rm_work | gate changes should be trivial to review mostly | 00:16 |
johnsom | Yeah, pretty straight forward | 00:16 |
xgerman | looking | 00:16 |
johnsom | The octavia-lib g-r patch is here too: https://review.openstack.org/#/c/624828/ | 00:18 |
johnsom | Since I know Adam is excited for it.... lol | 00:18 |
johnsom | But man, their tests take forever.... | 00:19 |
xgerman | ok, | 00:21 |
xgerman | reviewed | 00:21 |
openstackgerrit | Merged openstack/octavia stable/rocky: Bring up secondary IPs on member networks https://review.openstack.org/624785 | 00:22 |
rm_work | johnsom: can you respond on https://review.openstack.org/#/c/605163/26 | 00:22 |
rm_work | maybe that's fine | 00:23 |
rm_work | i just noticed that you specified it explicitly in all the other patches i reviewed before it | 00:24 |
johnsom | The "controller" thing is inherited from devstack/tempest zuul parents | 00:25 |
rm_work | ex: https://review.openstack.org/#/c/624820/1/zuul.d/jobs.yaml | 00:25 |
rm_work | you set USE_PYTHON3: True | 00:25 |
rm_work | when you flip them | 00:25 |
rm_work | so that IS already set in the parent in this case (but not the case I just linked?) | 00:26 |
rm_work | or is it redundant on the tempest patch i linked | 00:26 |
*** fnaval has quit IRC | 00:28 | |
johnsom | Replied, but maybe I am missing your point. There is some issue with children *replacing* some variables, thus the multi-node spell a lot out. | 00:28 |
rm_work | just that in the other example, when you flip the precedence from py2 default to py3 default, you explicitly put USE_PYTHON3 as True/False for devstack's vars on both | 00:30 |
rm_work | whereas in that one, you only set it for one of them | 00:30 |
johnsom | I'm not following. The multinode parent explicitly sets it for both controllers. | 00:31 |
rm_work | was wondering why it wasn't being done consistently | 00:31 |
rm_work | ahh ok hold on | 00:31 |
johnsom | Line 138 and 175 | 00:32 |
rm_work | the parents there are weirdly differently named | 00:32 |
rm_work | octavia-dsvm-live-two-node-base | 00:32 |
rm_work | octavia-v2-dsvm-scenario-two-node | 00:32 |
rm_work | oh i see | 00:32 |
rm_work | you're inheriting *deeper* on the second one | 00:33 |
rm_work | I need more coffee... | 00:33 |
johnsom | yeah, it's a long chain. I'm sad that I have to duplicate all those host vars too. | 00:33 |
rm_work | johnsom: one more, could you tell me why https://review.openstack.org/#/c/621677/7/devstack/plugin.sh | 00:36 |
johnsom | If you don't specify the port it automatically gets set to the listener port number. | 00:37 |
johnsom | I wonder if there is a devstack var for the apache port.... | 00:38 |
rm_work | wait, the "listener port number"? | 00:40 |
johnsom | Yeah, haproxy, if you don't give a member port, it's the listener port # | 00:40 |
johnsom | Thus why I hacked in that change | 00:41 |
johnsom | https://www.irccloud.com/pastebin/u1WYaxBC/ | 00:41 |
rm_work | ah i think i didn't look at the context correctly | 00:41 |
rm_work | ah yep | 00:41 |
johnsom | I was not expecting that | 00:42 |
rm_work | ok but, $OCTAVIA_HA_PORT isn't correct? | 00:42 |
johnsom | No, we don't listen on that anymore. It's uwsgi behind apache in devstack land | 00:44 |
johnsom | http://logs.openstack.org/77/621677/7/check/octavia-v2-dsvm-scenario/dad6a53/controller/logs/apache_config/000-default_conf.txt.gz | 00:45 |
johnsom | amd | 00:45 |
johnsom | http://logs.openstack.org/77/621677/7/check/octavia-v2-dsvm-scenario/dad6a53/controller/logs/apache_config/octavia-wsgi_conf.txt.gz | 00:45 |
johnsom | All that vacation time... lol | 00:45 |
johnsom | I should clarify, you *can* run our API listening on a port still, but that is not how the gates run | 00:47 |
rm_work | yes | 00:48 |
rm_work | i literally forgot how computers work | 00:48 |
rm_work | basically did not work for 2 full months | 00:48 |
*** Swami has quit IRC | 00:48 | |
johnsom | Yeah, looking through devstack apache setup stuffs I don't see them defining a variable with the port. They are just using the apache default 80 | 00:48 |
rm_work | k :/ | 00:50 |
rm_work | ok, pretty sure everything in that list is currently +W | 00:51 |
*** phuoc has quit IRC | 00:51 | |
johnsom | Yep, thanks! Nice to get that cleaned up | 00:53 |
*** phuoc has joined #openstack-lbaas | 00:53 | |
rm_work | grrr pep8 is my *bane* apparently since i got back | 00:56 |
rm_work | i keep doing dumb stuff | 00:56 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: demystify the calculate_network_delta unit test https://review.openstack.org/624259 | 00:57 |
rm_work | it hurts me really hard that our pep8 suite takes ~3x longer to run that our functional or unit tests | 01:06 |
rm_work | *than | 01:06 |
johnsom | Yeah, temped a few times to limit that pylint scan... | 01:12 |
rm_work | even the pep8 part is disturbingly long, not sure how it takes that long | 01:18 |
rm_work | on other projects I use it with, it is trivial, like 5 seconds | 01:18 |
rm_work | i know we have a lot of code, but, wat | 01:18 |
openstackgerrit | Adam Harwell proposed openstack/octavia stable/queens: Bring up secondary IPs on member networks https://review.openstack.org/624804 | 01:19 |
rm_work | we didn't do postrouting stuff in queens i guess? <_< | 01:20 |
johnsom | Not the UDP part, no | 01:37 |
rm_work | oh right that was specifically for UDP | 01:59 |
rm_work | anywho, that should be better now | 01:59 |
rm_work | hmm, grenade failed on https://review.openstack.org/#/c/624822/ | 02:06 |
rm_work | i wonder if that's just a recheck issue | 02:06 |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Make the CentOS 7 scenario gate non-voting https://review.openstack.org/624816 | 02:07 |
rm_work | yeah looks like it's gonna be recheckable | 02:09 |
*** yamamoto has quit IRC | 02:21 | |
*** hongbin has joined #openstack-lbaas | 02:45 | |
*** yamamoto has joined #openstack-lbaas | 02:59 | |
*** PagliaccisCloud has joined #openstack-lbaas | 03:43 | |
openstackgerrit | Merged openstack/octavia master: Prepare for new multi-node jobs https://review.openstack.org/621677 | 03:57 |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Transition to python 3.x primary gates https://review.openstack.org/624820 | 03:57 |
openstackgerrit | Merged openstack/octavia master: Transition to python 3.x primary gates https://review.openstack.org/624822 | 03:57 |
*** PagliaccisCloud has quit IRC | 04:03 | |
openstackgerrit | Merged openstack/octavia-tempest-plugin master: Add v2 two-node scenario test https://review.openstack.org/605163 | 04:14 |
*** khomesh has joined #openstack-lbaas | 04:16 | |
*** khomesh has quit IRC | 04:16 | |
*** hongbin has quit IRC | 04:20 | |
openstackgerrit | Merged openstack/octavia master: Enable non-voting two node gates https://review.openstack.org/624836 | 04:23 |
*** yamamoto has quit IRC | 04:35 | |
*** reedipb has quit IRC | 04:43 | |
*** gcheresh_ has joined #openstack-lbaas | 05:18 | |
*** yamamoto has joined #openstack-lbaas | 05:32 | |
lxkong | hi guys, i need suggestions for how to deal with this issue https://storyboard.openstack.org/#!/story/2004602? | 05:33 |
*** gcheresh_ has quit IRC | 05:44 | |
*** gcheresh_ has joined #openstack-lbaas | 06:38 | |
*** reedipb has joined #openstack-lbaas | 06:38 | |
*** ccamposr has joined #openstack-lbaas | 06:51 | |
*** rcernin has quit IRC | 07:09 | |
*** pcaruana has joined #openstack-lbaas | 07:12 | |
*** yamamoto has quit IRC | 07:14 | |
*** velizarx has joined #openstack-lbaas | 07:51 | |
*** rpittau has joined #openstack-lbaas | 07:59 | |
*** rpittau_ has joined #openstack-lbaas | 08:11 | |
*** rpittau has quit IRC | 08:13 | |
*** rpittau_ is now known as rpittau | 08:20 | |
*** yamamoto has joined #openstack-lbaas | 08:30 | |
*** yamamoto has quit IRC | 08:47 | |
*** yboaron_ has joined #openstack-lbaas | 08:50 | |
*** yamamoto has joined #openstack-lbaas | 09:26 | |
*** PagliaccisCloud has joined #openstack-lbaas | 09:56 | |
*** salmankhan has joined #openstack-lbaas | 10:27 | |
*** salmankhan has quit IRC | 10:28 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners https://review.openstack.org/602564 | 10:43 |
*** salmankhan has joined #openstack-lbaas | 10:45 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners https://review.openstack.org/602564 | 10:50 |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 10:54 |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 10:55 |
*** salmankhan has quit IRC | 10:57 | |
*** salmankhan has joined #openstack-lbaas | 11:06 | |
*** salmankhan has quit IRC | 11:11 | |
*** salmankhan has joined #openstack-lbaas | 11:11 | |
*** yamamoto has quit IRC | 11:13 | |
*** rpittau is now known as rpittau|lunch | 11:30 | |
*** tobias-urdin is now known as tobias-urdin_afk | 11:41 | |
openstackgerrit | Yang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile https://review.openstack.org/624686 | 11:42 |
*** tobias-urdin_afk is now known as tobias-urdin | 11:42 | |
*** tobias-urdin is now known as tobias-urdin_afk | 11:43 | |
*** yamamoto has joined #openstack-lbaas | 11:51 | |
*** yamamoto has quit IRC | 11:51 | |
*** yamamoto has joined #openstack-lbaas | 11:52 | |
*** yamamoto has quit IRC | 11:56 | |
*** reedipb has quit IRC | 12:01 | |
*** yboaron_ has quit IRC | 12:04 | |
*** yboaron_ has joined #openstack-lbaas | 12:04 | |
*** yamamoto has joined #openstack-lbaas | 12:04 | |
openstackgerrit | Yang JianFeng proposed openstack/octavia master: Add listener and pool protocol validation https://review.openstack.org/594040 | 12:12 |
*** PagliaccisCloud has quit IRC | 12:19 | |
*** rpittau|lunch is now known as rpittau | 12:28 | |
*** velizarx has quit IRC | 12:45 | |
*** yamamoto has quit IRC | 12:49 | |
*** yamamoto has joined #openstack-lbaas | 12:51 | |
*** velizarx has joined #openstack-lbaas | 12:53 | |
*** tobias-urdin_afk is now known as tobias-urdin | 12:53 | |
*** yboaron_ has quit IRC | 13:00 | |
*** yboaron_ has joined #openstack-lbaas | 13:19 | |
*** irclogbot_1 has quit IRC | 13:30 | |
*** yboaron_ has quit IRC | 13:34 | |
*** yboaron_ has joined #openstack-lbaas | 13:35 | |
*** irclogbot_1 has joined #openstack-lbaas | 13:46 | |
*** irclogbot_1 has quit IRC | 13:52 | |
*** amuller has joined #openstack-lbaas | 13:58 | |
*** yamamoto has quit IRC | 13:59 | |
*** yamamoto has joined #openstack-lbaas | 14:00 | |
openstackgerrit | Merged openstack/octavia master: Add auditing support to the Octavia API https://review.openstack.org/609854 | 14:02 |
*** yamamoto has quit IRC | 14:05 | |
*** irclogbot_1 has joined #openstack-lbaas | 14:10 | |
openstackgerrit | ZhaoBo proposed openstack/octavia master: Support L7policy redirect http code https://review.openstack.org/625007 | 14:13 |
openstackgerrit | ZhaoBo proposed openstack/python-octaviaclient master: Add a new option '--redirect-http-code' into L7Policy CLI https://review.openstack.org/625008 | 14:16 |
bzhao__ | Oh, tls patches confilct... | 14:19 |
*** yboaron_ has quit IRC | 14:26 | |
*** yboaron_ has joined #openstack-lbaas | 14:27 | |
*** irclogbot_1 has quit IRC | 14:27 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 14:28 |
*** velizarx has quit IRC | 14:32 | |
*** irclogbot_1 has joined #openstack-lbaas | 14:35 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 14:38 |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 14:39 |
*** dayou has quit IRC | 14:43 | |
*** yamamoto has joined #openstack-lbaas | 14:44 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 14:44 |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners https://review.openstack.org/602564 | 15:00 |
*** dayou has joined #openstack-lbaas | 15:00 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners https://review.openstack.org/602564 | 15:01 |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners https://review.openstack.org/602564 | 15:02 |
*** gcheresh_ has quit IRC | 15:24 | |
cgoncalves | has anyone thought of/tested creating a listener on port 1025, 1026, 1027, etc? | 15:58 |
cgoncalves | asking specifically for these ones as peer_port starts at 1025 (HAPROXY_BASE_PEER_PORT) | 15:59 |
*** PagliaccisCloud has joined #openstack-lbaas | 16:13 | |
xgerman | no, but you can let us know how it goes | 16:26 |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia stable/rocky: Enabling SG customization on loadbalancer listerners https://review.openstack.org/625044 | 16:28 |
cgoncalves | xgerman, ltomasbo and I have been playing with it. listener is provisioned and active even if a SG rule has been already created for a peer port | 16:41 |
cgoncalves | same the other way around | 16:41 |
xgerman | nice. I would think ha[proxy let’s you specify an address to listen on for those | 16:42 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Updates Octavia to support octavia-lib https://review.openstack.org/613709 | 16:51 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Migrate constants to use octavia-lib - Part 1 https://review.openstack.org/617015 | 17:02 |
*** ccamposr has quit IRC | 17:03 | |
*** ramishra has quit IRC | 17:06 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia stable/rocky: Stop Logging Amphora Cert https://review.openstack.org/625059 | 17:13 |
openstackgerrit | Nir Magnezi proposed openstack/octavia stable/queens: Stop Logging Amphora Cert https://review.openstack.org/625061 | 17:15 |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/octavia master: Add support for oraclelinux to diskimage-create https://review.openstack.org/625063 | 17:15 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Migrate constants to use octavia-lib - Part 2 https://review.openstack.org/617058 | 17:16 |
*** yboaron_ has quit IRC | 17:18 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia stable/queens: Enabling SG customization on loadbalancer listerners https://review.openstack.org/625065 | 17:18 |
johnsom | What is up with this patch that hasn't merged master being backported? It's a feature.... | 17:19 |
openstackgerrit | Nir Magnezi proposed openstack/octavia stable/pike: Stop Logging Amphora Cert https://review.openstack.org/625066 | 17:19 |
openstackgerrit | Nir Magnezi proposed openstack/octavia stable/ocata: Stop Logging Amphora Cert https://review.openstack.org/625067 | 17:21 |
cgoncalves | johnsom, do you run a bot that flags feature backports? :) | 17:21 |
johnsom | I should | 17:21 |
johnsom | Those are just wasting gate resources | 17:21 |
nmagnezi | johnsom, cgoncalves https://review.openstack.org/#/q/I136081045787c1bbe3ee846d5845a34201c57864 :D | 17:21 |
cgoncalves | took you 1 minute to comment on https://review.openstack.org/#/c/625065/ | 17:21 |
johnsom | I know, slow right? | 17:22 |
cgoncalves | totally | 17:22 |
*** rpittau has quit IRC | 17:23 | |
cgoncalves | nmagnezi, we don't cut maintenance releases below Pike (1.0.0) | 17:29 |
nmagnezi | cgoncalves, ok | 17:31 |
*** ianychoi has quit IRC | 17:42 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Updates Octavia to support octavia-lib https://review.openstack.org/613709 | 17:45 |
openstackgerrit | German Eichberger proposed openstack/octavia master: [WIP] Amphora logging https://review.openstack.org/624835 | 18:00 |
*** Swami has joined #openstack-lbaas | 18:06 | |
*** salmankhan has quit IRC | 18:11 | |
openstackgerrit | Merged openstack/octavia master: Stop Logging Amphora Cert https://review.openstack.org/624954 | 19:07 |
*** amuller has quit IRC | 19:19 | |
*** fnaval has joined #openstack-lbaas | 19:22 | |
*** gcheresh_ has joined #openstack-lbaas | 19:24 | |
xgerman | https://twitter.com/rosskukulinski/status/1073295273776959488 | 19:33 |
xgerman | soon nobody will have hw LBs any longer | 19:33 |
*** pcaruana has quit IRC | 19:47 | |
*** PagliaccisCloud has quit IRC | 19:52 | |
*** gcheresh_ has quit IRC | 20:14 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Support remote debugging with PyDev https://review.openstack.org/619944 | 20:41 |
*** ianychoi has joined #openstack-lbaas | 20:59 | |
*** tobias-urdin has quit IRC | 21:32 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: [WIP] Amphora logging https://review.openstack.org/624835 | 22:02 |
*** salmankhan has joined #openstack-lbaas | 22:08 | |
*** salmankhan has quit IRC | 22:21 | |
*** rcernin has joined #openstack-lbaas | 22:21 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/queens: Healthmanager shouldn't update NO_MONITOR members https://review.openstack.org/612280 | 22:31 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia stable/queens: Create disabled members in haproxy https://review.openstack.org/612296 | 22:31 |
*** PagliaccisCloud has joined #openstack-lbaas | 22:31 | |
openstackgerrit | Merged openstack/octavia stable/rocky: Stop Logging Amphora Cert https://review.openstack.org/625059 | 23:11 |
openstackgerrit | Merged openstack/octavia stable/queens: Stop Logging Amphora Cert https://review.openstack.org/625061 | 23:11 |
openstackgerrit | Merged openstack/octavia stable/ocata: Stop Logging Amphora Cert https://review.openstack.org/625067 | 23:11 |
johnsom | cgoncalves Are you going to cut the releases or should I? | 23:13 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!