Wednesday, 2023-02-08

*** rcastillo|rover is now known as rcastillo03:59
*** yadnesh|away is now known as yadnesh04:02
*** ysandeep|out is now known as ysandeep05:12
*** jpena|off is now known as jpena08:29
*** amoralej|off is now known as amoralej08:40
*** ysandeep is now known as ysandeep|food09:27
arxcruzchandankumar: ysandeep|food https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/873093 09:39
*** ysandeep|food is now known as ysandeep11:10
*** ysandeep is now known as ysandeep|ruck11:10
*** amoralej is now known as amoralej|lunch11:58
*** amoralej|lunch is now known as amoralej13:12
*** yadnesh is now known as yadnesh|away13:24
*** dasm|off is now known as dasm|rover13:51
dasm|rovero/13:51
ysandeep|ruckdasm|rover, good morning o/14:16
ysandeep|ruckwant to sync before/after cix14:16
dasm|roverysandeep|ruck: f2f or irc? irc preferred :)14:17
* dasm|rover is catching up on backlogs14:17
ysandeep|ruckbut sure lets do it via irc:-14:18
* ysandeep|ruck personally prefer f2f, irc is too much back and forth for me, 14:18
dasm|roverysandeep|ruck: based on hackmd, i don't see new bugs14:19
*** tosky_ is now known as tosky14:19
dasm|roverysandeep|ruck: and all lines except rhos18 are green!14:20
ysandeep|ruck* https://bugs.launchpad.net/tripleo/+bug/2006479 is fixed now, Infra added a new pre-playbook that install python2, that playbook had issues - I proposed a patch to fix that - its merge and all green now14:20
dasm|rover\( ゚ヮ゚)/14:20
ysandeep|ruckwe can still merge your patch as it is doing right thing 14:20
ysandeep|rucklibvirt bug in 17.1/9 - we have a scratch build - which I am testing currently, testproject details on cix14:21
ysandeep|ruck* Master - upgrade bug - still waiting for takashi patches to get merged14:21
dasm|roveryup14:22
ysandeep|ruck* RHOSP 18 - I investigate that today - its selinux issue - things passes in permissive mode14:22
ysandeep|ruckI see selinux was bumped between last good and affected run.. But I am not sure that's the issue yet - need more debugging14:23
ysandeep|ruckI have a node on hold if you want to continue the debug14:25
ysandeep|ruck* tox issue in tempest skiplist will be fixed via https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/873093/5/tox.ini , thanks to arxcruz++14:26
dasm|roveryes, please share with me14:26
dasm|roveri wouldn't guess what was the issue with tempest.14:26
dasm|roverysandeep|ruck: tl;dr: rhos18 and libvirt is on a plate. no other issues?14:29
dasm|roverthat sounds good14:29
ysandeep|ruckcorrect14:29
ysandeep|ruckI will ping you node details on internal slack channel14:29
dasm|roverack14:29
arxcruzchandankumar: ysandeep|ruck please vote https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/87309314:32
ysandeep|ruckarxcruz, ack, thanks14:33
ysandeep|ruckdasm|rover, could you please confirm you can get inside the node14:49
dasm|roveri'm in14:50
dasm|roverysandeep|ruck: any tips what's next now? you found the selinux issue. logs required? downgrading?14:50
ysandeep|ruckWe had some other rpm differences as well: https://www.diffchecker.com/lKF6xF7j/ , so I am not 100% on this is because of selinux bump14:53
ysandeep|ruckbecause same new selinux rpm works well with 17.114:53
ysandeep|ruckbut yes we can try selinux downgrade as a start, move back to selinux in enforcing and retry14:53
dasm|roverysandeep|ruck: how to test that *after* downgrading? spinning up VM?14:54
* dasm|rover going back to the bug itself14:54
Tenguselinux issue? may I help? :)14:55
ysandeep|ruckTengu, https://sf.hosted.upshift.rdu2.redhat.com/logs/32/436232/20/check/periodic-tripleo-ci-rhel-9-standalone-rhos-18/14833d1/logs/undercloud/var/log/tripleo-container-image-prepare.log14:55
dasm|roverTengu: it's rhos 18: https://bugzilla.redhat.com/show_bug.cgi?id=216772414:55
ysandeep|ruckRaw Audit Messages14:55
ysandeep|rucktype=AVC msg=audit(1675850152.890:19772): avc: denied { open } for pid=63839 comm="yum_update.sh" path="/tmp/yum_update.sh" dev="vda4" ino=276957825 scontext=system_u:system_r:container_t:s0:c31,c805 tcontext=unconfined_u:object_r:user_tmp_t:s0 tclass=file permissive=014:55
Tenguoh, taht.14:56
Tenguerrr..14:56
TenguI... corrected it?14:56
dasm|roveris it pushed downstream?14:56
TenguI did something related to that upstream at least.14:56
dasm|rovermhm14:56
TenguI added some missing :z flags where needed for that yum_update.sh14:57
TenguI'm 100% sure of that. And it was weeks ago14:57
Tenguif not months.14:57
ysandeep|ruckdasm|rover, it failed during image prepare.. so to manually reproduce I think we can run the builadah command which image prepare is running14:57
Tenguwhere's the code managing that image_prepare again?14:57
ysandeep|ruck["buildah", "run", "--volume", "/tmp/ansible.1bebcag1:/tmp/yum_update.sh", "--volume", "/etc/yum.repos.d:/etc/yum.repos.d", "--volume", "/etc/dnf/vars:/etc/dnf/vars", "--volume", "/etc/pki:/etc/pki", "--user", "root", "--net", "host", "192.168.24.1-working-container-1", "/tmp/yum_update.sh", ""]14:57
TenguI can double-check.14:57
ysandeep|ruckTengu, tripleo-modify-image14:58
TenguChange-Id: I4085865965f48c9fa6a88cde7010a51cd8c653d814:58
dasm|roverTengu: this? https://review.opendev.org/c/openstack/ansible-role-tripleo-modify-image/+/87096614:59
Tengunot mergd14:59
Tenguffs14:59
Tengudasm|rover: yeah, that one.14:59
ysandeep|ruckwhat happened there https://review.opendev.org/c/openstack/ansible-role-tripleo-modify-image/+/870966 - gate never kicked in15:00
Tenguwhat the point at pushing a patch, getting votes and all, and nothing happens.15:00
Tengurecheck asked.15:00
dasm|roverthx15:00
ysandeep|ruckTengu: you saved us some debug :D15:00
dasm|roveradded myself to cc15:00
Tengushould have checked... but since I got the votes, I didn't bother.15:00
dasm|roverysandeep|ruck: we should've start with Tengu  :)15:00
Tenguysandeep|ruck: :)15:00
dasm|roverTengu++15:01
Tenguso, if it's selinux related, come to me directly. Really.15:01
Tenguit's faster/easier.15:01
Tengu:)15:01
dasm|roverysandeep|ruck: after it's gonna be merged, is it gonna immediately apply downstream?15:01
ysandeep|ruckI don't have to buzz you without debug first as you are working on sprint tasks.15:01
dasm|roveri think it's just yml, so it should be. am i right?15:02
dasm|roverTengu: hmm... i don't see your patch kicking in at zuul... hmmm15:03
Tengudasm|rover: ... "yay".15:03
ysandeep|rucklooking15:03
Tengupretty sure this explains a lot then.15:03
ysandeep|ruckit may be the changes in zuul.yaml about pipeline15:04
dasm|roverit explains why it's not merged. but it doesn't explain why it's not starting... :(15:04
dasm|roverysandeep|ruck: rebase then?15:04
Tenguit's at the top of master already15:04
dasm|roverhmm15:04
Tengucan't get it more rebased than that.15:04
dasm|roverOD15:04
dasm|rover:D15:04
ysandeep|rucksec.. looking15:05
Tengubtw, I updated the BZ with proper data and link to the review.15:05
Tengucan't do more on my side I think :).15:05
dasm|roverthank you!15:05
Tengusure :)15:05
Tengudasm|rover: what's the RDO status, btw?15:06
Tenguoh, sorry, that's not on you.15:06
dasm|roverwhat do you mean?15:06
dasm|roverphew :)15:06
Tengudpawlik: what's the RDO status? :)15:06
dasm|roveri thought i forgot about something :P15:06
Tengudasm|rover: yeah, sorry.... RDO is in maintenance...15:06
dasm|roverah, good to know15:07
Tenguaha!15:08
TenguI was right: the BZ is actually a duplicate.15:08
dasm|roverOh!15:08
Tenguhttps://bugzilla.redhat.com/show_bug.cgi?id=216205015:08
Tengudone.15:09
dasm|rover\( ゚ヮ゚)/15:09
Tenguwe'll hit it anyway.15:09
Tenguhmmm. I have a FIV in the other one.15:10
Tengumakes me think we should get the patch downstream already.15:10
Tengubut not in the expected branch.... gimme a few, checking with lada (if it supports that repo=15:10
Tenguok, lemme do the D/S backport.15:11
ysandeep|ruckTengu, dasm|rover fix for zuul issue: https://review.opendev.org/c/openstack/ansible-role-tripleo-modify-image/+/87312115:14
ysandeep|ruckTengu, could you please rebase on top of ^^15:14
dasm|roveroh!15:15
Tenguall is good now.15:27
Tenguyay15:27
dasm|roverysandeep|ruck: i'm up to date on the issues. i'm going for a walk. thanks! see you tomorrow!15:36
ysandeep|ruckdasm|rover, o/ i am out as well, see you tomorrow15:36
*** dasm|rover is now known as dasm|afk15:36
*** ysandeep|ruck is now known as ysandeep|out15:36
* dasm|afk dasm|rover16:47
*** jpena is now known as jpena|off17:32
*** amoralej is now known as amoralej|off17:41
* dasm|afk => offline22:04
dasm|afko/22:04
*** dasm|afk is now known as dasm|offline22:05

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