*** rloo has quit IRC | 00:00 | |
*** k_mouza has quit IRC | 00:01 | |
TheJulia | stevebaker: inbound | 00:18 |
---|---|---|
openstackgerrit | Julia Kreger proposed openstack/ironic master: DNM: Exploring DB performance on long running queries https://review.opendev.org/c/openstack/ironic/+/788854 | 00:18 |
*** rh-jelabarre has quit IRC | 01:05 | |
*** k_mouza has joined #openstack-ironic | 01:07 | |
*** k_mouza has quit IRC | 01:11 | |
*** trandles has quit IRC | 01:17 | |
*** k_mouza has joined #openstack-ironic | 01:39 | |
*** k_mouza has quit IRC | 01:43 | |
*** gyee has quit IRC | 02:06 | |
*** mkrai has joined #openstack-ironic | 02:56 | |
*** rcernin has quit IRC | 03:03 | |
*** rcernin has joined #openstack-ironic | 03:34 | |
*** rcernin has quit IRC | 03:38 | |
*** mkrai has quit IRC | 03:47 | |
*** mkrai has joined #openstack-ironic | 04:01 | |
*** rcernin has joined #openstack-ironic | 04:08 | |
*** tzumainn has quit IRC | 04:26 | |
*** uzumaki has joined #openstack-ironic | 04:38 | |
*** hoonetorg has quit IRC | 06:41 | |
arne_wiebalck | Good morning, ironic! | 06:45 |
*** pmannidi has quit IRC | 06:54 | |
*** pmannidi has joined #openstack-ironic | 07:01 | |
iurygregory | good morning arne_wiebalck and ironic o/ | 07:02 |
iurygregory | happy friday | 07:02 |
arne_wiebalck | hey iurygregory o/ | 07:04 |
*** ricolin has quit IRC | 07:18 | |
*** rpittau|afk is now known as rpittau | 07:24 | |
rpittau | good morning ironic! o/ | 07:24 |
rpittau | Happy Friday! | 07:24 |
*** uzumaki has quit IRC | 07:29 | |
*** ociuhandu has joined #openstack-ironic | 07:29 | |
*** ociuhandu has quit IRC | 07:38 | |
iurygregory | morning rpittau o/ | 07:43 |
rpittau | hey iurygregory :0 | 07:43 |
rpittau | s/0/\) | 07:43 |
*** ociuhandu has joined #openstack-ironic | 07:48 | |
iurygregory | hehehe | 07:50 |
*** mkrai has quit IRC | 07:53 | |
*** rcernin has quit IRC | 07:56 | |
*** ociuhandu_ has joined #openstack-ironic | 07:59 | |
*** ociuhandu has quit IRC | 08:02 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-python-agent stable/wallaby: Fix missing data in log messages https://review.opendev.org/c/openstack/ironic-python-agent/+/788774 | 08:02 |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-python-agent stable/victoria: Fix missing data in log messages https://review.opendev.org/c/openstack/ironic-python-agent/+/788775 | 08:03 |
rpittau | I don't think we have anything still running on bionic, but maybe better to double-check https://review.opendev.org/c/openstack/devstack/+/788754 | 08:06 |
rpittau | devstack dropping bionic support ^ | 08:07 |
*** lucasagomes has joined #openstack-ironic | 08:12 | |
*** tosky has joined #openstack-ironic | 08:21 | |
*** derekh has joined #openstack-ironic | 08:22 | |
*** mkrai has joined #openstack-ironic | 08:30 | |
*** uzumaki has joined #openstack-ironic | 08:54 | |
cenne | morning! | 08:58 |
arne_wiebalck | rpittau: I found the logging issue :) | 09:05 |
arne_wiebalck | cenne: good morning o/ | 09:05 |
cenne | :) | 09:05 |
arne_wiebalck | rpittau: the line in https://review.opendev.org/c/openstack/ironic-python-agent/+/788211/2/ironic_python_agent/burnin.py#35 is garbled :-S | 09:06 |
arne_wiebalck | rpittau: not sure what oslo does with it, but certainly not print what I wanted :-D | 09:07 |
iurygregory | morning cenne o/, I will try to take a look at your patches today =) | 09:10 |
cenne | awesome! that would b great. | 09:10 |
cenne | and coincidentally i tink they might be now close to working, so it's a fine time to. | 09:11 |
cenne | and and woohoo! the tests caught something. | 09:11 |
cenne | Now I get it! | 09:11 |
cenne | fixed my first issue caught by the test i wrote. :) | 09:12 |
iurygregory | \o/ | 09:12 |
iurygregory | congrats! | 09:12 |
cenne | thank you ^^ | 09:13 |
cenne | and everyone involved, for the learning opportunity. | 09:14 |
*** k_mouza has joined #openstack-ironic | 09:27 | |
rpittau | arne_wiebalck: do you have the actual logs? | 09:32 |
*** mraineri has quit IRC | 09:35 | |
rpittau | arne_wiebalck: I have the suspect you can't render the log message like that | 09:35 |
arne_wiebalck | rpittau: no, there are no logs, that was the problem | 09:36 |
arne_wiebalck | rpittau: the format string is missing a '%s' for starters | 09:36 |
rpittau | yeah, that for sure | 09:37 |
rpittau | have you tried just using a string with no parameters? | 09:37 |
arne_wiebalck | rpittau: and then I don't know what oslo does with *args as the 2nd param | 09:37 |
rpittau | I think you can't use *args | 09:37 |
arne_wiebalck | rpittau: yeah, I've all fixed meanwhile | 09:37 |
rpittau | ok | 09:37 |
arne_wiebalck | rpittau: new patch is up and working fine in my tests | 09:37 |
rpittau | cool :) | 09:37 |
arne_wiebalck | rpittau: https://review.opendev.org/c/openstack/ironic-python-agent/+/788211/ | 09:38 |
arne_wiebalck | rpittau: I am working on the memory one now, as a "patch chain", not sure I have done this before ... and hope I will screw up things badly ;) | 09:39 |
rpittau | :) | 09:39 |
arne_wiebalck | hope *not* ofc | 09:39 |
rpittau | yeah | 09:39 |
arne_wiebalck | :-D | 09:39 |
janders | good morning Ironic o/ | 09:40 |
arne_wiebalck | hey janders o/ | 09:40 |
rpittau | arne_wiebalck: just don't reuse the same commit/change-id and you'll be fine :) | 09:40 |
rpittau | hey janders :) | 09:40 |
janders | quick one: do you know how good is DNS support in BMCs these days? | 09:40 |
arne_wiebalck | rpittau: thanks, will check before uploading! | 09:40 |
janders | context: | 09:40 |
rpittau | this issue with centos7/python2 on ipa-builder is really puzzling..... | 09:40 |
janders | http://paste.openstack.org/show/804878/ | 09:41 |
janders | (I'm trying to test feeding vmedia images via https and not getting far, possibly due to this) | 09:41 |
iurygregory | hey janders o/ | 09:53 |
iurygregory | rpittau, you need more spoons for the issue centos7/py2? I can try to take a look later today | 09:54 |
rpittau | I found a workaround but I don't like it, at all | 09:55 |
iurygregory | =( | 09:58 |
*** dtantsur|afk is now known as dtantsur | 10:01 | |
dtantsur | morning ironic | 10:01 |
dtantsur | TheJulia: nice! (re index sizes) | 10:01 |
dtantsur | I'm a bit tired today, are we having a SPUC or do we skip this time? | 10:03 |
janders | we can do a short one if you like? | 10:04 |
janders | https://redhat.bluejeans.com/772893798 | 10:04 |
janders | was wrestling my webcam - some app was locking it | 10:05 |
dtantsur | arne_wiebalck, rpittau, iurygregory, ajya ^^^ | 10:06 |
iurygregory | in a few i will join | 10:07 |
*** ociuhandu_ has quit IRC | 10:08 | |
*** ociuhandu has joined #openstack-ironic | 10:08 | |
*** mkrai has quit IRC | 10:11 | |
*** k_mouza has quit IRC | 10:15 | |
openstackgerrit | Riccardo Pittau proposed openstack/ironic-python-agent-builder master: Fix python2 compatible ipa creations https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/788804 | 10:17 |
*** ociuhandu has quit IRC | 10:17 | |
rpittau | now this ^ should keep python 2 alive, hopefully | 10:17 |
rpittau | oh SPUC | 10:18 |
iurygregory | yup :D | 10:18 |
*** k_mouza has joined #openstack-ironic | 10:19 | |
* arne_wiebalck is charged with lunch preparation duties today, so will miss SPUC | 10:21 | |
iurygregory | oh =( | 10:21 |
*** ociuhandu has joined #openstack-ironic | 10:21 | |
*** ociuhandu has quit IRC | 10:21 | |
*** ociuhandu has joined #openstack-ironic | 10:41 | |
*** uzumaki has quit IRC | 10:43 | |
*** ociuhandu has quit IRC | 10:47 | |
ajya | I assume SPUC is over, was in another call | 10:56 |
rpittau | ajya: yeah, we finished 10 minutes ago :/ | 11:00 |
*** PrinzElvis has quit IRC | 11:01 | |
*** dtantsur is now known as dtantsur|brb | 11:05 | |
openstackgerrit | Arne Wiebalck proposed openstack/ironic-python-agent master: Burn-in: Add CPU step https://review.opendev.org/c/openstack/ironic-python-agent/+/788211 | 11:28 |
janders | I'm trying to attach virtualmedia to r640's iDRAC and while it attaches if I specify IP in the URL, it doesn't seem to like using a DNS name. Further to this "racadm ping" doesn't seem to like hostnames either http://paste.openstack.org/show/804878/ | 11:30 |
janders | are there any limitations to using DNS names from the iDRAC level? It does have a DNS server configured so one would think it shouldn't care | 11:31 |
janders | hoping for some hints from our Dell colleagues... ajya? rpioso? Thanks! | 11:31 |
*** sshnaidm is now known as sshnaidm|off | 11:59 | |
*** rh-jelabarre has joined #openstack-ironic | 12:04 | |
ajya | janders: not that I'm aware of, but it could be that this module does not use DNS. (cc: rpioso) | 12:07 |
janders | thank you ajya | 12:12 |
janders | I will provide more context (getting screenshots) - racadm ping not working with DNS is not a problem on it's own | 12:12 |
cenne | hi everyone, zuul is giving an error, but i can't replicate it in my local tests. | 12:13 |
cenne | are the tests online and the ones locally run different? | 12:13 |
cenne | https://zuul.opendev.org/t/openstack/build/362e59c7092249c98f11fa1d164c2a76 | 12:14 |
cenne | when i run `tox -epy38` locally, everything seems fine. | 12:15 |
janders | ajya what would be a good equivalent of http://paste.openstack.org/ for screenshots that would be convenient for you and rpioso to use? | 12:18 |
janders | (I can email them or drop them in my google pics if nothing else) | 12:18 |
cenne | ffsend? | 12:21 |
*** ociuhandu has joined #openstack-ironic | 12:21 | |
openstackgerrit | Merged openstack/ironic-python-agent stable/victoria: Fix missing data in log messages https://review.opendev.org/c/openstack/ironic-python-agent/+/788775 | 12:24 |
openstackgerrit | Merged openstack/ironic-python-agent master: Fix getting memory size in some lshw output https://review.opendev.org/c/openstack/ironic-python-agent/+/788588 | 12:25 |
openstackgerrit | Arne Wiebalck proposed openstack/ironic-python-agent master: Burn-in: Add memory step https://review.opendev.org/c/openstack/ironic-python-agent/+/788941 | 12:25 |
ajya | janders: whatever works for you and don't need accounts created for me :) | 12:25 |
iurygregory | cenne, weird .-. let me test locally to see | 12:27 |
cenne | okay.. yes please. thanks | 12:27 |
*** dtantsur|brb is now known as dtantsur | 12:28 | |
*** ociuhandu has quit IRC | 12:29 | |
iurygregory | weird I can't reproduce locally .-. maybe zuul is pulling another set of requirements.... | 12:33 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent stable/wallaby: Fix getting memory size in some lshw output https://review.opendev.org/c/openstack/ironic-python-agent/+/788921 | 12:33 |
janders | ajya rpioso attempt to attach vmedia with DNS name in URL fails: https://photos.app.goo.gl/UNehASPXAU94sx489 but with IP in URL it works: https://photos.app.goo.gl/xKqekpeMGqjoJAi88 is this expected? | 12:33 |
janders | any hints would be very welcome - thanks! :) | 12:34 |
janders | that "racadm ping" test from the iDRAC was an attempt to see if DNS resolution is working on this iDRAC at all (it should, it's got a DNS configured) to troubleshoot the vmedia problem | 12:36 |
*** mraineri has joined #openstack-ironic | 12:37 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Deploy interface that fully relies on custom deploy steps https://review.opendev.org/c/openstack/ironic/+/786033 | 12:38 |
dtantsur | iurygregory: now with a release note ^^^ | 12:38 |
iurygregory | dtantsur, I was ok with a follow-up just fyi =) | 12:39 |
iurygregory | +2 | 12:39 |
dtantsur | sure, I understand, just didn't want to leave anything behind | 12:40 |
iurygregory | tks! | 12:40 |
*** dhellmann_ has joined #openstack-ironic | 12:41 | |
*** dhellmann has quit IRC | 12:41 | |
dtantsur | janders: mmm, nice: https://wiki.qemu.org/ChangeLog/6.0#NVMe | 12:42 |
iurygregory | I need my lunch =( I ordered after SPUC, more than 1hr delayed D: | 12:42 |
*** dhellmann_ is now known as dhellmann | 12:42 | |
dtantsur | oh | 12:42 |
cenne | aww. | 12:45 |
* cenne sends iurygregory inaginary chocolate bar | 12:46 | |
iurygregory | now i'm more hungry hehe | 12:46 |
cenne | c: sorry. | 12:47 |
iurygregory | no worries :D | 12:47 |
iurygregory | I have chocolate, but I will only eat after my lunch | 12:47 |
cenne | ohh. good call. | 12:49 |
cenne | try water in the meantime, sometimes works for me. | 12:49 |
iurygregory | 1.5L already gone :D | 12:50 |
iurygregory | 5min \o/ I'll survive | 12:50 |
cenne | :) | 12:50 |
cenne | yey. | 12:50 |
dtantsur | iurygregory: while you have 5 minutes, could you check https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/788804/ ? | 12:59 |
iurygregory | dtantsur, done | 13:00 |
dtantsur | thx | 13:00 |
TheJulia | good morning | 13:10 |
dtantsur | happy Friday TheJulia | 13:10 |
rpittau | good morning TheJulia :) | 13:10 |
TheJulia | \o/ friday | 13:10 |
*** paras333 has joined #openstack-ironic | 13:10 | |
*** rloo has joined #openstack-ironic | 13:11 | |
TheJulia | Coffee is brewing | 13:12 |
janders | dtantsur awesome! :) (regarding virt NVMe) | 13:14 |
janders | have a great weekend everyone, I will see you on Tuesday (long weekend here in Queensland) | 13:14 |
TheJulia | enjoy the long weekend! | 13:16 |
rpittau | bye janders, enjoy! :) | 13:16 |
janders | thank you TheJulia rpittau :) | 13:16 |
cenne | gb | 13:16 |
iurygregory | bye janders o/ | 13:18 |
iurygregory | good morning TheJulia =) | 13:18 |
dtantsur | ffs, I'm trying to write a blog post and words simply don't come together | 13:24 |
*** dhellmann has quit IRC | 13:24 | |
TheJulia | That is how I've been feeling this week | 13:26 |
TheJulia | But a lot of it has been interruptions | 13:26 |
*** lmcgann has joined #openstack-ironic | 13:28 | |
dtantsur | yeah. I'm relatively free today, but just cannot produce a single coherent sentence.. | 13:29 |
* dtantsur is close to declaring verbal bankruptcy | 13:30 | |
TheJulia | dtantsur: iscsi during sprint 2? | 13:33 |
TheJulia | or sprint1 ? | 13:33 |
TheJulia | code bankruptcy may not have yet been reached | 13:34 |
dtantsur | TheJulia: I'm planning to start it soon, but since it's not a priority for me, it will likely stretch into S2 | 13:34 |
TheJulia | ack | 13:34 |
dtantsur | but good call, I may do some code/CI removal today | 13:34 |
TheJulia | Just a thought :) | 13:34 |
dtantsur | unfortunately, it means that the meetup summary is delayed again | 13:34 |
TheJulia | I've got a half typed ptg summary which I keep looking at and going "that is too many words" | 13:35 |
dtantsur | heh | 13:35 |
*** dhellmann has joined #openstack-ironic | 13:35 | |
cenne | dtantsur: can you look into the patch when you are in review mode https://review.opendev.org/c/openstack/openstacksdk/+/785753 | 13:39 |
dtantsur | sure | 13:40 |
cenne | zuul seems mostly happy now. | 13:40 |
cenne | just a doc issue it has noted that i'm fixing now. | 13:40 |
*** tzumainn has joined #openstack-ironic | 13:41 | |
openstackgerrit | Merged openstack/ironic stable/stein: Lazy-load node details from the DB https://review.opendev.org/c/openstack/ironic/+/785969 | 13:48 |
*** bburns has quit IRC | 13:50 | |
*** bburns has joined #openstack-ironic | 13:53 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Stop testing the iscsi deploy interface https://review.opendev.org/c/openstack/ironic/+/788955 | 13:54 |
iurygregory | TheJulia, you need help with the summary? | 14:02 |
openstackgerrit | Julia Kreger proposed openstack/ironic-specs master: Xena themes https://review.opendev.org/c/openstack/ironic-specs/+/784143 | 14:02 |
TheJulia | iurygregory: I would really like someone else to take it on. I can share what I've got so far | 14:03 |
iurygregory | TheJulia, ++ =) | 14:04 |
iurygregory | I will be happy to help | 14:04 |
TheJulia | stevebaker: so re-ran my test with a cooler office... completed full retrieval in 867.811. The absolute fastest I've seen it previously is 933 seconds, averating more towards 1000 seconds. | 14:05 |
* TheJulia wonders if we build "incomplete" objects how much time would be saved so every object field doesn't get loaded | 14:06 | |
TheJulia | iurygregory: https://etherpad.opendev.org/p/ironic-xena-ptg-summary | 14:07 |
TheJulia | I was just going down the notes and trying to type high-ish level things | 14:07 |
TheJulia | ugh, already starting to get warmer in the home office. The hot weather season has arrived | 14:08 |
iurygregory | TheJulia, tks I will take a look o | 14:09 |
iurygregory | o/ | 14:09 |
TheJulia | Thanks | 14:09 |
* TheJulia gets more coffee | 14:09 | |
rpittau | bye everyone have a great weekend! o/ | 14:10 |
*** rpittau is now known as rpittau|afk | 14:10 | |
openstackgerrit | Merged openstack/ironic-python-agent stable/wallaby: Fix missing data in log messages https://review.opendev.org/c/openstack/ironic-python-agent/+/788774 | 14:11 |
*** k_mouza has quit IRC | 14:14 | |
*** dhellmann has quit IRC | 14:16 | |
openstackgerrit | Merged openstack/ironic-python-agent-builder master: Fix python2 compatible ipa creations https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/788804 | 14:23 |
*** k_mouza has joined #openstack-ironic | 14:28 | |
*** timeu has quit IRC | 14:30 | |
cenne | fixed docs | 14:31 |
*** trandles has joined #openstack-ironic | 14:41 | |
*** rcernin has joined #openstack-ironic | 14:48 | |
*** rcernin has quit IRC | 14:52 | |
*** k_mouza has quit IRC | 14:52 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Import deployment logic from ironic-lib https://review.opendev.org/c/openstack/ironic-python-agent/+/788964 | 14:55 |
dtantsur | kaboom! | 14:56 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-lib master: Stop testing the iscsi deploy interface https://review.opendev.org/c/openstack/ironic-lib/+/788968 | 15:06 |
*** ajya is now known as ajya|afk | 15:08 | |
*** hoonetorg has joined #openstack-ironic | 15:10 | |
*** k_mouza has joined #openstack-ironic | 15:12 | |
*** trandles has quit IRC | 15:13 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent-builder master: Stop testing the iscsi deploy interface https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/788971 | 15:14 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: Stop testing the iscsi deploy interface https://review.opendev.org/c/openstack/ironic-python-agent/+/788973 | 15:17 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-inspector master: Trivial: remove an ancient option from the CI https://review.opendev.org/c/openstack/ironic-inspector/+/788974 | 15:19 |
*** trandles has joined #openstack-ironic | 15:21 | |
openstackgerrit | Dmitry Tantsur proposed openstack/metalsmith master: Stop testing the iscsi deploy interface https://review.opendev.org/c/openstack/metalsmith/+/788975 | 15:21 |
TheJulia | It occurs to me, this simplifies privsep stuffs | 15:23 |
dtantsur | the iscsi removal? quite likely | 15:23 |
TheJulia | yeah | 15:23 |
* TheJulia gets out the gerrit cookies | 15:25 | |
openstackgerrit | Dmitry Tantsur proposed openstack/bifrost master: Remove support for the iscsi deploy https://review.opendev.org/c/openstack/bifrost/+/788976 | 15:25 |
* dtantsur is in the destroy mode! | 15:26 | |
*** k_mouza has quit IRC | 15:26 | |
*** k_mouza has joined #openstack-ironic | 15:26 | |
dtantsur | I have a hobby: sometimes I grep ironic code for release names to find things that were supposed to be removed cycles ago :) | 15:30 |
dtantsur | okay, we do have "remove in Rocky", niiice :) | 15:31 |
iurygregory | hehehehe | 15:32 |
*** gyee has joined #openstack-ironic | 15:32 | |
dtantsur | "... will be removed in the Pike release" \o/ | 15:32 |
dtantsur | I need to go deeper | 15:33 |
dtantsur | "Should be removed once the Mitaka release starts." \o/ \o/ \o/ | 15:34 |
dtantsur | the funniest thing is, I don't think this ^^ can be removed yet | 15:35 |
*** paras333 has quit IRC | 15:47 | |
*** uzumaki has joined #openstack-ironic | 15:49 | |
*** mkrai has joined #openstack-ironic | 15:57 | |
*** lucasagomes has quit IRC | 16:00 | |
* TheJulia builds the ironic website | 16:02 | |
TheJulia | yeah, we have a few of those | 16:02 |
TheJulia | and we also have stuff where we thought we would, and realized that might be bad.... | 16:02 |
TheJulia | Anyone have anything to point to from the ironicbaremetal.org blog? | 16:21 |
TheJulia | I'm putting the videos in now | 16:21 |
JayF | any content I have (mainly a youtube playlist of my presentations at summits) is pretty outta date | 16:22 |
TheJulia | I'm still thinking of a list of older videos | 16:22 |
JayF | https://www.youtube.com/playlist?list=PLAaidPB2KEG_cT70j_fGFWSqIu5Dd8D4a I'd maybe suggest a direct link to the latest one, but omit the one on cleaning (because it describes our downstream 'decommissioning' before Ironic cleaning existed) | 16:23 |
* TheJulia starts an etherpad | 16:25 | |
TheJulia | https://etherpad.opendev.org/p/ironic-media | 16:25 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: Clean up deprecated features of the agent deploy https://review.opendev.org/c/openstack/ironic/+/788983 | 16:26 |
dtantsur | now that I satisfied my desire for destruction, I'm wishing you a great weekend | 16:26 |
*** dtantsur is now known as dtantsur|afk | 16:27 | |
dtantsur|afk | o/ | 16:27 |
JayF | o/ | 16:27 |
JayF | have a good one | 16:27 |
*** mkrai has quit IRC | 16:33 | |
TheJulia | o/ | 16:41 |
*** k_mouza has quit IRC | 16:44 | |
arne_wiebalck | TheJulia: I put some things on the etherpad, basically all we have done in terms of videos/posts about Ironic in the past 2-3 years or so. Not sure any (or even all) of it needs to go the website ... have a look :) | 16:59 |
arne_wiebalck | Bye everyone, have a good week-end o/ | 16:59 |
TheJulia | o/ | 16:59 |
*** ociuhandu has joined #openstack-ironic | 17:03 | |
*** ociuhandu has quit IRC | 17:07 | |
TheJulia | SPUC? | 17:10 |
NobodyCam | Good morning Ironic folks | 17:29 |
NobodyCam | and ofc | 17:29 |
NobodyCam | Happy Friday! | 17:29 |
cenne | Hood morning! | 17:29 |
JayF | NobodyCam: SPUC? | 17:29 |
JayF | cenne: you should feel free to join too if you liek | 17:30 |
NobodyCam | morning cenne | 17:31 |
NobodyCam | morning JayF | 17:31 |
JayF | o/ | 17:31 |
NobodyCam | maybe: Serial Peripheral Unit Controller | 17:31 |
JayF | sanity preservation unconference | 17:33 |
JayF | a meeting where we talk about anything in an attempt to preserve sanity | 17:34 |
cenne | hehe | 17:34 |
NobodyCam | ahhh | 17:34 |
JayF | 5PM UTC https://bluejeans.com/250125662 | 17:34 |
JayF | we're in here for another 26 minutes | 17:34 |
cenne | oh is it zoom or something? | 17:34 |
JayF | bluejeans is the better verizon of zoom | 17:35 |
JayF | lol | 17:35 |
cenne | got it. sorry, i'm a bit busy on irc rn, won't be able to join this one. | 17:35 |
cenne | + i'm camera shy.. | 17:35 |
JayF | cameras are 1000000% optional (but so is the meeting so you-do-you) | 17:36 |
cenne | ok thanks JayF! | 17:41 |
*** uzumaki has quit IRC | 18:04 | |
*** lbragstad_ has quit IRC | 18:04 | |
*** fdegir has quit IRC | 18:04 | |
*** priteau has quit IRC | 18:04 | |
*** hjensas has quit IRC | 18:04 | |
*** akahat|ruck has quit IRC | 18:04 | |
*** uzumaki has joined #openstack-ironic | 18:07 | |
*** lbragstad_ has joined #openstack-ironic | 18:07 | |
*** fdegir has joined #openstack-ironic | 18:07 | |
*** priteau has joined #openstack-ironic | 18:07 | |
*** hjensas has joined #openstack-ironic | 18:07 | |
*** akahat|ruck has joined #openstack-ironic | 18:07 | |
*** gouthamr has quit IRC | 18:08 | |
*** gouthamr has joined #openstack-ironic | 18:09 | |
*** thiagop has joined #openstack-ironic | 18:43 | |
*** thiagop is now known as outbrito | 18:43 | |
*** hoonetorg has quit IRC | 18:44 | |
*** rcernin has joined #openstack-ironic | 18:48 | |
*** hoonetorg has joined #openstack-ironic | 18:51 | |
*** rcernin has quit IRC | 18:53 | |
*** bburns has quit IRC | 19:50 | |
*** bburns has joined #openstack-ironic | 19:50 | |
*** mraineri has quit IRC | 20:43 | |
*** rcernin has joined #openstack-ironic | 20:48 | |
*** rcernin has quit IRC | 20:53 | |
*** paras333 has joined #openstack-ironic | 21:29 | |
*** lmcgann has quit IRC | 21:31 | |
*** paras333 has quit IRC | 21:34 | |
*** hoonetorg has quit IRC | 21:34 | |
*** erbarr has quit IRC | 21:37 | |
*** erbarr has joined #openstack-ironic | 21:40 | |
*** hoonetorg has joined #openstack-ironic | 21:44 | |
*** derekh has quit IRC | 21:44 | |
*** zzzeek has quit IRC | 21:55 | |
*** zzzeek has joined #openstack-ironic | 21:58 | |
NobodyCam | off the wall question, anyone leveraged conductor groups in Bifrost? | 22:03 |
JayF | I don't use bifrost. Also I think I'm one of the only folks active this late UTC :D | 22:04 |
cenne | i'm heading to bed too. | 22:07 |
*** outbrito has quit IRC | 22:09 | |
*** paras333 has joined #openstack-ironic | 22:27 | |
openstackgerrit | Merged openstack/ironic-python-agent-builder master: Create tcedir with correct permissions https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/785884 | 22:34 |
*** k_mouza has joined #openstack-ironic | 22:44 | |
*** zzzeek has quit IRC | 22:44 | |
TheJulia | NobodyCam: not that I'ma ware of, it is not a field in the ansible modules to pass through to the sdk | 22:45 |
TheJulia | NobodyCam: I mean, if set via cli, they should be usable... | 22:45 |
NobodyCam | sweet | 22:46 |
NobodyCam | Thank you JayF and TheJulia | 22:46 |
*** zzzeek has joined #openstack-ironic | 22:47 | |
*** k_mouza has quit IRC | 22:49 | |
*** rloo has quit IRC | 22:51 | |
*** bfournie has quit IRC | 22:52 | |
*** paras333 has quit IRC | 22:57 | |
*** derekh has joined #openstack-ironic | 23:16 | |
*** derekh has quit IRC | 23:17 | |
*** tosky has quit IRC | 23:31 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!