*** ykarel_ is now known as ykarel | 03:57 | |
*** ysandeep|away is now known as ysandeep | 05:09 | |
*** bhagyashris|off is now known as bhagyashris | 05:34 | |
*** amoralej|off is now known as amoralej | 07:01 | |
*** jpena|off is now known as jpena | 07:28 | |
*** ykarel__ is now known as ykarel | 08:03 | |
*** ykarel is now known as ykarel|lunch | 08:20 | |
ysandeep | anbanerj|ruck, fyi.. https://bugs.launchpad.net/tripleo/+bug/1923194 is still an issue.. I tried to revert the skip and we still hit the issue intermittently.. Moved back the cix card as well. | 09:00 |
---|---|---|
anbanerj|ruck | ysandeep, ack thanks | 09:01 |
marios | anbanerj|ruck: o/ hey let me know if you need help on something | 09:24 |
jbadiapa | guys, have you seen the following error? | 09:26 |
jbadiapa | The task includes an option with an undefined variable. The error was: 'overcloud_image' is undefined | 09:26 |
*** ykarel|lunch is now known as ykarel | 09:27 | |
jbadiapa | I saw this commit https://github.com/openstack/tripleo-quickstart/commit/e401b6bc9ca88c7b4a91555066c68f3206746490#diff-42564c475b0a1383ae3387babe011b8bed75da4bfb59f38cc5b1b667cf433b09 | 09:28 |
jbadiapa | But I didnt see where the overcloud_image is configured | 09:28 |
marios | jbadiapa: are you seeing that in one of the jobs? overcloud_image defined @ https://opendev.org/openstack/tripleo-quickstart-extras/src/commit/abccbfa1ce060412b68961beeb6177af743f0692/roles/extras-common/defaults/main.yml#L170 | 09:30 |
jbadiapa | nope, I saw it on my local environment | 09:30 |
jbadiapa | damm, That's on my local too. | 09:32 |
jbadiapa | should we include the extras-common to the meta of the conver-images? | 09:35 |
ysandeep | jbadiapa: Seeing error something like this http://pastebin.test.redhat.com/994458 ? | 09:35 |
jbadiapa | yeap, taht one | 09:35 |
jbadiapa | ysandeep^ | 09:36 |
ysandeep | I am also seeing in internal real baremetal jobs | 09:36 |
ysandeep | started yesterday for this job. | 09:36 |
ysandeep | jbadiapa, In the commit message it is mentioned "The var overcloud_image defaults to overcloud-full" .. But I don't see that var in default in tq, its only mentioned in tqe: https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/extras-common/defaults/main.yml#L170 | 09:47 |
ysandeep | May be we can add `overcloud_image` var in convert_image role defaults as an easy solution | 09:49 |
jbadiapa | ysandepp, https://github.com/openstack/tripleo-quickstart/commit/e401b6bc9ca88c7b4a91555066c68f3206746490#diff-42564c475b0a1383ae3387babe011b8bed75da4bfb59f38cc5b1b667cf433b09 changed the overcloud-full to {{ overcloud-images }} | 09:50 |
jbadiapa | on my env, I added the extras-common to the meta of the conver-images as a test. But I think this will make to reexecute the extras-common role. | 09:52 |
ysandeep | jbadiapa, yeah I saw that I am wondering if we can set overcloud-images: overcloud-full in the convert-image tq role for the time being. | 09:52 |
ysandeep | ykarel, what do you think ^^ , Context: https://review.opendev.org/c/openstack/tripleo-quickstart/+/801703/5#message-2847a1c88bfbce1f91a18ff90ba233d2d9046546 | 09:52 |
jbadiapa | ysandeep, https://codesearch.opendev.org/?q=%7B%7B%20overcloud_image%20%7D%7D&i=nope&literal=nope&files=&excludeFiles=&repos= | 09:55 |
ykarel | ysandeep, adding extras-common is fine as a dep | 09:55 |
jbadiapa | roles/convert-image/tasks/main.yml , roles/libvirt/setup/undercloud/tasks/customize_overcloud.yml , roles/libvirt/setup/undercloud/tasks/main.yml | 09:56 |
ykarel | as that will pull required var, and that role don't execute anytask | 09:56 |
ysandeep | ykarel: Something like this: https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/container-build/meta/main.yaml#L17 ? | 10:01 |
ykarel | yes | 10:01 |
ysandeep | ykarel: thanks! | 10:05 |
ysandeep | jbadiapa: ^^ fyi.. do you want to propose a patch with what you tried locally / Otherwise I can. | 10:07 |
ykarel | ysandeep, or may be good to add that var to "common" role defaults | 10:08 |
ykarel | to avoid much dep on quickstart-extras roles | 10:08 |
ykarel | so quickstart roles can be use independent of quickstart-extras | 10:09 |
jbadiapa | I liked the ykarel option of adding it on the common role | 10:09 |
ysandeep | I agree that would be better | 10:10 |
* ysandeep sometimes think may be it would be better if we can club tq and tqe in a single repo | 10:10 | |
marios | ysandeep: that has come up before a few times (merging the two i mean) | 10:12 |
ysandeep | marios: ahh, I am not the first one then :D yeah merging them make sense to me.. | 10:14 |
jbadiapa | marios, do you know why they are split in two ? | 10:14 |
ysandeep | But we can weigh pros and cons | 10:14 |
marios | jbadiapa: mainly tqe is about the deployment roles and tq is about the 'infra'/setup | 10:15 |
marios | jbadiapa: ysandeep: i think mainly the pushback now is because 'it would be a mess' but perhaps we can revisit it | 10:16 |
ysandeep | ykarel, jbadiapa: writing a bug and then will shoot a fix with default var in tq common role | 10:16 |
jbadiapa | ysandeep, ok, thx | 10:16 |
ykarel | ack | 10:17 |
jbadiapa | ysandeep, I tried to add the extras-common to the common role Bu I got a huge python error | 10:35 |
jbadiapa | ysandeep, http://pastebin.test.redhat.com/994487 | 10:35 |
ysandeep | jbadiapa, ack | 10:43 |
ysandeep | ykarel, jbadiapa fyi.. https://review.opendev.org/c/openstack/tripleo-quickstart/+/809367 | 10:43 |
ysandeep | Running a testproject in downstream to see how this goes. | 10:43 |
ysandeep | jbadiapa: Is it possible for you to give https://review.opendev.org/c/openstack/tripleo-quickstart/+/809367/1/roles/common/defaults/main.yml a shot in your environment, if this fixes the issue? Till my testproject reports back. | 10:48 |
*** ysandeep is now known as ysandeep|brb | 10:52 | |
jbadiapa | sure | 11:09 |
*** dviroel|out is now known as dviroel | 11:20 | |
*** jpena is now known as jpena|lunch | 11:21 | |
bhagyashris | marios, weshay|ruck ysandeep|brb plz add into yoour review list https://review.rdoproject.org/r/c/config/+/35436 | 11:26 |
marios | bhagyashris: ack but looks like it needs rebase for merge conflict | 11:27 |
bhagyashris | once above one get merge will hit the recheck on https://review.rdoproject.org/r/c/rdo-jobs/+/35433 and then will merge the rdo-jobs patch | 11:27 |
marios | bhagyashris: https://review.rdoproject.org/r/c/config/+/35436 cannot merge "Merge Conflict" | 11:28 |
bhagyashris | marios, done | 11:29 |
marios | bhagyashris: thanks, commented do you want to check the ones in https://github.com/rdo-infra/review.rdoproject.org-config/blob/master/zuul.d/tripleoci.yaml#L269-L270 | 11:32 |
marios | bhagyashris: like stein/queen things there per your commit message about eol releases | 11:33 |
bhagyashris | marios, looking | 11:38 |
marios | bhagyashris: ack but few more still | 11:44 |
*** pojadhav is now known as pojadhav|afk | 11:46 | |
bhagyashris | marios, yes i was doing in the follow up patch set Done thanks :) | 11:50 |
*** ysandeep|brb is now known as ysandeep | 11:52 | |
ysandeep | My cleanup patch https://review.rdoproject.org/r/c/rdo-jobs/+/35392 need re-reviews too.. Added suggestion in last patchset. | 11:52 |
*** ykarel is now known as ykarel|afk | 11:54 | |
marios | bhagyashris: ack | 11:55 |
marios | ysandeep: sure will re-check but was waiting for the parent patch (fs1-30) to be updated too... i can vote on yours but wont merge until parent does | 11:55 |
ysandeep | marios, thanks.. My patch is not dependent on fs01 one so I think ordering will not make a difference, But doing this in sequence make sense incase of any rebase issue.. | 11:58 |
marios | ysandeep: ah ok i thought it was the parent patch ack | 12:00 |
*** jpena|lunch is now known as jpena | 12:21 | |
*** amoralej is now known as amoralej|lunch | 12:26 | |
* bhagyashris brb | 12:33 | |
weshay|ruck | 0/ | 12:35 |
dviroel | marios: o/ - do you want to take a look in this wire up patch (https://review.opendev.org/c/openstack/tripleo-quickstart/+/808408) ? just to get some initial thoughts on my workarounds there :P | 12:36 |
marios | dviroel: ack adding to my list | 12:37 |
dviroel | tyvm | 12:38 |
weshay|ruck | ysandeep, ++ common is right place :) | 12:58 |
bhagyashris | pojadhav|afk, hey scrum | 13:00 |
bhagyashris | ysandeep, ^ | 13:01 |
ysandeep | sry lost track of time, joining | 13:01 |
bhagyashris | ok | 13:01 |
weshay|ruck | FYI.. master is promoting two often. expect gate failures.. | 13:12 |
*** amoralej|lunch is now known as amoralej | 13:18 | |
*** ykarel|afk is now known as ykarel | 13:20 | |
bhagyashris | https://etherpad.opendev.org/p/tripleo-yoga-topics | 13:21 |
*** slaweq__ is now known as slaweq | 13:23 | |
* dviroel ☕ | 13:35 | |
*** frenzy_friday is now known as anbanerj|ruck | 13:35 | |
* anbanerj|ruck had a power cut, is back | 13:36 | |
weshay|ruck | anbanerj|ruck, 0/ ping if you need anything | 13:43 |
weshay|ruck | ysandeep, move that mtg to 12:30 - 1PM UTC on tues | 13:44 |
ysandeep | weshay|ruck: hey o/ i got a ping from bhagyashris , her laptop hanged.. she will try to reboot | 13:44 |
weshay|ruck | ysandeep, aye np | 13:44 |
ysandeep | weshay|ruck, prepone by half an hour right? | 13:45 |
weshay|ruck | ysandeep, yes.. and make the mtg 1/2 hour only | 13:45 |
ysandeep | weshay|ruck: done | 13:46 |
weshay|ruck | thanks.. ysandeep fyi.. if you click find a time.. you can see others schedules :) | 13:47 |
ysandeep | weshay|ruck, ahh nice.. I was unaware about that feature.. thanks for sharing! | 13:48 |
weshay|ruck | :) | 13:48 |
ysandeep | I used to manually add everyone calendar and try to find a schedule.. gmeet++ | 13:49 |
ysandeep | google_calendar++ | 13:49 |
anbanerj|ruck | weshay|ruck, marios , yep sure, thanks | 13:51 |
weshay|ruck | OTTHER awesome integrations include... ( you may remember me from such films as... ) | 13:52 |
weshay|ruck | google keep and google tasks | 13:52 |
weshay|ruck | bottom right corner of your mail window click "<" | 13:52 |
ysandeep | weshay|ruck: yeah you shared about keep/tasks in one of a previous meetings. | 13:53 |
*** ysandeep is now known as ysandeep|dinner | 14:26 | |
erbot | Required files not ready after 537.3748323917389s for distgit-cbs-validate-centos8-stream 35567,1,bad14cb0a559472ba886acab6711bfef | 14:32 |
erbot | Required files not ready after 488.4702546596527s for distgit-cbs-validate-centos8-stream 35565,1,97a3c0030ec14d95b91faf560fa4ea97 | 14:37 |
erbot | Required files not ready after 391.7371699810028s for distgit-cbs-validate-centos8-stream 35566,1,be357e688e764b2a834208c524c5ef47 | 14:42 |
*** ykarel is now known as ykarel|away | 15:01 | |
*** marios is now known as marios|out | 15:33 | |
*** ysandeep|dinner is now known as ysandeep|out | 15:41 | |
erbot | Required files not ready after 301.5229847431183s for distgit-cbs-validate-centos8-stream 35570,1,48c82c012ede48efbf1f104acd2ceec8 | 15:52 |
*** pojadhav|afk is now known as pojadhav | 16:24 | |
*** jpena is now known as jpena|off | 16:28 | |
*** pojadhav is now known as pojadhav|out | 16:36 | |
*** ysandeep|out is now known as ysandeep | 16:39 | |
*** amoralej is now known as amoralej|off | 17:04 | |
weshay|ruck | anbanerj|ruck, fyi https://zuul.opendev.org/t/openstack/build/d14a50ffd8fb4dfaa47ddc34e6f41b40 https://zuul.opendev.org/t/openstack/build/7fadd1da9a39485a943fdd85d3572330 | 17:15 |
weshay|ruck | looks like a real problem | 17:15 |
anbanerj|ruck | checking if we have bugs | 17:16 |
weshay|ruck | https://paste.opendev.org/show/809379/ | 17:16 |
anbanerj|ruck | weshay|ruck, https://bugs.launchpad.net/tripleo/+bug/1943856 I think there are similar bugs reported for other jobs, checking what was done to fix them | 17:26 |
weshay|ruck | anbanerj|ruck, can you manually check those containers it's trying w/ skopeo or podman pull | 17:29 |
anbanerj|ruck | yes, locally podman pull quay.ceph.io/ceph-ci/daemon:v4.0.19-stable-4.0-nautilus-centos-7-x86_64 worked, without any auth | 17:32 |
weshay|ruck | k.. so if the image is there.. we may just have a networking issue in some cloud... | 17:33 |
weshay|ruck | so in the bug.. paste in your podman pull results.. | 17:33 |
weshay|ruck | then check the zuul_info in each failing job.. and note the cloud-provider | 17:33 |
weshay|ruck | and paste into the bug.. | 17:34 |
weshay|ruck | making sense so far? | 17:34 |
anbanerj|ruck | can we have a quick call? | 17:34 |
weshay|ruck | ya. start a call | 17:34 |
anbanerj|ruck | weshay|ruck, https://meet.google.com/ode-pgvq-orw | 17:35 |
weshay|ruck | anbanerj|ruck, https://registry.rdoproject.org:8443/oapi/v1/namespaces/ceph/imagestreamtags/ | 17:37 |
weshay|ruck | 9991292e7 (Francesco Pantano 2021-07-22 09:39:23 +0200 31) ceph_tag: v4.0.19-stable-4.0-nautilus-centos-7-x86_64 | 17:42 |
weshay|ruck | anbanerj|ruck, docker://trunk.registry.rdoproject.org/ceph/daemon:v4.0.19-stable-4.0-nautilus-centos-7-x86_64 | 17:50 |
anbanerj|ruck | weshay|ruck, updated https://bugs.launchpad.net/tripleo/+bug/1943856. The failed patches are already merged/rechecked | 18:15 |
ysandeep | anbanerj++ | 18:16 |
ysandeep | anbanerj|ruck: wondering, was it purged somehow, or its a container with new tag? | 18:18 |
anbanerj|ruck | ysandeep, not sure if it was removed from trunk.registry.rdoproject.org Are there any logs to check? | 18:19 |
anbanerj|ruck | I didnt find any recent patches changing daemon:v4.0.19-stable-4.0-nautilus-centos-7-x86_64 | 18:19 |
ysandeep | anbanerj|ruck: not that I know from top of my head, arxcruz|pto / bhagyashris may have this info. | 18:20 |
anbanerj|ruck | ok, I'll check with them tomorrow | 18:21 |
ysandeep | I am not 100% sure now, But we had some logic to purge images which are not tagged with a certain tag: i think with current-tripleo... But this may be old knowledge now and things might have changed.. | 18:25 |
*** ysandeep is now known as ysandeep|out | 18:27 | |
* ysandeep|out out for the day, see you tomorrow o/ | 18:28 | |
* anbanerj|ruck leaves for the day | 18:35 | |
*** dviroel is now known as dviroel|out | 21:00 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!