Friday, 2020-02-07

*** Tengu has quit IRC00:04
*** Tengu has joined #oooq00:06
*** holser has quit IRC00:18
*** jmasud has joined #oooq00:23
*** holser has joined #oooq00:37
*** jmasud has quit IRC00:40
*** holser has quit IRC00:50
*** dsneddon has quit IRC01:03
*** jbadiapa has quit IRC01:37
*** dsneddon has joined #oooq01:39
*** jmasud has joined #oooq02:07
*** dsneddon has quit IRC02:14
*** rfolco has quit IRC02:22
*** Goneri has quit IRC02:26
*** rfolco has joined #oooq02:36
*** dsneddon has joined #oooq02:48
*** dsneddon has quit IRC02:53
*** rfolco has quit IRC03:02
*** apetrich has quit IRC03:13
*** rlandy has quit IRC03:16
*** jmasud has quit IRC04:11
*** jmasud has joined #oooq04:13
*** ykarel|away is now known as ykarel04:16
*** raukadah is now known as chkumar|rover04:38
*** chem has quit IRC04:38
*** skramaja has joined #oooq04:38
*** dsneddon has joined #oooq04:49
*** udesale has joined #oooq04:49
*** dsneddon has quit IRC04:54
*** dsneddon has joined #oooq04:57
*** dsneddon has quit IRC05:02
*** owalsh has quit IRC06:01
*** marios has joined #oooq06:03
*** skramaja has quit IRC06:04
*** owalsh has joined #oooq06:04
*** panda has quit IRC06:10
*** panda has joined #oooq06:12
*** ratailor has joined #oooq06:15
*** jfrancoa has joined #oooq06:46
*** dsneddon has joined #oooq06:58
*** dsneddon has quit IRC07:04
*** jbadiapa has joined #oooq07:05
* chkumar|rover headed wework07:25
*** dtantsur|afk is now known as dtantsur07:27
*** dpawlik has joined #oooq07:28
*** dsneddon has joined #oooq07:29
*** dsneddon has quit IRC07:34
*** rascasoft has joined #oooq07:35
*** ccamacho has joined #oooq07:35
*** dpawlik has quit IRC07:44
*** dpawlik has joined #oooq07:44
*** holser has joined #oooq07:52
*** ysandeep is now known as ysandeep|lunch07:59
zbro/08:08
*** amoralej|off is now known as amoralej08:09
*** ykarel is now known as ykarel|lunch08:12
*** jmasud has quit IRC08:13
*** jmasud has joined #oooq08:14
zbrmarios: molecule 3.0a6 is the one that implement the breaking changes of v3, like new config schema (lint config changes)08:24
zbrif everything goes well in a week we will make it a release. there are no longer any open PRs on molecule or features planned.08:25
zbrlast night i had a surprise seeing jobs failing because they picked the newer pre-release, not sure why this happened because the way it works with pip is that you need to either give it the --pre or bump version manually.08:26
zbrit never picked a newer prerelease by itself, even if you would have> conditions.08:26
marios zbr: ack i added another comment with a lint error i saw and thought might be related08:30
marioszbr: thanks for explanation08:30
zbrfrom practical point of view, there are not reasons to worry about the bump.08:32
zbrthe output changes a little bit, cli is bit more colored :)08:33
*** tesseract has joined #oooq08:36
zbra bug a day, https://github.com/ansible/ansible/issues/6719008:45
*** tosky has joined #oooq08:48
*** bogdando has joined #oooq08:49
*** jpena|off is now known as jpena08:52
*** holser has quit IRC09:02
*** apetrich has joined #oooq09:02
*** holser has joined #oooq09:03
zbrmarios: wf https://review.opendev.org/#/c/706413/09:05
zbri see alex was faster than me09:05
zbrcool when I don't even have to tell people to do, we raised identical reviews09:05
zbrmy mistake not to check open ones before doing mine09:06
*** ykarel|lunch is now known as ykarel09:10
*** dsneddon has joined #oooq09:31
*** dsneddon has quit IRC09:40
*** ratailor has quit IRC09:45
owalshhey, do I need a recheck to get https://review.opendev.org/704880 in the gate? wes though zuul would do this once https://review.opendev.org/704919 merged but doesn't look like it has09:45
chkumar|roverowalsh, recheck will work09:46
*** derekh has joined #oooq09:46
owalshchkumar|rover: any way of avoiding a full recheck? e.g remove and re-add +W09:46
chkumar|roverowalsh, yes might work09:47
owalshchkumar|rover: would you mind? I don't have +W09:47
chkumar|roverowalsh, done, let's see09:48
owalshchkumar|rover: yup, it worked. Thanks!09:48
chkumar|roverowalsh, it worked09:48
owalshIs quickstart.sh still good for local virt deployments?09:56
owalshe.g HA conf seems to missing for 3ctrl_3comp09:58
zbrchkumar|rover: small bug on https://review.opendev.org/#/c/705631/3/tasks/main.yml look at when.10:02
zbrsmall chance but possible to happen10:03
zbrif ansible_pkg_mgr was loaded but python didnt10:03
*** chem has joined #oooq10:12
chkumar|roverzbr, I need to add both conditions then10:15
chkumar|roverzbr, done10:16
zbrnot really, think again. is not as easy as it seems. i was looking for a solution myself.10:18
zbrif only one is undefined, it will not run.10:19
chkumar|roverzbr, other way is to break into two tasks10:19
zbryou will be surprised how ugly is the code that works10:19
zbr          {{ ['pkg_mgr', 'python'] | difference(ansible_facts.keys()) | length == 0 }}10:19
zbri wonder if these conditions are really needed, maybe ansible knows to cache them.  i should ask a core10:20
zbrbecause is a very common issue to need some facts for a role10:21
*** ysandeep|lunch is now known as ysandeep10:36
chkumar|roversshnaidm|afk, Hello10:45
chkumar|roversshnaidm|afk, due to this bug https://bugs.launchpad.net/tripleo/+bug/1862330 I am reverting py3 interpreter removal patch10:46
openstackLaunchpad bug 1862330 in tripleo "RHEL-8 jobs for train and master got broken with Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!" [Critical,Confirmed]10:46
chkumar|roversshnaidm|afk, sorry10:46
chkumar|roverzbr, marios https://review.opendev.org/#/c/706465/ revert patch context here https://bugs.launchpad.net/tripleo/+bug/186233010:52
openstackLaunchpad bug 1862330 in tripleo "RHEL-8 jobs for train and master got broken with Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!" [Critical,Confirmed]10:52
chkumar|roverall rhel8 jobs are broken10:52
zbrchkumar|rover: why, using wrong ansible version?11:04
zbraka ancient?11:04
zbrinfact it can be addressed changing detection logic in ansible.cfg for older versions.11:05
zbri am busy now with sova scenario which is broken due to the pyyaml install, and this breaks any change in artcl11:05
chkumar|roverzbr, I am working on proper fix it is going to take time11:09
zbrchkumar|rover: is easy for 2.8+: make it auto: https://docs.ansible.com/ansible/2.8/reference_appendices/interpreter_discovery.html11:11
zbrafaik, 2.8 is the first to support rhel-8, so you only need to assure ansible is correctly configured.11:11
zbrnot with legacy more.11:11
zbrin fact molecule already does thism defaults to "auto".11:12
marioszbr: want to merge that https://review.rdoproject.org/r/#/c/24822/11:33
marioszbr: banging my head against molecule and posted that for sanity check https://review.rdoproject.org/r/#/c/24832/ and i saw it hit the lint error, went looking to post it and found your one11:33
zbrlet me look, i never like merging stuff that fails.11:34
zbrmarios: so you say that the promoter failure there is known, right?11:35
marioszbr: you mean rdo-tox-molecule yeah i think that is why its non voting11:35
marios2020-02-06 23:39:46.204790 | cloud-centos-8 |     TASK [Attempt to use docker command as normal user] ****************************11:36
marioszbr: that one? https://logserver.rdoproject.org/22/24822/1/check/rdo-tox-molecule/4933042/job-output.txt11:36
zbradded +w11:36
marioszbr: its the same in mine eg https://logserver.rdoproject.org/07/24807/3/check/rdo-tox-molecule/91ca38f/job-output.txt11:36
marioszbr: so not related to your patch11:37
marioszbr: ack thanks11:37
*** dsneddon has joined #oooq11:37
zbri know one place where is more complicated, artcl, already found a bug in molecule. but the other places look fine and we should merge them asap.11:37
marioszbr: i think i voted on all of them let me know if ther are more11:39
zbrfyi: https://github.com/ansible-community/molecule/issues/254111:40
marioszbr: oh damn... alex change?11:40
marioszbr: does it hit the jobs though (issue with converge)11:40
zbronly if you call check, so depends on how you configured the test_sequence.11:41
*** dsneddon has quit IRC11:41
zbranyway, is easy fix. i bet i will fix it before we make another build.11:41
arxcruzchkumar|rover: was the tempest meeting today cancelled or not ?11:52
chkumar|roverarxcruz, kopecmartin wants to discuss collect logs stuff so I will keep it short11:54
arxcruzok11:56
marioszbr: now in local testing it can't find playbook.yml (but it was replaced with converge right?)11:59
marioszbr: ERROR! the playbook: /home/centos/ci-config/ci-scripts/infra-setup/roles/promoter/molecule/tripleo-common-integration/playbook.yml could not be found11:59
marioszbr: is there a way to "reset" the molecule scenarios so it uses converge instead of playbook?11:59
zbrmarios: yep, https://github.com/ansible-community/molecule/pull/2542 will fix11:59
zbrthe only reset now is `rm -rf ~/.cache/molecule` as i did not had time to implement it as a command.12:01
marioszbr: no that didn't help ^ anything else quickly comes to mind12:03
zbrnot doing the rename yet12:03
marioszbr: ack ok will do that :) thanks12:03
zbrthe rename is optional, we only deprecated playbook.yml12:03
zbryou will see a one line warning about it.12:04
*** udesale_ has joined #oooq12:04
zbryou know... the pre-release was made last night....12:04
marioszbr: ack i just mv the file thanks12:04
*** udesale has quit IRC12:07
*** jmasud has quit IRC12:11
*** jmasud has joined #oooq12:13
chkumar|roverkopecmartin, arxcruz soniya29 added agenda here https://hackmd.io/fIOKlEBHQfeTZjZmrUaEYQ?view#2020-02-0712:15
*** rfolco has joined #oooq12:16
*** jpena is now known as jpena|lunch12:29
soniya29weshay, meeting time12:31
weshaysoniya29, I'm in12:32
*** ysandeep is now known as ysandeep|afk12:35
*** ratailor has joined #oooq12:36
chkumar|roverweshay, can we cancel tempest meeting then?12:42
weshaychkumar|rover, I did12:42
chkumar|roverweshay, still in my cal, removing it12:43
chkumar|roverarxcruz, kopecmartin soniya29 ^^12:43
arxcruzchkumar|rover: so no tempest meeting then ?12:43
chkumar|roverarxcruz, yes12:44
arxcruzack12:44
*** ratailor has quit IRC12:53
weshaysoniya29, HIGH ENDYes; requires additional lead timeLenovoW, P, or T5 seriesRHEL or Windows$1400-1980IT12:56
weshaysoniya29, https://hackmd.io/Y5GNlnk0QxOQBjU0PlE5Mw?both12:56
weshaysoniya29, https://mojo.redhat.com/docs/DOC-93430212:57
weshay^ is outdated12:57
*** ykarel is now known as ykarel|afk12:58
weshaychkumar|rover, https://meet.google.com/qhc-eitx-xex?authuser=113:01
*** jtomasek_ has joined #oooq13:04
*** rlandy has joined #oooq13:05
*** jtomasek has quit IRC13:06
weshaychkumar|rover, https://hackmd.io/Y5GNlnk0QxOQBjU0PlE5Mw?both13:08
*** jtomasek_ has quit IRC13:08
*** jtomasek has joined #oooq13:09
*** dsneddon has joined #oooq13:15
rlandyrfolco: hi - can I borrow your container build brain?13:15
rfolcorlandy, whats'up?13:16
rlandyrfolco: I'm building osp-16 containers ...13:16
rlandyI get an error ModuleNotFoundError: No module named 'docker'13:17
rlandyand then I installed docker-py on the machine13:17
rlandyand got13:17
rlandyAttributeError: module 'docker' has no attribute 'APIClient'13:17
rlandywhat installation is it looking for and where>13:17
rlandythis would be train vintage'13:18
rfolcolet me check something13:18
rlandychkumar|rover: sorry - didn't forget about the rhel-8 bm - am just in the middle of tls13:19
rlandywill look at it again soon13:19
rlandysomething small I've missed because we do this elsewhere13:19
chkumar|roverweshay, https://review.opendev.org/#/c/706465/113:21
rlandywhat's up with  tox-molecule?13:22
rfolcothis is broken for a while I think13:24
chkumar|roverweshay, https://review.rdoproject.org/r/#/c/24825/213:24
rlandyrfolco: what part tox-molecule or containers?13:26
rlandyhttps://zuul.opendev.org/t/openstack/builds?job_name=openstack-tox-molecule13:26
rfolcotox-molecule13:26
rlandy^^ pretty broken13:26
weshayykarel|afk, let's remove DNM from your patch https://review.rdoproject.org/r/#/c/24825/213:26
chkumar|roverweshay, https://review.opendev.org/#/c/706437/13:26
*** dtantsur is now known as dtantsur|brb13:26
chkumar|roverweshay, https://review.opendev.org/#/c/706452/ and13:31
rlandyrfolco: basically, I just need to know if it's expecting docker on the container or just in the env13:33
chkumar|roverrlandy, no problem :-)13:33
weshaymarios, rfolco https://logserver.rdoproject.org/25/24825/6/check/tripleo-build-containers-centos-8-master/de4f86c/13:33
rfolcorlandy, I just don't recall what the rhel8 job installs for docker, and docker-py. It should be the same as our rhel8 job.13:34
rfolcorlandy, docker on docker? no13:34
rlandyrfolco: can you link and I'll compare13:35
mariosweshay: 2020-02-07 13:23:36 | SUCCESS: Congratulations! All containers have been built :)13:35
mariosweshay: nice13:35
rfolcorlandy, https://github.com/rdo-infra/rdo-jobs/blob/9585ecc8b3dc5da07315657334cfa69cc2a6b8ea/zuul.d/build-containers.yaml#L1313:37
*** jpena|lunch is now known as jpena13:37
rfolcoweshay, so whats missing now?13:40
weshayrfolco, just cleanup the patches I think13:40
mariosweshay: gonna sync up the patches in a sec ^^^13:42
mariosweshay: that https://review.rdoproject.org/r/24807 ate a bunch more time today (without a lot of gains am afraid, molecule still needs attention there) but i'm gonna switch now for my sanity13:43
zbrre molecule, i have fixes in testing but if needed, we can ping it to prev known good "3.0a5" to avoid issues.13:45
zbrstill making a new release takes ~3.5h, if the patch is right (check + gate + release). it will be in 3.0a8 today for sure.13:47
ykarel|afkweshay, i tested with tripleo-ci-testing13:48
*** ykarel|afk is now known as ykarel13:48
ykareland same as i shared hackmd, without other hacks13:48
arxcruzweshay: 1-1?13:48
weshayarxcruz, almost ready13:49
arxcruzweshay: ok13:49
weshayakahat, I'll catch up w/ you on irc13:50
weshayk13:50
weshayakahat, update your 1-1 doc.. and work on 201 please13:50
akahatweshay, okay. I'll do that.13:50
ykarelweshay, also wouldn't be better to run centos8 jobs in upstream check instead of third party, or u want that to follow that next?13:50
ykarelmay be i missing some context13:51
weshayykarel, will be both ya13:51
weshayykarel, wanted to start in 3rd party13:51
ykarelweshay, ack13:51
weshayarxcruz, trying ot join13:52
weshayissues13:52
arxcruzweshay: ack13:52
arxcruzweshay: i already join13:52
mariosrfolco: i think if you add depends-on from weshay patch (https://review.rdoproject.org/r/#/c/24825/) into https://review.rdoproject.org/r/#/c/24775/?13:58
rfolcomarios, its ykarel patch and i did not want to block it13:59
rfolcoif he feels we can fix rabbit there, we can do it14:00
ykarelrfolco, sorry, context?14:01
ykarelis this for rabbitmq hack?14:01
rfolcoyep14:01
ykarelyou want to fix in kolla instead of tripleo-coomon14:01
mariosrfolco: rfolco: why block it? I mean add depends-on onto his patch14:01
mariosrfolco: like weshay hash in https://review.rdoproject.org/r/#/c/24825/14:01
marioss/hash/has14:01
ykarelrfolco, ok for me, but i think kolla changes can be done in parallel14:02
rfolcoykarel, you are explicitly adding to remove list14:02
ykarelas those may take time to merge14:02
ykarelrfolco, so rabbimq-server package not installed?14:02
ykarelpossibly it's pulled by something else14:03
ykarelthan14:03
mariosrfolco: (actually its yatin patch i thought it was weshay ) 16:01 < marios> rfolco: like weshay hash in https://review.rdoproject.org/r/#/c/24825/14:03
mariosrfolco: but still why would you block it, i just mean use the same depends-on won't it help you i thought that is what was missing in https://review.rdoproject.org/r/#/c/24775/14:03
rfolcomarios, if I unpin rabbitmq, I need to change ykarel patch to remove it from the skip list14:04
rfolcobut ykarel is saying its getting rabbit from somewhere else ? I did not get it14:04
mariosrfolco: oh ok then i see what you mean about blocking14:05
rfolco127.0.0.1:8787/tripleomaster/centos-binary-rabbitmq                        e6f423604a4041cba3c1edfe856c6db14c5bc243_e9fcd1e1   b1fdc2b096e5   14 minutes ago       735 MB14:05
rfolcoits building14:05
rfolcoI did not understand this magic :)14:05
ykarelrfolco, see https://logserver.rdoproject.org/25/24825/6/check/tripleo-build-containers-centos-8-master/de4f86c/logs/buildah-builds/kolla-2020-02-07_13-04-20__1ux2ucp/docker/rabbitmq/Dockerfile14:06
ykarelrfolco, it's coming from https://github.com/openstack/tripleo-common/blob/master/container-images/tripleo_kolla_template_overrides.j2#L36614:07
*** amoralej is now known as amoralej|lunch14:07
ykarelso i think we are good with tripleo-common change14:07
ykarelthough i need to update it to consider rhel14:08
mariosrfolco: weshay: so we no longer need that? https://review.opendev.org/#/c/701937/14/roles/tripleo-repos/tasks/main.yml goign to remove14:08
ykarelme revises patch14:08
rfolcooooh I see14:08
rfolcohttps://review.opendev.org/#/c/706367/2/container-images/tripleo_kolla_template_overrides.j2@37314:08
rfolcomarios, ^14:08
rfolcothanks ykarel for clarification14:08
mariosrfolco: which bit? :)14:09
mariosrfolco: 16:08 < rfolco> marios, ^14:09
rfolcohmmm thinking better...14:09
rfolcomarios, I am still a bit confused on how kolla installs rabbit-mq14:11
rfolcorabbitmq-server I mean14:11
rlandy    raise JSONDecodeError("Expecting value", s, err.value) from None14:11
rlandyjson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)14:11
rlandyanyone get that with container builds?14:11
mariosrlandy: again?14:11
mariosrlandy: yeah i was hitting that14:12
rlandymarios: I got that with osp-16 builds14:12
mariosrfolco: i was not following the rabbit issue or your discussion about it14:12
mariosrfolco: i just saw the patches from ykarel when wes pointed to build log14:12
rlandymarios: did you hit that with centos8 or osp builds?14:12
rlandyhow did you fix it?14:13
mariosrlandy: see https://hackmd.io/6gE-LZYMSzmoP3IFt7puKg14:13
mariosrlandy: scroll to bottom14:13
mariosrlandy: it went away when i re-installed d/stream python-tripleoclient14:13
rlandymarios: which version did you install the second time?14:14
mariosrlandy: i can find out (the upshift vm is suspended but can start it if you want to poke)... but anyway it would be different. I took rhos-17-patches and installed from source14:15
mariosrlandy: so for you would be rhos-16 patches i guess14:15
rlandyI did14:15
rlandymaybe there's an outstanding patch on 16 as well14:15
rfolcomarios, rabbitmq-server is added to package list. All good. https://github.com/openstack/kolla/blob/master/docker/rabbitmq/Dockerfile.j2#L18-L2114:17
*** dsneddon has quit IRC14:18
*** tesseract-RH has joined #oooq14:19
*** tesseract has quit IRC14:21
rfolcomarios, regarding common_tasks https://github.com/rdo-infra/ci-config/commit/5ad3a3a4b49be46cb41a5dd01e6785f886a99e2b14:27
mariosrfolco: yeah14:27
rfolcomarios, is there a way to de-dup venv_test_requirements ?14:27
mariosrfolco: not sure... they are not all the same for starters14:27
mariosrfolco: but if you find a way would be good14:28
rfolcomarios, loading from defaults for ex14:28
rfolcomarios, k thx for reviewing14:28
mariosrfolco: ack np i will check again when you update would be good to remove more duplication if you find a way14:30
rfolcomarios, cool story bro14:30
weshaymarios, rfolco let's sync in 1014:31
mariosrfolco: am trying to update https://review.opendev.org/#/c/701937/14 based on latest from weshay https://review.opendev.org/#/c/702993/24 .. then you think we can test ?14:31
mariosweshay: yes please14:31
weshaymarios, rfolco you guys avail now?14:33
weshayhttps://meet.google.com/wjv-rdbk-bii?authuser=1 /me lurks here14:33
*** tesseract has joined #oooq14:34
weshaymarios, rfolco is in14:34
weshaymr marios you there?14:35
mariosweshay: yeah joining14:35
chkumar|roverzbr, please have a look at this https://review.opendev.org/#/c/706260/ it is blocking other patches when free14:42
*** tesseract has quit IRC14:43
rlandyjjoyce: hi ... please see above ... I installed the head of rhos-16.0-trunk-patches for python-tripleoclient and I still get the  json.decoder.JSONDecodeError error. Is there a fix for rhos-16 as well?14:43
zbrchkumar|rover: weshay wf hotfix https://review.opendev.org/#/c/706505/14:43
*** tesseract-RH has quit IRC14:43
zbrchkumar|rover: we need pin until proper fix is ready.14:43
chkumar|roverzbr, done14:43
chkumar|roverrlandy, https://review.opendev.org/#/c/706505/1 pleas e+w it14:43
*** tesseract has joined #oooq14:44
chkumar|roverrlandy, zbr thanks!14:45
rlandyrfolco: how do I clean up previous builds?14:54
rfolcorlandy, I usually do a docker system prune and then rebuild the base one again w/ buildah bud14:55
*** amoralej|lunch is now known as amoralej14:56
*** Goneri has joined #oooq14:57
chkumar|roverweshay, can we update the topic https://bugs.launchpad.net/tripleo/+bug/1862330 with this bug people might worried about rhel815:03
openstackLaunchpad bug 1862330 in tripleo "RHEL-8 jobs for train and master got broken with Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!" [Critical,Confirmed]15:03
weshaychkumar|rover, sec15:03
weshayrfolco, https://hackmd.io/cv1483MkQlS8UsnteNyXqg?both15:05
chkumar|roverrlandy, https://review.opendev.org/#/c/706437/ +w please one less to worry15:05
*** TrevorV has joined #oooq15:08
*** ykarel is now known as ykarel|away15:09
rlandymarios: can we  chat for a few before you log off?15:19
mariosrlandy: sure15:20
rlandymarios: k - ping me whenever you have time15:20
mariosrlandy: want to talk now?15:20
rlandysure15:20
*** udesale_ has quit IRC15:23
*** udesale_ has joined #oooq15:24
weshaymarios, rfolco  patch is up https://review.rdoproject.org/r/#/c/2482515:26
weshayzbr, tempest is still not right for collect logs15:32
mariosweshay: ack will check in a bit just chatting with rlandy about rhel15:32
weshayzbr, you on that still?15:32
zbryep. but since last night, in damage control mode.15:33
weshayzbr, oh ya.. you were telling me something .. didn't get it.. feel free to ping when you have time etc.15:35
jjoycerlandy: Sorry missed your message. Not sure15:37
chkumar|roverweshay, want to see the fun15:39
chkumar|roverweshay, https://logserver.rdoproject.org/35/24835/4/check/periodic-tripleo-ci-rhel-8-standalone-master/6cb32e6/logs/undercloud/home/zuul/install_packages.sh.log.txt.gz15:39
chkumar|roverweshay, testing c8 with rhel815:40
chkumar|roverweshay, https://logserver.rdoproject.org/35/24835/4/check/periodic-tripleo-ci-rhel-8-standalone-master/6cb32e6/logs/undercloud/etc/yum.repos.d/delorean-master-deps.repo15:40
weshaychkumar|rover, I was just reading through that bug15:42
*** Goneri has quit IRC15:46
*** marios is now known as marios|call15:50
*** dsneddon has joined #oooq16:06
*** marios|call is now known as marios16:09
*** jmasud has quit IRC16:11
chkumar|rovertime to leave now16:13
*** jmasud has joined #oooq16:13
chkumar|roverHave a great weekend ahead, have party harder #tripleo, see ya16:14
*** chkumar|rover is now known as raukadah16:14
raukadahweshay, https://review.rdoproject.org/r/#/c/24825/ periodic version needed with push true16:19
weshayraukadah, it's blocked16:19
raukadahso that we can run it in pipeline16:19
raukadahyes depends on patches16:19
weshayraukadah, we'll be running in check 3rd party and upstream check for a bit16:19
raukadahok16:19
weshayraukadah, there are the changes to adjust to jpena's changes needed in get_hash16:19
weshayand the promotion server16:20
weshayraukadah, quite abit16:20
raukadahweshay, yes16:20
raukadahweshay, thanks!16:20
raukadahrfolco, weshay just one query, do we want to want to get rid of buildah and use podman only?16:21
raukadahfor containers buildings16:22
raukadahin longer term16:22
weshayraukadah, not now.16:22
weshaymaybe in the longer team16:22
raukadahaye sir16:22
weshaythis week sucked16:22
raukadahweshay, it was a awesome week, we solved so many mysteries one is container build kudos to marios rlandy rfolco and ykarel|away16:23
weshayraukadah++16:23
ykarel|awayweshay, Thanks for update, wanted to run that job only in rdo-jobs and tripleo-ci on changes to zuul.d/build-containers.yaml?16:23
rfolcoI disagree, but I like your positive thinking :)16:24
raukadahykarel|away, then we need to run other rhel8 based container job also16:24
weshayshould run the same places centos-7-buildcontainers is running16:24
raukadahrfolco, :-)16:25
ykarel|awayweshay, then i think u need to remove files: section16:25
ykarel|awayor is that merged with originals?16:25
ykarel|awaybuild-containers.yaml i already there https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/base.yaml#L24616:25
weshayya. .think ur right re: files16:26
* weshay checks the parent16:26
ykarel|awayalso that job will be running with tripleo-ci-testing hash, but i guess that should be fine until promotion pipeline sets up16:27
ykarel|awaymay be u already noticed that16:27
weshayit's in the parent16:28
ykarel|awayyes16:28
weshayykarel|away, updated16:30
ykarel|awayweshay, Thanks16:31
weshayykarel++16:31
*** tesseract has quit IRC16:38
*** udesale_ has quit IRC16:45
*** udesale_ has joined #oooq16:46
*** udesale_ has quit IRC16:48
*** udesale_ has joined #oooq16:48
*** udesale_ has quit IRC16:50
*** udesale_ has joined #oooq16:51
*** tesseract has joined #oooq16:57
*** dpawlik has quit IRC16:58
mariosrfolco: weshay: added that https://tree.taiga.io/project/tripleo-ci-board/task/1515 for upstream check jobs fyi17:02
weshaythanks17:02
rlandymarios: we're getting somewhere now ... http://pastebin.test.redhat.com/83420217:03
mariosrlandy: nice... so the d/stream reg/base is what we need17:04
mariosrlandy: maybe we can apply it to 17 (will try check monday)17:05
zbrraukadah: fyi, I updated https://review.opendev.org/#/c/705631/17:05
mariosrlandy: oh i se missing packages?17:05
mariosrlandy: which is weird since its 16...17:05
rlandywill see17:06
rlandyI ma missing some repo install17:06
raukadahzbr, thanks sir :-)17:06
zbri asked on #ansible-devel and didn't get any reply, but SO worked17:06
zbrwho, knows maybe someone find even a shorted one.17:07
raukadahzbr, you are awesome sir :-)17:08
raukadahrlandy, weshay ykarel|away https://review.opendev.org/706452 merge, it17:09
raukadahykarel|away, ignore other review17:09
ykarel|away+1 from me17:09
ykarel|awayack i see multiple reviews for same thing :)17:10
raukadahykarel|away, this afternoon, we discussed, we hacked at multiple places17:10
ykarel|awayraukadah, yup other one was not needed as that will change for all, so abandon that please17:11
raukadahykarel|away, done17:11
raukadahrlandy, weshay please take care these reviews in your evening https://review.opendev.org/706215 https://review.opendev.org/706452 https://review.opendev.org/70646517:12
raukadahrlandy, weshay thank you :-)17:13
rlandyk17:13
ykarel|awayraukadah, ack Thanks17:18
*** bogdando has quit IRC17:19
ykarel|awayraukadah, so scenario004 stein also have similar issue17:21
ykarel|awaytempest_test_whitelist is specific to os-tempest, post moving away from os-tempest, for tempest run need to set equivalent17:21
raukadahykarel|away, but tests are different so settings vary17:21
ykarel|awayraukadah, u mean based on how tempest runs, different tests will run?17:22
raukadahykarel|away, we have different scenarios and services configured there17:22
ykarel|awayraukadah, so scenario004 whether runs with os-tempest or tempest run, i think it will have same services17:23
ykarel|awayand same tests should run17:23
ykarel|awayso i would say need to set tempest_whitelist17:24
ykarel|awaysame as tempest_test_whitelist17:24
*** Goneri has joined #oooq17:28
rlandybrb17:30
rlandymarios: if I miss your EOD, will leave notes on hackmd17:30
rlandywe're in the ballpark now17:30
rlandygot wrong base image checked17:30
*** dtantsur|brb is now known as dtantsur17:31
* raukadah goes hidden for 2 days, see ya17:32
*** udesale_ has quit IRC17:32
*** rlandy is now known as rlandy|brb17:32
rfolcomarios, if not late, https://logserver.rdoproject.org/62/24762/13/check/molecule-delegated-get-hash/7f2ad3e/tox/reports.html17:36
rfolcomarios, do you know what is it?17:36
*** tesseract has quit IRC17:36
mariosrfolco: /me getting out now17:37
mariosrfolco: sorry will have to check monday17:37
rfolcomarios, have a great weekend :)17:37
mariosrfolco: yes its related to that17:37
mariosrfolco: https://review.opendev.org/#/c/706407 there was a series today zbr was looking at17:37
mariosrfolco: https://review.opendev.org/#/c/706413 https://review.opendev.org/#/c/706413 https://review.rdoproject.org/r/2483217:38
mariosthanks rlandy|brb17:39
*** marios is now known as marios|out17:39
rfolcok thx17:39
*** tosky has quit IRC17:40
zbrfinally17:40
zbrhow long is the multinode supposed to run? already 5h+ hours17:41
zbrsomething is fishy as i duration of ~2.7h, not 5h, like what I see at gate https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-7-containers-multinode&pipeline=gate17:43
zbrhuh, just merged.17:45
weshayzbr, http://dashboard-ci.tripleo.org/d/jobs/jobs-exploration?orgId=1&fullscreen&panelId=16&from=now-90d&to=now17:54
zbrseems predictable, it means zuul was misleading me displaying something with 5h 18min.17:55
zbrprobably it was including waiting in the queue time17:56
*** amoralej is now known as amoralej|off17:58
*** jpena is now known as jpena|off18:02
*** rlandy|brb is now known as rlandy18:05
*** derekh has quit IRC18:05
*** holser has quit IRC18:06
weshayrfolco, got a sec?18:08
rfolcoweshay, yes18:14
rfolcoweshay, meet?18:15
weshayya18:16
weshayhttps://meet.google.com/qth-ypbu-sht?authuser=118:16
*** marios|out has quit IRC18:19
rfolcozbr, I know there was a molecule bump, but I still don't know how to fix this https://logserver.rdoproject.org/62/24762/13/check/molecule-delegated-get-hash/7f2ad3e/tox/reports.html18:28
*** dtantsur is now known as dtantsur|afk18:45
*** jfrancoa has quit IRC18:47
*** rascasoft has quit IRC19:07
*** jmasud has quit IRC19:31
*** dpawlik has joined #oooq19:33
*** d0ugal has quit IRC19:39
*** d0ugal has joined #oooq19:40
weshayrfolco, look for zbr's patches19:54
*** jtomasek has quit IRC19:54
*** dpawlik has quit IRC19:55
*** jtomasek has joined #oooq19:56
rlandyweshay: hey20:33
weshayhey20:33
rlandyweshay: I took over the VM on internal tenant we created for your work :)20:33
rlandyattempting to building rhos-16 containers20:33
weshayk20:34
weshayrlandy, want me to take a look?20:35
weshayI'm getting better at this20:35
rlandyweshay: not unless you want to .. we're getting somewhere20:35
rlandyif you can help sure20:36
weshayrlandy, would be curious how you are doing it20:36
rlandysure20:36
weshaythere are various ways to do it...20:36
weshayk.. just ping when ur ready for a show and tell20:37
rlandyping20:37
weshayhttps://meet.google.com/gus-ajio-zvt?authuser=120:38
*** dpawlik has joined #oooq20:41
zbrhttps://review.opendev.org/#/c/705631/721:07
*** rfolco has quit IRC21:12
*** owalsh has quit IRC21:16
*** dpawlik has quit IRC21:18
*** sshnaidm|afk has quit IRC21:18
*** sshnaidm|afk has joined #oooq21:23
*** derekh has joined #oooq21:29
*** derekh has quit IRC21:30
*** jmasud has joined #oooq21:32
*** owalsh has joined #oooq21:34
*** jmasud has quit IRC21:42
*** jbadiapa has quit IRC21:55
*** rlandy has quit IRC22:05
*** tosky has joined #oooq22:31
*** dpawlik has joined #oooq22:51
*** TrevorV has quit IRC22:57
*** dpawlik has quit IRC22:59
*** jtomasek has quit IRC23:14
*** sshnaidm|afk has quit IRC23:16
*** holser has joined #oooq23:50

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!