Tuesday, 2022-08-30

opendevreviewwangjiaqi proposed openstack/kolla master: Drop support for python 3.6 and 3.7  https://review.opendev.org/c/openstack/kolla/+/85083805:50
opendevreviewMerged openstack/kolla master: rabbitmq: Update to 3.10  https://review.opendev.org/c/openstack/kolla/+/85331806:58
opendevreviewMichal Nasiadka proposed openstack/kolla stable/yoga: Pin docker to <6  https://review.opendev.org/c/openstack/kolla/+/85512006:59
opendevreviewRafal Lewandowski proposed openstack/kayobe master: bumped up stackhpc.os-images version  https://review.opendev.org/c/openstack/kayobe/+/85435907:03
opendevreviewMichal Nasiadka proposed openstack/kolla stable/yoga: Pin docker to <6  https://review.opendev.org/c/openstack/kolla/+/85512007:19
fricklerbeing helpful and welcoming to new contributors gets really difficult when they don't seem to understand what one is writing07:48
opendevreviewwangjiaqi proposed openstack/kolla master: Drop support for python 3.6 and 3.7  https://review.opendev.org/c/openstack/kolla/+/85083808:01
frickleryoctozepto: just noticed that there is also a typo in the filename https://review.opendev.org/c/openstack/kolla/+/850838/10/releasenotes/notes/drop-pyhton-3-6-and-3-7-6cc88979aad423e8.yaml but I'd tend to ignore that, wdyt?08:13
yoctozeptofrickler: yeah, nothin cares about these filenames except for uniqueness08:17
yoctozeptothere are lots of typos already08:17
opendevreviewwu.chunyang proposed openstack/kolla master: Bump prometheus services to latest version  https://review.opendev.org/c/openstack/kolla/+/85434708:25
opendevreviewDr. Jens Harbott proposed openstack/kolla master: Drop centos8s jobs from experimental pipeline  https://review.opendev.org/c/openstack/kolla/+/85512808:32
fricklermnasiadka: ^^08:32
frickleralso I feel like we should repair the prometheus job before we merge prometheus patches08:33
mnasiadkafrickler: zuul doesn't like this change ;)08:33
fricklermeh08:33
opendevreviewDr. Jens Harbott proposed openstack/kolla master: Drop centos8s jobs from experimental pipeline  https://review.opendev.org/c/openstack/kolla/+/85512808:36
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: [doc] Run docker registry with host network  https://review.opendev.org/c/openstack/kolla-ansible/+/85463708:44
*** brinzhang_ is now known as brinzhang09:09
mnasiadkabloody hell, need to combine docker <6 patch with mariadb patch10:03
yoctozeptobloody indeed10:13
yoctozeptoand also tweak the global-reqs10:14
yoctozeptoor just stop caring10:14
opendevreviewMichal Nasiadka proposed openstack/kolla stable/yoga: mariadb: Fix RPM repository URLs  https://review.opendev.org/c/openstack/kolla/+/85454610:22
kevkomnasiadka: which patch to combine with mariadb ? can I help ? 11:47
mnasiadkakevko: you can help with fixing prometheus-efk job that seems to fail after proxysql implementation :)11:49
mnasiadkaERROR: Requirement for package docker excludes a version not excluded in the global list.11:50
mnasiadka  Local settings : {'<6'}11:50
mnasiadka  Global settings: set()11:50
mnasiadka  Unexpected     : {'<6'}11:50
mnasiadkayoctozepto: I just love it11:51
kevkomnasiadka: oh sure, but i don't know how proxysql can broke something if it is enabled: no 11:53
kevkomnasiadka: can u send me a log ? 11:53
fricklerkevko: any of the recent runs like https://zuul.opendev.org/t/openstack/build/c1454e526ef34d1ea0587f6a2a9085f112:03
mnasiadkayoctozepto, frickler: are we updating global-requirements or backporting the fix (I don't think anybody on Wallaby+ should be using older Docker than we require)?12:15
kevkothanks 12:17
yoctozeptomnasiadka: makes sense in practice12:17
kevko"couldn't resolve module/action 'sysctl'. This often indicates a misspelling, missing collection, or incorrect module path.\n\nThe error appears to be in12:36
kevko^^ bad ansible or what ? 12:36
mnasiadkaonly ansible-core installed12:38
mnasiadkakolla-ansible needs full ansible package12:38
kevkohmm ok, thanks12:45
kevkobtw ..can we add this to requirements and not parse from bash as it is now ? 12:46
kevkoor - include installation to install-deps ..12:46
kevkobecause i have to support several installations of openstack in our CI and i had a script to install right version ...but from ansible -> ansible-base + ansible -> ansible-core + ansible my script is working ..well bad ;D 12:47
opendevreviewMerged openstack/kolla-ansible master: Support configuring HAProxy services as active/passive  https://review.opendev.org/c/openstack/kolla-ansible/+/85497712:51
opendevreviewMerged openstack/kolla-ansible master: Use active_passive parameter for existing services  https://review.opendev.org/c/openstack/kolla-ansible/+/85501912:56
opendevreviewMerged openstack/kolla-ansible master: Switch Prometheus Alertmanager to active/passive  https://review.opendev.org/c/openstack/kolla-ansible/+/85481612:56
fricklermnasiadka: I don't think we should ignore stable policy, no matter how sensible that me be in this special case. another option would be to actually fix our version check, I had almost done that before it occured to me that it is easier to simply drop it. let me dig that out13:01
mnasiadkafrickler: requirements-check won't allow us pinning docker, unless we raise a change to requirements - that's probably going to take some time13:02
mnasiadkaso that's why I'm thinking of alternatives13:02
fricklermnasiadka: yes, with what I propose, we won't need that13:03
fricklergive me a minute or two13:03
mnasiadkasure13:03
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix creation of prometheus user and grant permissions  https://review.opendev.org/c/openstack/kolla-ansible/+/85520613:05
kevkothis should fix prometheus -> https://review.opendev.org/c/openstack/kolla-ansible/+/85520613:05
kevkomnasiadka: ^^13:06
yoctozeptokevko: found another bug in the same file13:17
kevkoyoctozepto: hmm, why ? it should run only once ...13:18
yoctozeptokevko: yes, but then we must not filter on the inventory_hostname as ansible can pick some other sone13:18
yoctozeptos/sone/one13:18
fricklermeh, importlib.metadata was added in py38 only, can't use that for legacy distros either. then some nasty try-clause it will be13:21
kevkoi am not sure if understand ..13:23
kevkosometimes i think we should provide docker container for whole kolla-ansible ..some tiny one :P 13:23
yoctozeptokevko: run_once is decided first, then the "when" is consulted13:23
kevkoyoctozepto: aaaa, understand ...and run_once is preferred i suppose13:27
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/yoga: mariadb: Fix RPM repository URLs  https://review.opendev.org/c/openstack/kolla/+/85454613:28
fricklerkevko: we (osism) have https://github.com/osism/container-image-kolla-ansible/ , happy to support if someone wants to make it an upstream project13:29
kevkofrickler: thank you, i will check 13:33
wuchunyangEFK CI task failed.    failed: [localhost] (item=localhost) => {"action": "mysql_user", "ansible_loop_var": "item", "changed": false, "item": {"key": "0", "value": {"hosts": ["localhost"]}}, "msg": "unable to connect to database, check login_user and login_password are correct or /var/lib/ansible/.my.cnf has the credentials. Exception message: (1045, \"Access denied for user 'root_shard_0'@'bj-openstack' (using password: YES)\")13:33
wuchunyang"}13:33
kevkohmm13:34
kevkoproxysql_enabled: true ? 13:34
fricklerwuchunyang: yes, that's what we were talking about earlier13:34
kevkowuchunyang: do you have proxysql enabled right ? 13:35
wuchunyangNo, i try it now. 13:36
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix creation of prometheus user and grant permissions  https://review.opendev.org/c/openstack/kolla-ansible/+/85520613:37
fricklerwuchunyang: iiuc https://review.opendev.org/c/openstack/kolla-ansible/+/855206 should be the fix. but need to run the actual job on it to verify13:38
kevkowuchunyang: did you apply this patch ? https://review.opendev.org/c/openstack/kolla-ansible/+/855206 ? 13:38
yoctozeptolet's wait for Zuul results but I believe it's the right solution13:39
wuchunyangNo, i have not applied it yet. 13:39
kevkowuchunyang: so apply that patch and it will work13:39
fricklermnasiadka: https://zuul.opendev.org/t/openstack/build/19408cdf26764436970ddf06d19f5826 ... I'll update once again13:39
wuchunyangthanks. 13:39
kevkobtw, did someone try proxysql after merge :) ? 13:39
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/yoga: mariadb: Fix RPM repository URLs  https://review.opendev.org/c/openstack/kolla/+/85454613:40
wuchunyangI can test  proxysql. 13:40
kevkowuchunyang: you can ..it's merged 13:41
kevkowuchunyang: just enable proxysql in globals and run deploy with tags mariadb,loadbalancer13:42
fricklerINFO:kolla.common.utils.horizon:ImportError: cannot import name 'force_src' from 'django.utils.encoding' (/usr/lib/python3/dist-packages/django/utils/encoding.py)13:43
wuchunyangIt pass now without proxysql,  i would try enable proxysql next. 13:43
frickleryoctozepto: mnasiadka: ^^ failure for ubuntu-binary on yoga, is that a known thing?13:43
yoctozeptofrickler: I doubt it13:44
yoctozeptoI mean, probably know to some unlucky end users <sweat-smile>13:44
yoctozeptos/know/known13:44
kevkofrickler: distro ? 13:54
wuchunyangIt passed in my local, i would + w, if no objection.14:13
yoctozeptolet's wait for zuul nonetheless14:15
wuchunyangokay No problem. 14:17
wuchunyangyoctozepto: hi i have a question. why the kolla project can run ci tasks that defined in kolla-ansible project? 14:23
yoctozeptowuchunyang: because of how zuul behaves - it allows us to reuse jobs from other repos; similarly, the bifrost repo tests with kolla-ansible14:25
wuchunyanghow do we use this ? we just need claim queue field in zuul project dict?  I saw this field in both kolla and kolla-ansible repo. 14:30
yoctozeptowuchunyang: no, queue is irrelevant for this to work; queue is for automatic behaviour with depends-on and approvals14:38
yoctozeptoone just needs to reference the job name, that's it14:39
yoctozeptoyou can test trove changes with kolla if you want14:39
wuchunyangyes, haha, this is what i want . 14:39
yoctozeptoare you planning to drop devstack support? ;p14:40
opendevreviewMark Goddard proposed openstack/kayobe stable/yoga: Fix IP allocation limit in overcloud inventory discover  https://review.opendev.org/c/openstack/kayobe/+/85514314:40
opendevreviewMark Goddard proposed openstack/kayobe stable/xena: Fix IP allocation limit in overcloud inventory discover  https://review.opendev.org/c/openstack/kayobe/+/85514414:40
wuchunyangcurrently,  not .. 14:40
opendevreviewMark Goddard proposed openstack/kayobe stable/wallaby: Fix IP allocation limit in overcloud inventory discover  https://review.opendev.org/c/openstack/kayobe/+/85514514:40
wuchunyangdevstack is still working now.14:40
yoctozeptonah, nah, just kidding, it's still the recommended tool and what not14:41
opendevreviewMark Goddard proposed openstack/kayobe stable/yoga: Fix use of become_user by installing acl package  https://review.opendev.org/c/openstack/kayobe/+/85514714:41
opendevreviewMark Goddard proposed openstack/kayobe stable/xena: Fix use of become_user by installing acl package  https://review.opendev.org/c/openstack/kayobe/+/85514814:41
opendevreviewMark Goddard proposed openstack/kayobe stable/wallaby: Fix use of become_user by installing acl package  https://review.opendev.org/c/openstack/kayobe/+/85514914:41
wuchunyangi would like to add a test like octavia in kolla, but trove-guest needs access Internet, that's the problem i don't know how to resolve. 14:42
yoctozeptowhat does trove-guest need to do with the internet?14:43
* yoctozepto has no idea how trove works14:43
wuchunyangtrove-guest uses docker to pull database image(e.g. mysql:8.0) now. 14:44
wuchunyangand I can't download the docker image in the image building by DIB. 14:45
yoctozeptohmm, well, it's going to be wasteful but we can set up internet access in there; btw, can the registry url be set with trove?14:47
yoctozeptothis way we could use the mirror and make it much less wasteful14:47
wuchunyangmaybe, i should try to  use a local registry in host, and trove-guest access this registry by mgmt network. 14:48
yoctozeptoand yes, that would be best to be honest14:49
wuchunyangby default , Do we will run docker registry in host ?14:49
yoctozeptono, normally only on image build but it can be overridden easily14:51
wuchunyangcan the registry url be set with trove?   yes,  trove supports local registry. 14:51
yoctozeptowell, then it saves us from the need to enable internet access there14:51
yoctozeptojust use the local registry to proxy the required images14:52
yoctozeptoand there we use the infra proxy to optimise the traffic14:52
wuchunyangyes, if we have a local registry, i would be better. 14:52
wuchunyangs/i/it/ 14:52
wuchunyangI would try to add those functions in kolla. And i need you help with CI. thanks in advance.14:54
yoctozeptohappy to help, just let me know where exactly14:56
wuchunyangthat's no problem.  I need sleep now, good night. 14:59
yoctozeptogood night15:00
opendevreviewDr. Jens Harbott proposed openstack/kolla stable/yoga: mariadb: Fix RPM repository URLs  https://review.opendev.org/c/openstack/kolla/+/85454616:06
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Remove deprecated sysctl knobs  https://review.opendev.org/c/openstack/kolla-ansible/+/85525916:27
opendevreviewMerged openstack/kolla-ansible master: Fix creation of prometheus user and grant permissions  https://review.opendev.org/c/openstack/kolla-ansible/+/85520617:18
opendevreviewVerification of a change to openstack/kayobe stable/yoga failed: Remove unused parameter from seed container example  https://review.opendev.org/c/openstack/kayobe/+/85479917:22
opendevreviewVerification of a change to openstack/kayobe stable/xena failed: Remove unused parameter from seed container example  https://review.opendev.org/c/openstack/kayobe/+/85480019:32
opendevreviewMerged openstack/kolla stable/yoga: mariadb: Fix RPM repository URLs  https://review.opendev.org/c/openstack/kolla/+/85454619:35
opendevreviewMerged openstack/kolla-ansible master: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85484119:35
opendevreviewMerged openstack/kolla-ansible master: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85507119:36
opendevreviewMerged openstack/kolla-ansible master: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85273919:36
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523519:36
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523619:37
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523619:38
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523719:38
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523819:38
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [security] Make Ironic tftpd run as nobody  https://review.opendev.org/c/openstack/kolla-ansible/+/85523919:39
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85524019:41
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85524119:41
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85524219:41
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85524319:41
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: keystone: Remove redundant 'when'  https://review.opendev.org/c/openstack/kolla-ansible/+/85524419:41
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/yoga: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524519:42
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/xena: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524619:42
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524719:42
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524719:43
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/wallaby: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524719:43
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/victoria: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524819:43
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Fix haproxy prechecks after deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/85524919:44
opendevreviewMerged openstack/kayobe stable/wallaby: Remove unused parameter from seed container example  https://review.opendev.org/c/openstack/kayobe/+/85480120:01
opendevreviewMerged openstack/kayobe stable/victoria: Remove unused parameter from seed container example  https://review.opendev.org/c/openstack/kayobe/+/85480220:01

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