Monday, 2022-07-25

mnasiadkamorning06:16
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: cephadm: Use quincy packages  https://review.opendev.org/c/openstack/kolla-ansible/+/85085506:35
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle teting runtime  https://review.opendev.org/c/openstack/kolla/+/85083807:45
mnasiadkaansible-lint loves us again07:48
mnasiadkahttps://zuul.opendev.org/t/openstack/build/350910adfeaf4b7e95306febf4797ea107:48
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: linters: skip var-spacing in ansible-lint  https://review.opendev.org/c/openstack/kolla-ansible/+/85085907:55
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle teting runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:15
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle testing runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:24
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle teting runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:34
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle teting runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:36
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle testing runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:37
opendevreviewwangjiaqi proposed openstack/kolla master: Update python testing as per zed cycle testing runtime  https://review.opendev.org/c/openstack/kolla/+/85083808:39
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085909:34
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085909:35
hrwmorning10:05
hrwmnasiadka: can you rebase patches before sending for review?10:05
mnasiadkahrw: I can, but I mostly don't remember.10:22
hrwmnasiadka: I tend do do 'git review -d PATCH' and then 'git up' to have latest stuff to work on10:22
priteauHello. Publish to Docker Hub failed yesterday again, like the previous weekend.10:53
priteauI wonder if it's related to an Ansible upgrade on Zuul?10:53
priteaustate is present but all of the following are missing: source10:53
priteauYet the push to quay worked most of the time. Some timeouts sometimes10:57
priteauI see, it's not the same code block10:58
priteauOK, found the issue10:59
opendevreviewPierre Riteau proposed openstack/kolla master: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85087311:02
opendevreviewPierre Riteau proposed openstack/kolla master: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85087311:11
hrwJul 20 15:03:22 primary kernel: python3 invoked oom-killer: gfp_mask=0x1140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_adj=011:31
hrwmeh11:31
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085911:38
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085911:42
hrwmnasiadka: is it covered by some cI job?11:47
mnasiadkaansible-lint? linters run it11:48
hrwok11:48
hrw+211:48
mnasiadkathanks, but seems it needs some more love, will post an update11:55
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085912:00
spatelfolks any idea what is going on here, deploying all-in-one POC and hit this issue - https://paste.opendev.org/show/bIPaPY3iOZzlEVGxfjNg/13:08
spatel404 Client Error: Not Found for url: http+docker://localhost/v1.41/images/create? look like its trying to full something from repo, but not sure why because i didn't put any fancy config or anything13:12
hrwspatel: "ror: Not Found (\"manifest for quay.io/openstack.kolla/fluentd:wallaby-ubuntu-focal not found: manifest unknown: manifest unknown"13:28
hrwspatel: use wallaby k-a for deploying wallaby images13:28
spatelhrw here is my global.yml file - https://paste.opendev.org/show/bcxiN7uGwbvzKOHGifue/13:29
spatelwhat do you mean wallaby k-a? 13:30
hrwspatel: use kolla-ansible from stable/wallaby13:30
hrwwe do not support mixing branches13:30
hrwif you want to deploy wallaby images you need to use kolla-ansible from wallaby13:30
spateli am following this guide - https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html13:31
hrwand 'quay.io/openstack.kolla/fluentd:wallaby-ubuntu-focal' shows that you use kolla-ansible from master branch13:31
spatelyou are saying i should point this to wallaby - pip install git+https://opendev.org/openstack/kolla-ansible@master13:31
hrwyes13:31
spatelohhh13:31
hrwif you want to deploy wallaby13:31
hrwspatel: use https://docs.openstack.org/wallaby/ doc13:32
spatelI should do - pip install git+https://opendev.org/openstack/kolla-ansible@wallaby ?13:32
hrwhttps://docs.openstack.org/kolla-ansible/wallaby/user/quickstart.html13:32
spatelgot it!!! 13:32
hrw;)13:32
spateldamn it how did i miss that.. 13:33
hrwspatel: we changed names of images in Zed cycle (current development one)13:33
hrwspatel: I like your global.yml - I always use generic one and just edit what need to change13:34
spatelmy goal is to deploy wallaby and then do upgrade to Xena and yoga to learn upgrade process before we plan for production deployment 13:34
spatelPlan is to use OVN :) best of luck me ... haha13:36
hrw;)13:36
spatelDo you guys running it in production or trying to stay away :D13:36
hrwdo13:39
spatelnice! do you have any suggestion where we should keep eyes on etc..13:46
spateli know default settings are not good for ovn13:46
opendevreviewMerged openstack/kolla master: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85087314:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085915:01
opendevreviewPierre Riteau proposed openstack/kolla stable/yoga: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85091015:12
opendevreviewPierre Riteau proposed openstack/kolla stable/xena: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85091115:12
opendevreviewPierre Riteau proposed openstack/kolla stable/wallaby: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85091215:12
opendevreviewPierre Riteau proposed openstack/kolla stable/victoria: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85091315:12
opendevreviewPierre Riteau proposed openstack/kolla stable/ussuri: Fix container image publish to Docker Hub  https://review.opendev.org/c/openstack/kolla/+/85091415:12
opendevreviewMark Goddard proposed openstack/kayobe master: Support additional build host packages for IPA & overcloud  https://review.opendev.org/c/openstack/kayobe/+/85090315:51
spatelhrw i am stuck here, do you know what is going on - https://paste.opendev.org/show/bwGNteCe2lmrgIwpbMQs/16:53
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085917:08
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085917:08
niknonHi! How do I best handle regular custom Ansible playbooks and Kolla?17:10
niknonIs it best to just keep these completely separate from Kolla and only reuse the inventory file?17:10
yoctozeptoniknon: hi, that's what I do17:11
niknonyoctozepto: okay, thanks!17:22
spatelAny one has any idea here related this libvirtd error  - virNetSASLSessionServerStep:594 : authentication failed: Failed to start SASL negotiation: -20 (SASL(-13): user not found: unable to canonify user and get auxprops) 17:27
vishHi @priteau17:31
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085918:31
opendevreviewVictor Chembaev proposed openstack/kolla-ansible stable/xena: Fix user_friendly_names in multipathd conf to make able nova online volume resize Closes-Bug: 1982777  https://review.opendev.org/c/openstack/kolla-ansible/+/85094018:33
opendevreviewRadosław Piliszek proposed openstack/kolla-ansible master: Fix var-spacing  https://review.opendev.org/c/openstack/kolla-ansible/+/85085920:15

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