Earlier  
Posted Nick Remark
#openstack-nova - 2022-06-10
19:09:33 melwitt erlon: he is likely not around right now due to timezone, I think he is UTC+1 or thereabouts. but he'll get back to you when he sees it
19:16:58 erlon hmm, ok, Ill talk to him monday
20:30:17 sean-k-mooney[m] others can request the release
20:30:53 sean-k-mooney[m] i have done it several times you just need to ping me or sylvain to +1 it
20:31:09 sean-k-mooney[m] erlon what repo did you want a release of?
20:36:49 erlon sean-k-mooney[m]: nova, for the xena and yoga releases
20:40:27 sean-k-mooney[m] ok ill try and take a look on monday to see what we have pending and we can disucss it in the meeting on tuesday. im currently the release liasons person for nova but i have mainly just looked at the libs rather then nova itself https://github.com/openstack/releases/blob/master/data/release_liaisons.yaml#L90
20:41:07 sean-k-mooney[m] the process is the same we just look at the pending pataches and what has been merged since the last release
20:42:26 sean-k-mooney[m] it there is nothing urgent or close to merging we can just use the current head fo the stable branch for the new release else we will wait a day or two for them to land and use the sha of with the patch we were waiting for
20:44:15 sean-k-mooney[m] most of the release process is automated there are sctips in the relases repo and zuul jobs to do the actual release and tagging
20:46:32 sean-k-mooney[m] https://github.com/openstack/releases/blob/master/tools/new_release.sh is the automated way to create the release patch
20:46:40 sean-k-mooney[m] but its not hard to do it by hand
20:48:27 sean-k-mooney[m] the next release for yoga would use be 25.0.1 https://github.com/openstack/releases/blob/master/deliverables/yoga/nova.yaml
21:24:02 melwitt sean-k-mooney[m]: urgh, sorry I missed you as liaison. I looked around trying to find it documented somewhere and failed. I will bookmark that page
21:28:42 opendevreview melanie witt proposed openstack/nova master: privsep: Move qemu-img create calls under nova.privsep.qemu https://review.opendev.org/c/openstack/nova/+/826750
#openstack-nova - 2022-06-11
00:17:12 opendevreview melanie witt proposed openstack/nova master: privsep: Move qemu-img create calls under nova.privsep.qemu https://review.opendev.org/c/openstack/nova/+/826750
#openstack-nova - 2022-06-13
02:22:14 opendevreview anguoming proposed openstack/placement master: Remove unicode literal strings https://review.opendev.org/c/openstack/placement/+/845531
05:51:45 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
05:53:09 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
05:55:14 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
06:02:13 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
06:04:03 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
06:43:52 gibi gmann, dansmith: I missed the pings about the RBAC here from last week. Sorry for that I did not hang out on IRC
06:44:05 gibi overall I don't think we get much usefull feadback about RBAC
06:46:31 gibi there was one discussion that I can mention about the service role
06:47:33 gibi there it was expressed that some operators wants service specific service role
06:47:56 gibi like a role use only by cinder to talk to nova
06:48:11 gibi as this role could be defined pretty restrictively
06:48:28 gibi compared to a service role that is used by each service to talk to another service
06:48:50 gibi we agreed that this can be a later step in the service role work
06:50:36 gibi anther feedback here was that some operators want to define the a set of policy rules describing a service - service interaction from the client perspective
06:50:39 gibi e.g.
06:50:46 gibi cinder can define what action it wants to call on nova
06:50:57 gibi so the cinder tree there could be a policy file for that
06:51:11 gibi when cinder is installed
06:51:39 gibi that policy file needs to be copied to the policy.d of the nova
06:51:44 gibi to grant the access for cinder
08:31:56 gibi priteau: hi! thanks for the patch https://review.opendev.org/c/openstack/nova/+/845262 I'm +2 on it. Are you planning to backport this to stable branches too?
08:32:16 gibi bauzas: fyi ^^ a simple fix we agreed on last week in berlin ;)
08:32:49 opendevreview Takashi Kajinami proposed openstack/nova master: Retry attachment delete API call for 504 Gateway Timeout https://review.opendev.org/c/openstack/nova/+/845543
08:33:24 gibi sean-k-mooney: hi! Could you plug your +2 back to https://review.opendev.org/c/openstack/nova/+/829248 ? Thanks!
08:43:15 bauzas hello everyone
08:43:20 gibi Uggla: hi! I just started looking at your unshelve patch. Have you considered my comment about splitting it? https://review.opendev.org/c/openstack/nova/+/831507/11..13#message-9605cc5a2071898fa3da8d460761a3910f9bb55f
08:43:30 gibi bauzas: o/
08:43:36 bauzas gibi: hope you're good
08:43:59 gibi I'm on ~75% energy level
08:45:25 bauzas priteau: gibi: https://review.opendev.org/c/openstack/nova/+/845262 sent to the gate
08:45:31 gibi bauzas: thanks
08:45:42 bauzas agreed with you, we should backport it
08:45:43 gibi priteau: let me know your view on backporting. I can take it if you have not time for it
08:47:51 Uggla gibi, Hi. Yes I tried to split into 2 patches as you explained. But I had a lot of tests that failed. Mainly because az=None not handled correctly by the REST API part.
08:48:51 gibi Uggla: the first patch after the split should not alter the api behavior
08:49:10 Uggla gibi, trying to explain --> REST api and compute_api are "coupled". You need some code to handled the az=None case.
08:50:25 gibi ack. I think there should be a way to split it. But I haven't tried it so you have more info than me about the hardness of it
08:56:54 Uggla gibi, look at --> patchet 11 --> 12 is the attempt.
08:58:56 Uggla gibi, and the functional-py39 --> result.
08:59:10 Uggla gibi, https://zuul.opendev.org/t/openstack/build/7544a9e1f3804d068abcab1bcf199dc1
09:00:43 Uggla bauzas, gibi , so how was the summit ? Did you enjoy it ?
09:01:25 bauzas Uggla: yes and no, some Forum sessions were good while others were just presentations
09:01:49 bauzas at least it was productive discussions on hallways.
09:02:00 Uggla bauzas, did you meet operators as planned ?
09:07:10 bauzas yes
09:07:26 bauzas at the PTG, we won't unfortunately see them
09:07:39 bauzas it's a sad situation
09:08:13 bauzas I'd prefer operators and developers to be on the same venue
09:41:34 gibi Uggla: I think it is easy to fix the test failures in the split patches case https://review.opendev.org/c/openstack/nova/+/831507/comment/6d273ab6_17fa8e3f/
09:41:45 gibi Uggla: basically you redefined what new_az=None means
09:41:59 gibi so you have to adapt either the caller or the callee to translate
09:43:57 Uggla gibi, to be honest, I was lazy. I did no see the benefits to fix those tests in the first patch to then change them in the next one. :)
09:44:10 gibi the fix is not in the tests
09:44:19 gibi it is about how to split :)
09:44:27 gibi you need one extra line of code to support the splitting
09:44:51 gibi btw, in general patches > 1000 lines of change considered too big to review, hence my request to split
09:45:15 Uggla gibi, agree, I will try it again.
09:45:23 gibi I let you hints in the review
09:45:31 gibi s/let/left/
10:11:20 sean-k-mooney gibi: oh sure the pf mac patch
10:11:34 gibi sean-k-mooney: yepp that is gettin gold
10:11:36 gibi getting old
10:14:55 sean-k-mooney stephenfin: bauzas would either of ye care to be the second +2 on https://review.opendev.org/c/openstack/nova/+/829248 for gibi
10:15:06 gibi that would be much appreciated
10:15:29 sean-k-mooney im just looking at the nova status check https://review.opendev.org/c/openstack/nova/+/829248
10:16:14 sean-k-mooney do we want to mention the workaround option for FFU case
10:23:44 songwenping__ sean-k-mooney: do you have the lastest local.conf for both one controller node and two compute nodes deployed by devstack?
10:24:36 gibi sean-k-mooney: you mean in the upgrade check descrtiption?
10:24:36 sean-k-mooney songwenping: what do you mean by default your local.conf can basically be empty
10:24:57 sean-k-mooney songwenping: are you refering to in a ci job
10:25:17 sean-k-mooney gibi: https://review.opendev.org/c/openstack/nova/+/845262/2/nova/cmd/status.py#322
10:25:45 sean-k-mooney the status check shoudl take account of the workarounds config option to determin if its a warnign or error
10:26:05 sean-k-mooney and the message when it prints shoudl mention the workarounds config option too
10:26:47 songwenping sean-k-mooney: no, i'm plan to deploy develop env with one controller and two computes.
10:27:22 sean-k-mooney for FFU this might fail depending on when you run it
10:28:00 sean-k-mooney songwenping: oh you just want a refernce local.conf to use
10:28:08 songwenping yeah
10:28:30 sean-k-mooney i think i have one ya one sec
10:28:33 songwenping i donnot know the services to enable or disable
10:28:55 gibi sean-k-mooney: replied
10:33:31 sean-k-mooney songwenping: its really only on the compute that you need to overried the default services but ill paste the ones my ansible code generate
10:35:29 sean-k-mooney songwenping: https://paste.opendev.org/show/bBQ5w8E9neWknQ6fF3CO/
10:35:58 sean-k-mooney songwenping: those have mroe thigns set then you need to set but you can look at the enabled/disabeld services

Earlier   Later