faizan | yes, thats correct. I can rename it to requested_boot_mode | 00:00 |
---|---|---|
NobodyCam | will we need a new pxe.template? | 00:00 |
NobodyCam | https://github.com/openstack/ironic/blob/master/ironic/drivers/modules/pxe_config.template | 00:00 |
NobodyCam | mn | 00:01 |
NobodyCam | see it now | 00:01 |
NobodyCam | lol and its even step 1 | 00:01 |
NobodyCam | :( | 00:01 |
faizan | yes, the above one is used by pxelinux.o, whereas for efi bootloader, we need a different template | 00:01 |
NobodyCam | it's been a long day | 00:01 |
NobodyCam | now /me wounder if you can uefi pxe boot a kvm vm node | 00:03 |
jroll | oh lord | 00:03 |
*** krtaylor has joined #openstack-ironic | 00:03 | |
faizan | if kvm supports uefi boot option, then we can pxe boot kvm vm node as well. | 00:04 |
NobodyCam | http://unix.stackexchange.com/questions/52996/how-to-boot-efi-kernel-using-qemu-kvm | 00:04 |
NobodyCam | looks like one can | 00:05 |
NobodyCam | :-p | 00:05 |
* NobodyCam will let others try first | 00:05 | |
faizan | I tested with vmware, I will look at kvm vm as well. Thanks for pointing this out. | 00:06 |
NobodyCam | faizan: I can say I find a tad hard to follow, though I fully admit that I was woken up at 4:30 this morning and may not have a good head on my sholders | 00:07 |
NobodyCam | at this point in hte day | 00:07 |
faizan | Thats fine. you can take a look tomorrow. | 00:08 |
NobodyCam | :) | 00:08 |
NobodyCam | and with that I am going step away.. have a good night all | 00:11 |
rloo | mrda: btw I looked at your patch with the race problem, and unfortunately, I don't have anything to add/help. | 00:12 |
rloo | night NobodyCam! | 00:12 |
mrda | rloo: that's ok rloo, I think I have something (based upon Deva's suggestion) | 00:13 |
rloo | mrda: ok. I wasn't actually convinced that his suggestion would work but I only glanced at it. | 00:14 |
mrda | rloo: I still have more testing to do here :) | 00:15 |
*** krtaylor has quit IRC | 00:25 | |
JayF | faizan: if you're changing how things boot, you might wanna look at lukas's recently approved ipxe spec | 00:26 |
JayF | faizan: since that plays in the same space you're talking about | 00:26 |
*** faizan has quit IRC | 00:29 | |
*** Haomeng|2 has joined #openstack-ironic | 00:29 | |
*** Haomeng has quit IRC | 00:30 | |
*** ramineni has joined #openstack-ironic | 00:34 | |
*** foexle has quit IRC | 00:35 | |
ramineni | JoshNang: Hi .. there? | 00:37 |
JoshNang | ramineni: hi! | 00:37 |
JoshNang | sorry for missing your messages this morning. west coast time plus late start this morning | 00:37 |
ramineni | JoshNang: ok.no problem :) | 00:38 |
ramineni | JoshNang: Want to have some discussion regarding firmware update design spec | 00:38 |
JoshNang | alright! | 00:38 |
ramineni | JoshNang : As you suggested, want to place the spec as generic spec , not only OOB | 00:39 |
JoshNang | right. i don't think it changes much, since to implement the blue print, you're only adding interfaces | 00:39 |
ramineni | JoshNang: yes, but I'm not sure , if update_firmware function proposed in spec , will be applicable for ipa/inband | 00:41 |
ramineni | JoshNang: I'm passing firmware_url as one of the arguments , which you suggested to remove in one of your comments | 00:41 |
ramineni | JoshNang: could you please clarify again , what does device identifier mean , in your spec . Still i didnt get that part | 00:42 |
JoshNang | right. if its going to be a generic management interface, forcing a firmware_url seems limiting. like i said, i could (and am) packaging firmwares into the agent image | 00:42 |
ramineni | JoshNang: so , device identifier , you meant firmware name/id something like that? | 00:43 |
JoshNang | to your first point, i think it'd be fairly easy to implement a a AgentManagementInterface as long as the firmwares can be updated in the OS, rather than out of band | 00:43 |
* JayF technically is the one packaging the firmwares into the image | 00:43 | |
JayF | :P | 00:43 |
jroll | JoshNang: firmware_url = 'file:///opt/whatever' | 00:43 |
JoshNang | :) ^ that too | 00:43 |
ramineni | jroll : :) | 00:44 |
jroll | and then s/url/uri/ | 00:44 |
JoshNang | and yeah, as a URI is fine with me as well | 00:44 |
JoshNang | device id was just an opaque identifier | 00:44 |
JoshNang | when a node boots up it sends a list of its hardware inventory. i was imagining device id would be some key in that inventory | 00:44 |
jroll | to be clear, ironic should be able to update more than just motherboard firmware. also NIC firmware etc | 00:45 |
JoshNang | though device id could be something general like "nic" | 00:46 |
*** eguz has quit IRC | 00:46 | |
JayF | no, that's really bad | 00:46 |
JayF | For firmware updates, you want more specific identifiers than 'nic' | 00:46 |
JayF | unless you want, you know, bricked nics ;) | 00:46 |
jroll | I'll brick your nic, buddy | 00:47 |
*** jroll is now known as brickednick | 00:47 | |
JayF | Nick Brick is going to be the next hot new wrestler in the WWE | 00:48 |
*** Penick has quit IRC | 00:48 | |
*** brickednick is now known as jroll | 00:48 | |
ramineni | jayF: :) | 00:48 |
JoshNang | (fwiw, i'm removing update_firmware from the decom spec) | 00:49 |
ramineni | jayF : could you suggest what could be specific identifiers which could cater both OOB and inband , for OOB , i thought only glance id to the images would be enough , but now looks like it doesnt wrk | 00:50 |
JayF | ramineni: I would think that should somewhat be left to the implementer, if you mean what I think you mean | 00:52 |
JayF | ramineni: As a user of Ironic, I can pick identifiers for my specific hardware bits better than a developer of ironic at some other point in time could | 00:52 |
ramineni | JayF: yes .. but dont you think , standardizing identifiers would be better , which could be easier for user and developer .. just a thought ..not sure | 00:58 |
ramineni | jayF: on what want to be updated | 00:59 |
JayF | For something that's as hardware and version specific as firmware updates, I'm not convinced standardization is better | 00:59 |
JayF | because the price you pay for flashing the wrong firmware is so high | 00:59 |
ramineni | JayF: ok . seems to be a point though. So , as , JoshNang suggested , will keep the device identifier and could be implementer speific , how it can be interpreted | 01:02 |
ramineni | JayF , jroll , JoshNang : Request you to have a look at https://review.openstack.org/#/c/100842/ , and let me know your comments | 01:05 |
ramineni | JayF , jroll , JoshNang : will be placing as generic spec , so appreciate your inputs and comments :) | 01:06 |
*** jerryz has joined #openstack-ironic | 01:10 | |
*** mikal has quit IRC | 01:27 | |
*** zigo has quit IRC | 01:27 | |
*** pleia2 has quit IRC | 01:27 | |
*** mmitchell_ has quit IRC | 01:27 | |
*** blamar has quit IRC | 01:27 | |
*** dkehnx1 has quit IRC | 01:27 | |
*** sseago has quit IRC | 01:27 | |
*** rwsu has quit IRC | 01:27 | |
*** pradipta_away has quit IRC | 01:27 | |
*** davidlenwell has quit IRC | 01:27 | |
*** hemna_ has quit IRC | 01:27 | |
*** datajerk has quit IRC | 01:27 | |
*** annegentle has quit IRC | 01:27 | |
*** notq has quit IRC | 01:27 | |
*** sbadia has quit IRC | 01:27 | |
*** pcrews has quit IRC | 01:27 | |
*** hemna has quit IRC | 01:27 | |
*** rameshg87_afk has quit IRC | 01:27 | |
*** sirushti has quit IRC | 01:27 | |
*** SpamapS has quit IRC | 01:27 | |
*** steveh has quit IRC | 01:27 | |
*** proffalken has quit IRC | 01:27 | |
*** devananda has quit IRC | 01:27 | |
*** kylestev has quit IRC | 01:27 | |
*** russell_h has quit IRC | 01:27 | |
*** matty_dubs|gone has quit IRC | 01:27 | |
*** pquerna has quit IRC | 01:27 | |
*** Madasi has quit IRC | 01:27 | |
*** ramineni has quit IRC | 01:27 | |
*** chuckC has quit IRC | 01:27 | |
*** anteaya has quit IRC | 01:27 | |
*** zul has quit IRC | 01:27 | |
*** tteggel has quit IRC | 01:27 | |
*** killer_prince has quit IRC | 01:27 | |
*** keekz has quit IRC | 01:27 | |
*** Shrews has quit IRC | 01:27 | |
*** Ng has quit IRC | 01:27 | |
*** Hefeweizen has quit IRC | 01:27 | |
*** mitz_ has quit IRC | 01:27 | |
*** harlowja has quit IRC | 01:27 | |
*** openstackgerrit has quit IRC | 01:27 | |
*** gilliard_ has quit IRC | 01:27 | |
*** kevinbenton has quit IRC | 01:27 | |
*** ekarlso has quit IRC | 01:27 | |
*** Haomeng|2 has quit IRC | 01:27 | |
*** boris-42 has quit IRC | 01:27 | |
*** rch has quit IRC | 01:27 | |
*** antonym has quit IRC | 01:27 | |
*** wendar has quit IRC | 01:27 | |
*** jroll has quit IRC | 01:27 | |
*** mrda has quit IRC | 01:27 | |
*** toabctl has quit IRC | 01:27 | |
*** d0ugal has quit IRC | 01:27 | |
*** dhellmann has quit IRC | 01:27 | |
*** JoshNang has quit IRC | 01:27 | |
*** rloo has quit IRC | 01:27 | |
*** mkerrin has quit IRC | 01:27 | |
*** NobodyCam has quit IRC | 01:27 | |
*** GheRivero has quit IRC | 01:27 | |
*** zer0c00l has quit IRC | 01:27 | |
*** jerryz has quit IRC | 01:27 | |
*** takadayuiko has quit IRC | 01:27 | |
*** aignatov has quit IRC | 01:27 | |
*** jgrimm has quit IRC | 01:27 | |
*** max_lobur has quit IRC | 01:27 | |
*** Isotopp has quit IRC | 01:27 | |
*** aweeks has quit IRC | 01:27 | |
*** mgagne has quit IRC | 01:27 | |
*** BadCub_ has quit IRC | 01:27 | |
*** enikanorov_ has quit IRC | 01:27 | |
*** lynxman has quit IRC | 01:27 | |
*** dtantsur has quit IRC | 01:27 | |
*** agordeev has quit IRC | 01:27 | |
*** LiveOne has quit IRC | 01:27 | |
*** comstud has quit IRC | 01:27 | |
*** Mikhail_D_wk1 has quit IRC | 01:27 | |
*** stevebaker has quit IRC | 01:27 | |
*** adam_g has quit IRC | 01:27 | |
*** dguerri has quit IRC | 01:27 | |
*** soren has quit IRC | 01:27 | |
*** sbadia has joined #openstack-ironic | 01:30 | |
*** pcrews has joined #openstack-ironic | 01:30 | |
*** hemna has joined #openstack-ironic | 01:30 | |
*** rameshg87_afk has joined #openstack-ironic | 01:30 | |
*** sirushti has joined #openstack-ironic | 01:30 | |
*** SpamapS has joined #openstack-ironic | 01:30 | |
*** steveh has joined #openstack-ironic | 01:30 | |
*** hemna_ has joined #openstack-ironic | 01:30 | |
*** datajerk has joined #openstack-ironic | 01:30 | |
*** annegentle has joined #openstack-ironic | 01:30 | |
*** notq has joined #openstack-ironic | 01:30 | |
*** proffalken has joined #openstack-ironic | 01:30 | |
*** devananda has joined #openstack-ironic | 01:30 | |
*** kylestev has joined #openstack-ironic | 01:30 | |
*** russell_h has joined #openstack-ironic | 01:30 | |
*** matty_dubs|gone has joined #openstack-ironic | 01:30 | |
*** pquerna has joined #openstack-ironic | 01:30 | |
*** Madasi has joined #openstack-ironic | 01:30 | |
*** krtaylor has joined #openstack-ironic | 01:34 | |
*** nosnos has joined #openstack-ironic | 01:45 | |
*** zer0c00l has joined #openstack-ironic | 01:58 | |
*** GheRivero has joined #openstack-ironic | 01:58 | |
*** NobodyCam has joined #openstack-ironic | 01:58 | |
*** mkerrin has joined #openstack-ironic | 01:58 | |
*** praneshp has joined #openstack-ironic | 01:58 | |
*** comstud has joined #openstack-ironic | 01:58 | |
*** agordeev has joined #openstack-ironic | 01:58 | |
*** dtantsur has joined #openstack-ironic | 01:58 | |
*** lynxman has joined #openstack-ironic | 01:58 | |
*** LiveOne has joined #openstack-ironic | 01:58 | |
*** enikanorov_ has joined #openstack-ironic | 01:58 | |
*** BadCub_ has joined #openstack-ironic | 01:58 | |
*** aweeks has joined #openstack-ironic | 01:58 | |
*** mgagne has joined #openstack-ironic | 01:58 | |
*** Isotopp has joined #openstack-ironic | 01:58 | |
*** jgrimm has joined #openstack-ironic | 01:58 | |
*** aignatov has joined #openstack-ironic | 01:58 | |
*** adam_g has joined #openstack-ironic | 01:58 | |
*** soren has joined #openstack-ironic | 01:58 | |
*** dguerri has joined #openstack-ironic | 01:58 | |
*** stevebaker has joined #openstack-ironic | 01:58 | |
*** Mikhail_D_wk1 has joined #openstack-ironic | 01:58 | |
*** mitz_ has joined #openstack-ironic | 01:58 | |
*** Hefeweizen has joined #openstack-ironic | 01:58 | |
*** Ng has joined #openstack-ironic | 01:58 | |
*** Shrews has joined #openstack-ironic | 01:58 | |
*** keekz has joined #openstack-ironic | 01:58 | |
*** killer_prince has joined #openstack-ironic | 01:58 | |
*** tteggel has joined #openstack-ironic | 01:58 | |
*** ekarlso has joined #openstack-ironic | 01:58 | |
*** kevinbenton has joined #openstack-ironic | 01:58 | |
*** gilliard_ has joined #openstack-ironic | 01:58 | |
*** openstackgerrit has joined #openstack-ironic | 01:58 | |
*** rloo has joined #openstack-ironic | 01:58 | |
*** chuckC has joined #openstack-ironic | 01:58 | |
*** anteaya has joined #openstack-ironic | 01:58 | |
*** zul has joined #openstack-ironic | 01:58 | |
*** mikal has joined #openstack-ironic | 02:03 | |
*** Haomeng|2 has joined #openstack-ironic | 02:03 | |
*** zigo has joined #openstack-ironic | 02:04 | |
*** pleia2 has joined #openstack-ironic | 02:06 | |
*** mmitchell_ has joined #openstack-ironic | 02:06 | |
*** sseago has joined #openstack-ironic | 02:06 | |
*** mrda has joined #openstack-ironic | 02:06 | |
*** rch has joined #openstack-ironic | 02:06 | |
*** d0ugal has joined #openstack-ironic | 02:06 | |
*** antonym has joined #openstack-ironic | 02:06 | |
*** wendar has joined #openstack-ironic | 02:06 | |
*** jroll has joined #openstack-ironic | 02:06 | |
*** toabctl has joined #openstack-ironic | 02:06 | |
*** dhellmann has joined #openstack-ironic | 02:06 | |
*** JoshNang has joined #openstack-ironic | 02:06 | |
*** rwsu has joined #openstack-ironic | 02:08 | |
*** pradipta_away has joined #openstack-ironic | 02:08 | |
*** davidlenwell has joined #openstack-ironic | 02:08 | |
*** harlowja has joined #openstack-ironic | 02:23 | |
rloo | JoshNang, jroll: wrt 100364, did you mean to add back set_bootparam? | 02:30 |
*** boris-42 has joined #openstack-ironic | 02:49 | |
*** ramineni has joined #openstack-ironic | 02:52 | |
*** sabah has joined #openstack-ironic | 02:56 | |
*** vinbs has joined #openstack-ironic | 03:02 | |
*** sabah has quit IRC | 03:13 | |
*** rameshg87_afk is now known as rameshg87 | 03:26 | |
*** takadayuiko has joined #openstack-ironic | 03:30 | |
takadayuiko | Hello, Ironic! | 03:30 |
mrda | hi takadayuiko | 03:31 |
takadayuiko | hi, mrda | 03:31 |
takadayuiko | Is there anyone who'll present to the OpenStack birthday party on 7/22 at Portland? | 03:34 |
*** boris-42 has quit IRC | 03:38 | |
*** boris-42 has joined #openstack-ironic | 03:42 | |
openstackgerrit | Ramakrishnan G proposed a change to openstack/ironic-specs: iLO Virtual Media Deploy Driver https://review.openstack.org/97744 | 03:43 |
*** nosnos has quit IRC | 03:43 | |
*** chuckC has quit IRC | 03:45 | |
*** rloo has quit IRC | 03:48 | |
*** praneshp has quit IRC | 03:52 | |
*** eghobo has joined #openstack-ironic | 03:56 | |
*** max_lobur has joined #openstack-ironic | 04:03 | |
openstackgerrit | Ramakrishnan G proposed a change to openstack/python-ironicclient: Add ironic cli support for vendor-passthru https://review.openstack.org/101297 | 04:04 |
*** nosnos has joined #openstack-ironic | 04:09 | |
*** harlowja is now known as harlowja_away | 04:16 | |
*** Poornima has joined #openstack-ironic | 04:19 | |
openstackgerrit | Anusha Ramineni proposed a change to openstack/ironic: Add IloDriver and its IloPower module https://review.openstack.org/89500 | 04:32 |
*** eghobo has quit IRC | 04:44 | |
*** eghobo has joined #openstack-ironic | 04:45 | |
*** killer_prince has quit IRC | 04:48 | |
*** rakesh_hs has joined #openstack-ironic | 05:05 | |
*** praneshp has joined #openstack-ironic | 05:08 | |
*** praneshp_ has joined #openstack-ironic | 05:10 | |
*** praneshp_ has left #openstack-ironic | 05:13 | |
*** praneshp has quit IRC | 05:14 | |
*** bvivek has joined #openstack-ironic | 05:16 | |
*** k4n0 has joined #openstack-ironic | 05:17 | |
*** faizan has joined #openstack-ironic | 05:22 | |
*** bmahalakshmi has joined #openstack-ironic | 05:32 | |
*** lazy_prince has joined #openstack-ironic | 05:34 | |
GheRivero | morning all | 05:46 |
*** amitpp has joined #openstack-ironic | 05:46 | |
openstackgerrit | Anusha Ramineni proposed a change to openstack/ironic: Add IloDriver and its IloPower module https://review.openstack.org/89500 | 05:47 |
*** shausy has joined #openstack-ironic | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/ironic: Imported Translations from Transifex https://review.openstack.org/105359 | 06:02 |
*** shausy has quit IRC | 06:04 | |
*** nosnos has quit IRC | 06:08 | |
*** coolsvap has joined #openstack-ironic | 06:12 | |
*** max_lobur has quit IRC | 06:13 | |
*** pcrews has quit IRC | 06:19 | |
*** zigo has quit IRC | 06:26 | |
*** pradipta_away has quit IRC | 06:28 | |
*** eguz has joined #openstack-ironic | 06:28 | |
*** shausy has joined #openstack-ironic | 06:29 | |
*** eghobo has quit IRC | 06:32 | |
*** zigo has joined #openstack-ironic | 06:34 | |
*** saripurigopi has joined #openstack-ironic | 06:37 | |
openstackgerrit | Ramakrishnan G proposed a change to openstack/ironic: Add IloDriver and its IloPower module https://review.openstack.org/89500 | 06:45 |
*** geekyogi has joined #openstack-ironic | 06:46 | |
*** geekyogi has quit IRC | 06:53 | |
*** jcoufal has joined #openstack-ironic | 07:19 | |
*** athomas has joined #openstack-ironic | 07:21 | |
*** ndipanov has joined #openstack-ironic | 07:23 | |
*** geekyogi has joined #openstack-ironic | 07:41 | |
*** morgabra has quit IRC | 07:41 | |
*** eguz has quit IRC | 07:41 | |
*** openstack has joined #openstack-ironic | 07:41 | |
*** ifarkas has joined #openstack-ironic | 07:44 | |
*** shausy has quit IRC | 07:55 | |
mrda | Have a great weekend Ironic! | 07:57 |
*** mrda is now known as mrda-weekend | 07:58 | |
takadayuiko | mrda, enjoy! | 07:58 |
*** foexle has joined #openstack-ironic | 08:16 | |
*** shausy has joined #openstack-ironic | 08:17 | |
*** jistr has joined #openstack-ironic | 08:17 | |
*** lucasagomes has joined #openstack-ironic | 08:18 | |
*** derekh__ has joined #openstack-ironic | 08:56 | |
*** foexle has quit IRC | 09:01 | |
takadayuiko | Is there anyone who'll present to the OpenStack birthday party on 7/22 at Portland? | 09:06 |
*** pelix has joined #openstack-ironic | 09:19 | |
*** stendulker has joined #openstack-ironic | 09:20 | |
rameshg87 | good morning lucasagomes | 09:21 |
lucasagomes | rameshg87, morning | 09:22 |
rameshg87 | lucasagomes: had a question regarding your comment on https://review.openstack.org/#/c/89500/21/ironic/drivers/ilo.py | 09:22 |
rameshg87 | lucasagomes: the deploy module for ilo driver is proposed and is currently in review | 09:22 |
lucasagomes | takadayuiko, I won't be there :(... are you going to the Nova/Ironic mid-cycle in portland? | 09:22 |
lucasagomes | rameshg87, ahh, right... Sorry for that, ignore that then | 09:23 |
lucasagomes | rameshg87, but, anyway... can we use PXE for that if we want right? | 09:23 |
rameshg87 | lucasagomes: yes, we can | 09:23 |
stendulker | lucasgomes: Hi | 09:23 |
lucasagomes | rameshg87, ah great | 09:23 |
lucasagomes | stendulker, hi there | 09:24 |
stendulker | lucasgomes: Did you get chance to review firmware settings related design spec https://review.openstack.org/#/c/101122 | 09:24 |
rameshg87 | lucasagomes: so i will just ignore that for now, will rename the driver when the deploy module is in .. | 09:24 |
lucasagomes | rameshg87, right, or as it only will be usable after the deploy module is in we may want to add that class as part of the deploy module patch? | 09:25 |
lucasagomes | stendulker, will try to do it soon, sorry I haven't had much time this week :( | 09:25 |
rameshg87 | lucasagomes: i would like to add that file now if possible, as ilo driver will not be enabled anyway :-) | 09:26 |
stendulker | lucasagomes : Ok. Thanks. | 09:26 |
lucasagomes | rameshg87, alright :) | 09:26 |
*** Haomeng|2 has quit IRC | 09:27 | |
rameshg87 | lucasagomes: thanks :-) | 09:27 |
lucasagomes | rameshg87, yw, sorry for the delay to review, as I just said it was a busy week here :( | 09:27 |
rameshg87 | lucasagomes: np, :-) | 09:28 |
rameshg87 | lucasagomes: will try to address others quickly :-) | 09:28 |
lucasagomes | cool, I will keep an eye on that patch | 09:28 |
saripurigopi | @rameshg87, is the patch for vendor_passthru CLIs is committed ? | 09:35 |
*** lazy_prince has quit IRC | 09:35 | |
takadayuiko | lucasagomes: No, I'll just go to OSCON. My co-worker will present Nova/Ironic mid-cycle meeting. Will you present it? | 09:35 |
lucasagomes | takadayuiko, ah nice one, OSCON sounds good. Yeah I will be there | 09:35 |
*** lazy_prince has joined #openstack-ironic | 09:36 | |
takadayuiko | lucasagomes, Ah, I regret about that I couldn’t meet you at the party, but good lack and enjoy the meeting :-) | 09:45 |
lucasagomes | takadayuiko, :( yeah... thank you! Enjoy the party and the OSCON, I'm sure it will be great! | 09:46 |
*** foexle has joined #openstack-ironic | 09:49 | |
rameshg87 | saripurigopi: no, the patch is still in review | 09:50 |
saripurigopi | rameshg87, ok, can you share the link? | 09:51 |
rameshg87 | saripurigopi: you may pull the change from my review itself, https://review.openstack.org/101297 | 09:51 |
saripurigopi | thanks rameshg87 | 09:51 |
rameshg87 | saripurigopi: :-) | 09:51 |
rameshg87 | lucasagomes: just one more question regarding a comment | 09:51 |
rameshg87 | lucasagomes: https://review.openstack.org/#/c/89500/21/ironic/drivers/modules/ilo/power.py | 09:51 |
lucasagomes | rameshg87, sure | 09:52 |
rameshg87 | lucasagomes: regarding comment on L50 | 09:52 |
rameshg87 | lucasagomes: did you mean a one-line-docstring was enough there ? | 09:52 |
rameshg87 | lucasagomes: because the current docstring is not one-line | 09:52 |
lucasagomes | rameshg87, oh my bad, may have copied to wrong link | 09:53 |
takadayuiko | lucasagomes, yes yes, thank you :) Say, my co-worker who will present to the mid-cycle meeting is Ken'ichi ohmichi, and he is nervous because it is the first time of mid-cycle meeting for him(ahaha), so please make him feel welcome | 09:53 |
lucasagomes | rameshg87, it's missing a period on the first line there | 09:54 |
rameshg87 | lucasagomes: oh okay | 09:54 |
rameshg87 | lucasagomes: will fix it there. thanks. | 09:55 |
lucasagomes | takadayuiko, ha ha, sure thing! He will be grand :) | 09:57 |
lucasagomes | takadayuiko, and btw, are you all going to the summit in Paris in November ? | 09:57 |
takadayuiko | lucasagomes, Yes, of course! all means 11/3-7? If so, YES. You too, right? | 10:00 |
* lucasagomes go check the dates | 10:01 | |
lucasagomes | takadayuiko, yup that's right! Yes I am :) | 10:01 |
takadayuiko | lucasagomes, good, thank you. He's a little bit shy but very kind. | 10:01 |
lucasagomes | :) np, he will enjoy it | 10:02 |
takadayuiko | lucasagomes, I'm looking forward to meet you again in summit! | 10:03 |
lucasagomes | takadayuiko, +1, same! Will be great | 10:04 |
*** overlayer has joined #openstack-ironic | 10:05 | |
*** rakesh_hs2 has joined #openstack-ironic | 10:08 | |
*** rakesh_hs has quit IRC | 10:09 | |
*** romcheg has joined #openstack-ironic | 10:14 | |
*** martyntaylor has joined #openstack-ironic | 10:15 | |
*** lazy_prince has quit IRC | 10:21 | |
*** lazy_prince has joined #openstack-ironic | 10:22 | |
*** foexle has quit IRC | 10:24 | |
*** foexle has joined #openstack-ironic | 10:29 | |
openstackgerrit | Anusha Ramineni proposed a change to openstack/ironic-specs: Management Interface to firmware update https://review.openstack.org/100842 | 10:47 |
*** takadayuiko has quit IRC | 10:53 | |
openstackgerrit | Anusha Ramineni proposed a change to openstack/ironic-specs: Management Interface to firmware update https://review.openstack.org/100842 | 10:59 |
*** stendulker has quit IRC | 11:01 | |
*** ramineni has quit IRC | 11:02 | |
*** jcoufal has quit IRC | 11:03 | |
*** jcoufal has joined #openstack-ironic | 11:04 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/python-ironicclient: Add pagination support to {node, port, chassis}-list https://review.openstack.org/91585 | 11:10 |
openstackgerrit | Ramakrishnan G proposed a change to openstack/ironic: Add IloDriver and its IloPower module https://review.openstack.org/89500 | 11:11 |
rameshg87 | lucasagomes: request you to take a look at ilo deploy spec whenever you get time https://review.openstack.org/#/c/97744/ | 11:12 |
*** bvivek has quit IRC | 11:13 | |
rameshg87 | lucasagomes: this also has the info about changes required in deploy-ironic element in diskimage-builder to support deploy from baremetal node | 11:14 |
lucasagomes | rameshg87, ah nice, like fetching images directly from glance? | 11:15 |
rameshg87 | lucasagomes: fetching directly from swift using temp urls | 11:15 |
*** foexle has quit IRC | 11:16 | |
lucasagomes | rameshg87, ah good stuff, I will take a look when I get some time | 11:16 |
lucasagomes | thank u | 11:16 |
rameshg87 | lucasagomes: thanks | 11:16 |
*** openstackgerrit has quit IRC | 11:16 | |
*** openstackgerrit has joined #openstack-ironic | 11:18 | |
*** lucasagomes is now known as lucas-hungry | 11:18 | |
*** vinbs has quit IRC | 11:24 | |
*** rameshg87 is now known as rameshg87_afk | 11:27 | |
*** faizan has quit IRC | 11:35 | |
*** Alexei_987 has joined #openstack-ironic | 11:35 | |
*** jcoufal has quit IRC | 11:39 | |
*** bvivek has joined #openstack-ironic | 11:44 | |
*** k4n0 has quit IRC | 12:00 | |
*** jdob has joined #openstack-ironic | 12:01 | |
*** geekyogi has quit IRC | 12:22 | |
*** krtaylor has quit IRC | 12:22 | |
*** lucas-hungry is now known as lucasagomes | 12:25 | |
*** chuckC has joined #openstack-ironic | 12:32 | |
*** amitpp has quit IRC | 12:36 | |
*** bmahalakshmi has quit IRC | 12:38 | |
*** saripurigopi has quit IRC | 12:39 | |
*** bvivek has quit IRC | 12:45 | |
*** coolsvap1 has joined #openstack-ironic | 13:00 | |
*** coolsvap1 has quit IRC | 13:01 | |
*** Poornima has left #openstack-ironic | 13:05 | |
openstackgerrit | Jim Rollenhagen proposed a change to openstack/ironic: Add methods to ipmitool driver https://review.openstack.org/100364 | 13:18 |
*** annegentle is now known as notsogentle | 13:29 | |
*** jgrimm has quit IRC | 13:29 | |
*** krtaylor has joined #openstack-ironic | 13:34 | |
*** matty_dubs|gone is now known as matty_dubs | 13:39 | |
*** foexle has joined #openstack-ironic | 13:40 | |
*** pcrews has joined #openstack-ironic | 13:44 | |
*** shausy has quit IRC | 13:47 | |
openstackgerrit | Jim Rollenhagen proposed a change to openstack/ironic: Remove TFTPImageCache class https://review.openstack.org/100734 | 13:47 |
openstackgerrit | Jim Rollenhagen proposed a change to openstack/ironic: Factor out deploy info from PXE driver https://review.openstack.org/100735 | 13:47 |
jroll | lucasagomes: good call on that :) ^ | 13:48 |
jroll | morning ironic :) | 13:48 |
lucasagomes | jroll, :) | 13:49 |
lucasagomes | jroll, thanks for addressing that | 13:49 |
*** stendulker has joined #openstack-ironic | 13:50 | |
jroll | np | 13:55 |
openstackgerrit | Jim Rollenhagen proposed a change to openstack/ironic: Allow Ironic URL from config file https://review.openstack.org/105590 | 13:56 |
openstackgerrit | Jim Rollenhagen proposed a change to openstack/ironic: Add missing docstrings https://review.openstack.org/106202 | 13:56 |
jroll | love that rebase button | 13:57 |
jroll | bbiab | 13:57 |
*** jistr has quit IRC | 14:00 | |
*** jistr has joined #openstack-ironic | 14:02 | |
NobodyCam | good Morning Ironic | 14:05 |
NobodyCam | and TGIF! | 14:05 |
*** max_lobur has joined #openstack-ironic | 14:06 | |
*** ramineni has joined #openstack-ironic | 14:10 | |
openstackgerrit | A change was merged to openstack/python-ironicclient: Remove aliases `arg` and `env` from utils https://review.openstack.org/104553 | 14:12 |
lucasagomes | morning NobodyCam | 14:22 |
NobodyCam | morning lucasagomes | 14:34 |
*** jgrimm has joined #openstack-ironic | 14:37 | |
*** max_lobur has quit IRC | 14:39 | |
NobodyCam | brb | 14:40 |
*** chuckC has quit IRC | 14:40 | |
*** jistr has quit IRC | 14:40 | |
*** jistr has joined #openstack-ironic | 14:49 | |
*** max_lobur has joined #openstack-ironic | 14:50 | |
lucasagomes | jroll, added 2 suggestions on that TftpImageCache patch, lemme know if u agree with it | 14:53 |
BadCub_ | MOrning everyone | 14:57 |
*** lazy_prince has quit IRC | 15:02 | |
NobodyCam | morning BadCub_ | 15:02 |
jroll | lucasagomes: sigh | 15:03 |
jroll | I agree the names suck for all of this | 15:03 |
lucasagomes | jroll, :( yeah | 15:03 |
lucasagomes | jroll, sorry I don't want to be pick and I know the names is not ur fault | 15:03 |
lucasagomes | but as ur refactoring it I thought we could make it a bit better than what is now | 15:04 |
jroll | but the point of this refactor is so the agent driver can share a bunch of pxe code | 15:04 |
lucasagomes | jroll, fair enough | 15:04 |
jroll | so eg moving tftproot config back to pxe doesn't make sense | 15:04 |
jroll | the name is better but ugh | 15:04 |
jroll | tbh we should rename the pxe driver to iscsi :) | 15:04 |
lucasagomes | jroll, right | 15:05 |
* jroll calls not it | 15:05 | |
*** lazy_prince has joined #openstack-ironic | 15:05 | |
lucasagomes | jroll, that's cool I will back my comments then | 15:06 |
jroll | so idk what to do here | 15:06 |
lucasagomes | jroll, I'm in a call right now I tping u back as soon as it finished | 15:06 |
jroll | sure, I'm on the train so take your time :p | 15:06 |
lucasagomes | heh ok | 15:06 |
*** foexle has quit IRC | 15:07 | |
*** lazy_prince has quit IRC | 15:07 | |
*** killer_prince has joined #openstack-ironic | 15:08 | |
*** killer_prince is now known as lazy_prince | 15:08 | |
*** rakesh_hs2 has quit IRC | 15:08 | |
*** Penick has joined #openstack-ironic | 15:14 | |
*** overlayer has quit IRC | 15:47 | |
*** overlayer has joined #openstack-ironic | 15:49 | |
*** ifarkas has quit IRC | 15:55 | |
*** Penick_ has joined #openstack-ironic | 15:56 | |
*** Penick has quit IRC | 15:58 | |
*** Penick_ is now known as Penick | 15:58 | |
*** martyntaylor has left #openstack-ironic | 16:04 | |
*** matty_dubs is now known as matty_dubs|lunch | 16:04 | |
*** eghobo has joined #openstack-ironic | 16:11 | |
*** overlayer has quit IRC | 16:14 | |
openstackgerrit | Lucas Alvares Gomes proposed a change to openstack/ironic: Fix node to chassis and port to node association https://review.openstack.org/106083 | 16:14 |
*** overlayer has joined #openstack-ironic | 16:16 | |
*** eghobo has quit IRC | 16:17 | |
*** eghobo has joined #openstack-ironic | 16:17 | |
*** jdob has quit IRC | 16:25 | |
*** ndipanov has quit IRC | 16:28 | |
*** harlowja_away is now known as harlowja | 16:37 | |
*** jgrimm has quit IRC | 16:40 | |
devananda | mornin, all | 16:44 |
NobodyCam | good morning devananda | 16:44 |
gilliard_ | Hi devananda | 16:44 |
devananda | gilliard_: hi there! | 16:46 |
devananda | gilliard_: replying to your email now. have you had any more success with the capability filter? | 16:48 |
gilliard_ | Yes, I'm just finishing a patchset for it | 16:48 |
devananda | gilliard_: oh, great | 16:48 |
gilliard_ | There seems to be regex validation for valid paths to be added with node-update | 16:49 |
gilliard_ | But I can't see where the regex is defined... | 16:49 |
gilliard_ | I'd like to be able to say eg: node-update <uuid> add properties/capabilities:role=swift then have an extra_spec in the flavor of role=swift | 16:50 |
gilliard_ | Does that make sense? | 16:50 |
gilliard_ | "properties/capabilities:role" fails some regex validation there, atm | 16:51 |
NobodyCam | brb | 16:52 |
*** matty_dubs|lunch is now known as matty_dubs | 16:53 | |
lucasagomes | devananda, about that capabilities patch, would that be enough to superseded the "arbitrary tag support" work? | 16:56 |
devananda | lucasagomes: maybe | 16:56 |
devananda | lucasagomes: they are fulfilling a similar initial goal, but the tag discussions tended to side track into what-if's | 16:57 |
*** stendulker has quit IRC | 16:57 | |
devananda | gilliard_: it's failing the parsing to generate a JSON PATCH request to the API | 16:57 |
lucasagomes | right, fair | 16:58 |
devananda | gilliard_: you should use this: node-update ... add properties/capabilities=role:swift | 16:58 |
devananda | format is "object/key=value" | 16:58 |
gilliard_ | so can we apply more than one capability? | 16:59 |
devananda | in my patch, no | 16:59 |
devananda | we can do it with k1:v1,k2:v2,k3:v3 and then split them in the nova driver | 17:00 |
devananda | which is one of the approaches phil metnioned | 17:00 |
gilliard_ | yep that's the direction my new ps is heading in. | 17:00 |
gilliard_ | then in host_state.stats we get {k1:v1, k2:v2 etc...} rather than {capabilities:"k1:v1,k2:v2,etc"} ? | 17:01 |
devananda | right | 17:02 |
devananda | looks good to me | 17:02 |
gilliard_ | OK :) | 17:02 |
devananda | gilliard_: in case you haven't seen it, may help -- http://docs.openstack.org/developer/ironic/webapi/v1.html#Node | 17:02 |
gilliard_ | thanks | 17:03 |
*** ramineni has quit IRC | 17:07 | |
*** derekh__ has quit IRC | 17:07 | |
*** jistr has quit IRC | 17:07 | |
Shrews | devananda: fyi, i'm going to attempt to convince mtreinish to accept https://review.openstack.org/94439 as is instead of me moving it to an API test. After thinking about it after our last convo, there is some baremetal specific stuff in that test (partion names and mount points). | 17:10 |
Shrews | s/partion/partition/ | 17:11 |
*** dkehnx1 has joined #openstack-ironic | 17:12 | |
devananda | Shrews: so that'll add several minutes to our test jobs right now, which is OK | 17:12 |
Shrews | devananda: lol, if we're going to enable the API tests, this is miniscule compared to them | 17:12 |
devananda | Shrews: but what do you think about collapsing that into the existing scenario test (or replacing it) ? | 17:12 |
devananda | Shrews: hah, true | 17:12 |
Shrews | devananda: ++ to replacing the basic test | 17:13 |
devananda | Shrews: i still dont know that i have a good sense of how long the api tests will take -- do you? | 17:13 |
devananda | so what i mean is, why do we need >1 scenario test? | 17:13 |
Shrews | devananda: not yet, but after dealing with them for the past several days, i'm starting to fear "a long time" | 17:13 |
devananda | Shrews: back of the envelope says it'll be about two hours | 17:14 |
devananda | but i may be off by an order of magnitute | 17:14 |
devananda | magnitude | 17:14 |
devananda | which will be funny | 17:15 |
devananda | and disappointing | 17:15 |
Shrews | i'm really just not sure yet. we'll know better as we get closer to getting them all running | 17:16 |
*** chuckC has joined #openstack-ironic | 17:16 | |
devananda | do you have any data on the run time of a small number of API tests yet? | 17:16 |
devananda | we could extrapolate from that | 17:16 |
devananda | i'm jsut not sure if our scenario test's runtime is a good indicator | 17:16 |
Shrews | no. i've been focusing on specific failing tests, not ranges of them | 17:16 |
devananda | running locally or in d-g? | 17:17 |
Shrews | locally | 17:18 |
*** tatyana has joined #openstack-ironic | 17:21 | |
Shrews | oh geez, i've missed lunch... bbs | 17:22 |
devananda | bug fix needing another review - https://review.openstack.org/#/c/106083/ | 17:28 |
devananda | (thanks lucas! that's a pretty serious bug ...) | 17:28 |
*** romcheg has quit IRC | 17:28 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/ironic: Make ComputeCapabilitiesFilter work with Ironic https://review.openstack.org/105802 | 17:33 |
*** jistr has joined #openstack-ironic | 17:34 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/ironic: Make ComputeCapabilitiesFilter work with Ironic https://review.openstack.org/105802 | 17:35 |
*** jistr is now known as jistr|off | 17:35 | |
lucasagomes | alright I will call it a day | 17:35 |
lucasagomes | have a great night everybody | 17:35 |
devananda | cheeres, g'night lucasagomes ! | 17:35 |
lucasagomes | Shrews, I just reviewed ur spec about the retry mechanism for the node locked thing... that's good stuff | 17:35 |
lucasagomes | thanks for that, lemme know on the comments if u agreed with the review. If so I will review the next patch set asap :) | 17:36 |
devananda | gilliard_: your patch is based on master, not on my cleanup patch | 17:37 |
*** gilliard has joined #openstack-ironic | 17:37 | |
devananda | gilliard_: https://review.openstack.org/#/c/105802/3..5/ironic/nova/tests/virt/ironic/test_driver.py | 17:37 |
*** lucasagomes is now known as lucas-dinner | 17:38 | |
gilliard | devananda: yep :) I wanted to mark it WIP as I haven't touched the tests yet. But I can't | 17:39 |
devananda | heh, right. that's a drawback to overriding someone else's patch :) | 17:39 |
devananda | gilliard: i need to fix up my cleanup patch anyway, so i can rebase 105802 on it, unless you have more revs you're going to push up? | 17:40 |
gilliard | I wanted to check that what I did in driver.py is roughly what you were expecting, then I will redo the tests too | 17:40 |
devananda | gilliard: yea, it LGTM | 17:40 |
*** romcheg has joined #openstack-ironic | 17:40 | |
gilliard | OK well I have a little trouble running the tests on my devstack atm, but expect another patchset after I sort that out. | 17:41 |
devananda | roughly speaking. it needs error handling | 17:41 |
gilliard | yeah that too | 17:41 |
*** tatyana has quit IRC | 17:41 | |
*** morgabra has quit IRC | 17:41 | |
*** gilliard_ has quit IRC | 17:41 | |
*** kevinbenton has quit IRC | 17:41 | |
*** ekarlso has quit IRC | 17:41 | |
devananda | also, you dont need "if .. is not None:" -- you can simply do "if capabilities:" | 17:41 |
*** comstud is now known as bearhands | 17:42 | |
gilliard | I have checked that it actually works with ComputeCapabilitiesFilter and a specially-crafted flavor though :) | 17:42 |
devananda | cool | 17:42 |
NobodyCam | brb | 17:46 |
openstackgerrit | Devananda van der Veen proposed a change to openstack/ironic: Clean up nova virt driver test code https://review.openstack.org/105925 | 17:46 |
devananda | fixed | 17:46 |
*** morgabra has joined #openstack-ironic | 17:46 | |
devananda | gilliard: hmm, see phil's last email. going to test something real quick... | 17:48 |
*** ekarlso has joined #openstack-ironic | 17:48 | |
*** Alexei_987 has quit IRC | 17:48 | |
*** kevinbenton has joined #openstack-ironic | 17:49 | |
*** krtaylor has quit IRC | 17:54 | |
openstackgerrit | Matthew Gilliard proposed a change to openstack/ironic: Make ComputeCapabilitiesFilter work with Ironic https://review.openstack.org/105802 | 17:57 |
*** krtaylor has joined #openstack-ironic | 18:02 | |
*** tatyana has joined #openstack-ironic | 18:04 | |
*** athomas has quit IRC | 18:17 | |
*** jbjohnso has joined #openstack-ironic | 18:24 | |
*** overlayer has quit IRC | 18:27 | |
* devananda lunches | 18:29 | |
gilliard | So the installdeps phase of tox is running for over 15 minutes now. if it takes much longer I'll have to finish this patch on monday. | 18:31 |
jroll | gilliard: (it will) | 18:32 |
jroll | gilliard: you could also upload it to gerrit and let CI run the tests for you :P | 18:33 |
gilliard | I suppose it only takes a long time the first time? | 18:34 |
jroll | yeah, it's downloading all the dependencies that takes a long time | 18:34 |
gilliard | ah! finished. There's hope yet :) | 18:37 |
jroll | \o/ | 18:38 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/ironic: Make ComputeCapabilitiesFilter work with Ironic https://review.openstack.org/105802 | 18:38 |
openstackgerrit | Matthew Gilliard proposed a change to openstack/ironic: Make ComputeCapabilitiesFilter work with Ironic https://review.openstack.org/105802 | 18:57 |
gilliard | ^^ rebased, tests fixed. Worth staying a bit late to talk it through with devananda (thanks!) but it's 8pm Friday so I'm out :) | 18:58 |
*** tatyana has quit IRC | 18:59 | |
*** romcheg1 has joined #openstack-ironic | 19:02 | |
*** romcheg has quit IRC | 19:03 | |
jroll | have a good one, gilliard :) | 19:11 |
*** romcheg has joined #openstack-ironic | 19:12 | |
*** romcheg1 has quit IRC | 19:14 | |
Shrews | I think I need to switch my brain to single-threaded mode for a while. Context switching is wearing me out. | 19:22 |
Shrews | i blame it on a lack of breakfast bagels from NobodyCam | 19:24 |
*** max_lobur has quit IRC | 19:24 | |
jroll | +1 Shrews | 19:36 |
*** kevinbenton has quit IRC | 19:48 | |
*** kevinbenton has joined #openstack-ironic | 19:49 | |
*** Penick has quit IRC | 20:05 | |
*** lazy_prince has quit IRC | 20:05 | |
NobodyCam | brb | 20:07 |
*** killer_prince has joined #openstack-ironic | 20:08 | |
*** killer_prince is now known as lazy_prince | 20:09 | |
*** romcheg1 has joined #openstack-ironic | 20:14 | |
Shrews | jroll: on 106202, i see that you pulled the docstring from the base class, but the implementation doesn't match what the base class documents. i'm a little puzzled on that | 20:15 |
jroll | Shrews: yeah :| | 20:16 |
*** romcheg has quit IRC | 20:16 | |
jroll | saw your comment | 20:16 |
jroll | not sure if I want to fix the behavior or the docstring | 20:16 |
Shrews | the UnsupportedDriverExtension is actually thrown from the conductor, too. heh | 20:16 |
Shrews | jroll: i suspect the base class docstring to be outdated | 20:17 |
jroll | Shrews: yeah, maybe | 20:17 |
jroll | Shrews: I'll... think about it | 20:17 |
Shrews | jroll: yeah, me too. sorry :( | 20:18 |
jroll | ha, no worries | 20:18 |
jroll | I'm just focused elsewhere atm | 20:18 |
Shrews | ++ | 20:18 |
*** romcheg has joined #openstack-ironic | 20:24 | |
*** romcheg1 has quit IRC | 20:26 | |
*** lazy_prince has quit IRC | 20:29 | |
*** killer_prince has joined #openstack-ironic | 20:31 | |
*** killer_prince is now known as lazy_prince | 20:31 | |
*** lazy_prince has quit IRC | 20:45 | |
*** killer_prince has joined #openstack-ironic | 20:49 | |
*** killer_prince is now known as lazy_prince | 20:50 | |
*** max_lobur has joined #openstack-ironic | 20:52 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 20:59 |
*** matty_dubs is now known as matty_dubs|gone | 21:03 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 21:12 |
*** lazy_prince has quit IRC | 21:14 | |
*** killer_prince has joined #openstack-ironic | 21:18 | |
*** killer_prince is now known as lazy_prince | 21:18 | |
*** lazy_prince has quit IRC | 21:23 | |
*** derekh__ has joined #openstack-ironic | 21:23 | |
*** killer_prince has joined #openstack-ironic | 21:25 | |
*** killer_prince is now known as lazy_prince | 21:25 | |
*** pelix has quit IRC | 21:28 | |
*** tatyana has joined #openstack-ironic | 21:28 | |
*** tatyana has quit IRC | 21:29 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 21:32 |
NobodyCam | ahh its so handy to have in the repo for refference | 21:33 |
jroll | ^^ | 21:33 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 21:34 |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 21:35 |
*** jbjohnso has quit IRC | 21:36 | |
soren | Quick question: What's the command for building my deploy kernel/initramfs? | 21:38 |
*** lazy_prince has quit IRC | 21:39 | |
soren | "bin/disk-image-create -o deploy ubuntu deploy-ironic baremetal" is what I used, but I land at an initramfs prompt. | 21:39 |
*** killer_prince has joined #openstack-ironic | 21:40 | |
*** killer_prince is now known as lazy_prince | 21:40 | |
*** jistr|off has quit IRC | 21:42 | |
openstackgerrit | Ellen Hui proposed a change to openstack/ironic: Add more INFO logging to ironic/common/service.py https://review.openstack.org/99495 | 21:42 |
soren | Oh, and the init in it is a "real" one, not the one that I would expect to find in a deploy initramfs. | 21:42 |
soren | I wonder how this happened. | 21:42 |
*** derekh__ has quit IRC | 21:44 | |
openstackgerrit | Haomeng,Wang proposed a change to openstack/ironic: Remove ironic.conf.sample https://review.openstack.org/106493 | 21:49 |
jroll | soren: not sure... I'd take a look at https://github.com/openstack-dev/devstack/blob/master/lib/ironic#L466 | 21:51 |
jroll | assuming you already have an image | 21:52 |
soren | Ah, ramdisk-image-create... | 21:52 |
soren | That sounds familiar. | 21:52 |
soren | jroll: thanks! | 21:52 |
jroll | np :) | 21:52 |
JayF | soren: Yeah, the ramdisk image doesn't contain a real init, which I actually don't like | 21:53 |
devananda | soren: ramdisk-image-create, and I think you want just "deploy-ironic ubuntu", no "baremetal" | 21:54 |
jroll | devananda: idk, devstack runs with the flavor | 21:55 |
devananda | soren: oh - nvm. you're actually deploying on baremetal. not in a test vm. you DO want that element | 21:55 |
devananda | jroll: flavor yes, but devstack does not build the deployramdisk with the "baremetal" element. because that won't work in a VM | 21:55 |
devananda | took my brain a minute to page that bit in | 21:56 |
jroll | oh, the element, I see | 21:56 |
jroll | idk enough about DIB :) | 21:56 |
*** lazy_prince has quit IRC | 22:00 | |
*** killer_prince has joined #openstack-ironic | 22:02 | |
*** killer_prince is now known as lazy_prince | 22:02 | |
*** lazy_prince has quit IRC | 22:08 | |
*** killer_prince has joined #openstack-ironic | 22:15 | |
*** killer_prince is now known as lazy_prince | 22:15 | |
openstackgerrit | Josh Gachnang proposed a change to openstack/ironic-python-agent: Adding support for decommissioning https://review.openstack.org/104379 | 22:15 |
*** romcheg has quit IRC | 22:17 | |
*** lazy_prince has quit IRC | 22:22 | |
*** killer_prince has joined #openstack-ironic | 22:23 | |
*** killer_prince is now known as lazy_prince | 22:24 | |
*** lazy_prince has quit IRC | 22:28 | |
*** killer_prince has joined #openstack-ironic | 22:29 | |
*** killer_prince is now known as lazy_prince | 22:29 | |
*** lazy_prince has quit IRC | 22:33 | |
*** killer_prince has joined #openstack-ironic | 22:38 | |
*** killer_prince is now known as lazy_prince | 22:38 | |
*** lazy_prince has quit IRC | 22:43 | |
NobodyCam | nice doctor calls day of apt and bumps up the time by 1/2 hour :-p | 22:44 |
*** killer_prince has joined #openstack-ironic | 22:45 | |
*** killer_prince is now known as lazy_prince | 22:45 | |
*** Haomeng has joined #openstack-ironic | 22:45 | |
*** lazy_prince has quit IRC | 22:49 | |
*** killer_prince has joined #openstack-ironic | 22:52 | |
*** killer_prince is now known as lazy_prince | 22:52 | |
jroll | devananda: :) | 22:52 |
JayF | devananda has good taste in core reviewers | 22:53 |
jroll | Shrews: grats :) | 22:53 |
*** lazy_prince has quit IRC | 22:56 | |
*** jbjohnso has joined #openstack-ironic | 22:58 | |
*** killer_prince has joined #openstack-ironic | 23:06 | |
*** killer_prince is now known as lazy_prince | 23:07 | |
* devananda goes back to working on talk proposals | 23:08 | |
*** lazy_prince has quit IRC | 23:11 | |
*** killer_prince has joined #openstack-ironic | 23:12 | |
*** killer_prince is now known as lazy_prince | 23:12 | |
*** lazy_prince has quit IRC | 23:16 | |
boris-42 | devananda ping | 23:21 |
*** bandicot has joined #openstack-ironic | 23:25 | |
*** killer_prince has joined #openstack-ironic | 23:25 | |
NobodyCam | jroll: Shrews: congratz! | 23:25 |
*** killer_prince is now known as lazy_prince | 23:25 | |
jroll | NobodyCam: :) | 23:26 |
boris-42 | jroll hi | 23:26 |
jroll | sup boris-42 | 23:26 |
boris-42 | jroll so | 23:26 |
boris-42 | jroll I rewrite fully read me=) | 23:26 |
boris-42 | jroll for osprofiler | 23:27 |
boris-42 | jroll https://github.com/stackforge/osprofiler | 23:27 |
boris-42 | jroll probably it will be interesting for you (to see that there is nothing scary about it) | 23:27 |
boris-42 | + it describes integration of it with openstack | 23:27 |
NobodyCam | ok need to run out .. bbiab | 23:28 |
*** lazy_prince has quit IRC | 23:30 | |
*** max_lobur has quit IRC | 23:31 | |
*** killer_prince has joined #openstack-ironic | 23:31 | |
*** killer_prince is now known as lazy_prince | 23:31 | |
*** bandicot has quit IRC | 23:34 | |
jroll | boris-42: cool, will check it out | 23:37 |
boris-42 | jroll great | 23:37 |
jroll | boris-42: right now it's about beer o'clock | 23:37 |
boris-42 | jroll 3:37 a.m. sleep o'clock=) | 23:37 |
*** lazy_prince has quit IRC | 23:37 | |
*** bandicot has joined #openstack-ironic | 23:38 | |
*** killer_prince has joined #openstack-ironic | 23:42 | |
*** killer_prince is now known as lazy_prince | 23:42 | |
*** lazy_prince has quit IRC | 23:47 | |
*** killer_prince has joined #openstack-ironic | 23:51 | |
*** killer_prince is now known as lazy_prince | 23:51 | |
*** lazy_prince has quit IRC | 23:53 | |
*** dkehnx1 has quit IRC | 23:53 | |
*** killer_prince has joined #openstack-ironic | 23:54 | |
*** killer_prince is now known as lazy_prince | 23:54 | |
*** lazy_prince has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!