Monday, 2021-09-20

*** amoralej|off is now known as amoralej07:00
kevkomorning \o/07:20
mnasiadkamorning07:39
*** rpittau|afk is now known as rpittau07:55
kevkomnasiadka: could you check again my patches ? i think all comments implemented :/08:02
mnasiadkawill do later today08:02
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962908:17
opendevreviewPierre Riteau proposed openstack/kayobe master: Ubuntu: add upgrade jobs in CI  https://review.opendev.org/c/openstack/kayobe/+/79762608:18
opendevreviewPierre Riteau proposed openstack/kayobe master: Fix seed VM configdrive when admin network is a VLAN  https://review.opendev.org/c/openstack/kayobe/+/75295508:18
opendevreviewPierre Riteau proposed openstack/kayobe master: Revert to Xena IPA images  https://review.opendev.org/c/openstack/kayobe/+/80964408:20
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [WIP] Do not set ip_forward  https://review.opendev.org/c/openstack/kolla-ansible/+/80997709:00
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900109:28
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900109:52
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900109:55
mnasiadkahrw, yoctozepto: around kolla/Rocky Linux - I think it's in a shape I'd like to get some reviews - if you have time ^^09:55
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Do not enable mariadb-clustercheck when not needed  https://review.opendev.org/c/openstack/kolla-ansible/+/80999009:59
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: docs: ceph: add copy-on-write for Glance  https://review.opendev.org/c/openstack/kolla-ansible/+/80999210:05
opendevreviewMerged openstack/kayobe master: CI: Log disk usage details  https://review.opendev.org/c/openstack/kayobe/+/80920910:16
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: docs: ceph: add copy-on-write for Glance  https://review.opendev.org/c/openstack/kolla-ansible/+/80999210:22
opendevreviewPierre Riteau proposed openstack/kayobe stable/train: CI: Log disk usage details  https://review.opendev.org/c/openstack/kayobe/+/80966010:22
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962910:40
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962910:56
kevkoguys, i have some testing environment where ipv6 is disabled in grub  so some files (so /proc/sys/net/ipv6/neigh/default/gc_thresh3  etc also for some other options) not exists..10:58
kevkoi think there should be check if it is disabled in sysctl or grub :/11:02
opendevreviewPierre Riteau proposed openstack/kayobe master: Add support for apt proxy setting  https://review.opendev.org/c/openstack/kayobe/+/79962911:15
hrwmnasiadka: I was just about to look and complain11:16
hrw;D11:16
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900111:19
hrwmnasiadka: I very much dislike whole base/Dockerfile.j211:22
*** amoralej is now known as amoralej|lunch11:25
hrwmnasiadka: tried to talk with Rocky devs to make them provide 'openvswitch' package so we do not have to remember about adding '2.13' each time?11:26
hrw{% if base_package_type == 'rpm' and base_distro == 'centos' %}11:31
hrwmy favourite part ;D11:31
hrwreviewed. -111:32
hrwmnasiadka: in some images you remove python3-rtslib, in some it stays so it is not that it is missing in Rocky Linux.11:35
hrwmnasiadka: maybe some parts of that patch needs to be split out11:35
mnasiadkahrw: sure, maybe something changed over the time, will look at your comments - thanks11:59
mnasiadkahrw: well, now RDO is providing a virtual package and choosing if it's 2.13 or 2.15, we won't be able to keep that in sync12:00
*** amoralej|lunch is now known as amoralej12:21
yoctozeptoyeah, it's messy12:37
yoctozeptoI wonder if it's not better to keep rocky as k-a target12:38
yoctozeptoi.e. on host12:38
yoctozeptokevko: disabling ipv6 is known to break at runtime as well12:38
kevkoyoctozepto: yeah, but why it is not fixed :P ? 12:39
kevkoyoctozepto: it's trivial fix 12:39
yoctozeptokevko: because one is not supposed to disable ipv612:39
yoctozeptoyou can (and should) disable it per interface12:40
yoctozeptonot disable the whole ipv6 subsystem12:40
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900112:49
mnasiadkayoctozepto: and deploy centos-stream-9 container images on Rocky Linux (so essentially centos-linux-8)?12:50
mnasiadkafantastic, we use binary cinderlib package on source cinder-volume builds12:53
yoctozeptohttps://review.opendev.org/c/openstack/kolla-ansible/+/809977 so green! :D12:58
yoctozeptomnasiadka: yeah, I was working to fix those quirks but then moved onto debian...12:59
yoctozeptoI *really* wonder if we wouldn't be better off with one common platform for inside the images12:59
yoctozeptolike other containerised projects12:59
mnasiadkafor API services? sure13:00
yoctozeptosingle flavour of images, multiple hosts13:00
mnasiadkafor the rest, I'm not so convinced - but maybe I'm just biased ;)13:00
yoctozeptoI think it could work well13:01
hrwmnasiadka: https://paste.centos.org/view/4850158f for base/Dockerfile.j213:01
hrwmnasiadka: some more changes would be needed to better unify but this is example of what I would go13:02
mnasiadkaI was thinking of that, but felt it's less readable - but from other perspective base/Dockerfile is hardly-readable without a jinja2 compiler already ;)13:03
mnasiadkacompiler/filter13:03
mnasiadkaI'll pursue that way tomorrow, no time today...13:04
hrwmnasiadka: https://paste.centos.org/view/39eda498 even (plus check are if/else/endifs are done right)13:07
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900113:07
yoctozeptohrw/mnasiadka: let's merge mgoddard's CI fix for monasca https://review.opendev.org/c/openstack/kolla-ansible/+/80768913:09
yoctozeptoah no, wait :-)13:10
mnasiadkawith most of the change being commented out?13:10
hrwah. did +3 already13:10
mnasiadkaand one-shot container that is exited?13:10
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: CI: monasca: stop checking Elasticsearch index  https://review.opendev.org/c/openstack/kolla-ansible/+/80768913:10
hrw[[ a = b ]] or [[ a == b ]]?13:11
yoctozeptono, had to change the order to have the unhealthiness check work on that scenario13:12
yoctozeptomnasiadka: yeah, it's making the checks worse but lets us see other, "more real", issues in that scenario13:13
yoctozeptoI don't know better for now ;-)13:13
mnasiadkaI still don't know what is worse, running a CI with one broken component and claiming it's green, or leaving it as red ;)13:14
yoctozeptonot entirely sure either, but it's a big job (5 nodes) and now always red - very sad13:15
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900113:28
mnasiadkahrw: ^^ found time13:28
hrwmnasiadka: more readable ;D13:30
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900113:31
hrwmnasiadka: can you split that python3-cinderlib to separate patch? it feels like bugfix we should have anyway13:31
mnasiadkahrw: yeah, I was thinking about it, will do13:31
hrwmnasiadka: let me finish one review...13:33
hrwmnasiadka: what would you say for "ENV openvswitch_rpm_package=openvswitch" somewhere (base?) and then reuse it?13:34
hrwbut no, it would not cover python3 pckage.13:35
mnasiadkahrw: we could do ARG openvswitch_version=2.13 on rocky and empty on centos probably13:37
mnasiadkaI'll test later13:37
hrwmnasiadka: commented previous version13:38
hrwhm. gerrit shows that current. meh13:39
opendevreviewMichal Nasiadka proposed openstack/kolla master: cinder-volume: Install source cinderlib in source  https://review.opendev.org/c/openstack/kolla/+/81001613:43
opendevreviewPiotr Parczewski proposed openstack/kolla-ansible master: Use friendly target names in Prometheus  https://review.opendev.org/c/openstack/kolla-ansible/+/81001713:45
opendevreviewMerged openstack/kayobe master: kolla: Set neutron_plugin_agent to OVN when it's enabled  https://review.opendev.org/c/openstack/kayobe/+/79707214:08
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900114:15
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900114:26
mnasiadkahrw: no more updates today ;)14:27
hrw;d14:31
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900114:40
mnasiadkaok, I lied - had to fix unit tests.14:40
opendevreviewMichal Nasiadka proposed openstack/kayobe master: CI: Fix bashate ignores  https://review.opendev.org/c/openstack/kayobe/+/81002914:48
yoctozeptoliar lol15:50
*** rpittau is now known as rpittau|afk16:00
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [WIP] Do not load br_netfilter  https://review.opendev.org/c/openstack/kolla-ansible/+/81008616:53
*** amoralej is now known as amoralej|off17:16
mlozahello, is it possible to unset an option via custom config? I have backup enabled but I would like to unset these lines https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/cinder/templates/cinder.conf.j2#L33-L40 from DEFAULT and move them to the backend config17:18
opendevreviewMichal Nasiadka proposed openstack/kolla master: WIP: Rocky Linux  https://review.opendev.org/c/openstack/kolla/+/80900117:57
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Use mariadb_tag as default for mariadb_clustercheck_tag  https://review.opendev.org/c/openstack/kolla-ansible/+/80958118:02
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Use mariadb_tag as default for all mariadb tags  https://review.opendev.org/c/openstack/kolla-ansible/+/80958118:03
opendevreviewMerged openstack/kolla-ansible master: Add Alertmanger metric target(s)  https://review.opendev.org/c/openstack/kolla-ansible/+/78221018:08
opendevreviewMerged openstack/kolla-ansible master: Remove haproxy,keepalived groups  https://review.opendev.org/c/openstack/kolla-ansible/+/80734418:09
opendevreviewVerification of a change to openstack/kolla-ansible master failed: Fix neutron upgrade using host limit without controllers  https://review.opendev.org/c/openstack/kolla-ansible/+/80851518:28
opendevreviewMerged openstack/kayobe master: CI: Remove IPA images from saved /etc/kolla  https://review.opendev.org/c/openstack/kayobe/+/80932918:41
opendevreviewMerged openstack/kolla-ansible master: Add kolla-ansible gather-facts command  https://review.opendev.org/c/openstack/kolla-ansible/+/79461018:54
yoctozeptomloza: nope, the best you can do is to provide them in your overrides and then they will take precedence over those - what's your issue with them?18:58
kevkoyoctozepto: you are quite active :D 19:11
kevkothis evening 19:11
opendevreviewMerged openstack/kolla-ansible master: Add disable_firewall variable  https://review.opendev.org/c/openstack/kolla-ansible/+/79885419:57
opendevreviewMerged openstack/kolla-ansible stable/victoria: Add override timeout for openstack exporter  https://review.opendev.org/c/openstack/kolla-ansible/+/80849320:03
opendevreviewMerged openstack/kolla-ansible master: use ironic user in ironic_neutron_agent.ini file  https://review.opendev.org/c/openstack/kolla-ansible/+/80867320:03
*** hrww is now known as hrw20:26
opendevreviewMerged openstack/kolla-ansible master: CI: stop setting ceph_nova_user  https://review.opendev.org/c/openstack/kolla-ansible/+/79891020:47
mlozayoctozepto: I have two volume backends.  I would like to move those lines under [rbd-1] so I can separate backups options for the second backend 21:00
opendevreviewVerification of a change to openstack/kolla-ansible master failed: Fix neutron upgrade using host limit without controllers  https://review.opendev.org/c/openstack/kolla-ansible/+/80851521:00
mlozaI can have separate backup*21:00
mlozaright now, all backups goes to the backup pool of [rbd-1]21:02
opendevreviewMerged openstack/kolla-ansible master: Fix neutron upgrade using host limit without controllers  https://review.opendev.org/c/openstack/kolla-ansible/+/80851523:11

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