*** k_mouza has quit IRC | 00:16 | |
*** rcernin has joined #openstack-ironic | 00:21 | |
*** rloo has joined #openstack-ironic | 00:36 | |
*** rloo has quit IRC | 00:38 | |
*** k_mouza has joined #openstack-ironic | 01:48 | |
*** k_mouza has quit IRC | 01:52 | |
*** priteau has quit IRC | 02:03 | |
*** rh-jelabarre has quit IRC | 02:21 | |
openstackgerrit | xinliang proposed openstack/ironic-python-agent-builder master: Fix build error on aarch64 https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/788388 | 02:30 |
---|---|---|
*** mkrai has joined #openstack-ironic | 03:46 | |
*** lmcgann has quit IRC | 03:55 | |
*** mkowalski has quit IRC | 04:42 | |
*** mkowalski has joined #openstack-ironic | 04:42 | |
*** mkrai_ has joined #openstack-ironic | 04:53 | |
*** mkrai has quit IRC | 04:54 | |
*** k_mouza has joined #openstack-ironic | 06:01 | |
*** k_mouza has quit IRC | 06:06 | |
*** tzumainn has quit IRC | 06:34 | |
*** gyee has quit IRC | 06:35 | |
*** mkrai_ has quit IRC | 06:35 | |
arne_wiebalck | Good morning, ironic! | 06:45 |
janders | good morning arne_wiebalck o/ | 06:56 |
arne_wiebalck | hey janders o/ | 06:57 |
dtantsur | TheJulia: not sure I get the context | 07:10 |
dtantsur | morning ironic | 07:10 |
dtantsur | is anyone already looking in the new sqlalchemy? https://review.opendev.org/c/openstack/requirements/+/788339 | 07:11 |
dtantsur | nvm, it's probably in oslo | 07:12 |
*** rcernin has quit IRC | 07:25 | |
*** rpittau|afk is now known as rpittau | 07:36 | |
rpittau | good morning ironic! o/ | 07:36 |
iurygregory | good morning ironic o/ | 07:37 |
janders | good morning dtantsur rpittau iurygregory | 07:39 |
rpittau | hey janders :) | 07:40 |
*** k_mouza has joined #openstack-ironic | 07:45 | |
*** k_mouza has quit IRC | 07:50 | |
openstackgerrit | Merged openstack/ironic-python-agent master: [trivial] Add versions to wallaby release notes https://review.opendev.org/c/openstack/ironic-python-agent/+/787688 | 07:52 |
iurygregory | janders, o/ | 07:54 |
janders | good morning iurygregory o/ | 07:54 |
*** derekh has joined #openstack-ironic | 08:01 | |
*** lucasagomes has joined #openstack-ironic | 08:03 | |
*** ociuhandu has joined #openstack-ironic | 08:15 | |
*** rcernin has joined #openstack-ironic | 08:21 | |
*** ociuhandu has quit IRC | 08:25 | |
*** ociuhandu has joined #openstack-ironic | 08:26 | |
*** k_mouza has joined #openstack-ironic | 08:30 | |
*** ociuhandu has quit IRC | 08:32 | |
*** rcernin has quit IRC | 08:32 | |
*** ociuhandu has joined #openstack-ironic | 08:41 | |
*** bnemec has quit IRC | 08:48 | |
*** bnemec has joined #openstack-ironic | 08:49 | |
*** mkrai has joined #openstack-ironic | 08:53 | |
openstackgerrit | Merged openstack/sushy master: Implement fallback method for virtual media https://review.opendev.org/c/openstack/sushy/+/787859 | 09:00 |
openstackgerrit | Dmitry Tantsur proposed openstack/sushy stable/wallaby: Implement fallback method for virtual media https://review.opendev.org/c/openstack/sushy/+/788274 | 09:02 |
openstackgerrit | Dmitry Tantsur proposed openstack/sushy stable/victoria: Implement fallback method for virtual media https://review.opendev.org/c/openstack/sushy/+/788275 | 09:03 |
*** mkowalski has quit IRC | 09:09 | |
*** mkowalski has joined #openstack-ironic | 09:11 | |
*** dhellmann has quit IRC | 09:17 | |
*** dhellmann has joined #openstack-ironic | 09:17 | |
*** k_mouza has quit IRC | 09:18 | |
*** k_mouza has joined #openstack-ironic | 09:19 | |
*** priteau has joined #openstack-ironic | 09:22 | |
timeu | hi all, is it possible to run the introspection in the provisioning network using the neutron interface similar to deployment and cleaning provided that we define the baremetal ports when we register the nodes in ironic? | 09:27 |
*** k_mouza has quit IRC | 09:30 | |
dtantsur | timeu: yes, starting with Ussuri IIRC | 09:35 |
dtantsur | (it's done automatically if the preconditions are met) | 09:35 |
timeu | ah cool thanks. couldn't find anything in the docs. Is this documented somewhere ? | 09:36 |
dtantsur | timeu: doesn't seem so, will put on my TODO list | 09:37 |
timeu | cool thanks. one more question. Are there also plans to allow to set custom traits when registering a node in ironic ? I can set the resource_class but in Trait at least the yaml don't support traits | 09:38 |
*** rcernin has joined #openstack-ironic | 09:39 | |
timeu | -Trait +Train | 09:40 |
*** k_mouza has joined #openstack-ironic | 09:41 | |
dtantsur | timeu: this is an interesting idea. traits are a separate API, but since we return them as part of the node object, maybe we should allow setting them as well.. | 09:41 |
dtantsur | we haven't thought about it | 09:41 |
timeu | our use case is that we have static list of quite homegenous node types (HPC) and if we provide all the information upfront during registration then it would just be one step. The current workaround is to register the nodes and then use the add trait CLI command or rely on different resource_classes for scheduling | 09:42 |
timeu | it's not a big issue just more for convenience | 09:43 |
dtantsur | timeu: btw we can handle this on the client side (similarly to the `baremetal create` command) | 09:44 |
dtantsur | this would be a simpler change | 09:44 |
timeu | do you mean setting/adding the traits ? | 09:45 |
*** tosky has joined #openstack-ironic | 09:45 | |
dtantsur | yep | 09:45 |
timeu | there is already a CLI command for that right ? "openstack baremetal node add trait" at least this is what we now use to add the trait after we registered the node | 09:47 |
dtantsur | yeah. I meant, we could probably add traits to `node create` or `baremetal create` | 09:56 |
timeu | yeah that would be great. I can take a look and see if I can contribute a patch | 09:58 |
*** dtantsur is now known as dtantsur|brb | 10:32 | |
*** ociuhandu has quit IRC | 10:39 | |
*** vmud213 has joined #openstack-ironic | 10:48 | |
openstackgerrit | Merged openstack/sushy stable/victoria: Implement fallback method for virtual media https://review.opendev.org/c/openstack/sushy/+/788275 | 10:51 |
*** ociuhandu has joined #openstack-ironic | 10:57 | |
openstackgerrit | Merged openstack/sushy stable/wallaby: Implement fallback method for virtual media https://review.opendev.org/c/openstack/sushy/+/788274 | 10:58 |
*** k_mouza_ has joined #openstack-ironic | 11:04 | |
*** k_mouza has quit IRC | 11:04 | |
*** k_mouza has joined #openstack-ironic | 11:05 | |
*** mkrai has quit IRC | 11:06 | |
*** ociuhandu has quit IRC | 11:07 | |
*** k_mouza_ has quit IRC | 11:08 | |
*** mkrai has joined #openstack-ironic | 11:12 | |
*** ociuhandu has joined #openstack-ironic | 11:15 | |
*** k_mouza_ has joined #openstack-ironic | 11:15 | |
vmud213 | Good morning Ironic | 11:16 |
*** k_mouza has quit IRC | 11:18 | |
vmud213 | stevebaker: If you are around, i'd like to discuss about https://review.opendev.org/c/openstack/ironic/+/783133 | 11:19 |
*** k_mouza has joined #openstack-ironic | 11:19 | |
*** ociuhandu has quit IRC | 11:19 | |
*** ociuhandu has joined #openstack-ironic | 11:20 | |
*** k_mouza_ has quit IRC | 11:22 | |
iurygregory | vmud213, he is probably sleeping at this time =) | 11:23 |
*** mkrai has quit IRC | 11:23 | |
vmud213 | iurygregory: Good morning | 11:23 |
iurygregory | morning =) | 11:24 |
vmud213 | Really. I am not sure which timezone he works | 11:24 |
vmud213 | any idea, what time can i find him? | 11:24 |
*** ociuhandu has quit IRC | 11:25 | |
iurygregory | I think he took PTO today also | 11:25 |
iurygregory | I would try to ask the questions in gerrit | 11:25 |
iurygregory | he is based in Australia | 11:25 |
openstackgerrit | Merged openstack/ironic master: Docs: dhcp-less works with Glean 1.19.0 https://review.opendev.org/c/openstack/ironic/+/788210 | 11:27 |
vmud213 | Ok.Thanks | 11:29 |
*** ociuhandu has joined #openstack-ironic | 11:36 | |
*** ociuhandu has quit IRC | 11:41 | |
*** dtantsur|brb is now known as dtantsur | 11:41 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/wallaby: Docs: dhcp-less works with Glean 1.19.0 https://review.opendev.org/c/openstack/ironic/+/788446 | 11:46 |
*** rh-jelabarre has joined #openstack-ironic | 11:49 | |
*** ociuhandu has joined #openstack-ironic | 11:52 | |
janders | see you tomorrow Ironic o/ | 11:56 |
*** ociuhandu has quit IRC | 12:11 | |
dtantsur | anyone willing to propose a sushy wallaby release? | 12:18 |
dtantsur | actually, when we merge and backport https://review.opendev.org/c/openstack/ironic/+/786037 (please review), we can release ironic wallaby as well | 12:20 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/wallaby: Remove a pause before cleaning when fast-tracking https://review.opendev.org/c/openstack/ironic/+/788450 | 12:23 |
dtantsur | and this one ^^^ | 12:23 |
dtantsur | IPA wallaby can be released already, volunteers welcome | 12:24 |
*** ociuhandu has joined #openstack-ironic | 12:24 | |
*** ociuhandu has quit IRC | 12:29 | |
rpittau | dtantsur: I can take care of both | 12:36 |
rpittau | or the 3 of them (I can't count...) | 12:38 |
dtantsur | rpittau: sushy and IPA right now + some reviews :) | 12:40 |
dtantsur | thank you! | 12:40 |
rpittau | yep :) | 12:40 |
*** ociuhandu has joined #openstack-ironic | 12:40 | |
iurygregory | I can help in a few | 12:40 |
iurygregory | doing the upgrade to F34 =D | 12:40 |
dtantsur | hehe, good luck! | 12:43 |
rpittau | dtantsur: https://review.opendev.org/c/openstack/releases/+/788484 https://review.opendev.org/c/openstack/releases/+/788486 | 12:48 |
rpittau | RH Summit duty calling, bbl | 12:48 |
*** iurygregory has quit IRC | 12:59 | |
*** rloo has joined #openstack-ironic | 13:20 | |
*** fdegir has quit IRC | 13:23 | |
*** fdegir has joined #openstack-ironic | 13:24 | |
dtantsur | thanks! | 13:28 |
*** iurygregory has joined #openstack-ironic | 13:35 | |
TheJulia | dtantsur: you had a note about getting config drives out of instance_info. | 13:37 |
dtantsur | aaaahh | 13:37 |
TheJulia | sorry | 13:37 |
dtantsur | no, I'm sorry, I should remember things I request :) | 13:37 |
TheJulia | I was exhausted when I typed that and today I actually feel under the weather :( | 13:37 |
dtantsur | no, it's not an emergency for us | 13:37 |
dtantsur | :( I hope you get better soon | 13:37 |
TheJulia | I wouldn't consider it so, but I have this feeling I'm going to be playing with mocked databases a lot over the next month | 13:38 |
*** mkowalski has quit IRC | 13:40 | |
TheJulia | trying to figure out a solid way to quantify some of the index stuffs | 13:41 |
TheJulia | but the other side of the equation is volume of data. | 13:41 |
*** mkowalski has joined #openstack-ironic | 13:41 | |
*** tzumainn has joined #openstack-ironic | 13:42 | |
*** ociuhandu has quit IRC | 13:52 | |
*** ociuhandu has joined #openstack-ironic | 13:53 | |
*** lmcgann has joined #openstack-ironic | 13:55 | |
*** ociuhandu has quit IRC | 13:58 | |
openstackgerrit | Merged openstack/sushy master: setup.cfg: Replace dashes with underscores https://review.opendev.org/c/openstack/sushy/+/788224 | 14:09 |
*** k_mouza has quit IRC | 14:14 | |
*** k_mouza_ has joined #openstack-ironic | 14:14 | |
*** ociuhandu has joined #openstack-ironic | 14:14 | |
*** ociuhandu has quit IRC | 14:14 | |
*** ociuhandu has joined #openstack-ironic | 14:16 | |
*** k_mouza_ has quit IRC | 14:20 | |
*** k_mouza has joined #openstack-ironic | 14:20 | |
*** ociuhandu has quit IRC | 14:20 | |
*** ociuhandu has joined #openstack-ironic | 14:21 | |
*** ameya49 has joined #openstack-ironic | 14:27 | |
ameya49 | iurygregory dtantsur : Hi, Do we have any documentation of expected results of secure boot scenarios? specially for setting as BIOS as boot mode and secure boot already enabled on iDRAC. | 14:30 |
dtantsur | ameya49: UEFI Secure Boot (the full name of this feature) by definition requires UEFI. | 14:30 |
iurygregory | I think I've mentioned this yesterday ^ =) | 14:31 |
iurygregory | if bios is set it will fail =) | 14:32 |
ameya49 | Yes, just wanted to know if we have documented it. I do understand its a UEFI feature, but part of testing I wanted to know if we have expected results if we are trying to set as bios. | 14:33 |
ameya49 | if we deploy a node using bios as boot mode, doesn't fail, it converts boot mode to uefi and gets successful execution | 14:35 |
ameya49 | But Im more interested in second scenario where Secure boot is already enabled on iDRAC and we try to deploy node again with secure_boot:True | 14:36 |
TheJulia | There was a separate concept of TrustedBoot for bios, but it never went anywhere for x86 and I think the loader shim even got abandoned | 14:39 |
TheJulia | One of those "hey, community, here is a binary blob and no source code, trust us" things if memory serves. | 14:40 |
TheJulia | ameya49: if memory serves, it just checks/re-asserts the state in the code path | 14:40 |
ameya49 | ok. Thanks TheJulia ! | 14:41 |
TheJulia | dtantsur is the last person to touch that code if memory serves | 14:42 |
TheJulia | and I'm not sure about idrac specifically because it depends on driver support in most cases so also depends on the driver being used | 14:43 |
*** jobewan has quit IRC | 14:43 | |
TheJulia | But it also sounds like you've got a setup, you could just cycle through easily | 14:43 |
ameya49 | yes | 14:44 |
*** ameya49 has quit IRC | 14:48 | |
*** jobewan has joined #openstack-ironic | 14:55 | |
*** rcernin has quit IRC | 15:01 | |
*** vmud213 has quit IRC | 15:06 | |
*** ociuhandu has quit IRC | 15:07 | |
*** ociuhandu has joined #openstack-ironic | 15:08 | |
*** rcernin has joined #openstack-ironic | 15:12 | |
*** ociuhandu has quit IRC | 15:13 | |
*** ociuhandu has joined #openstack-ironic | 15:15 | |
*** rcernin has quit IRC | 15:17 | |
*** ociuhandu has quit IRC | 15:42 | |
*** jobewan has quit IRC | 15:43 | |
*** ociuhandu has joined #openstack-ironic | 15:43 | |
*** ociuhandu has quit IRC | 15:48 | |
*** jobewan has joined #openstack-ironic | 15:52 | |
openstackgerrit | Merged openstack/ironic master: Process in-band deploy steps on fast-track https://review.opendev.org/c/openstack/ironic/+/786037 | 15:52 |
*** rcernin has joined #openstack-ironic | 15:59 | |
*** lucasagomes has quit IRC | 16:04 | |
*** rcernin has quit IRC | 16:05 | |
*** dtantsur is now known as dtantsur|afk | 16:22 | |
dtantsur|afk | I'm running a meetup in 8 minutes, so will go afk. see you tomorrow | 16:22 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/wallaby: Process in-band deploy steps on fast-track https://review.opendev.org/c/openstack/ironic/+/788520 | 16:25 |
*** dsneddon has joined #openstack-ironic | 16:31 | |
openstackgerrit | Bob Fournier proposed openstack/ironic-specs master: Include Redfish BIOS Attribute Registry in bios API https://review.opendev.org/c/openstack/ironic-specs/+/774681 | 16:31 |
*** rcernin has joined #openstack-ironic | 16:38 | |
rpittau | bye! o/ | 16:39 |
*** rpittau is now known as rpittau|afk | 16:39 | |
*** rcernin has quit IRC | 16:43 | |
*** rcernin has joined #openstack-ironic | 16:57 | |
openstackgerrit | Bob Fournier proposed openstack/ironic-specs master: Include Redfish BIOS Attribute Registry in bios API https://review.opendev.org/c/openstack/ironic-specs/+/774681 | 16:59 |
*** rcernin has quit IRC | 17:02 | |
*** derekh has quit IRC | 17:04 | |
*** k_mouza has quit IRC | 17:10 | |
*** bnemec has quit IRC | 17:16 | |
*** bnemec has joined #openstack-ironic | 17:16 | |
*** lbragstad has quit IRC | 17:37 | |
*** lbragstad has joined #openstack-ironic | 17:38 | |
*** gyee has joined #openstack-ironic | 17:39 | |
arne_wiebalck | bye everyone o/ | 18:00 |
* TheJulia looks around confused for her brains | 19:06 | |
*** k_mouza has joined #openstack-ironic | 19:10 | |
*** k_mouza has quit IRC | 19:14 | |
openstackgerrit | Zane Bitter proposed openstack/ironic-python-agent master: Fix missing data in log messages https://review.opendev.org/c/openstack/ironic-python-agent/+/788586 | 19:40 |
openstackgerrit | Zane Bitter proposed openstack/ironic-python-agent master: unit tests: Capture log output https://review.opendev.org/c/openstack/ironic-python-agent/+/788587 | 19:40 |
openstackgerrit | Zane Bitter proposed openstack/ironic-python-agent master: Fix getting memory size in some lshw output https://review.opendev.org/c/openstack/ironic-python-agent/+/788588 | 19:41 |
*** lbragstad_ has joined #openstack-ironic | 20:01 | |
*** lbragstad has quit IRC | 20:03 | |
openstackgerrit | Merged openstack/ironic stable/wallaby: Process in-band deploy steps on fast-track https://review.opendev.org/c/openstack/ironic/+/788520 | 20:16 |
openstackgerrit | Verification of a change to openstack/ironic failed: Remove a pause before cleaning when fast-tracking https://review.opendev.org/c/openstack/ironic/+/788450 | 20:16 |
*** paras333_ has quit IRC | 20:48 | |
*** mkowalski has quit IRC | 21:11 | |
*** mkowalski has joined #openstack-ironic | 21:11 | |
*** ice45 has joined #openstack-ironic | 21:20 | |
ice45 | Hey all! I am new to the Ironic community, and am trying to submit a story on StoryBoard. However, the 'Save changes' button is greyed out. Anything I should do other than setting up an account? | 21:30 |
iurygregory | ice45, welcome =) are you logged-in the storyboard? | 21:34 |
ice45 | ice45: Yes | 21:34 |
iurygregory | ice45, try going to https://storyboard.openstack.org/#!/project/openstack/ironic and click in +Add story | 21:37 |
iurygregory | I think you can't save the actual story because is not in a project | 21:37 |
*** rcernin has joined #openstack-ironic | 21:40 | |
iurygregory | let me know the result =) | 21:41 |
*** bnemec has quit IRC | 21:44 | |
*** rh-jelabarre has quit IRC | 21:45 | |
*** bnemec has joined #openstack-ironic | 21:46 | |
ice45 | Thank you! It worked :D | 21:53 |
*** rloo has quit IRC | 22:02 | |
iurygregory | awesome! =D | 22:05 |
*** rcernin has quit IRC | 22:06 | |
*** rcernin has joined #openstack-ironic | 22:07 | |
janders | good morning Ironic o/ | 22:07 |
iurygregory | morning janders o/ | 22:08 |
*** k_mouza has joined #openstack-ironic | 22:09 | |
*** paras333_ has joined #openstack-ironic | 22:10 | |
*** k_mouza has quit IRC | 22:14 | |
*** paras333_ has quit IRC | 22:14 | |
*** tosky has quit IRC | 22:48 | |
ice45 | Kindly have a look at this RFE: https://storyboard.openstack.org/#!/story/2008866 | 23:49 |
ice45 | Its about extending the Ironic API to provide the physical disk and RAID controller names, via the relevant driver (iDRAC, for e.g.) | 23:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!