*** patchbot has quit IRC | 00:02 | |
*** patchbot has joined #openstack-ironic | 00:03 | |
*** k_mouza has joined #openstack-ironic | 00:09 | |
*** k_mouza has quit IRC | 00:14 | |
openstackgerrit | Noor Muhammad Malik proposed openstack/ironic master: WIP: [RFE] Implement the bios-interface for idrac-wsman driver https://review.opendev.org/713450 | 00:28 |
---|---|---|
*** TxGirlGe_ has joined #openstack-ironic | 00:35 | |
*** TxGirlGeek has quit IRC | 00:38 | |
*** stevebaker has quit IRC | 00:51 | |
*** jdandrea has quit IRC | 00:54 | |
*** stevebaker has joined #openstack-ironic | 00:56 | |
*** TxGirlGe_ has quit IRC | 01:06 | |
*** TxGirlGeek has joined #openstack-ironic | 01:07 | |
*** ijw has joined #openstack-ironic | 01:12 | |
*** ijw_ has quit IRC | 01:16 | |
*** rh-jelabarre has quit IRC | 02:21 | |
*** Goneri has quit IRC | 02:37 | |
*** gyee has quit IRC | 02:53 | |
*** gkadam has joined #openstack-ironic | 03:03 | |
*** mkrai has joined #openstack-ironic | 03:13 | |
*** gkadam_ has joined #openstack-ironic | 03:16 | |
*** gkadam has quit IRC | 03:16 | |
*** gkadam_ has quit IRC | 03:17 | |
*** mkrai_ has joined #openstack-ironic | 03:52 | |
*** mkrai has quit IRC | 03:52 | |
*** riuzen has joined #openstack-ironic | 04:25 | |
*** michchap has quit IRC | 04:27 | |
*** ociuhandu has joined #openstack-ironic | 04:32 | |
*** ociuhandu has quit IRC | 04:37 | |
*** ddurst has quit IRC | 04:46 | |
*** ddurst has joined #openstack-ironic | 04:46 | |
*** ociuhandu has joined #openstack-ironic | 05:01 | |
*** ociuhandu has quit IRC | 05:18 | |
*** ociuhandu has joined #openstack-ironic | 05:20 | |
*** mkrai_ has quit IRC | 05:24 | |
*** mkrai__ has joined #openstack-ironic | 05:24 | |
*** ociuhandu has quit IRC | 05:25 | |
*** TxGirlGeek has quit IRC | 05:26 | |
*** mkrai__ has quit IRC | 05:52 | |
*** mkrai has joined #openstack-ironic | 05:52 | |
*** ociuhandu has joined #openstack-ironic | 06:06 | |
*** riuzen has quit IRC | 06:18 | |
*** ociuhandu has quit IRC | 06:20 | |
*** accakks has joined #openstack-ironic | 06:55 | |
*** ociuhandu has joined #openstack-ironic | 07:13 | |
*** uzumaki has quit IRC | 07:18 | |
*** uzumaki has joined #openstack-ironic | 07:32 | |
arne_wiebalck | Good morning, ironic! | 07:41 |
uzumaki | bonjour arne_wiebalck ! | 07:41 |
arne_wiebalck | hey uzumaki o/ | 07:41 |
uzumaki | how you doing? | 07:42 |
*** dougsz has joined #openstack-ironic | 07:43 | |
arne_wiebalck | looking forward to the weekend :) | 07:46 |
arne_wiebalck | and you? | 07:46 |
uzumaki | well, looking forward to getting my code running.. and yes, the weekend as well :D | 07:48 |
uzumaki | quick question, when we log something in the code, as Log.info or Log.error, where does that entry go? which file? | 07:49 |
arne_wiebalck | that depends on which which component you're talking about | 07:51 |
arne_wiebalck | usually /var/log/ironic/*.log | 07:51 |
uzumaki | well, /var/log/ironic doesn't exist :( | 07:51 |
arne_wiebalck | in that dir you have the logs for the conductor or the inspector, for instance | 07:52 |
arne_wiebalck | this is devstack? | 07:52 |
uzumaki | yes | 07:52 |
arne_wiebalck | try sth like: sudo journalctl -f -u devstack@ir-cond.service | 07:53 |
uzumaki | ah, was going to say just that. The conductor doesn't show my code log entries, it is showing some helpful stuff though | 07:53 |
arne_wiebalck | apart from the obvious your log statements are not reached, there is also the possibility that the process is on a different branch | 07:56 |
arne_wiebalck | pick one of the messages you see in the logs, change it, restart the conductor and check if the message is now changed | 07:56 |
arne_wiebalck | to confirm you're changing the "correct" code | 07:57 |
uzumaki | process is on a different branch, elaborate? | 07:57 |
uzumaki | i've pulled my Gerrit change patch to deploy ironic, as per the docs, checked the ironic directory, my code was there | 07:57 |
arne_wiebalck | devstack is getting its code from the currently active branch | 07:58 |
arne_wiebalck | if you started ironic, then changed branches to do modifications, the process is still on the old branch | 07:59 |
*** amoralej|off is now known as amoralej | 07:59 | |
uzumaki | really? I was able to apply my BIOSInterface to the node and apply cleanstep on it, it even rebooted the node and scheduled a BIOS config job on the server (I monitored the idrac) | 07:59 |
*** ociuhandu has quit IRC | 07:59 | |
uzumaki | the job failed, and I want to be able to look at "my log" entries to see what failed | 08:00 |
arne_wiebalck | do you see in the logs that your clean step is executed? | 08:01 |
uzumaki | I do see the node moving from manageable -> cleaning -> clean wait | 08:02 |
arne_wiebalck | you should also see which steps are done, no? | 08:04 |
uzumaki | wel.. what kind of log entry are we talking about? | 08:04 |
arne_wiebalck | there is usually logging about which step is done, which steps remain and the like | 08:04 |
uzumaki | it's just one step, and I do see communication with the idrac going back and forth | 08:05 |
uzumaki | I'm just curious as to where are my logs going... | 08:05 |
arne_wiebalck | these are OOB steps or via the IPA? | 08:05 |
uzumaki | manual cleaning by default uses... IPA I guess? | 08:06 |
*** mkrai has quit IRC | 08:07 | |
arne_wiebalck | the IPA logs on the node itself | 08:08 |
uzumaki | well, timeout reached when cleaning.. ramdisk booting fails | 08:08 |
arne_wiebalck | ah | 08:09 |
arne_wiebalck | so the node never boots, your code is never executed? | 08:09 |
uzumaki | well.. that's hopeful, means nothing is wrong with my code, I guess.. | 08:09 |
arne_wiebalck | there is also https://docs.openstack.org/ironic-python-agent/latest/admin/troubleshooting | 08:09 |
arne_wiebalck | to see how to get to the logs, not sure how well this applies to devstack | 08:10 |
* arne_wiebalck has a meeting now, ttyl | 08:10 | |
uzumaki | arne_wiebalck, thanks a lot! will figure this out :) | 08:11 |
iurygregory | good morning arne_wiebalck and uzumaki o/ | 08:16 |
iurygregory | good morning ironic o/ | 08:16 |
* iurygregory goes and grab coffee to start working | 08:16 | |
uzumaki | morning iurygregory ! | 08:17 |
uzumaki | how are you this fine morning iurygregory ? | 08:18 |
iurygregory | uzumaki, sleeping | 08:18 |
iurygregory | that's why I need coffee XD | 08:18 |
*** tkajinam has quit IRC | 08:18 | |
uzumaki | haha, well, go ahead then, grab that coffee, weekend should motivate you to get out of that sleep | 08:19 |
*** ociuhandu has joined #openstack-ironic | 08:21 | |
*** dking_desktop has quit IRC | 08:21 | |
*** mkrai has joined #openstack-ironic | 08:22 | |
*** rpittau|afk is now known as rpittau | 08:23 | |
rpittau | good morning ironic! o/ | 08:23 |
*** riuzen has joined #openstack-ironic | 08:28 | |
*** dking_desktop has joined #openstack-ironic | 08:32 | |
*** dking_desktop has quit IRC | 08:36 | |
iurygregory | morning rpittau | 08:40 |
iurygregory | o/ | 08:40 |
rpittau | hey iurygregory :) | 08:44 |
uzumaki | morning rpittau o/ | 08:57 |
uzumaki | how you doing? | 08:58 |
rpittau | hey uzumaki :) | 08:58 |
uzumaki | comment ca va mon ami? | 08:59 |
rpittau | ca va, ca va? | 09:00 |
uzumaki | oui, merci | 09:00 |
openstackgerrit | Pranjali Srivastava proposed openstack/ironic master: Fix enable_hardware_types from idrac-wsman to idrac https://review.opendev.org/715363 | 09:02 |
*** lucasagomes has joined #openstack-ironic | 09:07 | |
*** alexmcleod has joined #openstack-ironic | 09:08 | |
*** ociuhandu has quit IRC | 09:24 | |
*** dtantsur|afk is now known as dtantsur | 09:28 | |
dtantsur | morning ironic, happy Friday | 09:28 |
iurygregory | morning dtantsur o/ | 09:29 |
uzumaki | morning dtantsur | 09:29 |
* dtantsur always enjoys that "ca va" sounds like "owl" in Russian | 09:29 | |
uzumaki | happy friday indeed! | 09:29 |
* uzumaki wasn't aware of that! | 09:29 | |
dtantsur | yeah, so rpittau's response would sound like "owl, owl?" for a Russian listener :) | 09:29 |
iurygregory | =O | 09:30 |
uzumaki | i just googled, and gosh yes, it does sound like owl! xD | 09:30 |
rpittau | now I have this image of French people saying "owl" every time they meet | 09:30 |
rpittau | owl is the new ciao | 09:31 |
dtantsur | you're welcome! | 09:31 |
openstackgerrit | Pranjali Srivastava proposed openstack/ironic master: Fix enabled_hardware_types from idrac-wsman to idrac https://review.opendev.org/715363 | 09:31 |
uzumaki | сова! pronounced (sova) | 09:31 |
dtantsur | it's actually pronounced "sava" since "o" is reducted into "a" without stress | 09:31 |
uzumaki | dtantsur, that's so cool! rpittau lol yes, that's terrible! =O xD | 09:32 |
iurygregory | dtantsur, did you see my hat on instagram or you are waiting for the SPUC today? | 09:33 |
dtantsur | haven't read instagram recently, will wait for SPUC :) | 09:33 |
* dtantsur still needs to find a headset-compatible hat | 09:33 | |
* uzumaki thinks dtantsur has it backwards | 09:34 | |
* iurygregory thinks he will look like a pikachu dj using the hat and headphone... | 09:35 | |
dtantsur | oh lol, I'm so looking forwards towards it :D | 09:39 |
*** ktibi has joined #openstack-ironic | 09:40 | |
iurygregory | rpittau, I was about to look at your ipa-builder DNM patch to put a recheck LOL | 09:41 |
*** ociuhandu has joined #openstack-ironic | 09:41 | |
rpittau | yeah, not sure it's fixed yet | 09:41 |
iurygregory | yeah =( | 09:41 |
*** derekh has joined #openstack-ironic | 09:42 | |
openstackgerrit | Merged openstack/ironic master: Document our policies for stable branches https://review.opendev.org/713660 | 09:55 |
dtantsur | rpittau, iurygregory, could you guys maybe find a minute for https://review.opendev.org/#/c/711437/ today? | 10:00 |
patchbot | patch 711437 - ironic - Generalize clean step functions to support deploy ... - 8 patch sets | 10:00 |
*** zzzeek has quit IRC | 10:04 | |
iurygregory | dtantsur, sure | 10:04 |
*** zzzeek has joined #openstack-ironic | 10:05 | |
dtantsur | arne_wiebalck: if you have some time today, would be curious to hear your opinion on https://review.opendev.org/#/q/topic:story/2006369 | 10:13 |
*** ociuhandu has quit IRC | 10:14 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: WIP: In-band deploy steps https://review.opendev.org/698768 | 10:32 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: WIP: Decompose core deploy step https://review.opendev.org/698309 | 10:32 |
*** ociuhandu has joined #openstack-ironic | 10:41 | |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: WIP: In-band deploy steps https://review.opendev.org/698768 | 10:41 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic master: WIP: Decompose core deploy step https://review.opendev.org/698309 | 10:41 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic-python-agent master: WIP: In-band deploy steps https://review.opendev.org/698770 | 10:50 |
*** priteau has joined #openstack-ironic | 10:57 | |
*** k_mouza has joined #openstack-ironic | 10:58 | |
*** jrist has quit IRC | 10:59 | |
*** rnoriega_ has quit IRC | 11:00 | |
arne_wiebalck | dtantsur: The device selection looks very good to me, thanks! I left on comment on the review. Did you have a chance to test this with real hardware already? | 11:00 |
*** rnoriega_ has joined #openstack-ironic | 11:03 | |
*** ktibi has quit IRC | 11:03 | |
*** tkajinam has joined #openstack-ironic | 11:04 | |
gudrutis2 | Hello Ironic o/ | 11:05 |
iurygregory | hey gudrutis2 o/ | 11:05 |
dtantsur | arne_wiebalck: nope, and I'm unlikely to be able to | 11:05 |
arne_wiebalck | dtantsur: I can do it, but not before next week | 11:06 |
dtantsur | arne_wiebalck: totally fine with me. if it merges by that time, we can always follow-up with anything required. | 11:06 |
dtantsur | and thanks! | 11:06 |
*** jrist has joined #openstack-ironic | 11:06 | |
arne_wiebalck | dtantsur: and I need to see if I can find good hardware, i.e. with at least 3 drives | 11:06 |
*** priteau has quit IRC | 11:07 | |
gudrutis2 | dtantsur: I updated my patch according to your comments, but `ironic-inspector-grenade-dsvm` test is failing. What is so special about this test? | 11:07 |
*** ktibi has joined #openstack-ironic | 11:09 | |
*** uzumaki has quit IRC | 11:11 | |
iurygregory | gudrutis2, it does an upgrade | 11:12 |
iurygregory | stable/train to master | 11:12 |
*** ociuhandu has quit IRC | 11:12 | |
*** ociuhandu has joined #openstack-ironic | 11:18 | |
rpittau | ipa-builder seems fixed, all green https://review.opendev.org/714900 | 11:31 |
patchbot | patch 714900 - ironic-python-agent-builder - [DNM] test ci - 1 patch set | 11:31 |
rpittau | on the contrary, my internet provider has major issues | 11:32 |
iurygregory | \o/ | 11:32 |
iurygregory | =( | 11:32 |
* rpittau goes to lunch and to yell at his isp | 11:32 | |
*** rpittau is now known as rpittau|bbl | 11:32 | |
dtantsur | gudrutis2: sometimes this job fails for unrelated reasons. did you try to recheck? | 11:38 |
gudrutis2 | dtantsur: I rebased on master and rerun the zool tests. still failing. We are rechecking again now. | 11:40 |
iurygregory | I've put a recheck weird nova error on test | 11:40 |
iurygregory | and I just discovered that networking-baremetal is making fun in our CI... | 11:41 |
iurygregory | rpittau|bbl, http://paste.openstack.org/show/791226/ | 11:41 |
iurygregory | funny... I will try something in a patch to see if it helps | 11:42 |
*** riuzen has joined #openstack-ironic | 11:57 | |
*** riuzen has quit IRC | 11:57 | |
*** dtantsur is now known as dtantsur|brb | 12:15 | |
TheJulia | hmm... headset compatible hat, rutro | 12:17 |
*** rh-jelabarre has joined #openstack-ironic | 12:17 | |
* TheJulia sends another mask to the 3d printer | 12:17 | |
openstackgerrit | Iury Gregory Melo Ferreira proposed openstack/networking-baremetal master: [DNM] Testing CI https://review.opendev.org/715411 | 12:19 |
iurygregory | good morning TheJulia | 12:21 |
TheJulia | dtantsur|brb: "ca va" as in "cava" as in the tasty Spanish sparkling beverage? | 12:29 |
openstackgerrit | Merged openstack/ironic-inspector master: Finalize ironicclient removal https://review.opendev.org/714584 | 12:36 |
openstackgerrit | Merged openstack/ironic-prometheus-exporter stable/train: Add documentation https://review.opendev.org/714622 | 12:36 |
iurygregory | merge all the things \o/ | 12:37 |
*** dougsz has quit IRC | 12:41 | |
iurygregory | TheJulia, re https://review.opendev.org/713660 I added that we should send an email to openstack list so people would be aware of the changes, do you want to send the email or I should take care of that? | 12:43 |
patchbot | patch 713660 - ironic - Document our policies for stable branches (MERGED) - 3 patch sets | 12:43 |
TheJulia | iurygregory: please send an email to the mailing list :) | 12:44 |
iurygregory | TheJulia, ack o/ | 12:44 |
shadower | TheJulia: I think they were talking about French "comment ça va" (or just "ça va") i.e. "how's it going" | 12:56 |
TheJulia | Ahhh! | 12:56 |
* TheJulia needs more coffee and to get her day started | 12:57 | |
*** rloo has joined #openstack-ironic | 12:58 | |
*** openstackstatus has quit IRC | 13:01 | |
*** openstack has joined #openstack-ironic | 13:04 | |
*** ChanServ sets mode: +o openstack | 13:04 | |
*** rpittau|bbl is now known as rpittau | 13:10 | |
rpittau | let's see how long my connection last this time | 13:14 |
TheJulia | rpittau: :( | 13:15 |
rpittau | today my second name is frustration | 13:15 |
TheJulia | :( | 13:16 |
*** zzzeek has quit IRC | 13:18 | |
*** zzzeek has joined #openstack-ironic | 13:20 | |
*** ociuhandu has quit IRC | 13:21 | |
*** rcernin has quit IRC | 13:23 | |
*** derekh has quit IRC | 13:24 | |
*** tkajinam has quit IRC | 13:25 | |
*** ociuhandu has joined #openstack-ironic | 13:29 | |
iurygregory | morning rpioso | 13:32 |
*** Goneri has joined #openstack-ironic | 13:36 | |
*** ociuhandu has quit IRC | 13:38 | |
shadower | dtantsur|brb: so how does the o -> a sound work in Russian? If there's a stress on the syllable, you pronounce it with "a" and otherwise with "o"? | 13:38 |
shadower | I could never figure out when it's which | 13:38 |
*** dtantsur|brb is now known as dtantsur | 13:40 | |
dtantsur | shadower: the other way around. stressed vowels always are always pronounces as they are written. | 13:41 |
dtantsur | without a stress, "o" becomes ~ "a" (thus you write sova and read sava, the stress is on the last syllable), "e" and "я" become ~ "i" | 13:42 |
shadower | dtantsur: aah, so e.g. in "dozor" the stress is on the second syllable? I've heard that pronounced as "da zor" | 13:43 |
dtantsur | morning TheJulia | 13:43 |
dtantsur | shadower: exactly | 13:43 |
shadower | dtantsur: awesome, that was confusing me for a long time. Thanks! :-) | 13:43 |
dtantsur | :) | 13:43 |
dtantsur | and before you ask: there is essentially no rule as to where the stress falls. you learn it with the word. | 13:44 |
dtantsur | (and it can even change with declination) | 13:44 |
iurygregory | rpittau, you were able to reproduce the failure of networking-baremetal locally? .-. | 13:44 |
rpittau | iurygregory: nope | 13:44 |
iurygregory | pittau, me neither, it works completely fine here .-. | 13:45 |
rpittau | yep | 13:45 |
shadower | dtantsur: \o/. Languages are awesome :-) | 13:46 |
dtantsur | they are fascinating indeed | 13:47 |
*** jdandrea has joined #openstack-ironic | 13:48 | |
*** tzumainn has joined #openstack-ironic | 13:48 | |
openstackgerrit | Merged openstack/ironic master: Retry agent get_command_status upon failures https://review.opendev.org/715258 | 13:48 |
dtantsur | TheJulia: I guess needs backporting ^^? | 13:48 |
iurygregory | dtantsur, ++ | 13:49 |
dtantsur | mgoddard: hey, how bad does this look to you https://review.opendev.org/#/c/698770/3/ironic_python_agent/hardware.py@1966 ? | 13:49 |
patchbot | patch 698770 - ironic-python-agent - WIP: In-band deploy steps - 3 patch sets | 13:49 |
mgoddard | dtantsur: bad because it's calling the extension? | 13:51 |
dtantsur | yeaaaah | 13:51 |
TheJulia | dtantsur: ++ | 13:51 |
TheJulia | re backporting | 13:51 |
mgoddard | dtantsur: I've seen worse | 13:51 |
openstackgerrit | Riccardo Pittau proposed openstack/networking-baremetal master: Explicitly set ramdisk type https://review.opendev.org/714421 | 13:52 |
dtantsur | lol | 13:52 |
dtantsur | mgoddard: and then there is this aspect of shadowing in-band steps by out-of-band ones: https://review.opendev.org/#/c/698768/26/ironic/drivers/modules/agent_base.py@745 | 13:52 |
patchbot | patch 698768 - ironic - WIP: In-band deploy steps - 26 patch sets | 13:52 |
dtantsur | driven by the need of providing more input to an in-band step | 13:52 |
openstackgerrit | Julia Kreger proposed openstack/ironic-python-agent master: Fix to help debug software raid CI job https://review.opendev.org/714798 | 13:52 |
openstackgerrit | Julia Kreger proposed openstack/ironic-python-agent master: Fix to help debug software raid CI job https://review.opendev.org/714798 | 13:53 |
TheJulia | gah, never pushed that back up to fire off CI again :( | 13:53 |
TheJulia | I guess I'll see logs later | 13:53 |
mgoddard | dtantsur: hmm, that is a bit fiddly. I suppose that approach makes most sense | 13:54 |
mgoddard | hopefully it won't come up too often | 13:55 |
dtantsur | I think the case is specific to automatically run steps | 13:55 |
dtantsur | when a step is run through a deploy template, any arguments can be easily provided | 13:56 |
dtantsur | but write_image needs quite a few things that are not on Node | 13:56 |
*** derekh has joined #openstack-ironic | 13:56 | |
* TheJulia watches her work laptop crash at the worst time | 13:56 | |
*** amoralej is now known as amoralej|lunch | 13:58 | |
mgoddard | dtantsur: maybe it shouldn't be a deploy step then? just a command executed via an oob step? | 13:58 |
dtantsur | mgoddard: they we need to create async out-of-band steps.. or use polling | 13:58 |
mgoddard | hmm, true | 13:59 |
*** dking_desktop has joined #openstack-ironic | 14:06 | |
dtantsur | mgoddard: oh gosh.. it seems that we cannot easily mix normal commands and deploy steps: https://zuul.opendev.org/t/openstack/build/4b2725d20bb542b3bf41a5b3004f7db7/log/controller/logs/screen-ir-cond.txt#2038 | 14:08 |
dtantsur | okay, it will probably get fixed with that shadowing hack above (fingers crossed) | 14:09 |
mgoddard | dtantsur: yeah, if it's actually an oob step it shouldn't be expecting that command? | 14:10 |
dtantsur | mgoddard: I think this failure actually highlights the reason why I decided to go with this in-band/out-of-band shadowing plan: | 14:10 |
dtantsur | if we have an OOB step running a command, it has to be synchronous and actively poll | 14:11 |
*** ociuhandu has joined #openstack-ironic | 14:32 | |
*** bnemec is now known as beekneemech | 14:37 | |
*** ociuhandu has quit IRC | 14:37 | |
iurygregory | gudrutis2, recheck worked =) | 14:38 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/train: Retry agent get_command_status upon failures https://review.opendev.org/715437 | 14:40 |
openstackgerrit | Dmitry Tantsur proposed openstack/ironic stable/stein: Retry agent get_command_status upon failures https://review.opendev.org/715438 | 14:40 |
dtantsur | TheJulia: proposed ^^^ other branches have a conflict | 14:42 |
*** amoralej|lunch is now known as amoralej | 14:43 | |
openstackgerrit | Verification of a change to openstack/ironic failed: Raise human-friendly messages on attempt to use pre-deploy steps drivers https://review.opendev.org/713594 | 14:59 |
openstackgerrit | Verification of a change to openstack/ironic failed: Generalize clean step functions to support deploy steps https://review.opendev.org/711437 | 14:59 |
dtantsur | of course.. | 14:59 |
*** ociuhandu has joined #openstack-ironic | 15:04 | |
TheJulia | dtantsur thanks | 15:04 |
*** mkrai has quit IRC | 15:10 | |
*** mkrai_ has joined #openstack-ironic | 15:10 | |
*** Lucas_Gray has joined #openstack-ironic | 15:11 | |
*** TxGirlGeek has joined #openstack-ironic | 15:24 | |
openstackgerrit | Merged openstack/ironic master: Fix enabled_hardware_types from idrac-wsman to idrac https://review.opendev.org/715363 | 15:27 |
gudrutis2 | iurygregory: great :) | 15:38 |
*** gyee has joined #openstack-ironic | 15:40 | |
openstackgerrit | Andreas Jaeger proposed openstack/ironic master: Cleanup Python 2.7 support https://review.opendev.org/715454 | 15:49 |
*** mkrai_ has quit IRC | 15:51 | |
iurygregory | wut this is new...^ | 16:02 |
*** melwitt is now known as jgwentworth | 16:12 | |
iurygregory | TheJulia, fyi http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013635.html =) | 16:13 |
dtantsur | nice | 16:14 |
*** alexmcleod has quit IRC | 16:16 | |
openstackgerrit | Andreas Jaeger proposed openstack/ironic master: Cleanup Python 2.7 support https://review.opendev.org/715454 | 16:18 |
*** ociuhandu_ has joined #openstack-ironic | 16:20 | |
*** ociuhandu has quit IRC | 16:23 | |
*** ociuhandu_ has quit IRC | 16:23 | |
*** ociuhandu has joined #openstack-ironic | 16:23 | |
TheJulia | iurygregory: <3 | 16:30 |
iurygregory | =) | 16:30 |
*** ijw_ has joined #openstack-ironic | 16:36 | |
iurygregory | enrrrr No more network devices No bootable device. | 16:37 |
*** ijw has quit IRC | 16:39 | |
iurygregory | ironic-tempest-ipa-wholedisk-direct-tinyipa-multinode and networking-baremetal with the same issues | 16:40 |
* iurygregory is ready for the I SPUC | 16:51 | |
* iurygregory grabs beer | 16:51 | |
dtantsur | about the SPUC time! | 16:59 |
*** lucasagomes has quit IRC | 17:00 | |
iurygregory | rpittau, arne_wiebalck SPUC | 17:01 |
*** ktibi has quit IRC | 17:08 | |
*** Lucas_Gray has quit IRC | 17:13 | |
*** ociuhandu has quit IRC | 17:57 | |
*** ociuhandu has joined #openstack-ironic | 17:57 | |
*** derekh has quit IRC | 18:00 | |
*** ociuhandu has quit IRC | 18:03 | |
*** rloo has quit IRC | 18:03 | |
*** rloo has joined #openstack-ironic | 18:04 | |
*** amoralej is now known as amoralej|off | 18:12 | |
*** k_mouza has quit IRC | 18:28 | |
*** uzumaki has joined #openstack-ironic | 18:29 | |
openstackgerrit | Verification of a change to openstack/ironic failed: Raise human-friendly messages on attempt to use pre-deploy steps drivers https://review.opendev.org/713594 | 18:54 |
openstackgerrit | Verification of a change to openstack/ironic failed: Generalize clean step functions to support deploy steps https://review.opendev.org/711437 | 18:54 |
*** rpittau is now known as rpittau|afk | 18:57 | |
*** gmann is now known as gmann_lunch | 18:59 | |
*** ociuhandu has joined #openstack-ironic | 19:01 | |
*** ociuhandu has quit IRC | 19:06 | |
*** dtantsur is now known as dtantsur|afk | 19:13 | |
*** gmann_lunch is now known as gmann | 19:29 | |
*** dsneddon has quit IRC | 19:30 | |
*** dsneddon has joined #openstack-ironic | 19:30 | |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Add network_type to port local_link_connection https://review.opendev.org/715312 | 19:32 |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Additional IP addresses to IPv6 stateful ports https://review.opendev.org/700002 | 19:32 |
openstackgerrit | Harald Jensås proposed openstack/ironic master: Doc - IPv6 Provisioning https://review.opendev.org/715313 | 19:32 |
*** iurygregory has quit IRC | 19:46 | |
*** shadower has quit IRC | 19:46 | |
*** shadower has joined #openstack-ironic | 19:46 | |
*** dougsz has joined #openstack-ironic | 19:57 | |
*** rloo has quit IRC | 20:19 | |
*** rloo has joined #openstack-ironic | 20:19 | |
*** dougsz has quit IRC | 20:51 | |
*** bdodd has quit IRC | 21:33 | |
*** bdodd has joined #openstack-ironic | 21:36 | |
*** early has quit IRC | 21:55 | |
*** early has joined #openstack-ironic | 21:58 | |
*** ociuhandu has joined #openstack-ironic | 22:03 | |
*** TxGirlGeek has quit IRC | 22:03 | |
*** early` has joined #openstack-ironic | 22:03 | |
*** early has quit IRC | 22:04 | |
*** ociuhandu has quit IRC | 22:07 | |
*** rh-jelabarre has quit IRC | 22:25 | |
*** uzumaki has quit IRC | 22:29 | |
*** TxGirlGeek has joined #openstack-ironic | 22:31 | |
*** TxGirlGeek has quit IRC | 22:56 | |
*** rloo has quit IRC | 22:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!