Wednesday, 2021-07-21

zbrmarios: it seems that there are two official/default locations for modules configured module search path = ['~/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']06:40
zbrfirst one is user specific, so we probably do not want to use it when installing as root or other ansible users will fail to find that module.06:41
zbrnow i need to see how pbr is doing its dark magic with combinations of root/non-root, venv/non-venv/--user, editable/non-editable06:42
marioszbr: also /usr/local 06:44
marioswhen pip 06:44
marioszbr: that is the one being discussed on your review 06:45
zbri checked ansible default config on fedora 34, reports only those two.06:45
marioszbr: i just commented that's what i'm adding in my review06:45
marioszbr: in fact06:45
marioszbr: not just pip06:45
marioszbr: on my local install which i did with sudo python setup.py install i got it in /usr/local/share/ansible/plugins/modules/tripleo_get_hash.py06:46
marioszbr: fedora 3406:46
zbrto just make the matter even more interesting, pip reports a warning during install pointing to this ticket: https://github.com/pypa/pip/issues/961706:47
zbrread the ticket well, it also applies to us, not only debian06:49
marioszbr: k will check in bit 06:49
zbryep, is bit long, still digesting it06:49
*** amoralej|off is now known as amoralej06:51
-opendevstatus- NOTICE: Due to a configuration error unfortunately the Zuul queue was lost. Please recheck any in-flight changes06:55
zbrmy take on this is: we should stop installing datafiles at all, atempting to install ansible modules using pip guarantees future pain. Probably the only acceptable workaround for this would be to provide a CLI command that installs the modules, something that we would run after installing the python package.06:55
zbrcurrent behavior relies on deprecated distutils which is getting removed,... read https://github.com/pypa/pip/issues/961706:56
zbralso points to a SO post06:56
zbrsorry https://github.com/pypa/pip/issues/999906:57
zbrthat one short.06:57
zbrshortly, ansible default module imports are incompatible with pip installs, as pip will put still in /usr/local/ for root and ~/.local/ for non root, none of them is used by ansible.07:01
zbrin that case, i am inclined to provide a CLI `tripleo-repos --install-ansible-modules` that installs the modules to a location recognized by ansible, avoiding the need to perform manual actions.07:02
zbrfor collection that is not even needed, in fact we could just install the collection.07:04
zbrWDYT about avoiding that bit and just going for the collection approach?07:05
zbrmarios: considering that there is no direction action to perform on triple-repos, i am inclining to +W the change, anything against?07:37
marioszbr: well it breaks my changes for starters ;) 07:44
marioszbr: we said they're independent but obv they are not https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/793331/14/playbooks/tasks/install-tripleo-get-hash.yml#707:45
marioszbr: i will have to rework mine and hope it works on collections otherwise i will hunt you down 07:45
marios:D07:45
zbrmarios: not really breaking you change, in its current form module gets installed into location expected by your change. 07:50
zbrahh, now I see it, you only need to change the chdir line.07:51
marioszbr: k anyway am chasing an issue so i am not blocking your change i already +1 there07:51
marioszbr: i will update the installation after your change merges07:51
zbrokey!07:51
marioszbr: if it doesn't work i will order a drone strike on you from the dark web07:52
zbrif you manage to launch it from a dingy you may be succesfull, apparently with that weather we got a record number of people coming from france07:53
marioszbr: no i always prefer from geostationary orbit, i mean you pay a little extra but imho is worth it07:54
zbryou and bezos07:54
pojadhavsshnaidm, hi08:17
sshnaidmpojadhav, o/08:18
pojadhavsshnaidm, do you have access to production cockpit server?08:19
sshnaidmpojadhav, yes08:19
pojadhavactually from last 2-3 days upstream gate failing jobs panel is not working from cockpit page08:19
pojadhavhttp://dashboard-ci.tripleo.org/d/Z4vLSmOGk/cockpit?orgId=108:20
sshnaidmpojadhav, do you see failing jobs that are not there?08:21
pojadhavsshnaidm, i cant see anything there (not a single job in that panel..)08:22
sshnaidmpojadhav, I can see a few, but this seems outdated..08:23
sshnaidmpojadhav, will look, seems like it's stuck on something08:23
pojadhavsshnaidm, now i can see some jobs those are skipped08:23
pojadhavsshnaidm, thank you !08:24
sshnaidmpojadhav, https://paste.opendev.org/show/807616/08:27
slaweqchkumar|rover: hi08:28
chkumar|roverslaweq: hello08:28
slaweqchkumar|rover: regarding https://trello.com/c/Ak6LJF2H - can we maybe blacklist that failing test for now? I will need to investigate it more and it will take some time for me for sure08:28
chkumar|roverslaweq: checking08:29
chkumar|roverslaweq: https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/801290 already done08:32
slaweqchkumar|rover: thx a lot08:32
sshnaidmpojadhav, we need to publish logs of telegraf somewhere, maybe a good pet project08:32
sshnaidmso we'll know w/o going to host what's the problem08:33
*** ykarel is now known as ykarel|lunch08:33
pojadhavsshnaidm, yeah.. you are right08:33
pojadhavsshnaidm, will try to work around it for logs..08:33
sshnaidmcool08:34
pojadhavchkumar|rover, https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34615 will fix issue about cockpit08:34
pojadhavbut once this patch merges, sshnaidm i think cockpit service needs to restart right..?08:35
sshnaidmpojadhav, actually it should rebuild and restart by itself, let's see if it work08:35
sshnaidmtake around 5-10 mins after a merge08:35
pojadhavsshnaidm, sure08:35
sshnaidmis not, I'll restart08:35
pojadhavthanks :)08:36
sshnaidmnow it's interesting how it worked before..08:36
pojadhavyeah :D08:38
sshnaidmthis line wasn't touched by years08:40
sshnaidmoh, I see, this condition never evaluated before: "if build['end_time'] is None "08:41
sshnaidmso it always was broken there, now for some reason build['end_time'] is None08:42
chkumar|roversshnaidm: can we also remove skipped jobs shown in cockpit in upstream queue failure?08:42
sshnaidmyeah, of course08:43
* pojadhav stepping out 1-2 hrs08:43
slaweqhi ooo admins, can someone put node on which CI job https://review.rdoproject.org/zuul/stream/901f5d29cd904c2abdeff517428dc58d?logfile=console.log is running on hold for me? I need to debug one kvm related issue there09:00
slaweqit's related to one cix card09:00
slaweqthx in advance09:00
slaweqchkumar|rover: ^^ maybe You can do that for me?09:00
chkumar|roverykarel|lunch: ^^ can you hold above job?09:01
chkumar|roverslaweq: can you pass the review link?09:01
slaweqchkumar|rover: sure https://review.rdoproject.org/r/c/testproject/+/3215709:01
chkumar|roverand pub key09:01
slaweqand job is periodic-tripleo-ci-centos-8-scenario010-kvm-standalone-master 09:01
slaweqchkumar|rover: my pub key https://paste.opendev.org/show/807617/09:02
chkumar|roverykarel|lunch: ^^09:02
soniyaarxcruz, kopecmartin, chkumar|rover, do you have anything to discuss for the today's tempest meeting?09:29
arxcruznot really 09:29
soniyakopecmartin, ^^09:31
*** ykarel|lunch is now known as ykarel09:46
ykarelchkumar|rover, doing09:46
ykarelslaweq, ssh zuul@38.102.83.6509:50
slaweqykarel: chkumar|rover thx a lot09:51
slaweqI will ping You again once I will finish there09:51
ykarelack09:51
frenzy_fridayDo we have the retrospective today?09:55
sshnaidmfrenzy_friday, I think depends on rlandy10:04
sshnaidmpojadhav, seems like with current fix we can overload the db, not sure it was always the situation, but now it creates a db record for every script run10:07
sshnaidmpojadhav, we need to rethink how we do it, maybe better to include it in sprint10:08
sshnaidmotherwise influx db will crash completely10:08
mariosvotes please when you have time criteria upgrade jobs https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/34598/1#message-d76b2bb6d2347c0a4c8bf2c154fdef056f5ee8a510:16
slaweqykarel: ok, thx a lot. I'm done with that node10:29
slaweqYou can clean it if needed10:29
ykarelslaweq, deleting10:34
ykareldone10:34
slaweqykarel++ thx once again10:59
sshnaidmchkumar|rover, marios pojadhav please review to prevent influx to blow up: https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3461611:21
mariosack added to list sshnaidm 11:21
soniyaarxcruz, kopecmartin, chkumar|rover, I am cancelling the today's meeting due to lack of agenda.11:44
frenzy_fridayHey rlandy , do we have the retrospective today?11:45
rlandyfrenzy_friday: I don't have one on my calendar11:46
rlandylet me check11:46
rlandywe should11:46
arxcruzok11:46
rlandyfrenzy_friday: booking one from 12:30 to 1:30 UTC11:48
frenzy_fridayrlandy, thanks. Here is the rtro board https://miro.com/app/board/o9J_l6ZW-vk=/11:49
rlandychkumar|rover: hey11:53
chkumar|roverrlandy: hello11:53
rlandychkumar|rover: bhagyashris is out?11:53
chkumar|roverrlandy: yes she is sick11:53
rlandyzbr: sshnaidm: pojadhav: akahat: frenzy_friday: soniya: chkumar|rover: dviroel: marios: arxcruz: sorry for the late noticed11:56
rlandybooked retro in 35 mins from now11:56
rlandypls see meeting invite11:56
mariosrlandy: ack 11:56
rlandyretro board is attached11:56
rlandychkumar|rover:  how is life in ruck/rover land?11:56
chkumar|roverrlandy: there is not much disaster this time, we have multiple frequent promotion on all branches11:57
rlandygood11:57
chkumar|roverupdate jobs failed multiple times pulling old hash11:57
chkumar|roverleading to develop mirror sync script https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3444111:58
rlandychkumar|rover: did you see comment on failing  security jobs re: old containers on quay?11:58
rlandy https://bugs.launchpad.net/tripleo/+bug/1936776/comments/6 "quay.io/tripleomaster containers are three days old"11:58
chkumar|roverrlandy: looking12:00
chkumar|roverjoining program call12:00
rlandychkumar|rover: thanks - /home/zuul/validations' does not exist.  - that still an issue? https://trello.com/c/qYpG6ueT/2025-cixlp1936218tripleociproamaster-comp-pipeline-network-selected-log-directory-home-zuul-validations-does-not-exist-attempting-to12:10
chkumar|roverrlandy: we need a master promotion in order to fix above job https://review.rdoproject.org/zuul/builds?job_name=periodic-tripleo-ci-centos-8-standalone-network-master-validation12:12
rlandyok12:12
chkumar|roverwhich is blocked on https://bugs.launchpad.net/tripleo/+bug/1936776/ ipa job failure12:12
rlandychkumar|rover++ for handling queues alone12:13
rlandychkumar|rover: k - was a fix proposed there12:13
chkumar|roverrlandy: I think we can remove this https://bugs.launchpad.net/tripleo/+bug/1934994 bug from program call12:13
rlandyok12:14
* rlandy checks if it passed12:14
chkumar|roverit seems to be an infra issue12:14
chkumar|roverhttps://code.engineering.redhat.com/gerrit/c/testproject/+/25643512:14
rlandychkumar|rover: go ahead12:14
chkumar|roverrlandy: please take a look this issue https://bugs.launchpad.net/tripleo/+bug/1936287/comments/612:16
chkumar|roverovercloud-full issue on ussuri also12:17
*** rlandy is now known as rlandy|ruck12:17
rlandy|ruckchkumar|rover: k - I'll look at if we should remove ussuri from operators12:28
rlandy|ruckchkumar|rover: sshnaidm: zbr: https://meet.google.com/cmb-czwr-zah?authuser=0 retro is going on now12:31
frenzy_fridayhttps://miro.com/app/board/o9J_l6ZW-vk=/12:32
*** amoralej is now known as amoralej|lunch12:41
pojadhavmarios, chkumar|rover, sshnaidm, rlandy|ruck zbr :  please review - https://review.opendev.org/q/topic:%2522wallaby-upgrade-jobs%2522+(status:open+OR+status:merged)+owner:+pojadhav12:51
mariospojadhav: ack adding to reviews queue12:54
pojadhavmarios, thanks!12:55
chkumar|roverhttps://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3444113:03
chkumar|rovermarios: soniya you are the next ruck rover13:08
chkumar|rovermarios: soniya will do the handoff tomorrow13:08
soniyachkumar|rover, okay, no problem :)13:08
rlandy|ruckchkumar|rover: ^^ will join that meeting if it's not too early13:09
rlandy|ruckchkumar|rover: so you think https://bugs.launchpad.net/tripleo/+bug/1934994/comments/7 is not related to the bug?13:10
chkumar|roverrlandy|ruck: will try to keep it before tomorrow's planning if marios and soniya ok ?13:10
rlandy|ruckwatching your rerun13:10
soniyachkumar|rover, I am okay13:10
rlandy|ruckok13:10
*** pojadhav is now known as pojadhav|afk13:10
rlandy|ruckwill catch up with marios and soniya afterwards13:10
rlandy|rucksince will be covering us time13:10
chkumar|roverrlandy|ruck: because the issue vanished in component line without any fixes13:10
rlandy|ruckchkumar|rover: so we're just closing that bug?13:11
chkumar|roverrlandy|ruck: yes, but after rhos-17 run13:11
rlandy|ruckchkumar|rover: ack - thanks for rechecking13:11
rlandy|ruckchkumar|rover: wrt https://bugs.launchpad.net/tripleo/+bug/1936287/comments/6 - I have a second patch from Rabi's suggestion13:20
rlandy|ruckwhcih wasn't merged yet13:20
rlandy|ruckwill try that one with ussuri13:20
rlandy|ruckmaybe that will deal with the issue13:20
chkumar|roverrlandy|ruck: sure thanks!13:21
chkumar|roverrlandy|ruck: https://sf.hosted.upshift.rdu2.redhat.com/logs/35/256435/1/check/periodic-tripleo-ci-rhel-8-scenario010-standalone-network-rhos-17/f20f23d/logs/undercloud/var/log/tempest/tempest_run.log13:31
chkumar|roverrlandy|ruck: this time errors are different13:31
chkumar|roverrlandy|ruck: Load Balancer 9f999370-1a1c-455b-acdd-118ba8cea812 is immutable and cannot be updated13:31
rlandy|ruckso it's the same failing test with a different problem13:31
chkumar|roverrlandy|ruck: https://bugs.launchpad.net/tripleo/+bug/190199613:32
chkumar|roversimilar bug with above issue13:32
rlandy|ruckages ago13:33
rlandy|ruckwill look into it again later13:33
*** amoralej|lunch is now known as amoralej13:33
*** rlandy|ruck is now known as rlandy|ruck|mtg13:33
marioschkumar|rover: bhagyashris: we can sync tomorrow morning on ruck|rover13:34
*** rlandy is now known as rlandy|ruck13:35
mariosrlandy|ruck: chkumar|rover: i will join cix call just to listen to issues - one of you will cover yes?14:05
rlandy|ruckmarios: ack - will be there14:05
mariosrlandy|ruck: chkumar|rover: me and chkumar|rover and bhagyashris and soniya can catch up tomorrow our morning14:05
mariosand i will catchup witn yhou tomorrow rlandy|ruck 14:05
mariosrlandy|ruck: i'll check google chat if you want to leav anything urgent there14:05
rlandy|ruckmarios: thanks14:06
rlandy|ruckbhagyashris? is she also helping with ruck/rover?14:06
rlandy|ruckoh - she was last time's14:07
mariosrlandy|ruck: i thought she was rover? or ruck this sprint?14:07
rlandy|ruckgot it :)14:07
chkumar|rovermarios: invite sent14:10
marioschkumar|rover: thanks sounds good14:10
zbrmarios: basically alex wanted to revert due to the use of data_files trick for copying ansible modules, i am glad I am on the same page with him, a dirty hack to avoid and we know how.14:17
mariosrlandy|ruck: chkumar|rover: cix call14:31
rlandy|ruckzbr; marios: dviroel: arxcruz: ^^ let's pick this up in planning14:32
dviroel+!14:35
dviroel+114:35
arxcruzok14:36
chkumar|rovermarios: almost all the issues on CIX board.14:42
chkumar|roverchanging my nick now14:42
*** chkumar|rover is now known as chandankumar14:42
chandankumarrlandy|ruck: bhagyashris thanks for helping this sprint. :-)14:43
rlandy|ruckchandankumar: sure - anything I need to follow up on this afternoon?14:43
chandankumarrlandy|ruck: overcloud-full ussuri issue14:44
rlandy|ruckchandankumar: k - train - centos7 hasn't promoted in two months14:44
chandankumarrlandy|ruck: Ipa patch testing14:44
rlandy|ruckare we just leaving that?14:44
rlandy|ruckack on ipa14:44
chandankumarrlandy|ruck: yes no promotion for train14:44
chandankumarrlandy|ruck: need to check upstream where we have any c7 train voting jobs14:45
rlandy|ruckchandankumar: ok - so just ussuri that really needs to promote14:45
chandankumarand then work on that14:45
chandankumarrlandy|ruck: yes14:45
rlandy|ruckchandankumar: ^^? meaning14:45
rlandy|ruckget rid of c7 voting jobs?14:45
chandankumarlet me check the status14:45
chandankumarrlandy|ruck: we have one content provider and containers multinode job on c7 train running upstream14:48
chandankumarhttps://zuul.openstack.org/builds?job_name=tripleo-ci-centos-7-content-provider&job_name=tripleo-ci-centos-7-containers-multinode14:48
chandankumarboth looks green14:48
rlandy|ruckk - let's add that to the ruck-rover tasks14:49
chandankumarif we have enough promotion for c8, we can check c7 train promotions14:49
chandankumarrlandy|ruck: marios logging out now, see ya tomorrow.14:53
rlandy|ruckchandankumar: have a good night14:55
mariosthanks chandankumar enjoy your evening15:03
rlandy|ruckpojadhav|afk: sshnaidm: thanks for fixing cockpit gate tracking15:03
*** ykarel is now known as ykarel|away15:07
rlandy|ruckfrenzy_friday: hi - want to meet now? have an open slot15:20
frenzy_fridayrlandy|ruck, sorry, just checked. Do you have time now?15:52
rlandy|ruckfrenzy_friday: np - let's keep the regular time15:52
rlandy|ruckjust rekicking failed jobs15:52
frenzy_fridayrlandy|ruck, ok, thanks15:52
*** beagles is now known as eagles16:05
*** amoralej is now known as amoralej|off16:22
*** njohnston_ is now known as njohnston16:27
*** marios is now known as marios|out16:31
frenzy_fridayrlandy|ruck, os-tripleo-ci user needs to sign https://review.opendev.org/settings/new-agreement before it can be used. Shall I sign it?16:46
rlandy|ruckfrenzy_friday: just the top one16:47
rlandy|ruckI guess so16:47
rlandy|ruckfrenzy_friday: select  ICLA16:48
rlandy|ruckshould not be a problem16:48
frenzy_fridayok16:49
rlandy|ruckfrenzy_friday: is anything else needed?16:49
frenzy_fridayno I think. me checks16:49
rlandy|rucksshnaidm: ^^ any concerns?16:49
rlandy|ruckit is used in reproducer16:49
rlandy|ruckper infar doc16:49
rlandy|ruckinfra16:49
sshnaidmrlandy|ruck, no, go ahead16:51
rlandy|ruckthanks16:51
rlandy|ruckfrenzy_friday: ^^ all good16:51
rlandy|rucklunch - brb17:02
frenzy_fridayrlandy|ruck, auth in make build is working now. All keys in the vm now belong to os-tripleo-ci . Now I am getting toomanyrequests: You have reached your pull rate limit. Could you pls add the RH account there when you get some time? It is on the same tmux17:06
frenzy_fridayI tried the docker login from our infra doc already17:09
rlandy|ruckfrenzy_friday: we should try get back to vexx17:10
rlandy|ruckwill look at it17:10
frenzy_fridayrlandy|ruck, ok, I'll create a vm on vexx and try there17:10
frenzy_fridayok, it works now, I was using the wrong creds17:12
rlandy|ruckfrenzy_friday: on the internal vm?17:20
*** rlandy|ruck is now known as rlandy|ruck|bbl22:36

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