Wednesday, 2022-09-14

congntHi everyone, I'm building image horizon but hit a bug. I have a repo horizon with my code. When I'm build with kolla, first, kolla install horizon with my code, but after that I don't know why horizon install version 22.1.0. It seems because blazar-dashboard require horizon >=17.1.0.  Anyone know how to fix it? (https://imgur.com/04yaE6Z)05:10
shyambHi06:22
shyambIn openstack kolla-ansible we want to run our service in active passive mode among controller nodes06:23
shyambService is supposed to run on any one controller node06:23
shyambHow can we achieve that? Any thoughts are welcome06:24
congntHi everyone, I'm building image horizon but I hit a bug. I have a repo horizon with my code. When I'm build image with kolla, first, kolla install horizon with my code (horizon-19.2.0.dev213), but after that I don't know why horizon install version 22.1.0. It seems a plugin require horizon >=17.1.0.  Anyone know how to fix it? (https://imgur.com/04yaE6Z). Log building (https://paste.ubuntu.com/p/QMsPY9GGzf/plain/)06:26
congntHi hrw & mgoddard, Do you know this bug? Can you explain why horizon installed version 22.1.0 for me. Thank you so much!06:28
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747706:31
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747806:31
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747806:32
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747906:33
congntOh, I fixed, my mistake. Sorry all of you06:44
yoctozeptoshyamb: we don't support active-passive in kolla-ansible yet - I need such support too and will likely work on it later this year or early next year (unless I have my priorities changed once again which is not improbable)07:48
yoctozeptothat said, a feasible implementation would be based off of the current support for hacluster (pacemaker+corosync)07:48
yoctozeptobut it needs improvements to be made :/07:49
fricklerwhy would you want active-passive if you can have active-active? is this only if you can't afford the third controller or is there something else?07:55
fricklerdon't need to discuss right now, maybe make it a PTG topic?07:56
yoctozeptofrickler: FC-backed LVM-based Cinder iSCSI has to be active-passive :-(07:59
yoctozepto😭08:00
yoctozeptoI mean, it could be active but it's not anyone supports so it is even more work :D08:00
fricklersounds like hell indeed. but that would be a special case then only for the cinder service or would you change everything to match this?08:01
yoctozeptono, for cinder-volume, but I need it controlled by hacluster08:01
yoctozeptoI obviously don't know what shyamb wants active-passive for08:02
yoctozeptobut I bet the basics required are the same08:02
fricklerright, so two dedicated haclustered nodes for cinder-volume might be feasible?08:03
yoctozeptofrickler: yeah, I mean, with the current plan I want to reuse the hacluster support we have, have a proper 3-node head (full members) and remotes for everything else (like nova-compute nodes now, for masakari-hostmonitor) - in this case for relevant cinder-volume hosts08:05
yoctozeptoI need the cluster to manage fencing, LVM activation and cinder-volume activation, possibly also a VIP for iSCSI08:06
yoctozeptoI have this drafted out in my head but it's paused atm08:06
yoctozeptoI mean, the implementation08:06
yoctozeptoas it is a lesser priority08:06
yoctozeptoI guess we will never know what shyamb needed ;D08:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: veryWIP: Add Opensearch support  https://review.opendev.org/c/openstack/kolla-ansible/+/85661008:22
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: veryWIP: Add Opensearch support  https://review.opendev.org/c/openstack/kolla-ansible/+/85661008:31
wuchunyangHi yoctozepto: Good morning.  I have a question about oslo.db 12.1.0 and need your help!!!08:37
wuchunyanghttps://lists.openstack.org/pipermail/openstack-discuss/2022-September/030317.html08:37
wuchunyangDoes 'autocommit' only effect sqlite driver?  or all drivers(e.g. mysql)?  thanks in advance.08:38
fricklerwuchunyang: I'm pretty sure it affects all drivers08:40
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: nova-cell: add external_ceph_always_copy_cinder_keyring parameter  https://review.opendev.org/c/openstack/kolla-ansible/+/85623908:42
wuchunyangfrickler: okay, thanks very much.   I am really not sure about this. 08:42
opendevreviewMerged openstack/kolla-ansible stable/wallaby: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747908:44
opendevreviewMerged openstack/kolla-ansible stable/yoga: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747708:46
opendevreviewMerged openstack/kolla-ansible stable/xena: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85747808:46
mnasiadkamorning08:50
wuchunyangmorning09:00
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759409:03
yoctozeptowuchunyang: hi; it affects all drivers that it could affect; afaict mysql and postgres should be affected09:05
yoctozeptowuchunyang: I gather that you have found trove affected?09:06
yoctozeptothankfully, it did not hit masakari09:07
yoctozeptoand in blazar we have simply workarounded it by enabling autocommit explicitly https://review.opendev.org/c/openstack/blazar/+/85676809:07
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759409:07
wuchunyangyes, trove ci starts to failed.  and i try to figure it out, it costs me 10 hours with this issue. Just because i forgot to read the openstack mail list.09:09
wuchunyangyoctozepto: thanks for your explanation.09:09
opendevreviewMark Goddard proposed openstack/kayobe master: Use environment variables for plugin paths  https://review.opendev.org/c/openstack/kayobe/+/81796509:10
yoctozeptoyw09:11
yoctozeptomgoddard: any chance to get my tenks patches stack approved? https://review.opendev.org/q/project:openstack/tenks+status:open+-is:wip09:35
yoctozeptoif some need more discussion than others, let me know, I can rebase and offload the disputable ones09:36
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759410:04
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85763310:44
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: veryWIP: Add Opensearch support  https://review.opendev.org/c/openstack/kolla-ansible/+/85661010:44
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85748110:44
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85748210:44
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85748210:45
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85748310:45
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [DNM] [CI] Run it all  https://review.opendev.org/c/openstack/kolla-ansible/+/85748310:45
hrwDebian builds still fail on CI?11:15
fricklerthe mirror db needs to be repaired before the mirror can be updated again, seems this will take some more hours11:24
yoctozeptomaybe let's avoid the mirror and see how bad that goes?11:33
fricklerit will make things more unstable to rely on external network connectivity, but feel free to give it a try11:41
hrwand disable cleaning package cache in non-publish jobs11:43
opendevreviewBartosz Bezak proposed openstack/kayobe master: Move to CentOS Stream 9 / Rocky Linux 9  https://review.opendev.org/c/openstack/kayobe/+/85565612:00
opendevreviewBartosz Bezak proposed openstack/kayobe master: Move to CentOS Stream 9 / Rocky Linux 9  https://review.opendev.org/c/openstack/kayobe/+/85565612:02
opendevreviewBartosz Bezak proposed openstack/kayobe master: Move to CentOS Stream 9 / Rocky Linux 9  https://review.opendev.org/c/openstack/kayobe/+/85565612:29
hrw14:44 marcin@puchatek:~$ python --version12:44
hrwPython 3.11.0rc212:44
kevko_hi, we are trying to debug some DB connections issues in openstack ... was it good idea to do this ? https://review.opendev.org/c/openstack/kolla-ansible/+/75493112:44
hrwtime to check how kolla reacts ;D12:44
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759413:17
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759413:28
mnasiadkamgoddard mnasiadka hrw yoctozepto bbezak parallax Fl1nt frickler adrian-a kevko - meeting in 813:52
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Python 3.8+ has better shutil.copytree()  https://review.opendev.org/c/openstack/kolla/+/85770913:52
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759414:00
mnasiadka#startmeeting kolla14:00
opendevmeetMeeting started Wed Sep 14 14:00:16 2022 UTC and is due to finish in 60 minutes.  The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
opendevmeetThe meeting name has been set to 'kolla'14:00
mnasiadka#topic rollcall14:00
frickler\o14:00
hrw(°Y.)14:00
mnasiadkao/14:01
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759414:01
yoctozeptoo/14:02
mnasiadka#topic agenda14:03
mnasiadka* CI status14:03
mnasiadka* Release tasks14:03
mnasiadka* Regular stable releases (first meeting in a month)14:03
mnasiadka* Current cycle planning14:03
mnasiadka* Additional agenda (from whiteboard)14:03
mnasiadka* Open discussion14:03
mnasiadka#topic CI status14:03
mnasiadkawhiteboard says green14:03
yoctozeptoit is14:03
mnasiadkabut I noticed k-a jobs that depend on kolla patch are failing on c9s and rl914:03
yoctozeptoI have also run today all jobs on all supported branches14:03
yoctozeptomessage:"[DNM] [CI] Run it all" status:open14:04
yoctozeptoor:14:04
yoctozeptohttps://review.opendev.org/q/message:%2522%255BDNM%255D+%255BCI%255D+Run+it+all%2522+status:open14:04
mnasiadkaanyway CI green14:04
mnasiadka#topic Release tasks14:04
matfechnero/14:04
bbezako/14:05
mnasiadkanext week feature freeze14:05
mnasiadkaopensearch and rocky 9 related will probably need an exception14:05
mnasiadka#topic Current cycle planning14:06
mnasiadkaspeaking of the devil14:06
mnasiadkaI worked on opensearch, still in progress14:06
mnasiadkamissing opensearch-dashboards deployment14:06
mnasiadkabut opensearch with fluentd works properly14:06
mnasiadkahrw: how are we with cs9 Kolla patch? ready to merge?14:07
opendevreviewBartosz Bezak proposed openstack/kayobe master: Move to CentOS Stream 9 / Rocky Linux 9  https://review.opendev.org/c/openstack/kayobe/+/85565614:07
mnasiadkahttps://review.opendev.org/c/openstack/kolla/+/83666414:07
hrwmnasiadka: I would say that it is and then needs some improvements on top14:08
mnasiadkaELK and Grafana should be fixed by OpenSearch14:08
hrwwe use cron for logrotate but there is no cron in el914:08
mnasiadkaand what's the replacement?14:08
hrwsystemd timers14:08
mnasiadkafantastic14:08
hrwwhich we lack in container14:08
mnasiadkathen we would need to run a container with systemd and use timers14:09
mnasiadkaseems like a followup to the original change14:09
yoctozeptomnasiadka: or the host one14:09
hrwor use host one14:10
mnasiadkayes, that's another option14:10
hrwinstall logrotate in host OS and point to kolla logs14:10
opendevreviewBartosz Bezak proposed openstack/kayobe master: Move to CentOS Stream 9 / Rocky Linux 9  https://review.opendev.org/c/openstack/kayobe/+/85565614:10
hrwand then we can deprecate logrotate image14:10
mnasiadkaok then14:11
yoctozeptohrw: well, we need logrotate somewhere14:11
yoctozeptohost systemd could run the container14:11
yoctozeptoI guess for now it would be easier to introduce systemd in that container?14:11
mnasiadkait might be14:12
hrwyoctozepto: we keep logs on host OS disk so why host's logrotate can not handle it for us?14:12
yoctozeptohrw: no idea14:12
mnasiadkaor look for some small alternatives14:12
hrwpresent in el9 or epel9?14:13
mnasiadkanobody says it needs to be present there, if it's a small Go binary or similar, we can just curl it14:13
yoctozeptocron go?14:13
mnasiadkagocron, clockwork, others, anything :)14:14
hrwmnasiadka: "while true; do logrotate; sleep 1h;done"?14:14
mnasiadkaif we move to systemd this cycle - we can use systemd timer on logrotate container :)14:14
hrwCS9 images worked with systemd as init14:15
mnasiadkayes, but if we need that, it should be an exception, not standard14:15
yoctozeptohrw's loop might work well enough14:15
hrwor using host OS logrotate14:15
mnasiadkaok, so - discussion is fine - is there anybody that wants to look into making that work?14:16
hrweach of them has it. and runs it somehow14:16
yoctozeptoyeah, I guess kolla might have overcontainerised some services14:17
hrwmnasiadka: assign it to me14:17
mnasiadka#action hrw work on cron alternative14:18
mnasiadkaok then14:18
opendevreviewRafal Lewandowski proposed openstack/kayobe master: updated  write_bifrost_clouds_yaml logic  https://review.opendev.org/c/openstack/kayobe/+/85759414:18
mnasiadkaso second thing around CS9 Kolla patch - in Zed PTG we decided to not publish cs9 images14:18
mnasiadkaand run cs9 jobs as non-voting or experimental to see what's ahead14:19
mnasiadkaare we changing that?14:19
hrwI would keep it that way - no publishing14:19
mnasiadkaok, so the patch needs to be updated I guess - there are publish jobs defined14:19
hrwwe merge them very late in a cycle so not tested as much yet as usual stuff was tested14:19
mnasiadkawell, I guess we want to publish rocky9 images instead - that was the plan14:20
hrwonce we have rl9 merged working14:20
mnasiadkamaybe not initially14:20
mnasiadkayeah14:20
mnasiadkaI'll push a patch based on cs9 one to add rl914:20
mnasiadkaok that is solved14:20
mnasiadkabbezak: how's it going with rl9 for Kayobe?14:21
bbezaklovely :). Biggest hurdle till now was dummy interfaces in network manager with network-interfaces role14:21
bbezakbut looks promising14:22
mnasiadkaso basically network-scripts missing in EL914:22
mnasiadkanice14:22
mnasiadkayoctozepto: I noticed you started some reviews on systemd approach - do you think we can merge it this cycle?14:22
yoctozeptomnasiadka: yes, it seems pretty ready; I would go with an exception for it14:23
yoctozeptocan review14:23
bbezakhowever there is compatibility layer NetworkManager-initscripts-updown - https://www.redhat.com/en/blog/rhel-9-networking-say-goodbye-ifcfg-files-and-hello-keyfiles14:23
yoctozeptoI just can't commit much time this and the next week14:23
mnasiadkaok, is there any other core that has cycles to review?14:23
mnasiadkabecause we need a second one14:23
yoctozeptoin other words14:23
yoctozeptoany other core to review this by the end of September?14:23
mnasiadkayoctozepto: sure, I would probably feel more comfortable to merge it on beginning of Antelope, but it's been hanging there for some time14:23
yoctozeptosame thinking here14:24
yoctozeptomaybe it's more motivating to merge at the last minute :D14:24
mnasiadkaok, enough about that14:25
mnasiadkaLet's Encrypt is also eager to get some reviews, but maybe we need to postpone it as well14:25
mnasiadkaok, let's go forward14:25
mnasiadka#topic Additional agenda (from whiteboard)14:25
mnasiadka(yoctozepto) systemd container control https://review.opendev.org/c/openstack/kolla-ansible/+/81672414:25
yoctozeptoalready discussed14:26
mnasiadkaok14:26
yoctozeptoplease help review, seems reasonable14:26
mnasiadka(mnasiadka) Monasca status14:26
mnasiadkaI think hrw mentioned we've had multiple issues with Monasca (not buildable on Jammy, now buildable, similar situation on EL9 I think)14:26
hrwmonasca... napalm or thermite?14:26
mnasiadkaand then somebody would need to make it work with OpenSearch14:27
hrwwe have monasca buildable on x86-64 in Zed14:27
hrwwill it be buildable in next cycle? probably after half of cycle14:27
mnasiadkaI think we could deprecate this cycle, and if nobody steps up - remove next cycle together with removal of Elasticsearch14:27
hrw+314:27
yoctozepto+214:28
mnasiadkaanybody wants to raise the patch and send a mail to openstack-ml or should I?14:28
hrwand monasca is yet-another-monitoring-as-a-service stuff14:28
mnasiadkaok, so let me do that14:30
mnasiadka#action mnasiadka deprecate Monasca and send mail to ML asking for contributors to step up14:30
bbezak+1 (non core) :)14:30
mnasiadka(yoctozepto) Topics for the PTG (I propose a discussion of Zens of Kolla)14:30
mnasiadka#link https://etherpad.opendev.org/p/kolla-antelope-ptg14:31
mnasiadkaI created that14:31
mnasiadkaplease add topics for the PTG14:31
mnasiadkawe also should book an operator hour it seems14:32
mnasiadkashould it be last hour of Tue session?14:32
yoctozeptook14:32
mnasiadkaok, will arrange14:33
mnasiadka#topic Open discussion14:33
mnasiadkaany open topics?14:33
hrwI sent patch to use shutil.copytree() better14:33
hrwhave one to send which moves from os.path to pathlib14:33
yoctozeptoplease do14:34
mnasiadkanice, will review14:34
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Switch from os.path to pathlib  https://review.opendev.org/c/openstack/kolla/+/85772014:34
mnasiadkaok then, let's finish for today14:34
mnasiadkathanks for coming14:34
mnasiadka#endmeeting14:34
opendevmeetMeeting ended Wed Sep 14 14:34:51 2022 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:34
opendevmeetMinutes:        https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-09-14-14.00.html14:34
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-09-14-14.00.txt14:34
opendevmeetLog:            https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-09-14-14.00.log.html14:34
yoctozeptothanks mnasiadka 14:35
* yoctozepto off14:35
hrwmnasiadka: thx14:35
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: Switch from os.path to pathlib  https://review.opendev.org/c/openstack/kolla/+/85772015:24
hrwpep815:24
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [DNM] [CI] No external network  https://review.opendev.org/c/openstack/kolla-ansible/+/85775017:55

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