Thursday, 2022-08-25

opendevreviewwu.chunyang proposed openstack/kolla master: Bump prometheus services to latest version  https://review.opendev.org/c/openstack/kolla/+/85434702:59
*** mat_fechner is now known as matfechner04:39
opendevreviewwu.chunyang proposed openstack/kolla master: Bump prometheus services to latest version  https://review.opendev.org/c/openstack/kolla/+/85434705:51
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298606:26
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298606:28
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298607:44
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298607:49
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Add systemd container control  https://review.opendev.org/c/openstack/kolla-ansible/+/81672408:29
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Add systemd container control  https://review.opendev.org/c/openstack/kolla-ansible/+/81672408:31
fricklerseems something broke CI again https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_aeb/762986/16/check/kolla-ansible-debian-source/aebbd37/primary/logs/kolla/keystone/keystone.txt08:42
wuchunyangI hit this error too.  08:53
fricklerlikely the new oslo.cache release is broken/missing reqs08:54
yoctozeptoduh08:57
wuchunyangmaybe it caused by  this ps  https://review.opendev.org/c/openstack/requirements/+/854381/1/upper-constraints.txt ?08:59
yoctozeptoyeah, but I wonder why nothing else caught this issue09:00
fricklerbecause oslo.cache has that module in test-reqs. I've started a set of keystone jobs to crosscheck09:05
yoctozeptofrickler: argh, and devstack installs test-reqs? or avoids memcache? (not remembering)09:06
fricklerno idea, maybe devstack is broken now, too09:07
wuchunyangrefer to this doc:  https://docs.openstack.org/keystone/latest/admin/configuration.html#caching-layer   Do we need  'python-binary-memcached' lib?09:08
yoctozeptofrickler: well, the jobs passed on reqs repo09:08
fricklerthat only runs very limited testing09:09
yoctozeptowuchunyang: yeah, but it should have been installed09:09
fricklerand we shouldn't be broken without changing anything09:09
yoctozeptofrickler: tempest-full-py3 is limited? ;p09:09
wuchunyangyoctozepto: in my deployment, keystone just  installed python-memcached  but not python-binary-memcached. not sure their differents.09:15
yoctozeptowuchunyang: well, the second one provides bmemcached which seems to be required now09:18
wuchunyangyes, should we try to  add this packages to keystone base image  or openstack-base? 09:24
wuchunyangpython-memcached is installed in openstack-base. 09:24
opendevreviewMark Goddard proposed openstack/kayobe master: Fix IP allocation limit in overcloud inventory discover  https://review.opendev.org/c/openstack/kayobe/+/85459509:25
yoctozeptowuchunyang: yes, please propose, it makes sense to preinstall anyways despite it's not our bug09:27
wuchunyangok, I try it  in my dev deployment first. 09:29
wuchunyangyoctozepto: it looks passed in my test.  should I submit a new patch ?  or append to my prometheus patch ?09:34
yoctozeptowuchunyang: new patch pretty please09:35
yoctozeptothanks in advance09:36
wuchunyangNo problem.09:36
opendevreviewwu.chunyang proposed openstack/kolla master: Add python-binary-memcached to openstack-base  https://review.opendev.org/c/openstack/kolla/+/85459709:41
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298609:42
wuchunyangyoctozepto: hi, i have a question. Is  the vm we created in CI  able to access public network ?09:44
yoctozeptowuchunyang: if you mean if it's able to access the Internet, I think the answer is no because I don't remember setting up the required NAT towards the Internet09:45
yoctozeptoif you mean the public network in CI's OpenStack instance, then yes, it is09:46
wuchunyangI mean is Internet . ok, i see , thanks.09:46
yoctozepto:-)09:47
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [docs] Fix OVS link  https://review.opendev.org/c/openstack/kolla-ansible/+/85460009:52
opendevreviewRadosław Piliszek proposed openstack/kolla master: [docs] Fix OVS link  https://review.opendev.org/c/openstack/kolla/+/85460109:55
opendevreviewPierre Riteau proposed openstack/kayobe master: Support authentication in Bifrost  https://review.opendev.org/c/openstack/kayobe/+/85183909:56
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [docs] Align IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85460410:12
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: [docs] Update IPA images urls  https://review.opendev.org/c/openstack/kolla-ansible/+/85460510:13
yoctozeptonice docs fixes for ironic ^^^ merging welcome10:39
hrwok, let me check rmq limit patch10:42
yoctozeptohrw: kolla gate unblocker: https://review.opendev.org/c/openstack/kolla/+/85459711:03
yoctozepto(kolla ansible will get fixed tomorrow with the new image set)11:03
hrwI just added same locally ;D11:03
yoctozepto;D11:04
hrwredeploying again11:07
hrw(rabbitmq)[root@kolla-cs9 /]# rabbitmq-diagnostics memory_breakdown11:10
hrwReporting memory breakdown on node rabbit@kolla-cs9...11:10
hrwreserved_unallocated: 0.0904 gb (65.55%)11:10
hrwcode: 0.0348 gb (25.2%)11:10
hrwother_proc: 0.0182 gb (13.2%)11:10
hrwother_system: 0.0145 gb (10.49%)11:10
hrwno more 1.6GB11:11
opendevreviewMarcin Juszkiewicz proposed openstack/kolla master: rabbitmq: limit amount of ports/file descriptors  https://review.opendev.org/c/openstack/kolla/+/85461011:13
hrw(kolla) 13:23marcin@puchatek:kolla-ansible$ ./tools/init-runonce11:24
hrw/etc/openstack/clouds.yaml is missing.11:24
hrwhm.11:24
hrwit should honour --config-dir11:26
hrwit should honour --configdir11:26
hrwas now it depends on me having passwordless sudo or split of testing scripts ;(11:28
hrwyoctozepto: thanks for link in rmq patch11:42
opendevreviewMerged openstack/kolla master: Add python-binary-memcached to openstack-base  https://review.opendev.org/c/openstack/kolla/+/85459712:24
fricklerI don't understand ^^ where do we configure the dogpile.cache.bmemcached backend? IMO it is a bug in either keystone or oslo.cache to have that dependency and not declare it. We can have that patch as quick workaround, but not permanently. Also if it is really only needed for keystone, why does it need to be in every container?12:33
mnasiadkahrw: now we can change nofiles ulimit to ERL_MAX_PORTS env var - I didn't know there is an env var for this ;-)12:37
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Add basic CentOS Stream 9 / Rocky Linux 9 support  https://review.opendev.org/c/openstack/kolla-ansible/+/83971512:53
hrwmnasiadka: if your version works then I do see a need to duplicate13:15
hrws/do/do not/13:16
mnasiadkayup13:20
mnasiadkayoctozepto, mgoddard: any idea why this galera cluster doesn't get synced https://2550a0f555886af4d8e1-ed261b666f7c7396241487a0ff71a89a.ssl.cf1.rackcdn.com/839715/34/check/kolla-ansible-rocky9-source-mariadb/e0bcb89/primary/logs/kolla/mariadb/mariadb.txt ?13:21
mnasiadka(rocky9)13:21
opendevreviewMathias Fechner proposed openstack/kolla master: prometheus: Add OVN exporter  https://review.opendev.org/c/openstack/kolla/+/76298613:26
yoctozeptomnasiadka: hmm, it never reached more than one synced node ->members    = 1/3 (joined/total),13:29
yoctozeptono quick ideas13:29
yoctozeptofrickler: well, it's for keystonemiddleware so it's relevant for all containers; it's good to use in the end (for SASL) so I don't mind including this by ourselves regardless of upstream13:29
priteaufrickler: I noticed that Kayobe CI started breaking due to bmemcached, but only when using Zed+Ubuntu. Not sure why it doesn't affect CentOS.13:34
priteauOK, I see this was merged just recently: https://review.opendev.org/c/openstack/oslo.cache/+/74206013:39
priteauAnd released yesterday13:40
priteauhttps://pypi.org/project/oslo.cache/3.1.0/13:40
priteauBut a previous version dropped support for py3.6, so I guess why it isn't used by centos images13:41
priteauI am thinking we should be installing oslo.cache[dogpile] in base (I've submitted a patch to add bmemcached to oslo.cache), rather than specific memcached libraries.14:00
opendevreviewwu.chunyang proposed openstack/kolla master: Bump prometheus services to latest version  https://review.opendev.org/c/openstack/kolla/+/85434714:12
spatelFolks, i am trying to deploy registry but somehow its not listening on port 4000 - https://docs.openstack.org/kolla-ansible/latest/user/multinode.html14:41
spatelI get on to container and did netstat but nothing listening 14:41
spateldid i missing anything? 14:41
spateloh wait i can see 5000 is listening now but not map with 4000 using docker link 14:43
wuchunyangspatel: hi, how did you run docker registry ?15:07
spatelI used this command - https://docs.openstack.org/kolla-ansible/latest/user/multinode.html15:08
spatelI meant - https://paste.opendev.org/show/bDTUBzqulfrrL4DEFYOe/15:08
wuchunyangkolla-ansible disabled docker bridge network mode by default, but that command using bridge mode, you should run docker registry with host net.15:11
wuchunyangtry this command,  docker run -d --network host e REGISTRY_HTTP_ADDR=0.0.0.0:4000   --restart=always --name registry registry:215:12
spatelTrying.. that15:12
wuchunyangsorry. docker run -d   --name registry --network host --restart=always  -v registry:/var/lib/registry  -e REGISTRY_HTTP_ADDR=0.0.0.0:4000     registry:2 15:12
spatelk15:13
spatelthat works15:14
spateltcp6       0      0 :::4000                 :::*                    LISTEN      2041616/registry15:14
spatelshouldn't we change that in Doc so people don't get confused? 15:14
spatelnow should i following this dock to build images using source? - https://docs.openstack.org/kolla/latest/admin/image-building.html15:15
wuchunya_spatel: yes i will fix the doc soon , thanks.15:18
spatel+115:19
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: [doc] Run docker registry with host network  https://review.opendev.org/c/openstack/kolla-ansible/+/85463715:19
spatelwuchunya_ it would be great if you put reference link in registry section so people can directly go from here to building kolla images 15:20
wuchunya_sorry, i don't understand, where is the the 'registry section'?  15:22
spatelIn same page where doc saying deploy registry service for container, how about if we out small reference link to saying click here to build kolla images to push to registry - https://docs.openstack.org/kolla/latest/admin/image-building.html15:24
spatels/out/put15:25
wuchunya_good idea, i will do it tomorrow.   good night.15:27
yoctozeptogood night, wuchunya_ 15:28
spatelAny idea what is this error about for precheck ? - https://paste.opendev.org/show/b5l433di9rcaqScnGAXj/18:33
spatelThis is yoga release i am trying to install 18:33
spatelyoctozepto ^18:39
spatelnevermind.. i found my issue19:55

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