Tuesday, 2021-09-28

opendevreviewGhanshyam proposed openstack/devstack master: WIP: testing sync mode  https://review.opendev.org/c/openstack/devstack/+/81124500:29
frickleroh, wow, that issue seems to be a regression in apache2 for ubuntu. at least that's the only thing that I can find changed. and c8 doesn't seem to be affected03:28
opendevreviewTushar Trambak Gite proposed openstack/os-testr master: Switch testing to Xena testing runtime  https://review.opendev.org/c/openstack/os-testr/+/81129303:38
fricklerhttps://bugs.launchpad.net/ubuntu/+source/apache2/2.4.41-4ubuntu3.503:39
opendevreviewTushar Trambak Gite proposed openstack/os-testr master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/os-testr/+/81129303:45
opendevreviewTushar Trambak Gite proposed openstack/openstack-health master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/openstack-health/+/81129403:46
fricklero.k., I can confirm that an older, working devstack setup breaks in the same way after upgrading apache2 from 2.4.41-4ubuntu3.4 to 2.4.41-4ubuntu3.503:54
opendevreviewTushar Trambak Gite proposed openstack/os-performance-tools master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/os-performance-tools/+/81129604:03
opendevreviewTushar Trambak Gite proposed openstack/stackviz master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/stackviz/+/81129704:07
opendevreviewTushar Trambak Gite proposed openstack/tempest-stress master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/tempest-stress/+/81129804:10
opendevreviewTushar Trambak Gite proposed openstack/devstack-tools master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/devstack-tools/+/81129904:14
opendevreviewMerged openstack/devstack-tools master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/devstack-tools/+/81129904:40
opendevreviewMerged openstack/tempest-stress master: Switch testing to Yoga testing runtime  https://review.opendev.org/c/openstack/tempest-stress/+/81129804:40
fricklerseems to be an upstream issue really https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/194527405:33
ianwfrickler: bah, should have read your messages :)  i just confirmed your findings!  05:34
ianwhttps://git.launchpad.net/ubuntu/+source/apache2/tree/debian/patches/CVE-2021-36160.patch?h=applied/ubuntu/focal-security seems to be the patch05:35
fricklerianw: yes, I just tested with a revert of that patch05:35
ianwoh, i see you built without it too :)05:35
fricklerI also pinged folks in #ubuntu-server and -security, so this hopefully will get fixed fast05:37
fricklerI don't see an easy local workaround for us05:37
frickleralthough it is interesting that only the placement app seems to be affected and others like keystone are not. impact probably depends on the framework being used05:38
ianwu_path_info = ap_strchr(url + sizeof(UWSGI_SCHEME) + 2, '/');05:40
ianwshould that be 3 maybe, to strip ://?05:40
ianwi guess sizeof includes the null, so that "sizeof(UWSGI_SCHEME)" is the "uwsgi:" bit, and the +2 is for "//", and then it's saying "find the next /"05:45
fricklerianw: UWSGI_SCHEME is just "uwsgi", so that seems to make sense. will test with a modified patch05:51
ianwfrickler: i think that bit might be right, perhaps ap_unescape_url is involved05:53
ianwfrickler: ohh, i wonder if this has to do with it using a filesystem socket05:58
ianw$ ls /var/run/uwsgi/05:59
ianwcinder-wsgi.socket  keystone-wsgi-public.socket  nova-api-wsgi.socket  placement-api.socket05:59
opendevreviewDr. Jens Harbott proposed openstack/devstack master: DNM: test uwsgi fix  https://review.opendev.org/c/openstack/devstack/+/81130306:04
fricklerianw: ^^ that works locally for me. i.e. strip the final / in the proxypass definition06:04
ianwfrickler: i agree.  104.130.219.63 is held and has that applied06:06
ianw(and restored to current apache)06:07
ianw  /usr/local/bin/nova-status --debug --config-file /etc/nova/nova.conf upgrade check is happy06:08
fricklerso is this actually a bug in our config that's uncovered by the apache CVE?06:17
ianwfrickler: yeah, not 100% sure ... is there documentation on the| in the proxypass?06:23
fricklersee https://httpd.apache.org/docs/trunk/mod/mod_proxy.html#proxypass -  "If the first argument ends with a trailing /, the second argument should also end with a trailing /, and vice versa. Otherwise, the resulting requests to the backend may miss some needed slashes and do not deliver the expected results."06:24
frickler(thanks to amurray for pointing to that)06:25
frickler"miss some needed slashes" has now turned into "miss the last character" but in general that confirms the error on our side I'd say06:25
ianwfrickler: interesting, does that mean https://uwsgi-docs.readthedocs.io/en/latest/Apache.html is wrong06:33
ianwohh, no i see06:33
ianwdropped a comment on your change, seems we can either ensure ${url} has or does not have a trailing slash, and make sure ...${name} follows.  i'm not sure which is better?06:38
fricklerianw: good point, it didn't actually occur to me that one could also just add a /, I think that's the better option likely as it should be easier to enforce06:51
fricklerit will also be necessary to push this into oldest stable first in order to appease grenade06:51
fricklerfeel free to take over if you want, I'll be busy downstream for a couple of hours now06:52
frickleralso someone may want to check this unrelated fedora failure https://zuul.opendev.org/t/openstack/build/4899915e09554652b05bb01d7a626a2406:53
ianwfrickler: unfortunately i'm also running up against my time limits here :)  having identified this, it's probably good to loop some people like fungi in who might know if there's some corner case or other with either approach06:53
opendevreviewRajat Dhasmana proposed openstack/devstack master: Remove cinder from service names  https://review.opendev.org/c/openstack/devstack/+/81131007:13
*** ianw is now known as ianw_pto07:21
*** jpena|off is now known as jpena07:31
kopecmartingmann: what's with the syntax error? unknown project openstack/horizon - https://review.opendev.org/c/openstack/tempest/+/81099808:23
toskykopecmartin: the error of the StorPool CI? Maybe a local configuration issue09:03
kopecmartintosky: yeah, therefore I'm hesitating with merging the review , although, logically it's totally unrelated to the error09:16
opendevreviewSoniya Murlidhar Vyas proposed openstack/tempest master: This patch creates the network v2.0 floating-ips-port-forwarding client.  https://review.opendev.org/c/openstack/tempest/+/81001509:29
kopecmartingmann: https://review.opendev.org/c/openstack/tempest/+/80890909:43
toskykopecmartin: but it's an issue of their CI, not something anyone of us can fix AFAIK10:10
opendevreviewIan Wienand proposed openstack/devstack stable/xena: uwsgi: append url with a slash  https://review.opendev.org/c/openstack/devstack/+/81138910:12
lyarwoodianw: looks like that broke other endpoints https://zuul.opendev.org/t/openstack/build/22c9d99d0cb341cbb889be5e100816c9 /identity for keystone now returns a 40410:42
*** bhagyashris_ is now known as bhagyashris|rover11:16
fricklero.k., I guess that settles the decision towards not using trailing slashes, lest we want to do the extra redirects that yoctozepto mentioned https://paste.opendev.org/show/809644/11:20
*** jpena is now known as jpena|lunch11:24
yoctozeptofrickler: I only mentioned them if we really need them11:27
yoctozeptootherwise let's skip it11:27
*** dviroel|out is now known as dviroel11:27
frickleryoctozepto: well for devstack itself we are fine, not sure if some plugin might be using write_uwsgi_config with an url that has a trailing slash11:30
yoctozeptofrickler: I guess we can leave that out11:32
fricklerwell at least what I found on codesearch also looks fine11:32
yoctozeptook11:33
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/victoria: Fix uwsgi config  https://review.opendev.org/c/openstack/devstack/+/81139911:45
*** jpena|lunch is now known as jpena12:17
amodiartom: lyarwood any idea why these jobs are failing and now they're not even triggered https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/811193/1 https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/786979/35, the link for me is botched, i canot quite figure out the issue12:51
artomamodi, will look in about an hour13:02
amodisure13:03
rosmaitaamodi: all devstack-based jobs are currently hosed: http://lists.openstack.org/pipermail/openstack-discuss/2021-September/025101.html13:08
amodisince ysday right?13:10
amodirosmaita: when're they going to be fixed13:10
rosmaitaamodi: don't know, frickler and ianw_pto have some patches up ... you can read this channel's log to see the earlier discussion13:11
rosmaitalooks like a change to the apache server to address a CVE did some bad things for us13:11
rosmaitaamodi: conversation starts here: https://meetings.opendev.org/irclogs/%23openstack-qa/%23openstack-qa.2021-09-28.log.html#t2021-09-28T05:33:1813:13
amodirosmaita: will do thanks!13:16
fungirosmaita: oh, is this fallout from ossa-2021-002 errata 1?13:58
fungii'm in meetings all morning but trying to catch up now13:59
rosmaitafungi: i don't think so, i think this was an Apache CVE14:00
rosmaitafungi: CVE-2021-3616014:01
fungioh!14:09
fungiokay thanks14:09
fungiso it's new apache breaking things?14:09
rosmaitai think so, though it's not clear if it's because we're misusing something that they have now fixed, or they broke a legitimate use case14:15
gmannyeah it is not clear yet if it is breaking change or just our setup14:24
clarkbif you read the links that ianw and frickler posted it seems that the issue is our setup. We don't follow the rules set out by the docs14:51
clarkbyour trailing /s have to match up between both sides of the proxy pass directive14:52
clarkbI suspect that one reason https://review.opendev.org/c/openstack/devstack/+/811303/1/lib/apache might not work is that sometimes $url has a / and sometimes it does not? I guess we can always strip the trailing / off of $url if it exists and then use fricklers change there14:53
clarkbthat would be my suggestion anyway14:53
opendevreviewClark Boylan proposed openstack/devstack master: Fix apache ProxyPass directives with unbalanced trailing /  https://review.opendev.org/c/openstack/devstack/+/81130315:04
clarkbfrickler: ^ I took the liberty of updating your DNM change. Hopefully that was ok (I figured since it was a -1 and DNM it isn't a big deal) And now I must meeting15:04
gmannyeah, I am not saying it is all they broke but as it used to work and doing it in security update seems odd to me. I think its both.15:16
clarkbthe security update specifically had to do with exploits in proxy pass allowing you to act as an open proxy15:17
clarkbI'm sure they had to change all sorts of fun stuff in mod proxy15:17
clarkboh I get it now the only failures were in grenade ebcause the old side hasn't updated.15:37
gmannyeah that is one part but it seems keytone broken on ianw_pto fix on xena.15:38
gmanntrailing '/'15:38
clarkbAnyway I think the sanitization my update has made is worthwhile but that can happen in a followup if we do the rollup with the simpler fix15:38
clarkbgmann: right lets do no trailing /?15:39
clarkbis there a change for that on all of the branches that need it yet?15:39
clarkbI guess victoria has a ceph issue15:40
gmannyeah https://review.opendev.org/c/openstack/devstack/+/81139915:40
gmannI think i have updated grenade on stable/xena setup let me do it on stable/xena and see15:41
clarkbForce merging the older branches is an option too if they fail on random things but grenade works. Then you can fix the random things later while unblocking the new release15:42
clarkbbut before we do that we should haev a series of changes with depends on in the right order that we can start processing15:42
clarkb(and I don't see that existing anywhere yet)15:42
gmannyeah, it is not yet up. let me backport and see how things goes15:43
clarkbin this case you don't want to backport you want to forward port15:43
clarkband you should use depends on across the branches so that grenade can be confirmed to work on each change15:44
gmannxena setup is merged in greande so we need to do on stable/xena too https://review.opendev.org/c/openstack/grenade/+/810994/1/roles/configure-grenade-branches/defaults/main.yaml15:44
clarkbMy suggestion: On the old branch that needs the no trailing / fix push that change, forward port to the next change and depends-on the previous change. Repeat until you've made it up to master.15:46
clarkbThat should fix things based on existing evidence. Force merge any changes that need extensive debugging for other issues. Approve the rest. Depends on Should handle it in the gate15:46
clarkbThen later you can decide if you need to followup with the url / trimming that my updated ps to the DNM master change does15:47
*** jpena is now known as jpena|off16:31
opendevreviewLee Yarwood proposed openstack/grenade master: WIP zuul: Add the neutron devstack plugin and neutron-trunk service  https://review.opendev.org/c/openstack/grenade/+/81111716:32
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/victoria: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81139916:32
fricklerclarkb: gmann: ^^ I dropped the failing jobs for now and will forward pick this change with deps16:33
gmannfrickler: thanks.I think we need to do until stable/stein as stable/train still has the grenade jobs even it is in EM state16:34
lyarwoodgmann: did the apache CVE land in Bionic?16:35
fricklergmann: grenade for victoria was passing, I'm assuming bionic isn't affected, possibly apache2 there was old enough16:35
*** artom_ is now known as artom16:35
gmannok.16:35
fricklerso victoria and newer should be sufficient16:35
gmannyeah, +116:35
fricklerbut I'll also make fixes for the older branches after that, they just aren't that urgent16:36
gmannfrickler: or we can go with making grenade job on master->stable n-v and get master one merge soon by seeing release time and rc* fixes waiting ...16:38
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/wallaby: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81144516:40
fricklerI wouldn't feel good with non-working grenade jobs. this will also only be 4 patches, so shouldn't take long (famous last words, I know ;)16:42
gmannok.16:43
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/xena: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81138916:46
clarkbmelwitt: I left a comment on https://review.opendev.org/c/openstack/devstack/+/811399 to help explain why you see the behavior you see there17:21
*** slaweq_ is now known as slaweq17:22
clarkbfrickler: is there a change for master yet with the depends on chagne or do you just want to update https://review.opendev.org/c/openstack/devstack/+/811303 ?17:24
clarkbI've +2'd the changes for xena, wllaby, and victory and gave them gate blocker +2 priority status17:24
gmannyeah waiting for gate result on them. lgtm too17:24
clarkbhrm I think wallaby might have the ceph multistore problem.17:27
opendevreviewLee Yarwood proposed openstack/grenade master: zuul: Add the neutron devstack plugin and enable neutron-trunk service  https://review.opendev.org/c/openstack/grenade/+/81111717:28
opendevreviewGhanshyam proposed openstack/devstack stable/wallaby: Enable neutron trunk extension  https://review.opendev.org/c/openstack/devstack/+/81145717:30
gmannyeah ceph job is failing on stable/wallaby too https://zuul.opendev.org/t/openstack/build/1232607e55ff48c0b89d5e5b6fb4cfd417:40
gmannremoving it 17:40
opendevreviewGhanshyam proposed openstack/devstack stable/wallaby: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81144517:41
fricklerI was wanting to wait for the results for xena, too, to see if other jobs might be broken there, too. likely at least the ceph job17:54
fricklerfor master only grenade was failing, so I didn't push that yet17:55
clarkbgot it17:55
opendevreviewDr. Jens Harbott proposed openstack/devstack stable/xena: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81138918:03
gmannI am filling both bugs for tracking 1. uwsgi setup 2. ceph job broken so that it can be added back when fixed18:04
opendevreviewDr. Jens Harbott proposed openstack/devstack master: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81130318:07
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697918:31
amodiartom: ^^ im not sure how to create a separate periodic job https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/786979/36/.zuul.yaml18:32
melwittclarkb: I'm not surprised to learn I got it all wrong 😝 sorry. thanks for explaining how it works. devstack-plugin-ceph used to be branchless and then branching was added later (starting in ussuri, I think). I'll work on finding if/how to untangle old stuff that was appropriate for branchless but is not good to have now18:34
gmannmelwitt: it should pick up the job variant from stable/victoria which i fixed in https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/78630918:50
gmannchecking where things are going wring18:50
gmannwring18:50
gmannwrong18:50
clarkbgmann: I left detailed notes on the oen change showing why it happened18:51
gmannk18:51
gmannstable/xena is not setup properly as it is recently cut, let me remove it from master too for future release18:52
melwitteven better if gmann can fix it :)18:52
gmannI did not think of future stable branch that time we made this plugin branched18:53
melwittgmann: here's a link to clarkb's notes https://review.opendev.org/c/openstack/devstack/+/811399/2#message-612206d57915d4370d0dc77dc7db92cd75865e2618:54
gmannyeah, it is matching here https://zuul.opendev.org/t/openstack/build/0a01561f56414ffe8b2f659370c27666/log/zuul-info/inventory.yaml#24118:54
gmannand yoctozepto mentioned it while I did cleanup few other stable branch but I thought of current stable branch only not future - https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/786307/1/.zuul.yaml18:56
artomamodi, eh, leave it out then, add a #TODO, and we can add it later19:01
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147819:27
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147819:29
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147819:31
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph stable/xena: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81134819:33
opendevreviewGhanshyam proposed openstack/devstack stable/xena: Re-enable nova-ceph-multistore job  https://review.opendev.org/c/openstack/devstack/+/81148019:43
gmannmelwitt: https://review.opendev.org/q/I7061f8d1491ff957452c9c777e40186a4e9c324e19:47
gmanntesting it on devstack by re-enabling ceph job https://review.opendev.org/c/openstack/devstack/+/81148019:48
melwittthanks! will review19:48
gmannmelwitt: also this one https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81005919:48
melwittack19:48
*** amodi_ is now known as amodi19:50
opendevreviewArchit Modi proposed openstack/whitebox-tempest-plugin master: Add Rbd direct download test  https://review.opendev.org/c/openstack/whitebox-tempest-plugin/+/78697919:52
gmannnow nova-grenade-multinode failure19:53
gmannclarkb:  would  you like to hit +A on this https://review.opendev.org/c/openstack/devstack/+/81130319:54
opendevreviewGhanshyam proposed openstack/grenade master: zuul: Add the neutron devstack plugin and enable neutron-trunk service  https://review.opendev.org/c/openstack/grenade/+/81111720:01
clarkbgmann: done20:04
*** elodilles is now known as elodilles_pto20:52
opendevreviewGhanshyam proposed openstack/devstack stable/wallaby: Enable neutron trunk extension  https://review.opendev.org/c/openstack/devstack/+/81145721:02
opendevreviewGhanshyam proposed openstack/devstack stable/xena: Cap Volume, Swift, and Volume API extensions list for stable/xena  https://review.opendev.org/c/openstack/devstack/+/81148521:32
gmannlyarwood: gibi ^^ enabling neutron 'trunk' extension in stable/wallaby and stable/xena which should start capturing nova-grenade-multinode job failure and then we can test that with backporting the grenade fix21:38
opendevreviewMerged openstack/devstack stable/victoria: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81139922:13
opendevreviewMerged openstack/devstack stable/wallaby: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81144522:13
opendevreviewGhanshyam proposed openstack/devstack stable/wallaby: Re-enable nova-ceph-multistore job  https://review.opendev.org/c/openstack/devstack/+/81149022:21
opendevreviewMerged openstack/devstack stable/xena: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81138922:28
opendevreviewMerged openstack/devstack master: Fix uwsgi config for trailing slashes  https://review.opendev.org/c/openstack/devstack/+/81130322:28
opendevreviewGhanshyam proposed openstack/devstack stable/victoria: Re-enable nova-ceph-multistore job  https://review.opendev.org/c/openstack/devstack/+/81148922:34
clarkbgmann: I think https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811478 shouldn't have zuul.d/stable-jobs in it22:36
clarkbgmann: the problem with those two chagnes is you still define the the jobs for stable/old in master and xena. Only one should do it. If master does it then every time you branch master you'll have cleanup to do22:38
clarkbMy suggestion would be to put them on the oldest branch actually and also remove them from xena22:38
clarkbthen when your oldest branch goes away the jobs definitions for the even older branches go away too22:38
gmannclarkb actually we have not cut the devstack-plugin-ceph branch for stabel/rocky or older and they are using jobs from master repo only. exlaining it in https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811478/3/zuul.d/stable-jobs.yaml#122:38
gmannin this case I am just keeping for stable/rocky and older branch variant and for other stable where we have devstack-plugin-ceph branched, I have removed all branch variant in master22:39
clarkbbut that isn't true because https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811348/1/zuul.d/stable-jobs.yaml exists22:39
clarkband when you branch master again you'll have the same problem all over again22:39
clarkbhttps://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811478/3/zuul.d/stable-jobs.yaml also has branch variants22:40
gmannis it?  jobs there is only matching the stable/rocky and older22:40
clarkbyes but you match it in both. Its the same issue we fixed last week wtih devstack and the mkswap22:40
clarkbwhen you try to run a job on the old branch it is going to dobule up the pre-runs22:41
clarkband the nfail because mkswap won't work22:41
gmannhumm22:41
clarkbyou should only ever use the branch: specification on a single branch22:41
clarkbmy suggestion is whatever the oldest branch in that repo is so that they can go away when that branch goes away22:41
gmannthis is special case where we have not branched stable/rocky or older22:41
clarkbright so on stable/stein define the jobs for stbale/rocky and older and only define them there22:42
gmannclarkb: yeah we can do that. so mkswap  issue would not come there ?22:42
clarkbit shouldn't if you define the stable jobs for rocky and older on one branch only22:42
gmannah right.22:42
clarkband doing it on stein means that when stein is deleted we clean up the jobs for rocky and older22:43
gmannlet me put those in stable/stein22:43
gmannI forgot to remove those from stable/xena backport but yes again it will be extra tasks to remove those for eveyr branch cut so it is better to move it from master22:44
clarkbexactly22:44
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147822:47
gmannclarkb: ^^22:47
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147822:48
clarkblooks like you had stein and train specific jobs too? those should just be part of the branch22:48
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147822:51
gmannclarkb: yeah we have there it just we forget to cleanup but let me double check22:51
gmannyeah they are there22:52
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph stable/stein: Moving the stable/rocky and odler stable jobs to stable/stein  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81151022:59
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph stable/stein: Moving the stable/rocky and odler stable jobs to stable/stein  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81151023:00
opendevreviewGhanshyam proposed openstack/grenade stable/xena: zuul: Add the neutron devstack plugin and enable neutron-trunk service  https://review.opendev.org/c/openstack/grenade/+/81151123:04
opendevreviewGhanshyam proposed openstack/grenade stable/wallaby: zuul: Add the neutron devstack plugin and enable neutron-trunk service  https://review.opendev.org/c/openstack/grenade/+/81151223:06
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph master: Fix job definition as devstack-plugin-ceph is branched  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81147823:09
gmannstable/xena is not setup yet, need to wait for this https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/811074/123:12
gmanngibi: lyarwood this is complete set og nova-grenade-multinode fix backport and testing patches - https://review.opendev.org/q/topic:%22bug%252F1945346%22+(status:open%20OR%20status:merged)23:27
gmannon testing patches, making sure this job is failing when trunk extension is enabled after that I will add depends-on: <grenade fix> on devstack patches and then recheck on testing patch 23:28
opendevreviewGhanshyam proposed openstack/devstack-plugin-ceph stable/stein: Moving the stable/rocky and older stable jobs to stable/stein  https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/81151023:59

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