*** born2bake has quit IRC | 00:09 | |
*** rouk has quit IRC | 00:20 | |
*** kwazar has quit IRC | 00:29 | |
*** LinPeiWen96 has joined #openstack-kolla | 00:30 | |
*** k_mouza has joined #openstack-kolla | 01:54 | |
*** LinPeiWen96 has quit IRC | 01:54 | |
*** LinPeiWen13 has joined #openstack-kolla | 01:55 | |
*** k_mouza has quit IRC | 01:58 | |
*** wuchunyang has joined #openstack-kolla | 02:35 | |
*** wuchunyang has quit IRC | 04:07 | |
*** rm_work has quit IRC | 04:58 | |
*** rm_work has joined #openstack-kolla | 04:58 | |
*** evrardjp has quit IRC | 05:33 | |
*** evrardjp has joined #openstack-kolla | 05:33 | |
*** zzzeek has quit IRC | 05:34 | |
*** zzzeek has joined #openstack-kolla | 05:36 | |
*** hjensas has quit IRC | 05:47 | |
*** hjensas has joined #openstack-kolla | 05:47 | |
*** wuchunyang has joined #openstack-kolla | 05:51 | |
*** JamesBenson has quit IRC | 06:04 | |
*** also_stingrayza has joined #openstack-kolla | 06:43 | |
*** stingrayza has quit IRC | 06:47 | |
*** cah_link has joined #openstack-kolla | 07:08 | |
*** imcsk8 has quit IRC | 07:14 | |
*** imcsk8 has joined #openstack-kolla | 07:16 | |
*** rpittau|afk is now known as rpittau | 07:20 | |
*** cah_link has quit IRC | 07:21 | |
*** cah_link has joined #openstack-kolla | 07:24 | |
*** jan00 has joined #openstack-kolla | 08:03 | |
*** cah_link1 has joined #openstack-kolla | 08:07 | |
*** cah_link has quit IRC | 08:08 | |
*** cah_link1 is now known as cah_link | 08:08 | |
*** kplant has quit IRC | 08:15 | |
*** bengates has joined #openstack-kolla | 08:17 | |
*** bengates_ has joined #openstack-kolla | 08:18 | |
*** kplant has joined #openstack-kolla | 08:20 | |
*** bengates has quit IRC | 08:22 | |
*** muhaha has joined #openstack-kolla | 08:25 | |
*** bengates_ has quit IRC | 08:31 | |
*** bengates has joined #openstack-kolla | 08:31 | |
*** dougsz has joined #openstack-kolla | 08:44 | |
*** born2bake has joined #openstack-kolla | 08:56 | |
*** k_mouza has joined #openstack-kolla | 09:18 | |
*** jan00 has quit IRC | 09:37 | |
*** bengates_ has joined #openstack-kolla | 09:39 | |
*** bengates has quit IRC | 09:42 | |
*** kevko has joined #openstack-kolla | 09:45 | |
kevko | hi guys, is it possible to split for example neutron-l3-agent and neutron-server by inventory .. | 09:48 |
---|---|---|
kevko | so when for example installing/reconfigurring only neutron, don't want to restart neutron-l3-agent | 09:48 |
*** gfidente has joined #openstack-kolla | 09:49 | |
priteau | kevko: do you have neutron-l3-agent and neutron-server running on different hosts? | 09:51 |
kevko | priteau: 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 :P | 09:57 |
priteau | You could use --limit to restrict to controllers only running neutron-server | 09:57 |
*** kwazar has joined #openstack-kolla | 10:00 | |
wuchunyang | we install neutron-l3-agent and neutron-server in different nodes . | 10:01 |
priteau | I am afraid there is no easy way to restrict kolla-ansible to individual services managed by a role | 10:01 |
wuchunyang | i think if you reconfigure neutron with tag , neutron-l3-agent should also reconfigure | 10:02 |
wuchunyang | use --limit is a good idea | 10:02 |
wuchunyang | but in this case ,your neutron.conf will inconsistent | 10:03 |
kevko | hmm, ok, what can I do if i run playbook against some server ..where are both l3 agent and neutron-server running ? | 10:05 |
kevko | want to do everything about server ..but nothing about l3-agent | 10:05 |
kevko | (or let's say , do not restart) | 10:05 |
kevko | can I just split inventory somehow ? | 10:06 |
wuchunyang | maybe you can uncomment hosts from l3-agent group temporary | 10:09 |
wuchunyang | uncomment -> comment | 10:09 |
kevko | wuchunyang: well, yes, exactly this is that thing what I meant | 10:10 |
kevko | wuchunyang: but we are using quite simple inventory what is an example in kolla-ansible | 10:10 |
wuchunyang | you can copy a new inventory | 10:10 |
kevko | but 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 :D | 10:12 |
wuchunyang | https://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L323 | 10:12 |
wuchunyang | no,, they inherit from neutron group because the inventory group has children tag | 10:13 |
wuchunyang | you should do as below | 10:13 |
wuchunyang | [neutron-l3-agent] | 10:13 |
wuchunyang | #neutron | 10:13 |
wuchunyang | remove the children from gorup | 10:14 |
*** brinzhang_ has quit IRC | 10:16 | |
wuchunyang | i am not sure if it is right to inherit a none group | 10:16 |
*** wuchunyang has quit IRC | 10:26 | |
*** iniazi has quit IRC | 10:43 | |
*** nikparasyr has joined #openstack-kolla | 11:21 | |
*** pto has left #openstack-kolla | 11:31 | |
kevko | ok, thanks | 11:35 |
*** e0ne has joined #openstack-kolla | 11:35 | |
kevko | btw, today I switched haproxy:3306 to maxscale2.5.5:3306 :) and moved databases to another barematal | 11:40 |
kevko | it's cool ! | 11:40 |
kevko | are u interested in ? | 11:40 |
kevko | as 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 it | 11:41 |
mnasiadka | morning | 11:48 |
mnasiadka | yoctozepto, hrw: https://review.opendev.org/762546 if you have some time | 11:48 |
patchbot | patch 762546 - kolla (stable/victoria) - Switch to centos-release-openstack-victoria package - 1 patch set | 11:48 |
*** JamesBenson has joined #openstack-kolla | 12:01 | |
kevko | mnasiadka: hh, morning too :) | 12:03 |
*** JamesBenson has quit IRC | 12:04 | |
kevko | mnasiadka: 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 |
patchbot | patch 759855 - kolla - Add fluent-logger to images - source, binary-debian - 2 patch sets | 12:04 |
*** JamesBenson has joined #openstack-kolla | 12:04 | |
kevko | and , 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 blocker | 12:06 |
mnasiadka | kevko: can you check if it's available from td-agent somewhere? | 12:06 |
mnasiadka | we use their repo for installing fluentd | 12:07 |
kevko | mnasiadka: let me check | 12:07 |
openstackgerrit | Radosław Piliszek proposed openstack/kolla stable/victoria: Switch to centos-release-openstack-victoria package https://review.opendev.org/762546 | 12:18 |
*** dciabrin has joined #openstack-kolla | 12:19 | |
mnasiadka | yoctozepto: thanks, forgot that | 12:20 |
*** dciabrin__ has quit IRC | 12:20 | |
mnasiadka | kevko: 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 IRC | 12:38 | |
kevko | mnasiadka: ok, i will try to contact mrunge and rdo .. | 12:51 |
kevko | mnasiadka: I have another question :) ..on some private cloud deployments (which is quite bigger) we have issues from neutron DB perf | 12:52 |
kevko | so, we decided to move neutron DB away ...but we really wanted to do it like haproxy and mariadb | 12:53 |
kevko | so, we turned off haproxy's mariadb config ..and started maxscale | 12:53 |
kevko | maxscale VIP:port -> schemarouter -> readconnroute{1,2} -> {server1,2,3,4} | 12:54 |
kevko | everything 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 |
kevko | it is really cool | 12:55 |
yoctozepto | kevko: it sounds like something we would want to do | 13:02 |
yoctozepto | kevko: we looked at mysqlproxy or something like that before | 13:02 |
*** k_mouza has joined #openstack-kolla | 13:06 | |
kevko | yoctozepto: i can add your ssh key on my test server if you want :) | 13:14 |
yoctozepto | kevko: thanks, but the limiting factor is actually time :-) | 13:22 |
yoctozepto | kevko: I meant you would likely get your changes accepted upstream | 13:22 |
yoctozepto | i.e. switch mariadb via haproxy to mariadb via proper proxy | 13:22 |
yoctozepto | is a big plus | 13:22 |
kevko | yoctozepto: ok, i will push ;-) | 13:24 |
*** wuchunyang has joined #openstack-kolla | 13:27 | |
priteau | Some publish jobs are failing to upload images to Docker Hub :( | 13:42 |
priteau | error parsing HTTP 429 response body: invalid character 'T' looking for beginning of value: "Too Many Requests (HAP429).\n" | 13:43 |
priteau | This is why the victoria image for centos-binary-nova-api built today isn't available | 13:44 |
priteau | I am looking at ptg notes, someone said "I don't see a limit on pushes" | 13:45 |
priteau | Unfortunately it seems like there are push limits | 13:46 |
*** wuchunyang has quit IRC | 13:49 | |
priteau | or, maybe pull limits trigger errors on later pushes | 14:14 |
*** cah_link has quit IRC | 14:37 | |
*** k_mouza has quit IRC | 14:42 | |
*** rpittau is now known as rpittau|afk | 14:49 | |
*** k_mouza has joined #openstack-kolla | 14:50 | |
mnasiadka | might be | 14:54 |
*** k_mouza has quit IRC | 15:01 | |
yoctozepto | duh | 15:03 |
*** muhaha has quit IRC | 15:23 | |
*** LinPeiWen13 has quit IRC | 15:29 | |
*** TrevorV has joined #openstack-kolla | 15:31 | |
*** bengates_ has quit IRC | 15:43 | |
*** bengates has joined #openstack-kolla | 15:43 | |
*** ysirndjuro has joined #openstack-kolla | 15:54 | |
*** k_mouza has joined #openstack-kolla | 16:03 | |
mnasiadka | yoctozepto: what is interesting, that the CI job did not fail | 16:06 |
mnasiadka | yoctozepto: we are not very advanced in the publish section - https://github.com/openstack/kolla/blob/21d0cc76ecd244ae5971de0d37470ceb1cf05cca/tests/playbooks/publish.yml#L8 | 16:08 |
yoctozepto | arr, need to fix that then | 16:10 |
yoctozepto | lovely quirks | 16:10 |
mnasiadka | well, 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 |
yoctozepto | mnasiadka: yeah, I think a loop in ansible should be just fine? | 16:21 |
*** k_mouza has quit IRC | 16:22 | |
mnasiadka | yoctozepto: yeah, we could also use docker_container module for pushing, might be slower than shell, I can make some experiments on Monday | 16:22 |
*** k_mouza has joined #openstack-kolla | 16:22 | |
yoctozepto | mnasiadka: great | 16:23 |
*** k_mouza has quit IRC | 16:23 | |
*** k_mouza has joined #openstack-kolla | 16:24 | |
*** mgoddard has joined #openstack-kolla | 16:29 | |
hrw | Second 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-kolla | 16:51 | |
*** TrevorV has quit IRC | 16:58 | |
*** bengates has quit IRC | 17:00 | |
*** kevko has quit IRC | 17:08 | |
openstackgerrit | Mark Goddard proposed openstack/kolla-ansible master: CI: add missing --fail argument to curl https://review.opendev.org/762694 | 17:08 |
*** dougsz has quit IRC | 17:30 | |
mgoddard | mnasiadka, yoctozepto: this one seems fun: https://bugs.launchpad.net/kolla-ansible/+bug/1904062 | 17:31 |
openstack | Launchpad bug 1904062 in kolla-ansible wallaby "external ceph cinder volume config breaks volumes on ussuri upgrade" [High,Triaged] | 17:31 |
mnasiadka | mgoddard: I just love similar bugs :) | 17:32 |
mnasiadka | mgoddard: should we add cinder in there and ask for guidance?:) | 17:33 |
*** e0ne has quit IRC | 17:36 | |
yoctozepto | mgoddard: yea, I told the folk to report | 17:36 |
*** k_mouza has quit IRC | 17:43 | |
mgoddard | mnasiadka: yeah, we should get advice on how to do it properly | 17:44 |
mgoddard | signing off now | 17:44 |
*** mgoddard has quit IRC | 17:49 | |
kplant | has anyone successfully gotten dpdk working with centos 7?? | 17:50 |
kplant | https://docs.openstack.org/kolla/ussuri/admin/template-override/ovs-dpdk.html <-- haven't gotten this to work | 17:50 |
kplant | just reutnrs they're unbuildable | 17:50 |
*** kemopq has joined #openstack-kolla | 18:32 | |
*** sean-k-mooney1 has joined #openstack-kolla | 18:41 | |
*** sean-k-mooney has quit IRC | 18:42 | |
*** kemopq has quit IRC | 19:07 | |
*** jonaspaulo has joined #openstack-kolla | 19:16 | |
*** gfidente has quit IRC | 19:30 | |
*** k_mouza has joined #openstack-kolla | 19:43 | |
*** k_mouza has quit IRC | 19:48 | |
kplant | i'm seeing conflicting documentation, some saying dpdk isn't supported on centos at all and some saying it is | 19:59 |
kplant | which is it? :-) | 19:59 |
*** kevko has joined #openstack-kolla | 20:05 | |
*** dciabrin has quit IRC | 20:15 | |
*** dciabrin has joined #openstack-kolla | 20:16 | |
*** kevko has quit IRC | 21:02 | |
*** sean-k-mooney2 has joined #openstack-kolla | 21:54 | |
*** sean-k-mooney1 has quit IRC | 21:56 | |
*** born2bake has quit IRC | 22:20 | |
*** jonaspaulo has quit IRC | 22:35 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!