Thursday, 2018-12-13

openstackgerritMichael Johnson proposed openstack/octavia master: Enable non-voting two node gates  https://review.openstack.org/62483600:02
johnsomxgerman Is that for the admin logs?00:04
openstackgerritMerged openstack/python-octaviaclient master: Change openstack-dev to openstack-discuss  https://review.openstack.org/62190900:05
xgermanit will also ship all logs (incl. connection)00:05
xgermannot 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 insert00:06
johnsomWell, I think the flow logs should go direct from haproxy to avoid the IO penalty.00:06
*** celebdor_ has quit IRC00:07
xgermanhow would they get out of the namespace?00:07
xgermanif not through /dev/log?00:07
johnsomHa, yeah, good point....00:08
xgermanyeah, 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
xgermanI will likely optimize our defaults to not send every kernel and other random message00:10
johnsomRight00:10
johnsomOur 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 syslog00:11
*** celebdor has joined #openstack-lbaas00:12
xgermanyeah, this only grabs stuff from syslog ;-)00:12
rm_workerg00:12
rm_workthat is probably my fault <_<00:12
rm_workand by probably, I mean, that is my fault00:13
johnsomNot naming names, but yes00:13
johnsomYou knew about it, it was just not *that* important00:13
xgermanflask had at leats the log stuff down ;-)00:13
rm_work😅00:13
rm_worklet me look at that00:14
johnsomWell, 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_workgive me a list and i'll do quick review/+200:15
johnsomTop six on the review list:00:16
johnsomhttps://www.irccloud.com/pastebin/EC07NVJS/00:16
rm_workgate changes should be trivial to review mostly00:16
johnsomYeah, pretty straight forward00:16
xgermanlooking00:16
johnsomThe octavia-lib g-r patch is here too: https://review.openstack.org/#/c/624828/00:18
johnsomSince I know Adam is excited for it.... lol00:18
johnsomBut man, their tests take forever....00:19
xgermanok,00:21
xgermanreviewed00:21
openstackgerritMerged openstack/octavia stable/rocky: Bring up secondary IPs on member networks  https://review.openstack.org/62478500:22
rm_workjohnsom: can you respond on https://review.openstack.org/#/c/605163/2600:22
rm_workmaybe that's fine00:23
rm_worki just noticed that you specified it explicitly in all the other patches i reviewed before it00:24
johnsomThe "controller" thing is inherited from devstack/tempest zuul parents00:25
rm_workex: https://review.openstack.org/#/c/624820/1/zuul.d/jobs.yaml00:25
rm_workyou set USE_PYTHON3: True00:25
rm_workwhen you flip them00:25
rm_workso that IS already set in the parent in this case (but not the case I just linked?)00:26
rm_workor is it redundant on the tempest patch i linked00:26
*** fnaval has quit IRC00:28
johnsomReplied, 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_workjust 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 both00:30
rm_workwhereas in that one, you only set it for one of them00:30
johnsomI'm not following. The multinode parent explicitly sets it for both controllers.00:31
rm_workwas wondering why it wasn't being done consistently00:31
rm_workahh ok hold on00:31
johnsomLine 138 and 17500:32
rm_workthe parents there are weirdly differently named00:32
rm_workoctavia-dsvm-live-two-node-base00:32
rm_workoctavia-v2-dsvm-scenario-two-node00:32
rm_workoh i see00:32
rm_workyou're inheriting *deeper* on the second one00:33
rm_workI need more coffee...00:33
johnsomyeah, it's a long chain. I'm sad that I have to duplicate all those host vars too.00:33
rm_workjohnsom: one more, could you tell me why https://review.openstack.org/#/c/621677/7/devstack/plugin.sh00:36
johnsomIf you don't specify the port it automatically gets set to the listener port number.00:37
johnsomI wonder if there is a devstack var for the apache port....00:38
rm_workwait, the "listener port number"?00:40
johnsomYeah, haproxy, if you don't give a member port, it's the listener port #00:40
johnsomThus why I hacked in that change00:41
johnsomhttps://www.irccloud.com/pastebin/u1WYaxBC/00:41
rm_workah i think i didn't look at the context correctly00:41
rm_workah yep00:41
johnsomI was not expecting that00:42
rm_workok but, $OCTAVIA_HA_PORT isn't correct?00:42
johnsomNo, we don't listen on that anymore. It's uwsgi behind apache in devstack land00:44
johnsomhttp://logs.openstack.org/77/621677/7/check/octavia-v2-dsvm-scenario/dad6a53/controller/logs/apache_config/000-default_conf.txt.gz00:45
johnsomamd00:45
johnsomhttp://logs.openstack.org/77/621677/7/check/octavia-v2-dsvm-scenario/dad6a53/controller/logs/apache_config/octavia-wsgi_conf.txt.gz00:45
johnsomAll that vacation time...  lol00:45
johnsomI should clarify, you *can* run our API listening on a port still, but that is not how the gates run00:47
rm_workyes00:48
rm_worki literally forgot how computers work00:48
rm_workbasically did not work for 2 full months00:48
*** Swami has quit IRC00:48
johnsomYeah, looking through devstack apache setup stuffs I don't see them defining a variable with the port. They are just using the apache default 8000:48
rm_workk :/00:50
rm_workok, pretty sure everything in that list is currently +W00:51
*** phuoc has quit IRC00:51
johnsomYep, thanks!  Nice to get that cleaned up00:53
*** phuoc has joined #openstack-lbaas00:53
rm_workgrrr pep8 is my *bane* apparently since i got back00:56
rm_worki keep doing dumb stuff00:56
openstackgerritAdam Harwell proposed openstack/octavia master: demystify the calculate_network_delta unit test  https://review.openstack.org/62425900:57
rm_workit hurts me really hard that our pep8 suite takes ~3x longer to run that our functional or unit tests01:06
rm_work*than01:06
johnsomYeah, temped a few times to limit that pylint scan...01:12
rm_workeven the pep8 part is disturbingly long, not sure how it takes that long01:18
rm_workon other projects I use it with, it is trivial, like 5 seconds01:18
rm_worki know we have a lot of code, but, wat01:18
openstackgerritAdam Harwell proposed openstack/octavia stable/queens: Bring up secondary IPs on member networks  https://review.openstack.org/62480401:19
rm_workwe didn't do postrouting stuff in queens i guess? <_<01:20
johnsomNot the UDP part, no01:37
rm_workoh right that was specifically for UDP01:59
rm_workanywho, that should be better now01:59
rm_workhmm, grenade failed on https://review.openstack.org/#/c/624822/02:06
rm_worki wonder if that's just a recheck issue02:06
openstackgerritMerged openstack/octavia-tempest-plugin master: Make the CentOS 7 scenario gate non-voting  https://review.openstack.org/62481602:07
rm_workyeah looks like it's gonna be recheckable02:09
*** yamamoto has quit IRC02:21
*** hongbin has joined #openstack-lbaas02:45
*** yamamoto has joined #openstack-lbaas02:59
*** PagliaccisCloud has joined #openstack-lbaas03:43
openstackgerritMerged openstack/octavia master: Prepare for new multi-node jobs  https://review.openstack.org/62167703:57
openstackgerritMerged openstack/octavia-tempest-plugin master: Transition to python 3.x primary gates  https://review.openstack.org/62482003:57
openstackgerritMerged openstack/octavia master: Transition to python 3.x primary gates  https://review.openstack.org/62482203:57
*** PagliaccisCloud has quit IRC04:03
openstackgerritMerged openstack/octavia-tempest-plugin master: Add v2 two-node scenario test  https://review.openstack.org/60516304:14
*** khomesh has joined #openstack-lbaas04:16
*** khomesh has quit IRC04:16
*** hongbin has quit IRC04:20
openstackgerritMerged openstack/octavia master: Enable non-voting two node gates  https://review.openstack.org/62483604:23
*** yamamoto has quit IRC04:35
*** reedipb has quit IRC04:43
*** gcheresh_ has joined #openstack-lbaas05:18
*** yamamoto has joined #openstack-lbaas05:32
lxkonghi guys, i need suggestions for how to deal with this issue https://storyboard.openstack.org/#!/story/2004602?05:33
*** gcheresh_ has quit IRC05:44
*** gcheresh_ has joined #openstack-lbaas06:38
*** reedipb has joined #openstack-lbaas06:38
*** ccamposr has joined #openstack-lbaas06:51
*** rcernin has quit IRC07:09
*** pcaruana has joined #openstack-lbaas07:12
*** yamamoto has quit IRC07:14
*** velizarx has joined #openstack-lbaas07:51
*** rpittau has joined #openstack-lbaas07:59
*** rpittau_ has joined #openstack-lbaas08:11
*** rpittau has quit IRC08:13
*** rpittau_ is now known as rpittau08:20
*** yamamoto has joined #openstack-lbaas08:30
*** yamamoto has quit IRC08:47
*** yboaron_ has joined #openstack-lbaas08:50
*** yamamoto has joined #openstack-lbaas09:26
*** PagliaccisCloud has joined #openstack-lbaas09:56
*** salmankhan has joined #openstack-lbaas10:27
*** salmankhan has quit IRC10:28
openstackgerritCarlos Goncalves proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/60256410:43
*** salmankhan has joined #openstack-lbaas10:45
openstackgerritLuis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/60256410:50
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495410:54
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495410:55
*** salmankhan has quit IRC10:57
*** salmankhan has joined #openstack-lbaas11:06
*** salmankhan has quit IRC11:11
*** salmankhan has joined #openstack-lbaas11:11
*** yamamoto has quit IRC11:13
*** rpittau is now known as rpittau|lunch11:30
*** tobias-urdin is now known as tobias-urdin_afk11:41
openstackgerritYang JianFeng proposed openstack/python-octaviaclient master: Add some commands for octavia flavor and flavor_profile  https://review.openstack.org/62468611:42
*** tobias-urdin_afk is now known as tobias-urdin11:42
*** tobias-urdin is now known as tobias-urdin_afk11:43
*** yamamoto has joined #openstack-lbaas11:51
*** yamamoto has quit IRC11:51
*** yamamoto has joined #openstack-lbaas11:52
*** yamamoto has quit IRC11:56
*** reedipb has quit IRC12:01
*** yboaron_ has quit IRC12:04
*** yboaron_ has joined #openstack-lbaas12:04
*** yamamoto has joined #openstack-lbaas12:04
openstackgerritYang JianFeng proposed openstack/octavia master: Add listener and pool protocol validation  https://review.openstack.org/59404012:12
*** PagliaccisCloud has quit IRC12:19
*** rpittau|lunch is now known as rpittau12:28
*** velizarx has quit IRC12:45
*** yamamoto has quit IRC12:49
*** yamamoto has joined #openstack-lbaas12:51
*** velizarx has joined #openstack-lbaas12:53
*** tobias-urdin_afk is now known as tobias-urdin12:53
*** yboaron_ has quit IRC13:00
*** yboaron_ has joined #openstack-lbaas13:19
*** irclogbot_1 has quit IRC13:30
*** yboaron_ has quit IRC13:34
*** yboaron_ has joined #openstack-lbaas13:35
*** irclogbot_1 has joined #openstack-lbaas13:46
*** irclogbot_1 has quit IRC13:52
*** amuller has joined #openstack-lbaas13:58
*** yamamoto has quit IRC13:59
*** yamamoto has joined #openstack-lbaas14:00
openstackgerritMerged openstack/octavia master: Add auditing support to the Octavia API  https://review.openstack.org/60985414:02
*** yamamoto has quit IRC14:05
*** irclogbot_1 has joined #openstack-lbaas14:10
openstackgerritZhaoBo proposed openstack/octavia master: Support L7policy redirect http code  https://review.openstack.org/62500714:13
openstackgerritZhaoBo proposed openstack/python-octaviaclient master: Add a new option '--redirect-http-code' into L7Policy CLI  https://review.openstack.org/62500814:16
bzhao__Oh,  tls patches confilct...14:19
*** yboaron_ has quit IRC14:26
*** yboaron_ has joined #openstack-lbaas14:27
*** irclogbot_1 has quit IRC14:27
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495414:28
*** velizarx has quit IRC14:32
*** irclogbot_1 has joined #openstack-lbaas14:35
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495414:38
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495414:39
*** dayou has quit IRC14:43
*** yamamoto has joined #openstack-lbaas14:44
openstackgerritNir Magnezi proposed openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495414:44
openstackgerritLuis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/60256415:00
*** dayou has joined #openstack-lbaas15:00
openstackgerritLuis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/60256415:01
openstackgerritLuis Tomas Bolivar proposed openstack/octavia master: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/60256415:02
*** gcheresh_ has quit IRC15:24
cgoncalveshas anyone thought of/tested creating a listener on port 1025, 1026, 1027, etc?15:58
cgoncalvesasking specifically for these ones as peer_port starts at 1025 (HAPROXY_BASE_PEER_PORT)15:59
*** PagliaccisCloud has joined #openstack-lbaas16:13
xgermanno, but you can let us know how it goes16:26
openstackgerritLuis Tomas Bolivar proposed openstack/octavia stable/rocky: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/62504416:28
cgoncalvesxgerman, 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 port16:41
cgoncalvessame the other way around16:41
xgermannice. I would think ha[proxy let’s you specify an address to listen on for those16:42
openstackgerritMichael Johnson proposed openstack/octavia master: Updates Octavia to support octavia-lib  https://review.openstack.org/61370916:51
openstackgerritMichael Johnson proposed openstack/octavia master: Migrate constants to use octavia-lib - Part 1  https://review.openstack.org/61701517:02
*** ccamposr has quit IRC17:03
*** ramishra has quit IRC17:06
openstackgerritNir Magnezi proposed openstack/octavia stable/rocky: Stop Logging Amphora Cert  https://review.openstack.org/62505917:13
openstackgerritNir Magnezi proposed openstack/octavia stable/queens: Stop Logging Amphora Cert  https://review.openstack.org/62506117:15
openstackgerritPaul Bourke (pbourke) proposed openstack/octavia master: Add support for oraclelinux to diskimage-create  https://review.openstack.org/62506317:15
openstackgerritMichael Johnson proposed openstack/octavia master: Migrate constants to use octavia-lib - Part 2  https://review.openstack.org/61705817:16
*** yboaron_ has quit IRC17:18
openstackgerritLuis Tomas Bolivar proposed openstack/octavia stable/queens: Enabling SG customization on loadbalancer listerners  https://review.openstack.org/62506517:18
johnsomWhat is up with this patch that hasn't merged master being backported? It's a feature....17:19
openstackgerritNir Magnezi proposed openstack/octavia stable/pike: Stop Logging Amphora Cert  https://review.openstack.org/62506617:19
openstackgerritNir Magnezi proposed openstack/octavia stable/ocata: Stop Logging Amphora Cert  https://review.openstack.org/62506717:21
cgoncalvesjohnsom, do you run a bot that flags feature backports? :)17:21
johnsomI should17:21
johnsomThose are just wasting gate resources17:21
nmagnezijohnsom, cgoncalves https://review.openstack.org/#/q/I136081045787c1bbe3ee846d5845a34201c57864 :D17:21
cgoncalvestook you 1 minute to comment on https://review.openstack.org/#/c/625065/17:21
johnsomI know, slow right?17:22
cgoncalvestotally17:22
*** rpittau has quit IRC17:23
cgoncalvesnmagnezi, we don't cut maintenance releases below Pike (1.0.0)17:29
nmagnezicgoncalves, ok17:31
*** ianychoi has quit IRC17:42
openstackgerritMichael Johnson proposed openstack/octavia master: Updates Octavia to support octavia-lib  https://review.openstack.org/61370917:45
openstackgerritGerman Eichberger proposed openstack/octavia master: [WIP] Amphora logging  https://review.openstack.org/62483518:00
*** Swami has joined #openstack-lbaas18:06
*** salmankhan has quit IRC18:11
openstackgerritMerged openstack/octavia master: Stop Logging Amphora Cert  https://review.openstack.org/62495419:07
*** amuller has quit IRC19:19
*** fnaval has joined #openstack-lbaas19:22
*** gcheresh_ has joined #openstack-lbaas19:24
xgermanhttps://twitter.com/rosskukulinski/status/107329527377695948819:33
xgermansoon nobody will have hw LBs any longer19:33
*** pcaruana has quit IRC19:47
*** PagliaccisCloud has quit IRC19:52
*** gcheresh_ has quit IRC20:14
openstackgerritCarlos Goncalves proposed openstack/octavia master: Support remote debugging with PyDev  https://review.openstack.org/61994420:41
*** ianychoi has joined #openstack-lbaas20:59
*** tobias-urdin has quit IRC21:32
openstackgerritGerman Eichberger proposed openstack/octavia master: [WIP] Amphora logging  https://review.openstack.org/62483522:02
*** salmankhan has joined #openstack-lbaas22:08
*** salmankhan has quit IRC22:21
*** rcernin has joined #openstack-lbaas22:21
openstackgerritCarlos Goncalves proposed openstack/octavia stable/queens: Healthmanager shouldn't update NO_MONITOR members  https://review.openstack.org/61228022:31
openstackgerritCarlos Goncalves proposed openstack/octavia stable/queens: Create disabled members in haproxy  https://review.openstack.org/61229622:31
*** PagliaccisCloud has joined #openstack-lbaas22:31
openstackgerritMerged openstack/octavia stable/rocky: Stop Logging Amphora Cert  https://review.openstack.org/62505923:11
openstackgerritMerged openstack/octavia stable/queens: Stop Logging Amphora Cert  https://review.openstack.org/62506123:11
openstackgerritMerged openstack/octavia stable/ocata: Stop Logging Amphora Cert  https://review.openstack.org/62506723:11
johnsomcgoncalves 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!