Friday, 2020-11-13

*** born2bake has quit IRC00:09
*** rouk has quit IRC00:20
*** kwazar has quit IRC00:29
*** LinPeiWen96 has joined #openstack-kolla00:30
*** k_mouza has joined #openstack-kolla01:54
*** LinPeiWen96 has quit IRC01:54
*** LinPeiWen13 has joined #openstack-kolla01:55
*** k_mouza has quit IRC01:58
*** wuchunyang has joined #openstack-kolla02:35
*** wuchunyang has quit IRC04:07
*** rm_work has quit IRC04:58
*** rm_work has joined #openstack-kolla04:58
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-kolla05:33
*** zzzeek has quit IRC05:34
*** zzzeek has joined #openstack-kolla05:36
*** hjensas has quit IRC05:47
*** hjensas has joined #openstack-kolla05:47
*** wuchunyang has joined #openstack-kolla05:51
*** JamesBenson has quit IRC06:04
*** also_stingrayza has joined #openstack-kolla06:43
*** stingrayza has quit IRC06:47
*** cah_link has joined #openstack-kolla07:08
*** imcsk8 has quit IRC07:14
*** imcsk8 has joined #openstack-kolla07:16
*** rpittau|afk is now known as rpittau07:20
*** cah_link has quit IRC07:21
*** cah_link has joined #openstack-kolla07:24
*** jan00 has joined #openstack-kolla08:03
*** cah_link1 has joined #openstack-kolla08:07
*** cah_link has quit IRC08:08
*** cah_link1 is now known as cah_link08:08
*** kplant has quit IRC08:15
*** bengates has joined #openstack-kolla08:17
*** bengates_ has joined #openstack-kolla08:18
*** kplant has joined #openstack-kolla08:20
*** bengates has quit IRC08:22
*** muhaha has joined #openstack-kolla08:25
*** bengates_ has quit IRC08:31
*** bengates has joined #openstack-kolla08:31
*** dougsz has joined #openstack-kolla08:44
*** born2bake has joined #openstack-kolla08:56
*** k_mouza has joined #openstack-kolla09:18
*** jan00 has quit IRC09:37
*** bengates_ has joined #openstack-kolla09:39
*** bengates has quit IRC09:42
*** kevko has joined #openstack-kolla09:45
kevkohi guys, is it possible to split for example neutron-l3-agent and neutron-server by inventory ..09:48
kevkoso when for example installing/reconfigurring only neutron, don't want to restart neutron-l3-agent09:48
*** gfidente has joined #openstack-kolla09:49
priteaukevko: do you have neutron-l3-agent and neutron-server running on different hosts?09:51
kevkopriteau: well, we have few servers standalone ..only neutron server (if i am correct), we are just doing something emergency on production ..and we were afraid that if we want to install another neutron-server .. l3-agent will be restarted :P09:57
priteauYou could use --limit to restrict to controllers only running neutron-server09:57
*** kwazar has joined #openstack-kolla10:00
wuchunyangwe install neutron-l3-agent and neutron-server in different nodes .10:01
priteauI am afraid there is no easy way to restrict kolla-ansible to individual services managed by a role10:01
wuchunyangi think if you reconfigure neutron with tag , neutron-l3-agent should also reconfigure10:02
wuchunyanguse --limit is a good idea10:02
wuchunyangbut in this case ,your neutron.conf will inconsistent10:03
kevkohmm, ok, what can I do if i run playbook against some server ..where are both l3 agent and neutron-server running ?10:05
kevkowant to do everything about server ..but nothing about l3-agent10:05
kevko(or let's say , do not restart)10:05
kevkocan I just split inventory somehow ?10:06
wuchunyangmaybe you can uncomment hosts from l3-agent group  temporary10:09
wuchunyanguncomment -> comment10:09
kevkowuchunyang: well, yes, exactly this is that thing what I meant10:10
kevkowuchunyang: but we are using quite simple inventory what is an example in kolla-ansible10:10
wuchunyangyou can copy a new inventory10:10
kevkobut if i check a code ... there is a or inventory_hostname in groups['neutron-l3-agent'] ...so wondering if it is created somehow "in-code" as inherit from neutron group ..if you understand what i mean ..sorry my communication skills aren't so good :D10:12
wuchunyanghttps://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L32310:12
wuchunyangno,,  they inherit from neutron group because the inventory group has children tag10:13
wuchunyangyou should do as below10:13
wuchunyang[neutron-l3-agent]10:13
wuchunyang#neutron10:13
wuchunyangremove the children from gorup10:14
*** brinzhang_ has quit IRC10:16
wuchunyangi am not sure if it is right to inherit a none group10:16
*** wuchunyang has quit IRC10:26
*** iniazi has quit IRC10:43
*** nikparasyr has joined #openstack-kolla11:21
*** pto has left #openstack-kolla11:31
kevkook, thanks11:35
*** e0ne has joined #openstack-kolla11:35
kevkobtw, today I switched haproxy:3306 to maxscale2.5.5:3306 :) and moved databases to another barematal11:40
kevkoit's cool !11:40
kevkoare u interested in ?11:40
kevkoas entrypoint i have schemarouter and then i have several backends ... everything is working as kolla-ansible original ..but it is more cool ..with dashboard ..very like it11:41
mnasiadkamorning11:48
mnasiadkayoctozepto, hrw: https://review.opendev.org/762546 if you have some time11:48
patchbotpatch 762546 - kolla (stable/victoria) - Switch to centos-release-openstack-victoria package - 1 patch set11:48
*** JamesBenson has joined #openstack-kolla12:01
kevkomnasiadka: hh, morning too :)12:03
*** JamesBenson has quit IRC12:04
kevkomnasiadka: Michal, regarding my review -> https://review.opendev.org/#/c/759855/ , could you please advise me how to get fluent-logger into rpm-based image ? who is reponsible to provide rpm for build ? official repo ? or do you have guys some "extra" repository ?12:04
patchbotpatch 759855 - kolla - Add fluent-logger to images - source, binary-debian - 2 patch sets12:04
*** JamesBenson has joined #openstack-kolla12:04
kevkoand , is this blocker ? i remember that some funcionality in past *wasn't* available for some distros ... and as change which i am proposing is only optional ..i think it's not blocker12:06
mnasiadkakevko: can you check if it's available from td-agent somewhere?12:06
mnasiadkawe use their repo for installing fluentd12:07
kevkomnasiadka: let me check12:07
openstackgerritRadosÅ‚aw Piliszek proposed openstack/kolla stable/victoria: Switch to centos-release-openstack-victoria package  https://review.opendev.org/76254612:18
*** dciabrin has joined #openstack-kolla12:19
mnasiadkayoctozepto: thanks, forgot that12:20
*** dciabrin__ has quit IRC12:20
mnasiadkakevko: but if they package it all in one rpm - then forget about it, and talk with people on #rdo and/or mrunge what would be the best place to add it... I'm sorry but we can't support a feature that is not available on all distros :)12:21
*** k_mouza has quit IRC12:38
kevkomnasiadka: ok, i will try to contact mrunge and rdo ..12:51
kevkomnasiadka: I have another question :) ..on some private cloud deployments (which is quite bigger) we have issues from neutron DB perf12:52
kevkoso, we decided to move neutron DB away ...but we really wanted to do it like haproxy and mariadb12:53
kevkoso, we turned off haproxy's mariadb config ..and started maxscale12:53
kevkomaxscale VIP:port -> schemarouter -> readconnroute{1,2} -> {server1,2,3,4}12:54
kevkoeverything is working very cool and I would like to ask what is your opinion ..should I sent it for review ...or i have no chance to have it merged :) ?12:54
kevkoit is really cool12:55
yoctozeptokevko: it sounds like something we would want to do13:02
yoctozeptokevko: we looked at mysqlproxy or something like that before13:02
*** k_mouza has joined #openstack-kolla13:06
kevkoyoctozepto: i can add your ssh key on my test server if you want :)13:14
yoctozeptokevko: thanks, but the limiting factor is actually time :-)13:22
yoctozeptokevko: I meant you would likely get your changes accepted upstream13:22
yoctozeptoi.e. switch mariadb via haproxy to mariadb via proper proxy13:22
yoctozeptois a big plus13:22
kevkoyoctozepto: ok, i will push ;-)13:24
*** wuchunyang has joined #openstack-kolla13:27
priteauSome publish jobs are failing to upload images to Docker Hub :(13:42
priteauerror parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n"13:43
priteauThis is why the victoria image for centos-binary-nova-api built today isn't available13:44
priteauI am looking at ptg notes, someone said "I don't see a limit on pushes"13:45
priteauUnfortunately it seems like there are push limits13:46
*** wuchunyang has quit IRC13:49
priteauor, maybe pull limits trigger errors on later pushes14:14
*** cah_link has quit IRC14:37
*** k_mouza has quit IRC14:42
*** rpittau is now known as rpittau|afk14:49
*** k_mouza has joined #openstack-kolla14:50
mnasiadkamight be14:54
*** k_mouza has quit IRC15:01
yoctozeptoduh15:03
*** muhaha has quit IRC15:23
*** LinPeiWen13 has quit IRC15:29
*** TrevorV has joined #openstack-kolla15:31
*** bengates_ has quit IRC15:43
*** bengates has joined #openstack-kolla15:43
*** ysirndjuro has joined #openstack-kolla15:54
*** k_mouza has joined #openstack-kolla16:03
mnasiadkayoctozepto: what is interesting, that the CI job did not fail16:06
mnasiadkayoctozepto: we are not very advanced in the publish section - https://github.com/openstack/kolla/blob/21d0cc76ecd244ae5971de0d37470ceb1cf05cca/tests/playbooks/publish.yml#L816:08
yoctozeptoarr, need to fix that then16:10
yoctozeptolovely quirks16:10
mnasiadkawell, we could rework that to proper ansible to have better visibility what fails, now finding that in output of the job is hell of a task ;)16:12
yoctozeptomnasiadka: yeah, I think a loop in ansible should be just fine?16:21
*** k_mouza has quit IRC16:22
mnasiadkayoctozepto: yeah, we could also use docker_container module for pushing, might be slower than shell, I can make some experiments on Monday16:22
*** k_mouza has joined #openstack-kolla16:22
yoctozeptomnasiadka: great16:23
*** k_mouza has quit IRC16:23
*** k_mouza has joined #openstack-kolla16:24
*** mgoddard has joined #openstack-kolla16:29
hrwSecond part of my series is now online: https://marcin.juszkiewicz.com.pl/2020/11/13/standards-in-arm-space-part-ii/ Covers BSA/BBR, changes to SBBR, new ESBBR and LBBR, mentions BBSR and more.16:35
*** nikparasyr has left #openstack-kolla16:51
*** TrevorV has quit IRC16:58
*** bengates has quit IRC17:00
*** kevko has quit IRC17:08
openstackgerritMark Goddard proposed openstack/kolla-ansible master: CI: add missing --fail argument to curl  https://review.opendev.org/76269417:08
*** dougsz has quit IRC17:30
mgoddardmnasiadka, yoctozepto: this one seems fun: https://bugs.launchpad.net/kolla-ansible/+bug/190406217:31
openstackLaunchpad bug 1904062 in kolla-ansible wallaby "external ceph cinder volume config breaks volumes on ussuri upgrade" [High,Triaged]17:31
mnasiadkamgoddard: I just love similar bugs :)17:32
mnasiadkamgoddard: should we add cinder in there and ask for guidance?:)17:33
*** e0ne has quit IRC17:36
yoctozeptomgoddard: yea, I told the folk to report17:36
*** k_mouza has quit IRC17:43
mgoddardmnasiadka: yeah, we should get advice on how to do it properly17:44
mgoddardsigning off now17:44
*** mgoddard has quit IRC17:49
kplanthas anyone successfully gotten dpdk working with centos 7??17:50
kplanthttps://docs.openstack.org/kolla/ussuri/admin/template-override/ovs-dpdk.html <-- haven't gotten this to work17:50
kplantjust reutnrs they're unbuildable17:50
*** kemopq has joined #openstack-kolla18:32
*** sean-k-mooney1 has joined #openstack-kolla18:41
*** sean-k-mooney has quit IRC18:42
*** kemopq has quit IRC19:07
*** jonaspaulo has joined #openstack-kolla19:16
*** gfidente has quit IRC19:30
*** k_mouza has joined #openstack-kolla19:43
*** k_mouza has quit IRC19:48
kplanti'm seeing conflicting documentation, some saying dpdk isn't supported on centos at all and some saying it is19:59
kplantwhich is it? :-)19:59
*** kevko has joined #openstack-kolla20:05
*** dciabrin has quit IRC20:15
*** dciabrin has joined #openstack-kolla20:16
*** kevko has quit IRC21:02
*** sean-k-mooney2 has joined #openstack-kolla21:54
*** sean-k-mooney1 has quit IRC21:56
*** born2bake has quit IRC22:20
*** jonaspaulo has quit IRC22:35

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