Wednesday, 2022-05-18

* rcastillo signing out for the day01:33
*** pojadhav- is now known as pojadhav05:39
*** ysandeep|out is now known as ysandeep|rover06:04
*** jm1|ruck is now known as jm1|rover06:48
Tenguhello there! is there any known issue with the CI and package installation from centos mirrors? I'm hitting "Curl error (6): Couldn't resolve host name for https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http [getaddrinfo() thread failed to start]"07:02
Tenguin, at least: https://zuul.opendev.org/t/openstack/build/1561481e9fb24bf6b06518ce4f5abd9b07:03
Tenguhit it yesterday already, and the recheck I launched today seems to fail as well. sounds weird though, since another molecule job is working just fine.07:03
Tenguthough it's not launched within a container, apparently.07:03
ysandeep|roverTengu, https://mirrors.centos.org/metalink?repo=centos-baseos-9-stream&arch=x86_64&protocol=https,http worked for me locally07:12
Tenguysandeep|rover: same here...07:12
Tenguweird. let's wait for the actual fail and re-retry07:12
ysandeep|roverTengu, in tripleo-ci based jobs.. instead of using centos.org mirror we use the local mirror where instance is spawned07:13
ysandeep|roverfor ex. https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_1e4/842250/1/check/tripleo-ci-centos-9-content-provider/1e42f95/logs/undercloud/etc/yum.repos.d/quickstart-centos-base.repo07:13
Tenguno idea where that repo comes from though07:13
Tenguit's in molecule07:13
ysandeep|roverI wonder if we can do same in molecule07:14
Tengumore than probably07:14
Tenguis that repo file available from some network location?07:14
Tenguif so, we may modify the Dockerfile to actually fetch it.07:15
Tenguthough it seems generated by oooq - but there are params for that I guess07:15
ysandeep|roverhttps://opendev.org/openstack/tripleo-quickstart/src/branch/master/config/release/tripleo-ci/CentOS-9/promotion-testing-hash-master.yml#L13707:16
ysandeep|roverbaseurl: ${NODEPOOL_CENTOS_MIRROR}/9-stream/BaseOS/x86_64/os/07:16
Tenguhmmm ok.07:16
Tenguthough..... that must be an env var passed to the Dockerfile during the image build, for molecule.07:17
Tenguguess we may be able to do something.07:17
ysandeep|roverhttps://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/nodepool-setup/templates/mirror_info.sh.j2#L5407:18
ysandeep|roverexport NODEPOOL_CENTOS_MIRROR=${NODEPOOL_CENTOS_MIRROR:-http://$NODEPOOL_MIRROR_HOST/centos}07:19
Tenguyep07:19
Tenguand export NODEPOOL_MIRROR_HOST=${NODEPOOL_MIRROR_HOST:-mirror.mtl01.inap.opendev.org}07:19
Tenguthat sets the default.07:19
ysandeep|roveryeah, +1 to the general idea of using local mirror where molecule job is spawned - will avoid this kind of network/mirror related issues.07:21
*** ysandeep|rover is now known as ysandeep|rover|lunch07:24
*** ysandeep|rover|lunch is now known as ysandeep|rover08:38
ysandeep|roverjm1: hey fyi o/ if you just want to rerun rdo third party jobs you can post check-rdo instead of recheck08:40
jm1ysandeep|rover: ack, thx :)08:41
ysandeep|roverjm1, left a comment: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/842218/1#message-ab7ed550a2dff941405cc544725e5b652181f2f2 08:48
jm1ysandeep|rover: i am not sure where to define undercloud_undercloud_timezone. maybe in tripleo-environments/config/environments/*?08:52
ysandeep|roverconfig/environments/ovb-common.yml - should have helped - from file name looks like it should be used by all ovb jobs.. /me can take a look later08:57
ysandeep|roverjm1: https://logserver.rdoproject.org/18/842218/1/openstack-check/tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-wallaby/5331c69/logs/undercloud/home/zuul/workspace/logs/playbook_executions.log.txt.gz quickstart was triggered in following way: https://logserver.rdoproject.org/18/842218/1/openstack-check/tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-wallaby/5331c69/logs/undercloud/home/zuul/workspace/logs/playbook_executions.log.txt.gz 09:10
ysandeep|roverso i.e add in one of those files.. or maybe in this case we can just add in roles/undercloud-deploy defaults09:12
jbadiapaHi, I need a little bit of help with a molecule job.09:13
jbadiapaI added a molecule job at https://review.opendev.org/c/openstack/tripleo-ansible/+/836845 but it seems that it's not been executed and I can not find why09:14
ysandeep|roverjbadiapa, hey o/ , let me tag chandankumar, he was working lately with molecule jobs and might know the issue from top of his head.09:17
ysandeep|roverchandankumar, ^^ if you can take a look please09:18
jbadiapaysandeep|rover, chandankumar: thx09:18
chandankumaron it09:18
chandankumarjbadiapa: few nits, rest looks good09:25
jm1ysandeep|rover: ack, added it to role defaults since it is helpful for all ci jobs. testproject is rerunning09:30
jbadiapachandankumar: thx a lot09:30
jm1ysandeep|rover: i am working on ci quality degraded cards right now. anything else i should have a look at?09:31
ysandeep|roverjm1: thanks, I think config/environments/ovb-common.yml and config/environments/rdocloud.yml can be dropped now - now that its in role default.09:31
jm1ysandeep|rover: ack09:32
ysandeep|roverjm1: fyi.. we have a new bug we will need i.e security or df on that.. https://bugs.launchpad.net/tripleo/+bug/1973863 09:33
ysandeep|roverTengu: https://bugs.launchpad.net/tripleo/+bug/1973863 is df or security?09:34
Tenguysandeep|rover: I'd go first with Security, that's their service - and DF may help09:37
ysandeep|roverTengu, ack.. I was wondering if recent https://github.com/openstack/tripleo-heat-templates/commit/ccf8e0c33db2b36d6711d26e8f3abf038dcb866b is anyhow related.09:37
TenguI don't think it is09:37
ysandeep|roverTengu, ack09:37
TenguI may be wrong of course.09:38
Tengubut... after looking at the change, I don't think it's related.09:38
Tenguoh. wait. hmmm.09:38
jbadiapachandankumar: do you might know why one of the molecule jobs is not executed?09:39
Tengutripleo_keystone_enable_internal_tls: {get_param: EnableInternalTLS}09:39
Tenguwondering if that one isn't a single string, not a list.09:39
Tenguah, wait. that's a bool.09:40
ysandeep|roveronly fs035/64 failing - where we test with ssl enabled09:40
Tengukeystone_volumes + tripleo_keystone_internal_tls_ca_file  guess we want to append.09:40
Tengunot concat.09:40
Tenguysandeep|rover: yeah. that's more than probably it09:41
Tengutripleo_ansible/roles/tripleo_keystone/defaults/main.yml:tripleo_keystone_internal_tls_ca_file: /etc/ipa/ca.crt09:41
Tengubingo09:41
Tengunow.... shall we accept a list, or not, that's a question for Security.09:42
Tengubut that's the issue. Not directly the patch you linked, but an actual bug in the standalone role :)09:42
ysandeep|roverTengu, Is it possible to left a comment on bug, I can then ping someone from security.09:43
Tenguysandeep|rover: lemme ping them09:43
Tenguon it!09:43
ysandeep|roverTengu, great - directly is better09:43
*** jpena|off is now known as jpena09:46
ysandeep|roverfolks hey o/ security component failed because of tripleo component bug, because we include delorean-current - I wonder if its a good idea to include delorean-current in component line jobs.09:46
jm1ysandeep|rover: should we mark lp bug #1960661 as a duplicate of lp bug #1960310? both are failing on the same tempest test09:47
ysandeep|roverimho... Atleast in component line jobs we should not include delorean-current 09:47
ysandeep|roverjm1: looking09:47
chandankumarjbadiapa: can you try changing the verifier to testinfra https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/backup_and_restore/molecule/default/molecule.yml#L28 09:48
chandankumarthat is the only difference I am seeing with other molecule file09:49
* chandankumar reads more about the verifier09:49
ysandeep|roverjm1, ussuri is eol and gone for us.. I would just close ussuri bugs and cix cards if any09:49
Tenguysandeep|rover: added a comment in the meanwhile, apparently it should be a string. Getting some insurance, and I'll push a patch.09:49
jm1ysandeep|rover: it affects train and victoria as well09:50
ysandeep|roveryeah, I should have read the whole bug first.. in 1st comment only ussuri was mentioned09:50
jm1ysandeep|rover: i will just add a comment on cix card and on lp bug  #1960661  that it might be a duplicate09:51
ysandeep|roverjm1: sounds good, thanks!09:54
TenguLP should be under control shortly.09:54
Tengusorry, I didn't really pay attention when you mentioned it on the internal channel, ysandeep|rover. I was, again, neck-deep in nftables.09:55
ysandeep|roverTengu: thanks! let me run a testproject to confirm it solves the issue09:55
Tenguysandeep|rover: sounds good!09:55
Tenguyou have the link on #tripleo, but: https://review.opendev.org/c/openstack/tripleo-ansible/+/84230309:55
ysandeep|roverTengu++ 09:55
jbadiapachandaumar, i'll do that thx09:59
chandankumarjbadiapa: if that does not work, then will ping cloudnull on #tripleo , he will be around in few hours10:00
*** rlandy|out is now known as rlandy10:22
rlandyysandeep|rover: jm1: hi - how are things today?10:25
rlandywant to sync?10:25
jm1rlandy: ack10:26
rlandyjm1: ysandeep|rover: when you are ready ... https://meet.google.com/yht-emav-bva?pli=1&authuser=010:27
pojadhavrlandy, ysandeep|rover, jm1 : is this known issue https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-9-content-provider-wallaby&job_name=tripleo-ci-centos-9-content-provider&skip=010:48
pojadhavmy patch is blocked due to some jobs failure : https://review.opendev.org/c/openstack/tripleo-ci/+/835460/26#message-8fc0023bc17ffd2cbbbb3eae44202ec37982767910:49
ysandeep|roverpojadhav, you are not failing on content-provider but on ipa job10:51
ysandeep|roverhttps://review.opendev.org/c/openstack/tripleo-ci/+/835460/26#message-fb6e48b4f8d7107710fccfc6a357eeb69e5d705f10:51
pojadhavysandeep|rover, but c9 content provider also failed with retry limit and rest c9 scenarios got skipped.10:52
pojadhavahh sorry10:53
ysandeep|roverpojadhav, the latest run passed on content-provider and ipa failure is known10:53
pojadhavysandeep|rover, oops my bad.. looked at it several times so posted previous url.10:54
pojadhavysandeep|rover, ack thank you!10:54
chandankumarysandeep|rover: what is the tempest issue and which patch is not getting built?11:01
ysandeep|roverchandankumar, thanks.. I meant rdoinfo don't work as depends-on in testproject11:04
ysandeep|roverchandankumar, testing your way: https://review.rdoproject.org/r/c/rdoinfo/+/4293911:04
Tenguysandeep|rover: how does the testproject look now? all green? :)11:04
Tenguah. the red isn't on the patch test. gosh, I was affraid.11:04
* chandankumar thinking11:06
chandankumarjbadiapa: this time https://770d2c4845d1b6e3f37a-370e010525c6da286e6aa54793058fb2.ssl.cf5.rackcdn.com/836845/12/check/tripleo-ansible-centos-8-molecule-backup_and_restore/e51ddf0/reports.html11:08
chandankumarset basic home fact got skipped11:08
chandankumaroh sorry that is from default one11:09
chandankumarweired it is still not running11:10
jbadiapachandankumar, I might have a typo or something11:10
jbadiapaotherwise I dont understand11:10
jbadiapamaybe the name of the directory11:12
chandankumarysandeep|rover: which upstream tempest patch fixes the issue?11:13
chandankumarysandeep|rover: via https://review.rdoproject.org/r/c/rdoinfo/+/42939 it will build the package from master and test it with the deppyment11:14
chandankumarjbadiapa: may be yaml vs yml?11:14
chandankumarjbadiapa: https://review.opendev.org/c/openstack/tripleo-ansible/+/83684511:15
chandankumarhttps://review.opendev.org/c/openstack/tripleo-ansible/+/836845/12/tripleo_ansible/roles/backup_and_restore/molecule/default/molecule.yml is ending with yml11:15
chandankumarcan we also rename this to https://review.opendev.org/c/openstack/tripleo-ansible/+/836845/12/tripleo_ansible/roles/backup_and_restore/molecule/cli-undercloud-backup-db/molecule.yaml and other files to yml11:16
ysandeep|roverchandankumar, I was pinged from alan that pin needs to be removed for wallaby - https://trello.com/c/V3XK8eEK/2133-cixbz2012096ospphase2osp17openstack-novafailed-to-detach-device-from-the-live-domain-config-when-attaching-already-attached-volu11:16
jbadiapachandankumar, ok, I'm going to rename the directory and then the extension11:16
jbadiapalet's see where is the thing11:17
ysandeep|roverchandankumar, https://review.opendev.org/c/openstack/tempest/+/84011211:17
chandankumarysandeep|rover: ok then my way will take care of that11:17
chandankumarysandeep|rover: if that fixes the issue, then we can do a new release of tempest11:18
chandankumarysandeep|rover: does the test is in skiplist or unskipped?11:18
ysandeep|roverchandankumar, so for wallaby - instead of unpinning. we need to do a new release of tempest and then bump the tag..11:19
chandankumarysandeep|rover: let's fix test the stuff whether the issue is fixed or not11:19
chandankumarthen do the release11:19
*** dviroel_ is now known as dviroel11:19
ysandeep|roverhttps://trello.com/c/V3XK8eEK/2133-cixbz2012096ospphase2osp17openstack-novafailed-to-detach-device-from-the-live-domain-config-when-attaching-already-attached-volu was not reported by us, I think we are just testing new tempest don't break anything in wallaby11:20
chandankumarjbadiapa: can you rename these files molecule.yaml to molecule.yml11:21
chandankumarsame for coverage and preapre for new dir11:21
jbadiapachandakumar, yes, that's going to be my next test11:21
chandankumarhttps://molecule.readthedocs.io/en/latest/configuration.html11:22
chandankumarthere is no mention of molecule.yaml11:22
jbadiapaOh!11:22
jbadiapachandakumar++11:23
jbadiapathanks a lot11:23
chandankumarysandeep|rover: https://trello.com/c/V3XK8eEK/2133-cixbz2012096ospphase2osp17openstack-novafailed-to-detach-device-from-the-live-domain-config-when-attaching-already-attached-volu and https://trello.com/c/EsgceuAN/2342-cixlp1960310tripleociproa-compute-tests-eg-testrebuildserverwithvolumeattached-failing-with-volume-id-failed-to-reach-available are similar ?11:25
ysandeep|roverchandankumar: I think so from quick look, jm1 is looking at degraded cards may be he can confirm ^^11:28
chandankumarjbadiapa: \o https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_877/836845/14/check/tripleo-ansible-centos-8-molecule-backup_and_restore/87733b4/job-output.txt11:51
chandankumarit is working now, but tests are failing, you can fix it11:51
dviroeloh, my 'periodic-promote-ceph-daemon' pipeline wasn't trigerred :(11:54
dviroelrlandy: chandankumar ^ any ideas why?11:54
jbadiapachandakumar: that's the error I was trying to fix, thx11:54
jbadiapachandankumar^11:54
rlandydviroel: looking11:55
rlandydviroel: does your line show up on rdo zuul?11:55
rlandyif not, you may need a zuul restart to add that11:56
dviroelrlandy: yes11:56
rlandy periodic-promote-ceph-daemon  - ok - there it is11:56
* rlandy checks templates11:57
dviroelrlandy: missing on tripleo-ci templates, I think11:58
rlandyyep11:58
rlandydviroel: https://github.com/rdo-infra/review.rdoproject.org-config/blob/master/zuul.d/tripleo.yaml#L1211:58
dviroelrlandy: https://review.rdoproject.org/r/c/config/+/4294012:00
dviroelhere ^ we use the project-template name IIUC12:02
chandankumardviroel: can this https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/ci-config-molecule-python-pipeline.yaml#L5 be periodic-promote-ceph-daemon ?12:06
chandankumarbase on this https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/integration-pipeline-main.yaml#L5 12:07
dviroelchandankumar: sorry - didn't get your point12:09
chandankumardviroel: for example train one https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/integration-pipeline-train.yaml#L512:09
chandankumaropenstack-periodic-integration-stable4 is the pipeline we use12:10
chandankumardviroel: We need to do similar for ceph pipeline12:10
chandankumarhttps://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/ci-config-molecule-python-pipeline.yaml#L5 periodic-ci-config-molecule-python needs to be replaced with periodic-promote-ceph-daemon12:10
chandankumarand then it will work12:11
dviroelchandankumar: mine is this one https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/ceph-jobs.yaml#L2112:11
chandankumaroh sorry12:11
jm1chandankumar: i think there are actually at least three cix cards which have the same root cause, you quoted two of them, here is the third: https://trello.com/c/KZ2NsQh0/2356-cixlp1960661tripleociproa-ussuri-jobs-failing-on-tempestapicomputeserverstestserveractionsserveractionstestjson12:11
jm1ysandeep|rover: wrt https://trello.com/c/V3XK8eEK/2133-cixbz2012096ospphase2osp17openstack-novafailed-to-detach-device-from-the-live-domain-config-when-attaching-already-attached-volu#comment-6284db6e62c23b8479c1358712:12
chandankumardviroel: then https://review.rdoproject.org/r/c/config/+/42940 will fix the issue, thanks rlandy :-)12:12
jm1ysandeep|rover: why do we need a new release?12:13
jm1ysandeep|rover: we can pin to a git hash12:13
dviroelchandankumar: tks, will manually test as soon its get merged12:13
ysandeep|roverchandankumar, ^^ 12:13
dviroeljust kicked12:14
ysandeep|roverjm1: check chatter above, chandankumar mentioned we need a new release of tempest12:15
dviroelrlandy: we you have some time, no rush, can you create a wallaby folder here https://images.rdoproject.org/ceph/daemon/ ?12:15
ysandeep|roverjm1, but +1 to pin using git hash, lets see what chandankumar suggests12:16
* dviroel 'periodic-promote-ceph-daemon' now running12:16
chandankumarysandeep|rover: if current merged patches from master fixes the issue, then we can pin12:16
ysandeep|roverchandankumar: using git hash?12:17
chandankumaronce all the patches of https://review.opendev.org/q/topic:wait_until_sshable_pingable merges, we can do a new release12:17
chandankumarysandeep|rover: yes12:17
rlandydviroel: done ...12:18
chandankumarysandeep|rover: https://review.rdoproject.org/r/c/rdoinfo/+/4022812:18
rlandydrwxrwxr-x. 2 uploader uploader 81 May 13 17:36 master12:18
rlandydrwxrwxr-x. 2 uploader uploader  6 May 18 12:17 wallaby12:18
chandankumarysandeep|rover: make sure we also update xena tag12:18
dviroelrlandy: thanks12:18
dviroelrlandy: yes, it is there12:18
ysandeep|roverchandankumar, yeah good point12:19
soniya29chandankumar, arxcruz_ rlandy, pojadhav, ysandeep|rover, kopecmartin, please add/edit today's agenda for tempest meeting - https://hackmd.io/fIOKlEBHQfeTZjZmrUaEYQ12:20
kopecmartinsoniya29: i can't attend, i'm interviewing interns today 12:21
kopecmartini thought i declined the meeting already, seems like the calendar is disobeying me12:22
jm1chandankumar, ysandeep|rover: can we safely bump tempest in all RDO releases? this issue apparently affects all12:23
jm1kopecmartin: ^12:23
chandankumarjm1: nope12:23
chandankumarjm1: for train, we need to carefully backport the patches which fixes the issue12:24
chandankumareach bump brings new functionality and might break existing deployments12:24
chandankumarfor older releases12:24
rlandychandankumar: wrt train per the prod chain meeting - no more skiplist12:24
rlandywill explain at tempest call12:24
chandankumarok12:25
rlandydasm|off: are you still working on https://trello.com/c/IryyjbGs/2344-cixlp1960355tripleociproa-tempest-tests-testoauth1tokensoauth1tokenstest-are-failing-on-tripleo-ci-centos-9-ovb-3ctlr1comp-featu?12:25
rlandypls update the CIX12:25
rlandyasked jm1 to look at clearing that column12:26
rlandybhagyashris: pls add a tempest skiplist cleanup to the jira sprint board12:26
rlandyakahat is set o start work on that12:27
rlandyarxcruz_: ^^ we will need your brain/advice here12:27
jm1rlandy: which tempest meeting? i might want to join in order to get an idea how we handle this tempest issue on older releases12:27
rlandysoniya29: ^^ pls invite jm1 to meeting today12:28
rlandysoniya29: nvm  added jm112:28
rlandyjm1: invite sent12:29
jm1rlandy: thanks!12:31
arxcruz_rlandy form what I see, it's related to public url doesn't have the right permissions 12:32
rlandyarxcruz_: sorry - your input on the skiplist work12:34
*** arxcruz_ is now known as arxcruz12:34
arxcruzrlandy oh, ack 12:35
ysandeep|roverTengu, fyi.. failed with your patch as well.. we share the logs soon12:38
ysandeep|roverwe will* share the logs soon12:38
ysandeep|roverTengu, sharing pastebin in the meantime: http://pastebin.test.redhat.com/105259212:39
ysandeep|roverError: ['/etc/pki/tls/certs/httpd:/etc/pki/tls/certs/httpd:ro', '/etc/pki/tls/private/httpd:/etc/pki/tls/private/httpd:ro']: incorrect volume format, should be [host-dir:]ctr-dir[:option]12:39
bhagyashrisrlandy, ack12:43
bhagyashrisdone https://issues.redhat.com/browse/TRIPLEOCI-104512:45
ysandeep|roverrlandy, jm1 fyi.. heads up sent to openstack-discuss about ipa blocking check/gate 12:45
ysandeep|rover[TripleO] Gate blocker on Master - standalone-on-multinode-ipa failing12:45
Tenguysandeep|rover: sounds like another error12:47
Tenguysandeep|rover: unless the thing eating the volumes list isn't supporting a list...12:47
Tenguysandeep|rover: my git repo is locked for some more time, I'm deploying a lab with my nft things.12:48
ysandeep|roverTengu, I wonder if we should just revert james patch to unblock check/gate and fix this properly in a followup.12:48
Tenguysandeep|rover: care to check with him?12:48
ysandeep|roversure12:49
Tenguapparently, he missed some testproject before switching to the new role.12:49
Tengureverting sounds OK, and he (we) can work with some testproject on the follow-up.12:49
rlandyysandeep|rover: thank you12:52
soniya29rlandy, okay12:52
soniya29kopecmartin, haha :)12:53
rlandyysandeep|rover: which diff code does the rr tool use to diff the rpms?12:53
ysandeep|roverrlandy: do you remember wes wrote some code earlier diffing the CSVs12:56
rlandydef get_diff(control_tag, file1, test_tag, file2):12:57
rlandyysandeep|rover: yeah - same code I used in diff control test12:57
rlandyok - then I got it12:57
ysandeep|roveryeah its same code.. just rewritten in rr12:57
soniya29rlandy, chandankumar, jm1, arxcruz, tempest meeting?13:00
soniya29chandankumar, ^^?13:01
jm1ysandeep|rover: timezone is now picked up in ci, see latest comment in https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/84221813:16
ysandeep|roverjm1, nice .. do we need same changes in config/environments/rdocloud-ci.yml.example ?13:31
jm1ysandeep|rover: kept it there because it is an *.example file. can remove the change there if you want13:32
*** dasm|off is now known as dasm13:52
dasmo/13:52
dasmrlandy: i did not look into OAUTH failures for weeks13:53
dasmi can respin the patch and check it agaie13:53
dasm*again13:53
*** pojadhav is now known as pojadhav|afk14:05
rlandyjm1: ^^14:11
jm1rlandy, dasm: cool! could you link your testproject in lp bug?14:12
jm1rlandy, ysandeep|rover, chandankumar: where does downstream have their tempest skiplist (or whatever they use to select tests)14:13
rlandyysandeep|rover: chandankumar: so on psi ...14:13
rlandyhttps://sf.hosted.upshift.rdu2.redhat.com/zuul/t/tripleo-ci-internal/builds?job_name=periodic-tripleo-ci-centos-8-ovb-3ctlr_1comp-featureset001-internal-wallaby&project=testproject&skip=014:13
rlandywe were doing pretty well14:13
rlandyjm1: excellent question - I asked14:14
rlandyapparently in multiple places14:14
dasmjm1: it's last comment by bhagyashris 14:14
jm1dasm: ok, thx14:15
jm1rlandy: reason i ask is that i want to check why downstream did not hit the tempest bug in train14:15
dasmmakes sense14:15
ysandeep|roverrlandy, the issue which we are hitting seems to be because of resource crunch in vexx14:17
ysandeep|roverrlandy, still seeing same issue today - I have pinged mnaser on vexx channel to get today's loadaverage on compute nodes.14:18
rlandyysandeep|rover: " issue which we are hitting" ie: the new random tempest failures?14:19
ysandeep|roverrlandy, yeah14:19
rlandyysandeep|rover: hmmm ... maybe we start using psi :)14:19
ysandeep|roverrechecking https://code.engineering.redhat.com/gerrit/c/testproject/+/209874 to have more data14:21
ysandeep|roverjm1, ++ nice "May 18 10:12:14 undercloud.localdomain python3[70991]: ansible-timezone Invoked with name=UTC hwclock=None"14:28
jm1ysandeep|rover: do you have a testproject or something for https://review.rdoproject.org/r/c/rdoinfo/+/42939?14:39
ysandeep|roverjm1, testing in patch itself: https://review.rdoproject.org/r/c/rdoinfo/+/42939/2/.zuul.yaml 14:40
jm1ysandeep|rover: these jobs dont use tempest skiplist?14:42
ysandeep|roverjm1: they will if in tempest-skiplist if we are skipping with jobs:[] 14:45
jm1ysandeep|rover: i would like to find out if your new wallaby tempest pkgs could also help with other bugs. will it be enough to add depends-on your patch here (and add wallaby jobs)? https://review.rdoproject.org/r/c/testproject/+/4291614:47
ysandeep|roverjm1, lets chat for few mins after cix - we can stay back14:48
jm1ysandeep|rover: ack14:48
ysandeep|roverjm1, ex: https://opendev.org/openstack/openstack-tempest-skiplist/src/branch/master/roles/validate-tempest/vars/tempest_skip.yml#L102514:52
jm1ysandeep|rover: https://review.rdoproject.org/r/c/testproject/+/4291614:54
jm1ysandeep|rover: https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/84207414:54
* jm1 bbl15:01
*** ysandeep|rover is now known as ysandeep|dinner15:17
rlandyysandeep|dinner: jm1: going into another meeting - afterwhic you'll probably be EoD - anything you want me to watch/do?15:21
rlandyperiodic-tripleo-build-containers-ubi-8-internal-rhel-8-build-push-upload-rhos-16.2testprojectmastercheck200295,26115:28
rlandy1 hr 17 mins 51 secs2022-05-18 13:46:36SUCCESS15:28
rlandyha worked15:28
rlandyysandeep|dinner: jm1: ^^ going to try test out a few tests with these new containers15:29
*** rlandy is now known as rlandy|mtg15:31
*** dviroel is now known as dviroel|lunch15:39
*** ysandeep|dinner is now known as ysandeep15:52
ysandeeprlandy|mtg, thanks, just one thing - please see this get through gate: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/842320 15:52
ysandeepI have requested james and cedric to +w this, we already have two +215:53
ysandeepwe have the +w now as well15:54
ysandeepdasm, hey o/ regarding legacy boot - during the review time - we discussd about modifying one of the existing featureset for wallaby to test bios instead of creating new job15:55
ysandeepmay be fs020.. 15:56
ysandeepwe just want to test node boots up with legacy bios as well15:56
*** ysandeep is now known as ysandeep|out15:57
* ysandeep|out out see you all tomorrow o/15:57
dasmysandeep|out: hey, i noticed your comment. I asked for clarification16:07
*** dviroel|lunch is now known as dviroel16:31
rlandy|mtgysandeep|out: ok Tengu w+'ed  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84232016:32
*** rlandy|mtg is now known as rlandy16:35
Tengurlandy: I'll work tomorrow on a proper fix.16:41
Tenguor try to.16:41
Tenguif James doesn't push anything first.16:41
rlandythanks16:43
*** jpena is now known as jpena|off16:52
rlandylunch - brb16:56
rlandydviroel: pls see forwarded email and meeting invite for monday17:47
dviroelrlandy: great, thanks17:51
rlandydviroel: we're a bit behind ...17:51
rlandyactually ... let's chat few minutes17:51
rlandydviroel: https://meet.google.com/fhj-yskd-ges17:52
*** rlandy is now known as rlandy|mtg18:28
rlandy|mtgdviroel: git a green pass on the container builds with multiple registry logins18:29
rlandy|mtggit18:29
rlandy|mtggot18:29
rlandy|mtgI am running some tests with those new containers18:29
rlandy|mtgif they pass, would be ready to use the playbook with the duplicated login until the role is ready18:30
dviroelack - already have a role working in my machine18:30
dviroelshould be ready soon18:30
jm1rlandy|mtg: fyi https://trello.com/c/EsgceuAN/2342-cixlp1960310tripleociproa-compute-tests-eg-testrebuildserverwithvolumeattached-failing-with-volume-id-failed-to-reach-available#comment-6285433e1809176d890d274f19:05
*** rlandy|mtg is now known as rlandy19:08
rlandyjm1: thanks - looking - sorry - just rolling off calls19:08
rlandyjm1: fyi - also added you to prodified control plan meeting if you have an interest19:09
rlandyrcastillo: dasm: ^^ it's early for you19:09
rlandybut will discuss at tomorrow's scrum if anyone else has an interest19:09
rlandyjm1: so we don;t have conclusive results?19:11
jm1rlandy: thanks for adding me to the meetings :)19:12
jm1rlandy: "so we don;t have conclusive results" > what do you mean?19:13
dasmk19:13
rlandyyou are all welcome19:14
rlandyjuts don't want to overwhelm everyone19:15
rlandyjm1: what I get from your comments ....19:16
rlandyQE would not see all the failures as they only run some tests19:16
rcastillolunch brb19:16
jm1rlandy: ah yes. they wont catch all errors we see because they do not run all tempest tests19:17
rlandyjm1: ysandeep|out: fyi ... merged patches ...19:17
rlandy<opendevreview> Merged openstack/tripleo-heat-templates stable/wallaby: Add RabbitFIPS parameter  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82814519:17
rlandy<opendevreview> Merged openstack/tripleo-heat-templates master: Revert "Use tripleo_keystone role"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/84232019:17
rlandyjm1: understood - ok19:17
rlandyjm1: but we don't know yet if the fix to tempest worked?19:17
rlandyif that skiplist under test somewhere?19:17
* rlandy checks if master has new version of tempest19:21
jm1rlandy: just added another comment. c9 wallaby still fails https://trello.com/c/EsgceuAN/2342-cixlp1960310tripleociproa-compute-tests-eg-testrebuildserverwithvolumeattached-failing-with-volume-id-failed-to-reach-available#comment-628547cf0f7f7365af16bfa019:24
jm1rlandy: this time its using the latest tempest package, but it still does not pass19:25
jm1rlandy: lets see what ysandeep|out's testproject reports tomorrow19:25
rlandyjm1: ok  - that is what I was asking19:25
rlandyhis project reported19:26
rlandyjm1: sorry - https://review.rdoproject.org/r/c/rdoinfo/+/42952 - running but some failed19:27
rlandypenstack-tempest-30.1.1-0.20220517112907.569c7a8.el9.src.rpm2022-05-17 11:32 1.1M19:28
rlandyin tripleo-ci-testing19:28
rlandyso it's in the line now19:28
jm1rlandy: this one is mine, this one is ysandeep|out: https://review.rdoproject.org/r/c/rdoinfo/+/4293919:28
jm1rlandy: we will have a detailed look tomorrow19:31
rlandyjm1: ok  - I am interested in seeing if master (tripleo-ci-testing) passes with skip - I'll testproject that  - no worries19:31
rlandyhave a good night19:31
jm1rlandy: already have a testproject19:32
jm1rlandy: you could just retrigger19:32
rlandygreat - link?19:32
jm1rlandy: https://review.rdoproject.org/r/c/testproject/+/4182619:32
jm1rlandy: all is linked in lp bug report19:32
rlandyperfect - thanks19:33
* jm1 out for today19:33
*** dviroel is now known as dviroel|out20:28
rcastillorlandy: at what time is the podified control plane meeting?21:48
rlandyrcastillo: 8: 30am my time - I'll send you the invite but it's way early for you22:07
rlandyneeded to catch the QE folks in Israel22:07
rlandythis is just the first meeting22:07
*** rlandy is now known as rlandy|bbl22:11
* dasm signs off22:32
*** dasm is now known as dasm|off22:32
* rcastillo leaving as well22:48

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