Tuesday, 2022-03-01

opendevreviewSteve Baker proposed openstack/python-ironicclient master: Avoid using 'foo' as invalid JSON test data  https://review.opendev.org/c/openstack/python-ironicclient/+/83132700:46
stevebaker[m]This change would be a very easy review for someone ^^00:48
opendevreviewJacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI  https://review.opendev.org/c/openstack/sushy/+/83055301:36
opendevreviewJacob Anders proposed openstack/sushy master: Attempt using Redfish settings resource to get URI  https://review.opendev.org/c/openstack/sushy/+/83055301:38
*** pmannidi is now known as pmannidi|Lunch04:06
*** pmannidi|Lunch is now known as pmannidi04:55
opendevreviewJacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032206:20
rpittaugood morning ironic! o/07:54
arne_wiebalckGood morning, rpittau and Ironic!08:09
rpittauhey arne_wiebalck :)08:09
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83115908:31
dtantsuro/08:47
rpittauhey dtantsur :)08:48
opendevreviewRoman Popelka proposed openstack/ironic-tempest-plugin master: Ironic scenario manager cleanup  https://review.opendev.org/c/openstack/ironic-tempest-plugin/+/83116008:51
opendevreviewDmitry Tantsur proposed openstack/ironic master: [Trivial] Fix formatting in troubleshooting docs  https://review.opendev.org/c/openstack/ironic/+/83134809:23
opendevreviewJacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032209:53
opendevreviewMerged openstack/sushy master: Attempt using Redfish settings resource to get URI  https://review.opendev.org/c/openstack/sushy/+/83055309:53
opendevreviewJacob Anders proposed openstack/sushy master: Re-trying InsertMedia call with TransferProtocolType if required  https://review.opendev.org/c/openstack/sushy/+/83032209:55
opendevreviewDmitry Tantsur proposed openstack/ironic master: Troubleshooting guide: node locked error  https://review.opendev.org/c/openstack/ironic/+/83135110:00
dtantsurI'm surprised we don't have ^^^ yet10:00
dtantsurarne_wiebalck: as an operator, you review is very welcome ^^^10:01
MahnoorAsgharo/10:08
arne_wiebalckdtantsur: uh, that is awesome, thanks!10:14
arne_wiebalckdtantsur: I was just having one of these yesterday or so.10:14
arne_wiebalckdtantsur: from what I remember, there are situations where a conductor restart is necessary to release the lock, no?10:15
dtantsurarne_wiebalck: if it's hopelessly stuck, yes. I think we cover it somewhere in the same document though.10:15
arne_wiebalckdtantsur: maybe good to reference it as a last resort with warning signs around it10:16
dtantsuryeah, lemme do it10:16
arne_wiebalckdtantsur: cool, thanks!10:16
opendevreviewDmitry Tantsur proposed openstack/ironic master: Troubleshooting guide: node locked error  https://review.opendev.org/c/openstack/ironic/+/83135110:21
dtantsurarne_wiebalck: ^^10:21
opendevreviewJacob Anders proposed openstack/sushy master: Follow up to Attempt using Redfish settings resource to get URI  https://review.opendev.org/c/openstack/sushy/+/83135510:32
opendevreviewDmitry Tantsur proposed openstack/ironic master: Troubleshooting guide: node locked error  https://review.opendev.org/c/openstack/ironic/+/83135110:44
iurygregorygood morning Ironic o/11:31
jandershey iurygregory o/11:33
iurygregoryo/11:33
TheJuliagood morning14:05
dtantsurmorning TheJulia 14:10
* arne_wiebalck moved our Ironic deployment to Secure RBAC ... kind of 14:23
iurygregorygood morning TheJulia 14:26
rpittaugood morning TheJulia :)14:26
arne_wiebalcksystem_scope not enforced, but new defaults plus yaml instead of json14:34
TheJuliayaml override policies?14:46
arne_wiebalckyep15:03
opendevreviewMahnoor Asghar proposed openstack/ironic master: [WIP] Create API documentation from docstrings  https://review.opendev.org/c/openstack/ironic/+/82720015:04
arne_wiebalckwe have the hardware colleagues which need access to the API without being OpenStack wide admins15:05
arne_wiebalckthis is one of the things we define there15:05
rlooarne_wiebalck: ditto with us. On my list to use secure RBAC too. Any gotchas?15:06
arne_wiebalckrloo: we have nova use a specific account in project scope, we needed to account for this (I did not want to change Ironic and Nova at the same time)15:08
arne_wiebalckrloo: moving to system scope may also need some coordination between various projects in our deployment, so this has been postponed15:08
arne_wiebalckrloo: if there are multiple policy files, like an old yaml, this can create confusion15:09
rlooarne_wiebalck: thx, good to know!15:09
arne_wiebalckrloo: equally, if you start with a generated one which was created before TheJulia 's patch to the oslo sample generator15:09
arne_wiebalckrloo: a generated policy file15:09
opendevreviewMerged openstack/ironic master: Add more sources to redfish firmware upgrade  https://review.opendev.org/c/openstack/ironic/+/82278115:10
rloowe have policy files from ocata... 15:10
arne_wiebalckrloo: some rules are only in code (by design), but this did not fit with us, so I touched this as well :)15:10
opendevreviewMerged openstack/ironic master: Add known issue for iDRAC Swift firmware update  https://review.opendev.org/c/openstack/ironic/+/82278215:10
arne_wiebalckrloo: as these cannot be overridden from what I saw, e.g. list_all is system scope15:11
arne_wiebalckrloo: there is also an issue with relying on default rules, at least for us15:11
rloohmm, the rules in code will be the hard ones to get around, err, i mean deal with. ha ha.15:11
arne_wiebalckrloo: somehow the code was falling back to the old defaults, so I put the new defaults in the file15:12
rloothat... doesn't sound good.15:12
arne_wiebalckrloo: but then oslo complained these are redundant, so I removed them, which made it fall back on the old ones ...15:12
rloosigh15:13
arne_wiebalckrloo: in the end, I slightly modified the rule, so it looks new and not default and everyone is happy :-D15:13
rloowhich release? I'm looking at using it in wallaby.15:13
arne_wiebalckrloo: I would recommend a lot of testing15:13
arne_wiebalckrloo: our nova (stein) removes nodes when access to Ironic is denied, this is why I tried to be cautious15:14
arne_wiebalckrloo: this is all on wallaby for Ironic15:14
rloooh right, you had mentioned that about nova, before.15:14
arne_wiebalckrloo: no Ironic is ok, but permission denied removes nodes ... which kind of makes sense15:14
rloowe're using all wallaby... 15:15
arne_wiebalckrloo: but is no fun when it removes a few thousand nodes and their allocations15:15
rlooyeah, no fun removing one, let alone thousands. sigh.15:15
arne_wiebalckrloo: after stein, nova has a tool to fix the allocations ... but our nova is just too old for this 15:16
arne_wiebalckrloo: the good thing is, we should be able to give projects now access to see "their" nodes15:16
arne_wiebalckrloo: even if not instantiated15:17
rlooyeah, that'll be awesome.15:17
TheJuliaarne_wiebalck: did you file a bug against oslo.policy for the duplicate complaint?16:40
arne_wiebalckTheJulia: not yet, I will try to reproduce this in our qa env and if I can file a bug 16:43
TheJuliaarne_wiebalck: okay, I spoke with some or our folks about it yesterday and the issue I was looking at last week. I think we may end up having to head in a little different of a path or several paths simultaneously 16:44
TheJuliabut, To be determined16:44
arne_wiebalckTheJulia: with regards to policy generation and deprecated policies?16:48
TheJuliaarne_wiebalck: yes16:52
TheJuliasince there is a feature expected for horizon translation16:53
opendevreviewJulia Kreger proposed openstack/sushy master: Fix session authentication issues  https://review.opendev.org/c/openstack/sushy/+/82132417:24
rpittaugood night! o/17:32
TheJuliagoodnight rpittau 17:32
arne_wiebalckTheJulia: seems I can reproduce in qa, I have filed https://bugs.launchpad.net/oslo.policy/+bug/1962602 now17:38
TheJuliaarne_wiebalck: thanks17:39
arne_wiebalckbye everyone o/18:02
opendevreviewRadosław Piliszek proposed openstack/tenks master: [CI] Stop overriding default python  https://review.opendev.org/c/openstack/tenks/+/83143418:37
opendevreviewRadosław Piliszek proposed openstack/tenks master: [WIP] Add Debian support  https://review.opendev.org/c/openstack/tenks/+/83067518:37
opendevreviewRadosław Piliszek proposed openstack/tenks master: [WIP] Add Debian support  https://review.opendev.org/c/openstack/tenks/+/83067518:53
dtantsuro/19:00
jandersgood morning Ironic o/20:11
TheJuliajanders: your up early20:12
TheJuliaAnd good morning!20:12
jandershey TheJulia :) 20:12
jandersyes I am :)20:12
janderslooking for a second review for https://review.opendev.org/c/openstack/sushy/+/831355 (it's a very small/simple patch) if anyone has time20:13
TheJuliaI can likely take a look in a little bit20:13
jandersthank you :)20:15
TheJuliajanders: shoudl we have a unit test enhancement to ensure that on a empty response we still have saved an etag?20:16
janders(just refreshing my memory of how it was done prior to my changes)20:23
*** dtantsur_ is now known as dtantsur20:24

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