*** abhishekk is now known as akekane|home | 04:40 | |
*** akekane|home is now known as abhishekk | 04:40 | |
abhishekk | is review.opendev.org down ? | 05:14 |
---|---|---|
-opendevstatus- NOTICE: Due to a configuration error unfortunately the Zuul queue was lost. Please recheck any in-flight changes | 06:56 | |
*** rpittau|afk is now known as rpittau | 07:27 | |
*** ykarel is now known as ykarel|lunch | 08:33 | |
*** ykarel|lunch is now known as ykarel | 09:46 | |
*** jcapitao is now known as jcapitao_lunch | 10:38 | |
*** akekane__ is now known as abhishekk | 10:50 | |
*** jcapitao_lunch is now known as jcapitao | 12:05 | |
*** rlandy is now known as rlandy|ruck | 12:17 | |
*** akekane_ is now known as abhishekk | 13:20 | |
*** rlandy|ruck is now known as rlandy|ruck|mtg | 13:33 | |
*** rlandy is now known as rlandy|ruck | 13:35 | |
sean-k-mooney | anyone know how/where we generate teh html logs for tesmpest jobs | 13:50 |
sean-k-mooney | oh we do it for tox too | 13:51 |
fungi | sean-k-mooney: can you be more specific? an example maybe? though i think you're talking about the subunit2html stuff | 13:52 |
sean-k-mooney | yes | 13:52 |
sean-k-mooney | just trying to do it locally | 13:52 |
fungi | and devstack/tempest generate subunit output which that can consume | 13:52 |
sean-k-mooney | so wanted to look at how we did it in the jobs | 13:52 |
fungi | i'll find it | 13:52 |
fungi | sean-k-mooney: https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/fetch-subunit-output/tasks/process.yaml | 13:54 |
sean-k-mooney | thansk ya i was just looking at https://opendev.org/openstack/openstack-ansible-os_tempest/src/branch/master/tasks/tempest_run.yml#L93 | 13:54 |
sean-k-mooney | so its just subunit2html <source> <dest> | 13:54 |
sean-k-mooney | fungi: thanks | 13:54 |
fungi | yw | 13:55 |
fungi | sean-k-mooney: another way to get there is to dissect an example job in the console view | 13:55 |
fungi | and you can see the exact commands run by each task there along with where they came from, usually also with their output unless it's hidden for fear of leaking sensitive data | 13:56 |
sean-k-mooney | well basically im testing stuff locally and just want to have a artifict that i can review later | 13:56 |
sean-k-mooney | rather ten scolling back through the text output | 13:57 |
fungi | yep | 13:57 |
sean-k-mooney | subunit2csv might also be a good option for my current usecase | 13:58 |
fungi | if you want to be able to inspect the output programmatically... | 13:58 |
fungi | yeah i was about to say, there are libs for working with subunit | 13:58 |
sean-k-mooney | right now im just tryign to get a hanel on what breaks in this setup to know what i need to look into later | 13:58 |
sean-k-mooney | ah right mtu issues | 14:00 |
fungi | isn't it always? | 14:00 |
sean-k-mooney | need to go fix that. i have devstack deployed on an openstack cloud and forgot to decrement the global mtu | 14:01 |
sean-k-mooney | my home cloud uses jumbo frames so i got used to skiping that step. | 14:01 |
fungi | since we do all our multi-node testing between virtual servers in public clouds interconnected by tunnels, we're no stranger to that challenge | 14:02 |
sean-k-mooney | ya. its not the first time i have hit this. im currently tryign to use our internal cloud for 2-3 weeks to provide feedback on if we can use it for internal dev | 14:03 |
fungi | er, i should say between virtual servers interconnected by tunnels in public clouds (the servers are connected by tunnels, not the clouds) | 14:04 |
sean-k-mooney | modulo some vpn/latncy issue its working well so far but ya there are a few things i forgot | 14:04 |
sean-k-mooney | fungi: the multinode role/job sets up gre/vxlan funneles beteen all the nodes right | 14:04 |
sean-k-mooney | then we use those for inter host connectivity or something like that | 14:05 |
sean-k-mooney | its been a while since i looked at that closely since it normally jsut works and is realy why a job fails. at least in the last year or two | 14:06 |
fungi | yeah, usually vxlan because gre is often hard to pass through provider lans | 14:06 |
fungi | needs them to have an additional conntrack module loaded, i think | 14:07 |
fungi | otherwise ip protocol 47 just gets dropped on the floor due to lack of state tracking | 14:07 |
*** chkumar|rover is now known as chandankumar | 14:42 | |
*** ykarel is now known as ykarel|away | 15:07 | |
abhishekk | is there any network failure in the gate, lots of glance patches are failing with network related error | 15:50 |
fungi | abhishekk: do you follow openstack-discuss? | 15:54 |
fungi | there's a thread about how neutron merged a change which broke ovs-based devstack/tempest jobs, so it might be that? | 15:54 |
*** akekane_ is now known as abhishekk | 16:15 | |
abhishekk | fungi, thank you, might be I overlooked it | 16:15 |
fungi | if that was it, seems they reverted the problem change so it should be fixed now | 16:17 |
abhishekk | yeah, I think its related | 16:18 |
*** rpittau is now known as rpittau|afk | 17:21 | |
gmann | fungi: mnaser can you check these project-config patches needed by governance changes https://review.opendev.org/c/openstack/project-config/+/800147 https://review.opendev.org/c/openstack/project-config/+/799802/1 https://review.opendev.org/c/openstack/project-config/+/800459/6 https://review.opendev.org/c/openstack/project-config/+/800154 | 18:40 |
mnaser | sure gmann | 18:40 |
gmann | thanks | 18:40 |
* mnaser is loving how fast gerrit is | 18:41 | |
opendevreview | Merged openstack/project-config master: Properly retire neutron-lbaas https://review.opendev.org/c/openstack/project-config/+/800147 | 18:49 |
clarkb | mnaser: I'm glad it is an improvement to our users | 18:51 |
clarkb | always the risk that you've misidentified problems and when you go to fix them they don't get fixed. | 18:52 |
opendevreview | Merged openstack/project-config master: Deprecate os-panko role https://review.opendev.org/c/openstack/project-config/+/799802 | 18:52 |
opendevreview | Merged openstack/project-config master: Retire django-openstack-auth https://review.opendev.org/c/openstack/project-config/+/800459 | 18:54 |
*** pjakuszew3 is now known as pjakuszew | 19:20 | |
opendevreview | melanie witt proposed openstack/project-config master: Set launchpad bug Fix Released after adding comment https://review.opendev.org/c/openstack/project-config/+/801376 | 21:00 |
opendevreview | melanie witt proposed openstack/project-config master: Set launchpad bug Fix Released after adding comment https://review.opendev.org/c/openstack/project-config/+/801376 | 21:01 |
*** rlandy|ruck is now known as rlandy|ruck|bbl | 22:36 | |
*** aluria is now known as Guest1686 | 23:08 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!