*** Goneri has quit IRC | 01:42 | |
*** apetrich has quit IRC | 02:09 | |
*** udesale has joined #oooq | 03:34 | |
*** skramaja has joined #oooq | 04:01 | |
*** udesale_ has joined #oooq | 04:01 | |
*** udesale has quit IRC | 04:04 | |
*** ykarel|away has joined #oooq | 04:46 | |
*** jfrancoa has joined #oooq | 04:52 | |
*** marios has joined #oooq | 05:00 | |
*** ykarel|away is now known as ykarel | 05:01 | |
*** ratailor has joined #oooq | 05:10 | |
*** ysandeep|away is now known as ysandeep | 05:15 | |
akahat | marios, zbr bhagyashri|rover chandankumar please take a look when you are free. https://review.rdoproject.org/r/#/c/28019/ | 05:15 |
---|---|---|
bhagyashri|rover | akahat, ack | 05:17 |
*** udesale__ has joined #oooq | 05:19 | |
marios | akahat: o/ | 05:19 |
*** udesale_ has quit IRC | 05:22 | |
marios | akahat: nice :) lots of green there | 05:25 |
akahat | :) | 05:25 |
chandankumar | marios: Good morning | 05:57 |
chandankumar | marios: please +w it https://review.opendev.org/750119 | 05:57 |
marios | no | 06:00 |
chandankumar | marios: ok, second https://review.opendev.org/#/c/749645/53 any thing missing I am going to remove the job from layout and rest is good to go | 06:01 |
marios | chandankumar: will check | 06:01 |
chandankumar | marios: cool, thanks :-) | 06:01 |
ysandeep | Folks o/ , anyone know from where we can access recordings from last ptg? | 06:09 |
marios | ysandeep: don't know about recordings but ethperpads there https://etherpad.opendev.org/p/tripleo-ptg-victoria | 06:32 |
ysandeep | marios, thanks! I was under impression that we got videos after some days. | 06:36 |
marios | ysandeep: yeah i vaguely recall same but ... maybe try searching openstack-discuss archives | 06:37 |
marios | ysandeep: no videos there though http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015354.html | 06:38 |
ysandeep | marios, yes I couldn't find recording there.. I will poke wes - he may have an idea about recording.. other groups shared recordings | 06:39 |
ysandeep | marios, thank you for checking :) | 06:39 |
*** jpena|off is now known as jpena | 06:43 | |
marios | np ysandeep | 06:46 |
*** jtomasek has joined #oooq | 06:47 | |
* zbr watercooling at https://meet.google.com/gng-sphi-aqi | 07:02 | |
marios | zbr: want me to merge it? https://review.opendev.org/#/c/751999/1 | 07:03 |
zbr | done | 07:04 |
*** ykarel_ has joined #oooq | 07:24 | |
*** ykarel has quit IRC | 07:30 | |
*** ykarel_ is now known as ykarel | 07:32 | |
*** bogdando has joined #oooq | 07:48 | |
*** dtantsur|afk is now known as dtantsur | 07:58 | |
*** apetrich has joined #oooq | 08:29 | |
*** derekh has joined #oooq | 08:40 | |
chandankumar | marios: please +w https://review.opendev.org/#/c/752370/ it | 08:46 |
chandankumar | marios: https://review.opendev.org/750278 this one also | 09:07 |
chandankumar | marios: thanks :-) | 09:15 |
*** holser has quit IRC | 09:38 | |
*** dtantsur has quit IRC | 09:59 | |
*** dtantsur has joined #oooq | 10:01 | |
*** holser has joined #oooq | 10:03 | |
marios | biab | 10:08 |
*** marios has quit IRC | 10:08 | |
*** tosky has joined #oooq | 10:19 | |
*** marios has joined #oooq | 10:56 | |
*** ykarel has quit IRC | 11:25 | |
*** ykarel has joined #oooq | 11:25 | |
marios | chandankumar: sshnaidm|afk: question - the registry:2 image you are using for provider registry @ https://opendev.org/openstack/tripleo-ci/src/commit/988a2bbce45880bb7245b89df91146352afd90b7/roles/build-containers/tasks/main.yaml#L267 - are you actually pulling that from the docker registry at some point? I can't find where/if you're pulling it | 11:31 |
chandankumar | marios: good question, answer is on the way | 11:33 |
chandankumar | marios: https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/container-build/tasks/main.yaml#L21 | 11:33 |
marios | chandankumar: thanks! | 11:34 |
marios | chandankumar: hmm confusing... i thought we were not using the tqe role only the tripleo-ci one :/ | 11:35 |
chandankumar | marios: https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/build-containers/tasks/main.yaml#L267 is anyway going to pull the container | 11:36 |
chandankumar | if it is not available | 11:36 |
marios | chandankumar: also what you pointed at is running the registry but i mean pulling the registry:2 from docker initially do we do that? | 11:36 |
chandankumar | then going to run it | 11:36 |
marios | chandankumar: so hold up... tqe build-containers is irrelevant then i.e. was mistake? (we no longer use it right?) | 11:37 |
*** jpena is now known as jpena|lunch | 11:37 | |
marios | chandankumar: and in the tripleo ci role https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/build-containers/tasks/main.yaml#L267 when we run it ... it will be pulled from docker at that point? | 11:38 |
chandankumar | marios: first of all sorry, first link is used in c8 container provider and the link which you passed there registry v3 pulled from docker .io | 11:38 |
chandankumar | *v2 | 11:38 |
marios | k no apology needed chandankumar | 11:38 |
marios | chandankumar: so yes, i realise that 'registry:2' image is pulled from docker.io @ https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/build-containers/tasks/main.yaml#L267 - my question is do we explicitly pull that at some point or 'its just available' | 11:39 |
marios | chandankumar: k... so i guess we will have to explicitly add quay/other target in the image name to get it from elsewhere or configure default registry | 11:40 |
chandankumar | marios: yes we explicitly pull that at some point | 11:40 |
marios | chandankumar: i.e. it just fetches it from docker.io and runs it currently | 11:40 |
chandankumar | marios: coming to tqe container build role, it is used for building containers in provider job here https://opendev.org/openstack/tripleo-quickstart-extras/src/branch/master/roles/standalone/tasks/containers.yml#L56 which calls the tripleo-operator tripleo_container_image_build | 11:42 |
marios | chandankumar: ack thanks | 11:44 |
chandankumar | marios: I will work on pushing registry:2 image on quay.io | 11:48 |
marios | chandankumar: that's what i'm doing | 11:49 |
marios | chandankumar: that's why i'm asking you | 11:49 |
chandankumar | marios: ok | 11:50 |
marios | chandankumar: don't see it there already (I was wondering if it is already there) https://quay.io/search?q=registry | 11:52 |
chandankumar | marios: http://paste.openstack.org/show/797997/ | 11:52 |
marios | chandankumar: well it's docke's library | 11:52 |
chandankumar | marios: I am looking at centos registry v2 | 11:52 |
marios | chandankumar: ah so it already has it then | 11:52 |
marios | chandankumar: now i need to check rdo registry | 11:53 |
marios | chandankumar: no sorry :D confused it docker.io in your paste | 11:53 |
marios | chandankumar: so centos.org registry-v2 might be another choice but it would need testing | 11:55 |
marios | chandankumar: for now will keep registry:2 | 11:55 |
weshay|ruck | bhagyashri|rover++ | 11:55 |
weshay|ruck | bhagyashri|rover++ | 11:55 |
weshay|ruck | bhagyashri|rover, you did it :) http://promoter.rdoproject.org/logs/centos8_master.log Running: env ANSIBLE_LOG_PATH=/home/centos/promoter_logs/container-push/20200917-111849.log ANSIBLE_DEBUG=False ansible-playbook -v -e @/tmp/tmp2f42gawe.yaml /home/centos/ci-config/ci-scripts/container-push/container-push.yml | 11:55 |
weshay|ruck | well done! | 11:55 |
weshay|ruck | https://trunk.rdoproject.org/api-centos8-master-uc/api/civotes_agg_detail.html?ref_hash=8f78d29c0a624274e623f48a4b1b14f9 | 11:56 |
bhagyashri|rover | weshay|ruck, :) thank you :) | 11:56 |
bhagyashri|rover | train is GREEN | 11:56 |
chandankumar | marios: we might also need to open ports for registry | 11:56 |
bhagyashri|rover | ussuri is running and that is also pretty much GREEN | 11:57 |
marios | chandankumar: it's there already no? https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/build-containers/tasks/main.yaml#L269 | 11:57 |
chandankumar | marios: yes, i missed that part | 12:00 |
*** amoralej is now known as amoralej|lunch | 12:01 | |
chandankumar | weshay|ruck: 1:1 time | 12:02 |
weshay|ruck | chandankumar, ya.. 2min | 12:04 |
marios | chandankumar: ack | 12:07 |
*** rlandy has joined #oooq | 12:09 | |
arxcruz | weshay|ruck: https://snapshot.raintank.io/dashboard/snapshot/1HyTyOnvR5aDbh2sy8cL7KGV1k2tOwAS?orgId=2 | 12:09 |
weshay|ruck | wooot.. looking | 12:13 |
*** skramaja has quit IRC | 12:20 | |
*** skramaja_ has joined #oooq | 12:20 | |
*** ratailor has quit IRC | 12:22 | |
*** holser has quit IRC | 12:22 | |
*** rfolco has joined #oooq | 12:23 | |
*** rfolco is now known as rfolco|ruck | 12:24 | |
*** derekh has quit IRC | 12:27 | |
*** jpena|lunch is now known as jpena | 12:30 | |
rfolco|ruck | bhagyashri|rover, o/ I guess scen10 is not consistent, it passed on tesproject?? https://review.rdoproject.org/r/#/c/29351/ | 12:38 |
bhagyashri|rover | rfolco|ruck, \o yes | 12:38 |
bhagyashri|rover | rfolco|ruck, we can make this bug https://bugs.launchpad.net/tripleo/+bug/1895828 invalid , may be that was failing because of memory issue | 12:41 |
openstack | Launchpad bug 1895828 in tripleo "tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received is failing on scenario010-standalone-master" [Critical,Triaged] | 12:41 |
marios | please review this we intend to merge today https://review.rdoproject.org/r/#/c/28081/ | 12:42 |
rfolco|ruck | bhagyashri|rover, yes it is oom, look https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-scenario010-standalone-master/9577c41/logs/undercloud/var/log/extra/dmesg.txt.gz | 12:42 |
*** holser has joined #oooq | 12:45 | |
bhagyashri|rover | rfolco|ruck, yes | 12:49 |
*** Goneri has joined #oooq | 12:49 | |
rfolco|ruck | I am updating on-going issues (moving to sept 17th) the merged/fixed issues | 12:53 |
rfolco|ruck | bhagyashri|rover, ^ | 12:53 |
bhagyashri|rover | ok | 12:53 |
bhagyashri|rover | rfolco|ruck, master promoted http://rhos-release.virt.bos.redhat.com:3030/rhosp :) | 12:54 |
weshay|ruck | wooot | 12:54 |
bhagyashri|rover | :) | 12:55 |
rfolco|ruck | bhagyashri|rover, fingers crossed for https://ci.centos.org/view/rdo/view/promotion-pipeline/job/rdo_trunk-promote-master-current-tripleo/ | 12:56 |
weshay|ruck | rfolco|ruck, bhagyashri|rover ussuri should promote today as well | 12:56 |
bhagyashri|rover | weshay|ruck, yes | 12:56 |
rfolco|ruck | weshay|ruck, yes come green screen come | 12:56 |
weshay|ruck | bhagyashri|rover, rfolco|ruck actually it's promoting now | 12:57 |
chandankumar | weshay|ruck: rfolco|ruck I restarted the promoter in the evening | 12:57 |
rfolco|ruck | Imagine all the branches living for today | 12:57 |
rfolco|ruck | chandankumar, why | 12:58 |
bhagyashri|rover | yes, thanks chandankumar :) | 12:58 |
weshay|ruck | rfolco|ruck, bhagyashri|rover train centos-8 will also promote today | 12:58 |
weshay|ruck | BAM BAM BAM | 12:58 |
bhagyashri|rover | weshay|ruck, yes :) | 12:58 |
chandankumar | rfolco|ruck: some jobs failed so it missed the promotion, so restaretd it | 12:58 |
weshay|ruck | love it | 12:59 |
weshay|ruck | rlandy, can you join the qe ci call? | 12:59 |
weshay|ruck | it overlaps | 12:59 |
weshay|ruck | marios, https://review.opendev.org/#/c/752309/ | 13:01 |
rfolco|ruck | weshay|ruck, marios, phone issues, pls start scrum without me | 13:01 |
rfolco|ruck | joining now | 13:02 |
*** derekh has joined #oooq | 13:02 | |
*** amoralej|lunch is now known as amoralej | 13:04 | |
chandankumar | sshnaidm|afk: Hello | 13:17 |
chandankumar | sshnaidm|afk: need feedback on c7 content provider https://review.opendev.org/752421 | 13:18 |
*** udesale_ has joined #oooq | 13:19 | |
*** chem has quit IRC | 13:20 | |
*** holser has quit IRC | 13:21 | |
*** udesale__ has quit IRC | 13:22 | |
rfolco|ruck | bhagyashri|rover, rocky is timing out many jobs. Do we have any bugs opened ? | 13:28 |
rfolco|ruck | http://dashboard-ci.tripleo.org/d/HkOLImOMk/upstream-and-rdo-promotions?orgId=1&fullscreen&panelId=28 | 13:29 |
bhagyashri|rover | rfolco|ruck, nope | 13:29 |
bhagyashri|rover | i saw there was one patch wes pushed to increase timeout | 13:29 |
bhagyashri|rover | but that is merged https://review.rdoproject.org/r/29308 | 13:30 |
*** holser has joined #oooq | 13:38 | |
*** TrevorV has joined #oooq | 13:39 | |
marios | chandankumar: tripleoci or tripleo-ci | 13:41 |
chandankumar | marios: tripleoci | 13:43 |
*** pojadhav is now known as pojadhav|brb | 13:50 | |
rlandy | marios: weshay|ruck: https://etherpad.opendev.org/p/tripleo-wallaby-topics - is that still the right plac eto add topics - looks pretty empty | 13:50 |
weshay|ruck | yup | 13:50 |
weshay|ruck | we just created it | 13:50 |
rlandy | k - adding CI section | 13:50 |
marios | rlandy: ack | 13:52 |
rlandy | marios: k - added the dependency pipeline/centos stream topic | 13:53 |
weshay|ruck | easy one https://review.opendev.org/#/c/752309/ | 13:54 |
marios | chandankumar: can you try to pull for confirm please docker pull quay.io/tripleoci/registry:2 | 14:00 |
chandankumar | marios: one kn | 14:02 |
chandankumar | marios: unauthorized: access to the requested resource is not authorized | 14:03 |
marios | chandankumar: hmm... i am logged in and can pull... but how do we change the access for particular containers? | 14:04 |
marios | chandankumar: do we allow unauthorized pull for quay.io/tripleoci otherwise? | 14:04 |
chandankumar | marios: need to check the seeting | 14:04 |
chandankumar | marios: not tried that part | 14:04 |
chandankumar | let me check the org setting in sometime | 14:05 |
chandankumar | marios: around? | 14:10 |
chandankumar | pm? | 14:10 |
chandankumar | marios: pull fixed | 14:11 |
rlandy | marios: https://review.opendev.org/#/c/752265/ - pls could you review changes there - first attempt at operators :) | 14:13 |
marios | chandankumar: in call ... thanks | 14:15 |
marios | rlandy: ack i reviewed this morning | 14:15 |
marios | rlandy: will revisit | 14:16 |
rlandy | marios: thanks | 14:16 |
marios | chandankumar: so what it something to do with tripleoci namespace generally? or with the container specifically? | 14:16 |
marios | chandankumar: thanks saw pvt now | 14:16 |
bhagyashri|rover | rfolco|ruck, fs037 stein got SUCCESS https://review.rdoproject.org/r/#/c/29297/ | 14:19 |
weshay|ruck | ysandeep, https://review.opendev.org/#/c/751273/1 | 14:23 |
weshay|ruck | ysandeep, nice work re: https://bugs.launchpad.net/tripleo/+bug/1896009 | 14:30 |
openstack | Launchpad bug 1896009 in tripleo "Race in mysql database initial bootstrap" [Undecided,In progress] - Assigned to Damien Ciabrini (dciabrin) | 14:30 |
weshay|ruck | those are hard to diagnose | 14:30 |
chandankumar | weshay|ruck: marios https://review.opendev.org/#/c/749645/ good to merge | 14:30 |
ysandeep | weshay|ruck, thanks! kudos to damien and bandini too.. they were with me all day on debug session | 14:31 |
weshay|ruck | chandankumar, so just confirming.. the switch from podman push to buildah push resolved the issue? | 14:33 |
chandankumar | weshay|ruck: yes | 14:33 |
weshay|ruck | chandankumar, is the pull redundancy coming in another patch? | 14:34 |
weshay|ruck | so we try quay, docker, rdo-reg | 14:34 |
chandankumar | weshay|ruck: yes, pulling from different registry will come in seperate patch | 14:34 |
weshay|ruck | chandankumar, k.. perhaps tomorrow we can go through the hackmd together? | 14:35 |
chandankumar | weshay|ruck: sounds good | 14:35 |
weshay|ruck | chandankumar++ | 14:35 |
* chandankumar is currently working on c7 part | 14:35 | |
chandankumar | marios: will I propose a patch to switch to quay registry? | 14:35 |
chandankumar | registry:2 | 14:36 |
weshay|ruck | arxcruz, https://review.rdoproject.org/r/#/c/29352/2/ci-scripts/infra-setup/roles/rrcockpit/files/mariadb/skiplist.go | 14:41 |
weshay|ruck | nit.. tabs | 14:41 |
bhagyashri|rover | weshay|ruck, ussuri promotion failed http://promoter.rdoproject.org/logs/centos8_ussuri.log | 14:44 |
*** bogdando has quit IRC | 14:44 | |
rlandy | marios: https://review.opendev.org/#/c/752265/ failed again - tbh - not sure why now | 14:55 |
marios | chandankumar: sure | 14:56 |
marios | rlandy: will check | 14:56 |
*** skramaja_ has quit IRC | 14:57 | |
*** udesale__ has joined #oooq | 15:00 | |
*** udesale_ has quit IRC | 15:02 | |
chandankumar | rfolco|ruck: weshay|ruck bhagyashri|rover https://logserver.rdoproject.org/openstack-periodic-integration-stable1/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-build-containers-ubi-8-push-ussuri/595bfae/logs/build.log | 15:05 |
chandankumar | one container not built but job passed | 15:05 |
marios | rlandy: i think its the '' i am adding comments | 15:06 |
rlandy | marios: thank you | 15:06 |
*** ysandeep is now known as ysandeep|away | 15:06 | |
chandankumar | but not any containers failed | 15:07 |
chandankumar | need to check promoter side what went wrong | 15:07 |
chandankumar | Did we changed something on promoter side? | 15:07 |
*** udesale__ has quit IRC | 15:09 | |
*** chem has joined #oooq | 15:11 | |
rfolco|ruck | weshay|ruck, how do I refresh grafana to start running my new function like you did in https://github.com/rdo-infra/ci-config/commit/f50c965611750f6892f667f7e20fe87392cb17a6#diff-e313b672893e32066a8e342be75197c7R81-R98 | 15:25 |
weshay|ruck | rfolco|ruck, you running locally? | 15:28 |
rfolco|ruck | weshay|ruck, yep, I created the function, but I guess grafana container must be refreshed | 15:29 |
rfolco|ruck | because I modified my local ci-config, not in the container | 15:29 |
rfolco|ruck | weshay|ruck, but if I deploy everything again, I lose I my changes to the dashboard, I think. | 15:30 |
*** ykarel is now known as ykarel|away | 15:30 | |
weshay|ruck | rfolco|ruck, k.. so stop the grafana container | 15:30 |
weshay|ruck | then run | 15:30 |
weshay|ruck | docker-compose up -d --build grafana | 15:30 |
rfolco|ruck | same for telegraf ? | 15:31 |
weshay|ruck | rfolco|ruck, ya | 15:33 |
rfolco|ruck | weshay|ruck, hmm, I must be missing something, maybe you can show borrow your brain and look at this with me later today. | 15:34 |
rfolco|ruck | weshay|ruck, it adds a link to the criteria jobs in zuul | 15:35 |
rfolco|ruck | code is ready, but still not seeing it | 15:36 |
weshay|ruck | rfolco|ruck, I have time now.. open a meet | 15:36 |
rfolco|ruck | sec | 15:36 |
rfolco|ruck | https://meet.google.com/oiv-geho-mai?authuser=1 | 15:37 |
*** dtantsur is now known as dtantsur|afk | 15:51 | |
*** holser has quit IRC | 15:56 | |
*** jpena is now known as jpena|off | 15:57 | |
*** marios has quit IRC | 16:01 | |
*** ykarel|away has quit IRC | 16:05 | |
arxcruz | weshay|ruck: ack, i'll remove | 16:21 |
*** gchamoul has quit IRC | 16:25 | |
*** amoralej is now known as amoralej|off | 16:36 | |
weshay|ruck | arxcruz, thanks | 16:36 |
*** gchamoul has joined #oooq | 16:39 | |
akahat | weshay|ruck, rfolco|ruck do you know which package provides tripleo-playbooks directory? | 16:41 |
akahat | http://paste.openstack.org/show/798023/ | 16:41 |
*** holser has joined #oooq | 16:43 | |
rfolco|ruck | akahat, tripleoclient/utils.py", line 350 ? | 16:45 |
rfolco|ruck | akahat, just guessing on your paste | 16:46 |
akahat | rfolco|ruck, may be some recent changes broke this job: https://review.rdoproject.org/r/#/c/28081/ | 16:47 |
akahat | and found out it is related to tripleoclient | 16:47 |
rfolco|ruck | akahat, either tripleoclient or tripleocommon | 16:48 |
rfolco|ruck | akahat, aaah maybe tripleo-common, this test inected a fake file for image prepare... maybe tripleo-common changed that | 16:49 |
rfolco|ruck | akahat, so the test may need to be updated.... Iam not 100% sure, nut this seems to be the case | 16:49 |
akahat | rfolco|ruck, there no trace of tripleo-playbooks in tripleo{client,common} | 16:51 |
akahat | :( | 16:52 |
akahat | rfolco|ruck, you saying update test case in promoter molecule job? | 16:54 |
rfolco|ruck | if I remember right, the test copied staging-* file to /usr/share/... where tripleoclient expected it.... try to copy to the new file /usr/share/ansible/tripleo-playbooks/cli-container-image-prepare.yaml | 16:54 |
rfolco|ruck | akahat, exactly | 16:54 |
rfolco|ruck | brb, got to eat and sign a doc | 16:55 |
akahat | rfolco|ruck, okay. thanks :) | 16:55 |
*** jmasud has quit IRC | 16:59 | |
*** tosky has quit IRC | 17:00 | |
*** derekh has quit IRC | 17:04 | |
rfolco|ruck | akahat, something has changed that this also needs to change >> https://github.com/rdo-infra/ci-config/blob/master/molecule/tripleo_common_integration/prepare.yml#L162-L168 | 17:14 |
rfolco|ruck | akahat, I just don't know what and where | 17:14 |
rfolco|ruck | make a quick test with the file /usr/share/ansible/tripleo-playbooks/cli-container-image-prepare.yaml | 17:15 |
akahat | rfolco|ruck, yes.. something is changed.. if this file is not present then those tests ment to fail: https://opendev.org/openstack/python-tripleoclient/src/branch/master/tripleoclient/tests/v1/test_container_image.py#L844 | 17:17 |
*** pojadhav|brb is now known as pojadhav | 17:17 | |
akahat | rfolco|ruck, please check #tripleo | 17:27 |
weshay|ruck | akahat, tripleo-ansible? | 17:52 |
weshay|ruck | bah.. sorry my volume was too low | 17:53 |
akahat | weshay|ruck, yes.. that is the main issue. tripleoclient got installed using pip.. need to change it. | 17:53 |
weshay|ruck | akahat, context? | 17:53 |
weshay|ruck | where? | 17:54 |
akahat | weshay|ruck, in promoter molecule tests.. https://review.rdoproject.org/r/#/c/28081/ | 17:54 |
weshay|ruck | k.. ack.. rpm is best for that use case | 17:55 |
weshay|ruck | akahat, HOWEVER | 17:55 |
weshay|ruck | akahat, HOWEVER | 17:55 |
weshay|ruck | akahat, the plan for that test.. is to run against tripleo-common | 17:55 |
weshay|ruck | in which it would be installed not by pip | 17:55 |
weshay|ruck | but from the source check out | 17:55 |
weshay|ruck | let me see this thing | 17:55 |
weshay|ruck | akahat, can you point me at some code? | 17:56 |
weshay|ruck | akahat, is tripleo-common listed as a required project for that job? | 17:56 |
akahat | weshay|ruck, this is molecule job: https://github.com/rdo-infra/ci-config/tree/master/molecule/tripleo_common_integration | 17:56 |
akahat | weshay|ruck, no it's installing using pip. | 17:57 |
weshay|ruck | ya.. this is wrong | 17:57 |
weshay|ruck | pip: | 17:57 |
weshay|ruck | name: ['tripleo-common', 'python-tripleoclient'] | 17:57 |
akahat | https://github.com/rdo-infra/ci-config/blob/master/molecule/tripleo_common_integration/prepare.yml#L20 | 17:57 |
weshay|ruck | however... | 17:57 |
akahat | yup.. that's it | 17:57 |
weshay|ruck | tripleo-common and python-tripleoclient should be listed in zuul for that job .. as a required project | 17:57 |
*** irclogbot_1 has quit IRC | 17:58 | |
weshay|ruck | you'll get the src of those projects... installed in /home/zuul/src/openstack | 17:58 |
weshay|ruck | and it should be installed from there | 17:58 |
weshay|ruck | from source | 17:58 |
weshay|ruck | akahat, you install the rpm there.. it's going to mess up the test | 17:58 |
weshay|ruck | akahat, I can explain more if needed on a meet | 17:58 |
akahat | weshay|ruck, yeah.. sure. | 17:58 |
weshay|ruck | akahat, https://github.com/rdo-infra/ci-config/blame/master/molecule/tripleo_common_integration/prepare.yml#L22 | 18:00 |
weshay|ruck | pretty sure zuul is defined right? | 18:00 |
weshay|ruck | akahat, that should not be triggering | 18:00 |
*** irclogbot_2 has joined #oooq | 18:00 | |
weshay|ruck | akahat, this is correct https://github.com/rdo-infra/ci-config/blame/master/molecule/tripleo_common_integration/prepare.yml#L24-L35 | 18:00 |
weshay|ruck | akahat, you running by hand? | 18:01 |
akahat | weshay|ruck, yes.. i was trying it on my local setup. | 18:01 |
weshay|ruck | akahat, ok.. change the pip install to just pull the src from opendev | 18:01 |
weshay|ruck | pip install is bs | 18:01 |
akahat | it do not provide much logs: https://logserver.rdoproject.org/81/28081/81/check/mol-tripleo_common_integration/f77dced/tox/reports.html | 18:01 |
weshay|ruck | akahat, ur going to have to adjust the when: statements I see | 18:02 |
weshay|ruck | akahat, so when running locally.. pull src from opendev... but either way always install from src | 18:02 |
weshay|ruck | so. for instance.. | 18:03 |
weshay|ruck | this is wrong when: "'opendev.org/openstack/python-tripleoclient' in zuul.projects" | 18:03 |
weshay|ruck | create the same directory structure.. that zuul lays down | 18:03 |
weshay|ruck | $HOME/src/opendev.org/openstack/$repo | 18:03 |
weshay|ruck | then.. you don't need the when's.. just install from src | 18:04 |
weshay|ruck | akahat, make sense? | 18:04 |
akahat | weshay|ruck, yes. i got it. | 18:04 |
weshay|ruck | rock on king kong | 18:05 |
rfolco|ruck | that was weird | 18:05 |
rfolco|ruck | okay... michael scott | 18:05 |
rfolco|ruck | weshay|ruck, https://review.opendev.org/#/c/751340/ is ready, test is green https://review.rdoproject.org/r/#/c/29297/ | 18:06 |
weshay|ruck | rfolco|ruck, can check marios patches.. and see if he has a patch up for 2020-09-17 17:34:29.875184 | primary | TASK [os_tempest : Initialise tempest workspace] ******************************* | 18:10 |
weshay|ruck | https://api.us-east.open-edge.io:8080/swift/v1/AUTH_e02c11e4e2c24efc98022353c88ab506/zuul_opendev_logs_33b/751340/4/check/tripleo-ci-centos-8-standalone-upgrade/33b4916/job-output.txt | 18:10 |
weshay|ruck | rfolco|ruck, thanks for getting that fixed :) | 18:11 |
rfolco|ruck | weshay|ruck, ok | 18:11 |
*** jmasud has joined #oooq | 18:12 | |
weshay|ruck | rfolco|ruck, perhaps if the directory exists.. just mv $dir $dir.deployment | 18:12 |
rfolco|ruck | weshay|ruck, no marios patch on openstack-ansible-os_tempest | 18:14 |
rfolco|ruck | weshay|ruck, let me try a fix | 18:14 |
weshay|ruck | k.. thanks | 18:15 |
rlandy | weshay|ruck: pls vote on https://review.rdoproject.org/r/#/c/29219/ https://review.rdoproject.org/r/#/c/29310/ | 18:23 |
rlandy | ^^ merge stream jobs | 18:23 |
*** jmasud has quit IRC | 18:36 | |
rlandy | rfolco|ruck: ^^ hey - could you vote that so I don't self merge w/o review? | 18:55 |
rfolco|ruck | rlandy, my vote won't help you much, +1 | 19:13 |
rfolco|ruck | rlandy, I personally try to avoid if/else in bash when I can, this is better to debug/track/test | 19:14 |
rlandy | rfolco|ruck: your vote is important to me | 19:15 |
rfolco|ruck | rlandy, superficial review warning :) I am a bit out of context, could not spot anything really evil there though | 19:15 |
rlandy | rfolco|ruck: you found my left over debug comment | 19:15 |
rfolco|ruck | rlandy, ah it was for testing ? so shame on you :) | 19:16 |
rlandy | fixing | 19:16 |
rlandy | and the spacing comment is useful | 19:16 |
*** jmasud has joined #oooq | 19:20 | |
rlandy | rfolco|ruck: review updated - retesting | 19:26 |
rfolco|ruck | rlandy, k cool | 19:32 |
rlandy | rfolco|ruck: want to revote? | 19:44 |
rfolco|ruck | rlandy, sec | 19:44 |
rfolco|ruck | rlandy, lgtm | 19:46 |
rlandy | thanks | 19:47 |
weshay|ruck | rlandy, do you have any testprojects on multinode-ipa by chance? | 19:58 |
rlandy | weshay|ruck: I ma testing upstream - I have two DNM THT reviews | 19:59 |
weshay|ruck | perfect.. thanks | 19:59 |
rlandy | https://review.opendev.org/#/c/752495/ | 20:00 |
rlandy | https://review.opendev.org/#/q/5e91d8a74fed6e9441c838e452e14530ccc0ad20 | 20:00 |
rlandy | weshay|ruck: ^^ running now | 20:00 |
rlandy | they need to run upstream to test against multiple cloud providers with different DNS forwarders | 20:01 |
weshay|ruck | k | 20:02 |
weshay|ruck | rfolco|ruck, everything going well w/ the cockpit thing? or need anything? | 20:03 |
rfolco|ruck | weshay|ruck, did not touch it, trying to fix tempest workspace | 20:03 |
weshay|ruck | k | 20:03 |
weshay|ruck | thanks | 20:03 |
rfolco|ruck | apparently ' workspace ' is not the workspace name used, | 20:04 |
rfolco|ruck | it finds 'tempest' workspace name | 20:04 |
rfolco|ruck | still trying to understand it | 20:04 |
rfolco|ruck | will propose something soon | 20:06 |
rlandy | rfolco|ruck: thanks for your review ... merging changes to centos8 stream pipeline | 20:07 |
rlandy | weshay|ruck: ^^ fyi | 20:07 |
weshay|ruck | nice | 20:07 |
rlandy | we have a legit failures there | 20:07 |
rlandy | going to work on the comparison scripts now | 20:08 |
rlandy | also think the container-tools and ansible stuff can merge | 20:08 |
rfolco|ruck | what a fak is this https://opendev.org/openstack/openstack-ansible-os_tempest/src/branch/master/tasks/tempest_post_install.yml#L108 | 20:11 |
rfolco|ruck | should be at least indented | 20:12 |
rlandy | weshay|ruck: will we ever need the CR jobs or can I delete them? | 20:12 |
weshay|ruck | rlandy, kill them | 20:12 |
rlandy | done | 20:13 |
rlandy | https://review.rdoproject.org/r/29441 | 20:14 |
rlandy | openstack-dependencies-centos8stream 0 | 20:18 |
rlandy | CentOS 8 stream ci dependency jobs triggered to run periodically. | 20:18 |
rlandy | switched over | 20:18 |
rlandy | https://zuul.openstack.org/builds?job_name=tripleo-ci-centos-8-standalone-on-multinode-ipa - starting to go more green | 20:20 |
*** tosky has joined #oooq | 20:34 | |
*** TrevorV has quit IRC | 20:53 | |
*** jbadiapa has quit IRC | 20:57 | |
*** holser has quit IRC | 21:15 | |
rlandy | weshay|ruck: how do you want to work with the gitlab project? | 21:38 |
rlandy | should I clone by own or submit a different branch to the repo you have? | 21:38 |
*** rlandy has quit IRC | 22:03 | |
*** tosky has quit IRC | 22:19 | |
*** chem has quit IRC | 22:55 | |
*** chem has joined #oooq | 22:57 | |
*** rfolco|ruck has quit IRC | 23:42 | |
*** Goneri has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!