jroll | TheJulia: multiple ironic api urls in ironic/agent or for your client? | 00:00 |
---|---|---|
TheJulia | ironic/agent | 00:01 |
jroll | ah, gotcha | 00:01 |
*** naohirot has joined #openstack-ironic | 00:01 | |
TheJulia | not sure it would work, I think it comes from ironic.conf on the conductor | 00:02 |
jroll | yeah, I believe it does | 00:02 |
TheJulia | would be really cool to be able to override on a per node basis for api callback, but I'm just crazy | 00:03 |
jroll | well, so | 00:06 |
jroll | why do you need agents to hit different api hosts? | 00:06 |
lifeless | TheJulia: nothing that a list split horizon DNS won't fix :>:>:> | 00:07 |
TheJulia | jroll: segregrated infrastuctures that can't see each other? :) | 00:08 |
*** cdearborn has quit IRC | 00:08 | |
TheJulia | lifeless: touche | 00:09 |
jroll | TheJulia: hrm, wouldn't those have different conductors as well, then? | 00:09 |
jroll | and probably different db etc? | 00:09 |
*** alexpilotti has quit IRC | 00:10 | |
TheJulia | jroll: I'm lazy and only want to have one conductor at my house :) | 00:10 |
jroll | so same conductor, same db, different api? | 00:10 |
TheJulia | different endpoint url | 00:10 |
jroll | is it just that the networks are separated? | 00:10 |
TheJulia | pretty much | 00:10 |
jroll | yeah, I'd toss a route to the api in there | 00:14 |
jroll | or something | 00:14 |
jroll | and have one api host | 00:14 |
*** eghobo has joined #openstack-ironic | 00:25 | |
*** eghobo_ has quit IRC | 00:28 | |
*** Sukhdev has quit IRC | 00:29 | |
*** thrash is now known as thrash|g0ne | 00:36 | |
*** eghobo has quit IRC | 00:36 | |
*** eghobo has joined #openstack-ironic | 00:41 | |
*** mtanino has quit IRC | 00:43 | |
*** chlong has quit IRC | 00:52 | |
*** chlong has joined #openstack-ironic | 00:54 | |
*** martini has quit IRC | 01:07 | |
*** bradbeam has joined #openstack-ironic | 01:10 | |
*** ijw_ has quit IRC | 01:16 | |
*** ijw has joined #openstack-ironic | 01:16 | |
*** eghobo has quit IRC | 01:18 | |
openstackgerrit | Michael Davies proposed openstack/ironic-specs: Add ironicclient version caching https://review.openstack.org/188641 | 01:20 |
*** ijw has quit IRC | 01:22 | |
lintan | Hi dhellmann, do you find a way to test it? Otherwise, I have a dev environment, I can test the new oslo.messaging library | 01:35 |
*** kan_ has joined #openstack-ironic | 01:50 | |
jlvillal | mrda, Ping | 01:54 |
jlvillal | mrda For: https://review.openstack.org/#/c/173674/ You could add: Depends-On: Icb29fdc92ecd54e388b7c16899070572458308da to the commit message. Instead of Workflow-1 | 01:56 |
*** yuikotakada has joined #openstack-ironic | 01:59 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add iRMC Virtual Media Deploy module for iRMC Driver https://review.openstack.org/151958 | 02:00 |
*** radek_ has joined #openstack-ironic | 02:05 | |
*** zhidong has joined #openstack-ironic | 02:14 | |
*** spandhe has quit IRC | 02:16 | |
*** radek_ has quit IRC | 02:17 | |
mrda | jlvillal: thanks | 02:20 |
mrda | jlvillal: so it's more than depends on though. | 02:21 |
jlvillal | mrda, They were talking about that on the mailing list. Use the depends-on against a spec to block a patch getting merged in. | 02:21 |
mrda | if the spec is approved, but has changes, the current code will need updating | 02:21 |
jlvillal | mrda, Instead of people doing a -2 on a patch until the spec is approved. | 02:21 |
jlvillal | mrda, True, but the spec is something that the patch depends on. The patch being done according the the spec is a different matter :) | 02:22 |
mrda | I''ll add the depends on, but leave the -A, to makre sure the code implements whatver is approved in the spec | 02:22 |
jlvillal | mrda, I did add a few minor comments in the spec. Overall it looks good to me. | 02:23 |
mrda | thanks for reviewing (when you should be having an evening :) | 02:23 |
jlvillal | mrda, I'll go relax here in a few minutes... | 02:23 |
mrda | :) | 02:23 |
jlvillal | mrda, Do you know if Zhenguo Niu is on IRC? | 02:26 |
mrda | I don't know Zhenguo, haven't talked with him (I don't think) | 02:26 |
jlvillal | mrda, Okay, thanks. | 02:27 |
zhenguo | jlvilal: yes | 02:27 |
jlvillal | zhenguo, I just commented on the patch https://review.openstack.org/#/c/180014/15/ironic/drivers/modules/iscsi_deploy.py | 02:27 |
jlvillal | zhenguo, Am I not understanding the code correctly? | 02:27 |
zhenguo | jlvillal: wait me for a second | 02:28 |
jlvillal | zhenguo, okay | 02:28 |
zhenguo | jlvillal: oops, you are right, I should put if erro_msg out of the for loop | 02:30 |
jlvillal | zhenguo, And the 'if error_msg' too, I think | 02:30 |
jlvillal | zhenguo, Okay, I had a reason to be confused :) | 02:30 |
jlvillal | zhenguo, error_msg = '' above the for loop | 02:31 |
jlvillal | zhenguo, And the if error_msg below the for loop. | 02:31 |
jlvillal | zhenguo, Is what I am trying to say :) | 02:31 |
jlvillal | zhenguo, Thanks! | 02:31 |
zhenguo | jlvillal: oh yes, will done soon, thanks :) | 02:32 |
mrda | jlvillal: new version of the spec up :) | 02:41 |
jlvillal | mrda, Thanks :) | 02:42 |
openstackgerrit | Michael Davies proposed openstack/ironic-specs: Add ironicclient version caching https://review.openstack.org/188641 | 02:42 |
mrda | (boy, that was slow :) | 02:42 |
jlvillal | mrda, Any thoughts on my question about a command line option to delete the cache? Or print that it is using the cache? | 02:43 |
* jlvillal realizes that would mean changes to the patch :( | 02:43 | |
mrda | I did answer that inline | 02:43 |
jlvillal | I was there too soon :0 | 02:44 |
jlvillal | :) | 02:44 |
mrda | as part of the original api microversion spec, adding additional log output was frowned upon | 02:44 |
mrda | ...as being too chatty | 02:44 |
mrda | ...and might be a PITA when it is used as a library | 02:44 |
jlvillal | mrda, Okay. Thanks! | 02:44 |
mrda | we can always specify the specific version, if need be | 02:45 |
* jlvillal +1s mrda's spec, knowing that someone will come along and -1 it, making jlvillal look foolish ;) | 02:45 | |
jlvillal | Good night Ironic! :) | 02:46 |
*** achanda has joined #openstack-ironic | 02:46 | |
mrda | jlvillal: You do a great job in reviewing - you tackle unreviewed code and specs, and that should be applauded! | 02:46 |
mrda | jlvillal: have a ncei night! | 02:46 |
jlvillal | mrda, Thanks. I appreciate that :) | 02:46 |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add disk layout check on re-provisioning https://review.openstack.org/180014 | 02:47 |
openstackgerrit | Michael Davies proposed openstack/python-ironicclient: Cache negotiated api microversion for server https://review.openstack.org/173674 | 02:50 |
*** achanda has quit IRC | 03:00 | |
*** Haomeng|2 has quit IRC | 03:09 | |
openstackgerrit | Haomeng,Wang proposed openstack/bifrost: supports redhat yum installation https://review.openstack.org/185294 | 03:15 |
*** Haomeng has joined #openstack-ironic | 03:15 | |
*** yuikotakada has quit IRC | 03:19 | |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: WIP: Supports standalone ironic https://review.openstack.org/187878 | 03:20 |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: WIP: Supports standalone ironic https://review.openstack.org/187878 | 03:30 |
openstackgerrit | chenglch proposed openstack/ironic: Ironic should use its own context https://review.openstack.org/184714 | 03:33 |
*** chenglch has joined #openstack-ironic | 03:34 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Validate capability in properties and instance_info https://review.openstack.org/174785 | 03:41 |
*** saripurigopi has joined #openstack-ironic | 03:47 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic: Add disk layout check on re-provisioning https://review.openstack.org/180014 | 03:48 |
*** coolsvap|afk is now known as coolsvap | 03:53 | |
*** eghobo has joined #openstack-ironic | 04:01 | |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: grub2 bootloader support for uefi boot mode https://review.openstack.org/166192 | 04:02 |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 04:13 |
openstackgerrit | Shivanand Tendulker proposed openstack/ironic: Secure boot support for pxe_ilo driver https://review.openstack.org/154808 | 04:13 |
*** edcragg has joined #openstack-ironic | 04:21 | |
*** pradipta has joined #openstack-ironic | 04:22 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add iRMC Virtual Media Deploy module for iRMC Driver https://review.openstack.org/151958 | 04:24 |
*** edcragg has quit IRC | 04:26 | |
*** Nisha has joined #openstack-ironic | 04:28 | |
*** jamielennox is now known as jamielennox|away | 04:32 | |
*** saripurigopi has quit IRC | 05:00 | |
*** eghobo_ has joined #openstack-ironic | 05:06 | |
*** saripurigopi has joined #openstack-ironic | 05:07 | |
*** eghobo has quit IRC | 05:10 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add localboot support for iscsi_irmc driver https://review.openstack.org/163738 | 05:20 |
*** hblixt has joined #openstack-ironic | 05:22 | |
*** achanda has joined #openstack-ironic | 05:25 | |
*** chenglch has quit IRC | 05:33 | |
*** Haomeng has quit IRC | 05:34 | |
*** saripurigopi has quit IRC | 05:38 | |
*** eghobo_ has quit IRC | 05:39 | |
*** eghobo has joined #openstack-ironic | 05:40 | |
*** mitz has quit IRC | 05:41 | |
*** achanda has quit IRC | 05:43 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add whole disk image support for iscsi_irmc driver https://review.openstack.org/181771 | 05:45 |
*** eghobo has quit IRC | 05:45 | |
*** mdbooth has quit IRC | 05:48 | |
*** jhova has joined #openstack-ironic | 05:52 | |
*** jhova has quit IRC | 05:52 | |
*** mdbooth has joined #openstack-ironic | 05:53 | |
*** vishwana_ has quit IRC | 05:56 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic: Add IPA support for iscsi_irmc driver https://review.openstack.org/181807 | 05:57 |
*** achanda has joined #openstack-ironic | 06:09 | |
*** romainh has joined #openstack-ironic | 06:11 | |
*** saripurigopi has joined #openstack-ironic | 06:13 | |
*** dtantsur|afk is now known as dtantsur | 06:16 | |
dtantsur | Morning Ironic, TGIF! | 06:16 |
*** yuanying has joined #openstack-ironic | 06:19 | |
*** romainh has quit IRC | 06:20 | |
*** romcheg has joined #openstack-ironic | 06:23 | |
*** jhova has joined #openstack-ironic | 06:24 | |
*** Haomeng|2 has joined #openstack-ironic | 06:32 | |
*** dlpartain has joined #openstack-ironic | 06:39 | |
*** dlpartain has left #openstack-ironic | 06:40 | |
*** Nisha has quit IRC | 06:49 | |
*** romcheg has quit IRC | 06:49 | |
zhenguo | dtantsur: morning :) | 06:52 |
dtantsur | zhenguo, o/ | 06:54 |
*** e0ne has joined #openstack-ironic | 06:54 | |
zhenguo | dtantsur: about nodes-tagging specs, do you think I should include ports tagging or do that later? | 06:56 |
dtantsur | zhenguo, I would say: not now | 06:56 |
dtantsur | at least not in the same spec | 06:56 |
zhenguo | yes , I think so. maybe after this implemented | 06:57 |
*** jistr has joined #openstack-ironic | 06:57 | |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 06:58 |
zhenguo | dtantsur: and I expect to allow multiple --tag in node-list commands, wdyt? | 06:58 |
dtantsur | zhenguo, sounds good | 06:59 |
zhenguo | dtantsur: got it, thanks will update specs soon :) | 06:59 |
*** yuikotakada has joined #openstack-ironic | 07:01 | |
openstackgerrit | Haomeng,Wang proposed openstack/bifrost: Supports RedHat yum installation https://review.openstack.org/185294 | 07:01 |
*** romcheg has joined #openstack-ironic | 07:02 | |
openstackgerrit | Haomeng,Wang proposed openstack/bifrost: Support RedHat yum installation https://review.openstack.org/185294 | 07:02 |
*** jhova has quit IRC | 07:02 | |
*** e0ne has quit IRC | 07:04 | |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 07:10 |
*** chenglch has joined #openstack-ironic | 07:11 | |
openstackgerrit | Tan Lin proposed openstack/ironic: Check timeout when nodes stuck on deploying state https://review.openstack.org/188688 | 07:14 |
*** romcheg has quit IRC | 07:18 | |
*** achanda has quit IRC | 07:28 | |
openstackgerrit | Zhenguo Niu proposed openstack/ironic-specs: Add nodes tagging support https://review.openstack.org/183971 | 07:32 |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 07:32 |
openstackgerrit | Haomeng,Wang proposed stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 07:37 |
openstackgerrit | chenglch proposed openstack/ironic-specs: Add petitboot iscsi deploy driver support https://review.openstack.org/177641 | 07:39 |
*** dguerri` is now known as dguerri | 07:39 | |
*** ifarkas has joined #openstack-ironic | 07:41 | |
*** jistr is now known as jistr|biab | 07:47 | |
*** romainh has joined #openstack-ironic | 07:47 | |
*** rwsu has joined #openstack-ironic | 07:48 | |
*** dtantsur is now known as dtantsur|brb | 07:52 | |
*** coolsvap is now known as coolsvap|afk | 07:52 | |
*** achanda has joined #openstack-ironic | 07:52 | |
*** romcheg has joined #openstack-ironic | 07:57 | |
*** lucasagomes has joined #openstack-ironic | 07:57 | |
*** yuikotakada has quit IRC | 08:01 | |
*** achanda_ has joined #openstack-ironic | 08:01 | |
*** achanda has quit IRC | 08:04 | |
openstackgerrit | Victor Sergeyev proposed openstack/ironic: WIP: use common serializers https://review.openstack.org/188701 | 08:08 |
*** athomas has joined #openstack-ironic | 08:08 | |
*** zhidong has quit IRC | 08:10 | |
*** bethelwell has joined #openstack-ironic | 08:14 | |
*** stendulker has joined #openstack-ironic | 08:15 | |
*** bethelwell has quit IRC | 08:16 | |
*** bethelwell has joined #openstack-ironic | 08:16 | |
*** yuanying has quit IRC | 08:17 | |
*** dguerri is now known as dguerri` | 08:22 | |
*** dguerri` is now known as dguerri | 08:22 | |
*** dguerri is now known as dguerri` | 08:22 | |
*** dguerri` is now known as dguerri | 08:22 | |
*** romcheg has quit IRC | 08:32 | |
*** chlong has quit IRC | 08:34 | |
*** foexle has joined #openstack-ironic | 08:35 | |
*** rwsu has quit IRC | 08:36 | |
*** ndipanov has joined #openstack-ironic | 08:37 | |
*** saripurigopi has quit IRC | 08:42 | |
*** saripurigopi has joined #openstack-ironic | 08:43 | |
*** pelix has joined #openstack-ironic | 08:44 | |
*** edcragg has joined #openstack-ironic | 08:45 | |
*** achanda_ has quit IRC | 08:46 | |
*** jistr|biab is now known as jistr | 08:50 | |
*** MattMan has quit IRC | 08:53 | |
*** coolsvap|afk is now known as coolsvap | 08:54 | |
*** MattMan has joined #openstack-ironic | 08:54 | |
*** jistr has quit IRC | 08:59 | |
*** hblixt has quit IRC | 09:02 | |
*** e0ne has joined #openstack-ironic | 09:09 | |
sambetts | UGT Morning Ironic, TGIF! :D | 09:14 |
lucasagomes | sambetts, good ugt morning | 09:16 |
sambetts | o/ lucasagomes | 09:18 |
*** jistr has joined #openstack-ironic | 09:19 | |
openstackgerrit | Naohiro Tamura proposed openstack/ironic-specs: Enhance Power Interface for Soft Reboot and NMI https://review.openstack.org/186700 | 09:20 |
*** marzif_ has joined #openstack-ironic | 09:21 | |
openstackgerrit | Yuriy Zveryanskyy proposed openstack/ironic-specs: Add new deploy driver for diskless nodes https://review.openstack.org/181074 | 09:34 |
openstackgerrit | Matt Keenan proposed openstack/ironic: get_supported_boot_devices() returns static device list which is only applicable to x86 based architectures. If a node references for instance sparc architecture, then "pxe" boot is not supported, however "wanboot" is. The driver referenced by the node sh https://review.openstack.org/188466 | 09:35 |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/ironic-specs: Collect IPA logs https://review.openstack.org/168799 | 09:37 |
*** alexpilotti has joined #openstack-ironic | 09:45 | |
*** romainh has quit IRC | 09:52 | |
*** chenglch has quit IRC | 10:01 | |
*** e0ne is now known as e0ne_ | 10:07 | |
*** e0ne_ is now known as e0ne | 10:12 | |
*** romcheg has joined #openstack-ironic | 10:16 | |
*** achanda has joined #openstack-ironic | 10:20 | |
*** romcheg has quit IRC | 10:22 | |
*** romcheg has joined #openstack-ironic | 10:23 | |
*** aignatov has quit IRC | 10:39 | |
*** romcheg has quit IRC | 10:40 | |
*** pradipta has quit IRC | 10:43 | |
*** romcheg has joined #openstack-ironic | 10:45 | |
*** naohirot has quit IRC | 10:47 | |
*** stendulker has quit IRC | 10:49 | |
*** aignatov has joined #openstack-ironic | 10:49 | |
*** romcheg has quit IRC | 10:52 | |
*** coolsvap is now known as coolsvap|afk | 10:59 | |
*** jhova has joined #openstack-ironic | 11:00 | |
*** e0ne is now known as e0ne_ | 11:05 | |
*** e0ne_ is now known as e0ne | 11:07 | |
*** marzif_ has quit IRC | 11:11 | |
*** dtantsur|brb is now known as dtantsur | 11:12 | |
*** marzif_ has joined #openstack-ironic | 11:12 | |
*** romainh has joined #openstack-ironic | 11:12 | |
*** marzif_ has quit IRC | 11:13 | |
*** marzif_ has joined #openstack-ironic | 11:13 | |
sambetts | Morning dtantsur o/ | 11:14 |
dtantsur | sambetts, morning! | 11:14 |
TheJulia | good morning everyone | 11:35 |
*** achanda has quit IRC | 11:35 | |
*** lucasagomes is now known as lucas-hungry | 11:42 | |
dtantsur | TheJulia, morning! | 11:42 |
lucas-hungry | TheJulia, good ugt morning | 11:43 |
* lucas-hungry goes for lunch | 11:43 | |
*** rwsu has joined #openstack-ironic | 11:43 | |
* TheJulia looks at the the lack of reviews on bifrost and feels a little sad | 11:47 | |
*** dguerri is now known as dguerri` | 11:48 | |
sambetts | morning TheJulia :) | 11:48 |
TheJulia | good morning sambetts | 11:48 |
*** thrash|g0ne is now known as thrash | 11:48 | |
* dtantsur would review Bifrost if he understood ansible even a little.. | 11:49 | |
TheJulia | :) | 11:50 |
TheJulia | Occassionally there is some python, infact I'll likely be adding more python today or this weekend | 11:51 |
dtantsur | TheJulia, ok, I'll add bifrost to me gertty :) | 11:53 |
TheJulia | Hi, virtualbox, why do you dislike me | 11:58 |
openstackgerrit | Summer Barringer proposed openstack/bifrost: Add DHCP documentation https://review.openstack.org/187415 | 11:58 |
*** saripurigopi has quit IRC | 12:03 | |
*** dprince has joined #openstack-ironic | 12:06 | |
openstackgerrit | Om Kumar proposed openstack/ironic: Implement Chassis Level Discovery Tool https://review.openstack.org/158577 | 12:08 |
*** e0ne is now known as e0ne_ | 12:21 | |
*** e0ne_ is now known as e0ne | 12:22 | |
*** trown|outttypeww is now known as trown | 12:30 | |
*** dguerri` is now known as dguerri | 12:35 | |
*** ndipanov is now known as ndipanoff | 12:36 | |
*** zhenguo has quit IRC | 12:37 | |
*** athomas_ has joined #openstack-ironic | 12:39 | |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Add DHCP documentation https://review.openstack.org/187415 | 12:40 |
TheJulia | dtantsur: thank you :) | 12:43 |
dtantsur | yvw | 12:43 |
*** athomas has quit IRC | 12:43 | |
*** athomas_ has quit IRC | 12:43 | |
*** lucas-hungry is now known as lucasagomes | 12:52 | |
*** athomas_ has joined #openstack-ironic | 12:57 | |
*** cdearborn has joined #openstack-ironic | 12:57 | |
*** romainh has left #openstack-ironic | 12:58 | |
openstackgerrit | Imre Farkas proposed stackforge/ironic-discoverd: Do not require scheduling attributes in ramdisk https://review.openstack.org/186033 | 13:26 |
*** kan_ has quit IRC | 13:28 | |
openstackgerrit | Merged stackforge/ironic-discoverd: Support standalone ironic https://review.openstack.org/187878 | 13:35 |
*** athomas__ has joined #openstack-ironic | 13:36 | |
*** e0ne is now known as e0ne_ | 13:39 | |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Addition of dynamic configuration drives https://review.openstack.org/188624 | 13:39 |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Initial dynamic enrollment role https://review.openstack.org/188176 | 13:39 |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Initial inventory module https://review.openstack.org/184084 | 13:39 |
*** e0ne_ is now known as e0ne | 13:39 | |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Enable agent_ipmitool driver when testing https://review.openstack.org/188623 | 13:39 |
openstackgerrit | Julia Kreger proposed openstack/bifrost: Add initial dynamic deployment role https://review.openstack.org/188773 | 13:39 |
*** athomas_ has quit IRC | 13:39 | |
TheJulia | oh, the fact all of those updated makes me worry | 13:39 |
*** athomas__ has quit IRC | 13:41 | |
*** bradbeam has quit IRC | 13:41 | |
dtantsur | wow | 13:42 |
TheJulia | dtantsur: I'll update the inventory later, I just want to get my local deployments working first | 13:44 |
dtantsur | sure, take your time | 13:44 |
TheJulia | oh, it rebased against master, fun | 13:45 |
*** athomas__ has joined #openstack-ironic | 13:53 | |
ekarlso | what's the use of bitfrost btw? | 13:54 |
TheJulia | Setting up standalone ironic and deploying a given pool of machines with a base OS | 13:56 |
*** [1]cdearborn has joined #openstack-ironic | 14:01 | |
*** achanda has joined #openstack-ironic | 14:10 | |
*** athomas_ has joined #openstack-ironic | 14:11 | |
*** cdearborn has quit IRC | 14:12 | |
*** athomas__ has quit IRC | 14:14 | |
*** athomas_ has quit IRC | 14:16 | |
*** e0ne is now known as e0ne_ | 14:16 | |
*** athomas_ has joined #openstack-ironic | 14:16 | |
*** dlpartain has joined #openstack-ironic | 14:18 | |
NobodyCam | good morning Ironicers | 14:24 |
dtantsur | NobodyCam, morning, TGIF! | 14:24 |
BadCub | morning folks | 14:24 |
dtantsur | (UGT TGIF) | 14:24 |
dtantsur | BadCub, morning you too :) | 14:25 |
BadCub | heya dtantsur :) | 14:25 |
NobodyCam | good (UGT) morning dtantsur and BadCub | 14:25 |
*** dlpartain has left #openstack-ironic | 14:26 | |
*** e0ne_ has quit IRC | 14:26 | |
*** foexle has quit IRC | 14:27 | |
*** mtanino has joined #openstack-ironic | 14:29 | |
*** dlpartain1 has joined #openstack-ironic | 14:32 | |
sambetts | Morning NobodyCam, BadCub o/ | 14:33 |
NobodyCam | morning sambetts :) | 14:33 |
BadCub | morning sambetts | 14:34 |
*** dlpartain2 has joined #openstack-ironic | 14:34 | |
*** dlpartain3 has joined #openstack-ironic | 14:35 | |
*** dlpartain1 has quit IRC | 14:36 | |
*** dlpartain2 has quit IRC | 14:37 | |
*** saripurigopi has joined #openstack-ironic | 14:39 | |
jlvillal | Good morning Ironic :) | 14:40 |
dtantsur | jlvillal, morning | 14:40 |
jlvillal | dtantsur, I was thinking you should suggest Brno for a mid-cycle some time :) | 14:42 |
jlvillal | dtantsur, Probably a good place. Relatively low cost, I think. | 14:43 |
* jlvillal Likes Prague | 14:43 | |
*** e0ne has joined #openstack-ironic | 14:45 | |
jlvillal | https://review.openstack.org/188550 is a small change to the client so that the ironicclient program 'ironic' will get installed in the virtualenv. Makes it easier to test, I think. If anyone would like to review. | 14:45 |
*** ifarkas has quit IRC | 14:47 | |
jroll | morning everybody :) | 14:54 |
jroll | I have a nova bug fix for you all, really fun one https://review.openstack.org/#/c/188652/ | 14:54 |
NobodyCam | mornign jlvillal and jroll | 14:55 |
*** dlpartain3 has quit IRC | 14:55 | |
jroll | tgif NobodyCam ! | 14:55 |
NobodyCam | oh YA | 14:55 |
NobodyCam | :) | 14:55 |
jroll | holy cow especially this friday | 14:55 |
NobodyCam | ?? | 14:55 |
jroll | been a long week | 14:56 |
*** achanda has quit IRC | 14:56 | |
NobodyCam | ya | 14:56 |
BadCub | I'll second that. Soooo ready for this week to be over | 14:56 |
dtantsur | jlvillal, oh yeah, Brno is a perfect place for midcycle. the only downside is that it's a bit far from big airports | 14:57 |
jlvillal | dtantsur, Ah. Prague would be nice too :) | 14:58 |
dtantsur | ++ | 14:58 |
*** hemnafk is now known as hemna | 14:58 | |
jroll | I'd like to point out that while I think following them is a good thing, I hate these new pep8 rules :/ | 15:00 |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Tolerate alternative return code for FRU size https://review.openstack.org/188806 | 15:00 |
*** athomas_ has quit IRC | 15:02 | |
jlvillal | jroll, Any suggestion for importance of Nova bug? | 15:02 |
jroll | jlvillal: it can be pretty nasty, depends on capacity | 15:03 |
jroll | jlvillal: chance of scheduling to an undeployable node is (number in cleaning)/(number available + cleaning) | 15:03 |
jroll | and that's retried up to three times | 15:03 |
jlvillal | jroll, Okay so either MEDIUM or HIGH. | 15:04 |
jlvillal | I put it as HIGH. | 15:04 |
jroll | jlvillal: yeah, I suppose so | 15:04 |
jlvillal | jroll, I will let Nova team smack me around if I'm wrong ;) | 15:04 |
jroll | seems fine, I tend to think it's a pretty trivial review so shouldn't be there long :) | 15:04 |
jlvillal | jroll, I will review it later and add it to the subteam review board. | 15:05 |
* jlvillal still needs to get out of bed... | 15:05 | |
jroll | ty! | 15:05 |
jroll | heh | 15:05 |
jroll | yeah, you're up early | 15:05 |
* NobodyCam reclones brifrost from the correct repo this time :-p | 15:08 | |
jlvillal | jroll, It did fail Jenkins :( Not sure if that is a random failure. | 15:08 |
jroll | jlvillal: I'll check it out and keep track of it :) | 15:10 |
jlvillal | jroll, Thanks | 15:10 |
*** lsmola has quit IRC | 15:12 | |
jroll | jlvillal: only failing a neutron job seems random to me :) | 15:13 |
*** dprince has quit IRC | 15:16 | |
dtantsur | time to go, enjoy your weekend! | 15:22 |
*** dtantsur is now known as dtantsur|afk | 15:22 | |
lucasagomes | morning jroll NobodyCam BadCub jlvillal | 15:24 |
jroll | \o lucasagomes | 15:25 |
BadCub | morning lucasagomes | 15:25 |
lucasagomes | folks I've been playing with YAML files and I wanted to know if you guys see values in being able to input an yaml file for the ironic client when creating resources | 15:25 |
lucasagomes | so it would create chassis/ports/nodes from a file | 15:25 |
jroll | mmm | 15:28 |
jroll | I see value in supporting that, and json | 15:28 |
jroll | whether it's an arg to *-create or a separate command sort of thing is up in the air, I guess I don't care either way | 15:28 |
lucasagomes | yeah we currently have some scripts for our installer that does create resources from a file, but it kinda sucks | 15:29 |
jroll | same here | 15:29 |
openstackgerrit | Merged stackforge/pyghmi: Tolerate alternative return code for FRU size https://review.openstack.org/188806 | 15:29 |
lucasagomes | so having something in our client that is able to handle, validate a schema against it | 15:29 |
*** e0ne is now known as e0ne_ | 15:29 | |
lucasagomes | and create all resources at once, I find it valuable. But wanted to check with you first | 15:30 |
*** e0ne_ is now known as e0ne | 15:30 | |
jroll | yeah, I'm personally cool with it | 15:30 |
*** e0ne is now known as e0ne_ | 15:30 | |
*** e0ne_ is now known as e0ne | 15:30 | |
lucasagomes | jroll, what you think about http://paste.openstack.org/show/266230/ | 15:31 |
lucasagomes | as a complex example | 15:31 |
jroll | lucasagomes: I'm not sure I understand e.g. &node_1 | 15:31 |
NobodyCam | morning lucasagomes | 15:31 |
lucasagomes | jroll, these are anchors in yaml (like a ref) | 15:32 |
jroll | oh hm | 15:32 |
jroll | oh I see, for the fk | 15:32 |
lucasagomes | ofc you don't need it if you don't have a chassis for example | 15:32 |
lucasagomes | so you don't need to create ref for nodes | 15:32 |
lucasagomes | it will be something liek http://paste.openstack.org/show/266258/ | 15:33 |
* lucasagomes maybe needs a better/clear syntax | 15:33 | |
lucasagomes | this will create 2 nodes and 3 ports | 15:33 |
lucasagomes | node 1 will have port1 and port2 and node 2 will have port 3 | 15:33 |
*** achanda has joined #openstack-ironic | 15:34 | |
*** saripurigopi has quit IRC | 15:34 | |
jroll | lucasagomes: yeah, seems fine | 15:35 |
*** saripurigopi has joined #openstack-ironic | 15:36 | |
openstackgerrit | Matt Keenan proposed openstack/ironic: get_supported_boot_devices() returns static device list which is only applicable to x86 based architectures. If a node references for instance sparc architecture, then "pxe" boot is not supported, however "wanboot" is. The driver referenced by the node sh https://review.openstack.org/188466 | 15:41 |
*** david-lyle has quit IRC | 15:46 | |
*** david-lyle has joined #openstack-ironic | 15:46 | |
lucasagomes | jroll, http://paste.openstack.org/show/266366/ nesting | 15:48 |
jroll | lucasagomes: ooo | 15:48 |
jroll | maybe I like that better | 15:49 |
lucasagomes | right and ofc you don't need to create all resources, if you want only nodes and ports you can remove chassis | 15:49 |
jroll | that way our client doesn't need to work out ordering dependencies, like making sure the node is there before the port | 15:49 |
lucasagomes | yeah | 15:49 |
lucasagomes | jroll, if that's done you guys will look into using it? (wants to make something good for general) | 15:50 |
lucasagomes | I will make sure we have a schema validating such things, like types on the fields, unexisting fields etc... | 15:50 |
jroll | lucasagomes: quite possibly, yeah | 15:50 |
lucasagomes | ack | 15:50 |
lucasagomes | should I put a spec for it? Or a patch with a long commit message to the client explaning would be enough? | 15:51 |
lucasagomes | as a POC | 15:51 |
JayF | Oh that'd be slick. I love YAML files! | 15:51 |
jroll | hehehe | 15:51 |
lucasagomes | :-) | 15:51 |
jroll | lucasagomes: I'd do a quick spec, nothing intense | 15:51 |
jroll | with your example and such | 15:51 |
jroll | just so we have something to ref | 15:52 |
jroll | and something to complain about ;D | 15:52 |
lucasagomes | JayF, the official yaml website is a valid yaml file | 15:52 |
lucasagomes | that's how readable it is | 15:52 |
lucasagomes | http://yaml.org/ | 15:52 |
lucasagomes | heh | 15:52 |
lucasagomes | jroll, ack, yeah seems good | 15:52 |
jroll | nice | 15:53 |
jroll | is there ever a case where a node is in deploy{ing,wait,ed}/active and does not have an instance id on it? | 15:56 |
jroll | assuming nova is in play | 15:56 |
jroll | I'm thinking not, from what I see | 15:57 |
lucasagomes | yeah if nova is in play I don't think so | 15:58 |
lucasagomes | for standalone yes you don't need instance_uuid | 15:58 |
*** vishwanathj has joined #openstack-ironic | 15:58 | |
lucasagomes | one of the first things if not the first is when deploying an instance with nova is to associate a node with the instance uuid | 15:59 |
devananda | morning, all | 15:59 |
*** marbindrakon has left #openstack-ironic | 15:59 | |
lucasagomes | from there on, the ironic nova driver will use the instance_uuid to GET the node in ironic | 15:59 |
*** achanda_ has joined #openstack-ironic | 15:59 | |
lucasagomes | devananda, morning | 15:59 |
JayF | devananda: you have an interest in the bug jroll filed... pretty nasty one in nova driver -> https://bugs.launchpad.net/nova/+bug/1462374 | 15:59 |
openstack | Launchpad bug 1462374 in OpenStack Compute (nova) "Ironic: Unavailable nodes may be scheduled to" [High,In progress] - Assigned to Jim Rollenhagen (jim-rollenhagen) | 15:59 |
lucasagomes | devananda, re creating multiple resources at once (in the client) http://paste.openstack.org/show/266366/ | 15:59 |
jroll | morning devananda :) | 16:00 |
devananda | have I said lately how much I dislike meetings? | 16:00 |
devananda | (I also have meetings scheduled for the next 3 hours) | 16:00 |
*** achanda has quit IRC | 16:00 | |
devananda | jroll: oh. heh. if there's no instance_uuid set? yea, that makes sense | 16:01 |
jroll | yay | 16:02 |
lucasagomes | jroll, one thing is... nova is the one removing the instance_uuid association... Perhaps it removes it before cleaning starts? | 16:02 |
jroll | lucasagomes: it removes it before it calls set-provision-state deleted | 16:03 |
lucasagomes | jroll, perhaps ironic should clean that up once the node is finally done cleaning, just like it does for instance_info? | 16:03 |
devananda | nova removes it when delete is "done" | 16:03 |
jroll | (which kicks cleaning) | 16:03 |
jroll | er | 16:03 |
devananda | oh | 16:03 |
jroll | yeah, I'm wrong | 16:03 |
jroll | it removes the instance_uuid after the node gets into cleaning (which is when nova sees it as "done") | 16:03 |
*** jistr has quit IRC | 16:03 | |
jroll | updated https://review.openstack.org/#/c/188652 | 16:08 |
jroll | devananda: JayF ^ etc | 16:08 |
lucasagomes | looks simpler/better indeed | 16:09 |
NobodyCam | morning devananda | 16:09 |
*** dguerri is now known as dguerri` | 16:13 | |
*** e0ne is now known as e0ne_ | 16:23 | |
*** e0ne_ has quit IRC | 16:24 | |
*** trown is now known as trown|lunch | 16:24 | |
*** achanda_ has quit IRC | 16:26 | |
jlvillal | NobodyCam: I know you looked at this before. Not sure if you would have time, at some point, to look at this spec again? https://review.openstack.org/#/c/133902/ | 16:28 |
lucasagomes | jroll, I've a concern inline... commented on the patch | 16:29 |
lucasagomes | lemme know if it makes sense | 16:29 |
NobodyCam | jlvillal: on a call atm | 16:31 |
NobodyCam | will take a look in a bit :) | 16:31 |
jlvillal | NobodyCam: Thank you :) | 16:31 |
jroll | lucasagomes: commented back | 16:32 |
NobodyCam | :) | 16:32 |
jroll | lucasagomes: this logic is a bit hard to follow, I think we should refactor it all at some point | 16:32 |
lucasagomes | jroll, yeah... looking at ur comment | 16:32 |
*** dprince has joined #openstack-ironic | 16:34 | |
lucasagomes | jroll, yeah that's right. Damn messy | 16:36 |
jroll | yeah :/ | 16:36 |
*** eghobo has joined #openstack-ironic | 16:36 | |
lucasagomes | jroll, but one this is... there's a diff there. If node_resource_used return true (due != AVAILABLE) | 16:38 |
lucasagomes | the resource tracker will see it as used | 16:38 |
devananda | jroll: remember that discussion we had a while back about composable hardware? | 16:38 |
lucasagomes | if unavailable return true, resource tracker will see it as non-exitent | 16:38 |
devananda | jroll: tldr things are going to get even more wierd soon - http://www.hpl.hp.com/research/systems-research/themachine/ | 16:38 |
lucasagomes | I believe the end result are same, both will prevent instances from being scheduled onto the node | 16:38 |
lucasagomes | devananda, soon? | 16:39 |
devananda | lucasagomes: you may want to track ^ too | 16:39 |
lucasagomes | yeah | 16:39 |
devananda | lucasagomes: yea, though I cant say exactly when | 16:39 |
lucasagomes | the machine seems to rock... everything is in memory | 16:39 |
* lucasagomes looks at the videos | 16:40 | |
*** e0ne has joined #openstack-ironic | 16:40 | |
jroll | lucasagomes: the problem is that the resource tracker will check to see if an instance exists on that node. if there's no instances there it corrects ironic and decides those resources are available | 16:40 |
jroll | lucasagomes: tl;dr RT doesn't trust the driver | 16:41 |
devananda | jroll: RT is bad | 16:41 |
lucasagomes | x.x | 16:41 |
lucasagomes | wth | 16:41 |
jroll | devananda: I don't wanna talk about it :) | 16:42 |
jroll | lucasagomes: yeah that's why I found this in the first place | 16:42 |
jroll | we* | 16:42 |
*** e0ne has quit IRC | 16:43 | |
*** spandhe has joined #openstack-ironic | 16:43 | |
*** achanda has joined #openstack-ironic | 16:43 | |
devananda | jroll: hehe | 16:43 |
lucasagomes | jroll, right, ok changed my vote... left my points in the comment maybe someone that nows nova more than me | 16:44 |
lucasagomes | can spot something else | 16:44 |
jroll | cool, thanks lucasagomes | 16:45 |
*** bethelwe_ has joined #openstack-ironic | 16:49 | |
jlvillal | lucasagomes: mrda and I were thinking about making you our Nova code reviewer :) Since we think you know it much much much more than me. And more than mrda :) | 16:49 |
openstackgerrit | Vladyslav Drok proposed openstack/ironic: Allow referring to Glance images by name https://review.openstack.org/188429 | 16:49 |
*** bethelwe_ has quit IRC | 16:49 | |
* jroll might know nova a bit too :P | 16:50 | |
jroll | that is not volunteering myself though! | 16:50 |
jlvillal | jroll: Damn! | 16:50 |
jroll | but you can hit me up for ad hoc reviews any time :) | 16:50 |
lucasagomes | jlvillal, oh, I'm glad to review the code in nova. There are others that knows the code well as well | 16:50 |
lucasagomes | jlvillal, jroll and devananda :-) | 16:50 |
jlvillal | jroll: lucasagomes: We might keep you in mind for Ironic related patches in Nova. If mrda and I don't fully grok it. Thanks! | 16:51 |
lucasagomes | jlvillal, just mark me on the reviews on ping me here and if I have time I'll glad review it | 16:51 |
jroll | jlvillal: yeah, totally, just ping | 16:51 |
jlvillal | Thanks all | 16:51 |
lucasagomes | thank you for fixing the stuff up :-) | 16:52 |
*** bethelwell has quit IRC | 16:52 | |
lucasagomes | devananda, got a sec? | 16:54 |
lucasagomes | devananda, wanted to ask you (before starting a spec) re: ironic client creating multiple resources from a file | 16:55 |
*** achanda has quit IRC | 16:55 | |
lucasagomes | devananda, WDYT http://paste.openstack.org/show/266528/ ? This example will create 1 chassis, 2 nodes and 3 ports | 16:56 |
* devananda looks | 16:56 | |
lucasagomes | ofc if you just don't want chassis you can omit the chassis bits | 16:56 |
lucasagomes | or if u just want ports as well you can omit nodes | 16:56 |
devananda | lucasagomes: so why not just use ansible+shade to do this? | 16:56 |
lucasagomes | devananda, do you think it's something you would like our client to be capable of thing? | 16:56 |
lucasagomes | doing* | 16:56 |
devananda | nope | 16:57 |
devananda | because shade already reads in a file EXACTLY like that | 16:57 |
devananda | and uses python-ironicclient library to sync that inventory list to Ironic | 16:57 |
devananda | TheJulia: ^ | 16:57 |
lucasagomes | ew... | 16:57 |
lucasagomes | devananda, well, I was looking into it because we have some scripts for our installer, but it kinda sucks | 16:57 |
lucasagomes | so I wanted to make something generic using the ironic tools to do it for general | 16:58 |
TheJulia | lucasagomes: that is super close to the format that we feed in to os_ironic to enroll a node with ironic | 16:59 |
lucasagomes | in shade? /me looks at shade | 16:59 |
TheJulia | os_ironic ansible module | 16:59 |
lucasagomes | right, hmmm problem is that we don't use ansible :/ | 16:59 |
TheJulia | lucasagomes: that could be a little bit of a problem, but basically there would be nothing stopping you from modifying module code loop through contents and feed things in | 17:01 |
TheJulia | the thing we don't have any support for is chassises at the moment | 17:01 |
lucasagomes | right, yeah that's why I thought about ironic client, cause that's our common way to create stuff | 17:02 |
lucasagomes | so os_ironic could just use it? | 17:02 |
lucasagomes | TheJulia, there's any schema validation on that format? | 17:02 |
TheJulia | lucasagomes: no real schema validation aside from process since bifrot takes a declaration of nodes and goes and does stuff with those nodes | 17:03 |
lucasagomes | right | 17:03 |
TheJulia | In the case of the module, os_ironic is getting invoked and passed the params per node | 17:03 |
TheJulia | Inefficent, but we're working with-in their model | 17:04 |
lucasagomes | alright | 17:05 |
* lucasagomes thinks... | 17:05 | |
jlvillal | lucasagomes: I kind of like the idea of only needing to use the ironicclient. I might be in the minority though. | 17:07 |
lucasagomes | jlvillal, yeah, it seems to be a common place. Plus it already creates resources, so this would just be extending it to parse from a file instead of parameters | 17:07 |
lucasagomes | and won't need ansible (which we currently don't use for our stuff, we probably will in the future tho) | 17:08 |
jlvillal | lucasagomes: Sounds reasonable to me. | 17:08 |
jroll | it's also trivial to write a script that parses yaml and calls ironicclient | 17:09 |
jroll | and we have a contrib dir | 17:09 |
lucasagomes | oh yeah, the contrib dri! | 17:09 |
lucasagomes | dir* | 17:09 |
*** edcragg has quit IRC | 17:09 | |
lucasagomes | yeah well, it's late here. I will think over | 17:09 |
jlvillal | lucasagomes: Go enjoy your weekend :) | 17:10 |
lucasagomes | will call it a day :-) | 17:10 |
lucasagomes | jlvillal, thanks much! | 17:10 |
lucasagomes | have a great night everyone, enjoy the weekend! | 17:10 |
jlvillal | lucasagomes: boa noite | 17:11 |
lucasagomes | jlvillal, hah boa noite pra você também :-) | 17:13 |
*** lucasagomes is now known as lucas-beer | 17:13 | |
*** achanda has joined #openstack-ironic | 17:16 | |
*** dguerri` is now known as dguerri | 17:16 | |
NobodyCam | have a good weekend lucas-beer | 17:17 |
*** pelix has quit IRC | 17:19 | |
*** bradbeam has joined #openstack-ironic | 17:21 | |
*** bradbeam has quit IRC | 17:25 | |
*** harlowja has quit IRC | 17:27 | |
*** harlowja has joined #openstack-ironic | 17:32 | |
*** jhova has quit IRC | 17:34 | |
*** achanda has quit IRC | 17:34 | |
openstackgerrit | Josh Gachnang proposed openstack/ironic: Expose current clean step in the API https://review.openstack.org/188873 | 17:36 |
*** saripurigopi has quit IRC | 17:37 | |
openstackgerrit | Chris Krelle proposed openstack/bifrost: Make nginx port configurable https://review.openstack.org/188631 | 17:39 |
*** achanda has joined #openstack-ironic | 17:40 | |
NobodyCam | TheJulia: tested ^^^^ seems to work for me | 17:40 |
*** trown|lunch is now known as trown | 17:41 | |
*** marzif_ has quit IRC | 17:45 | |
*** krtaylor has quit IRC | 17:46 | |
*** e0ne has joined #openstack-ironic | 17:48 | |
*** marzif_ has joined #openstack-ironic | 17:51 | |
*** zz_jgrimm is now known as jgrimm | 17:53 | |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Handle unknown entity ids https://review.openstack.org/188878 | 17:56 |
*** penick has joined #openstack-ironic | 17:57 | |
*** achanda_ has joined #openstack-ironic | 17:59 | |
*** achanda has quit IRC | 18:01 | |
*** rwsu has quit IRC | 18:04 | |
TheJulia | NobodyCam: awesome :) | 18:06 |
*** penick has quit IRC | 18:06 | |
*** Nisha has joined #openstack-ironic | 18:08 | |
*** achanda has joined #openstack-ironic | 18:10 | |
*** achanda_ has quit IRC | 18:10 | |
*** achanda_ has joined #openstack-ironic | 18:18 | |
*** achanda has quit IRC | 18:20 | |
*** krtaylor has joined #openstack-ironic | 18:20 | |
openstackgerrit | Merged stackforge/pyghmi: Handle unknown entity ids https://review.openstack.org/188878 | 18:33 |
*** achanda has joined #openstack-ironic | 18:38 | |
*** achanda_ has quit IRC | 18:41 | |
*** penick has joined #openstack-ironic | 18:45 | |
*** penick has quit IRC | 18:46 | |
*** harlowja has quit IRC | 18:46 | |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal power state commands https://review.openstack.org/172517 | 18:48 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Introduce openstackclient plugin https://review.openstack.org/171672 | 18:48 |
openstackgerrit | Brad P. Crochet proposed openstack/python-ironicclient: Implementation of baremetal port create https://review.openstack.org/172461 | 18:48 |
*** achanda_ has joined #openstack-ironic | 18:48 | |
*** achanda has quit IRC | 18:49 | |
*** harlowja has joined #openstack-ironic | 18:53 | |
*** victor_lowther has quit IRC | 18:54 | |
*** penick has joined #openstack-ironic | 18:55 | |
*** achanda has joined #openstack-ironic | 19:00 | |
*** achanda_ has quit IRC | 19:01 | |
NobodyCam | TheJulia: are we building and publishing the bifrost docs like we do in ironic? | 19:03 |
*** achanda has quit IRC | 19:04 | |
*** Sukhdev has joined #openstack-ironic | 19:11 | |
*** Nisha has quit IRC | 19:18 | |
*** pradipta has joined #openstack-ironic | 19:19 | |
cinerama | NobodyCam: i have a patch going for initial tox/doc build setup i need to finish off | 19:21 |
*** bradbeam has joined #openstack-ironic | 19:22 | |
*** e0ne has quit IRC | 19:39 | |
*** penick has quit IRC | 19:56 | |
*** penick has joined #openstack-ironic | 20:01 | |
*** penick has quit IRC | 20:03 | |
*** penick has joined #openstack-ironic | 20:05 | |
*** penick has quit IRC | 20:07 | |
*** e0ne has joined #openstack-ironic | 20:16 | |
*** ijw has joined #openstack-ironic | 20:22 | |
*** ijw has quit IRC | 20:28 | |
openstackgerrit | Summer Barringer proposed openstack/bifrost: Add DHCP documentation https://review.openstack.org/187415 | 20:33 |
JayF | !!! | 20:34 |
openstack | JayF: Error: "!!" is not a valid command. | 20:34 |
JayF | TheJulia: ^ is she in IRC? | 20:34 |
*** victor_lowther has joined #openstack-ironic | 20:38 | |
openstackgerrit | Summer Barringer proposed openstack/bifrost: Add DHCP documentation https://review.openstack.org/187415 | 20:38 |
TheJulia | JayF: Yes, should I convince her to join here? | 20:41 |
JayF | very yes | 20:41 |
JayF | she gets a free code review with friend-points, too | 20:41 |
JayF | lol | 20:41 |
TheJulia | valkyrja: oh, there you are! | 20:43 |
valkyrja | I am where, TheJulia? | 20:43 |
JayF | valkyrja: Summer? | 20:43 |
TheJulia | valkyrja: don't make me withold beer | 20:43 |
valkyrja | JayF thank ya for the review, will throw up another revision as soon as I do the work that actually pays me | 20:44 |
JayF | valkyrja: hah; it's a +1 anyway | 20:44 |
valkyrja | Yes, my mother raised a Valkyrie and I do not mean the motorcycle | 20:44 |
JayF | valkyrja: welcome to Ironic-land :) I was telling TheJulia how nice it's been to be working with some of my old friends | 20:44 |
valkyrja | Thanks JayF :) | 20:44 |
*** e0ne has quit IRC | 20:45 | |
*** e0ne has joined #openstack-ironic | 20:48 | |
*** pradipta has quit IRC | 20:49 | |
BadCub | hiya valkyrja :) | 20:50 |
* BadCub is now grumpy about his bad haircut that has to be redone. | 20:50 | |
JayF | easy to fix a bad haircut | 20:51 |
JayF | just need a pair of clippers set to 1 | 20:51 |
BadCub | yes, go back Sunday to the person who usually does it lol | 20:51 |
valkyrja | BadCub: hiya! | 20:51 |
*** dprince has quit IRC | 20:51 | |
BadCub | welcome to Ironic-Depot. Nutjobs to the left, crazies to the right! | 20:52 |
cinerama | do we get orange aprons? | 20:52 |
BadCub | lol | 20:52 |
TheJulia | cinerama: gray, with pixie boots | 20:52 |
valkyrja | git review -d 187415 | 20:52 |
valkyrja | ooooops | 20:52 |
TheJulia | wrong window | 20:52 |
TheJulia | :) | 20:52 |
valkyrja | too many shells | 20:52 |
BadCub | cinerama: orange straigh jackets might be cool. as long as they have PixieBoots on them | 20:52 |
TheJulia | valkyrja: you have seen my screens right? | 20:53 |
TheJulia | BadCub: but how would I work with such a jacket? | 20:53 |
valkyrja | TheJulia: just a few. The browser window with a 100 tabs was impressive | 20:53 |
TheJulia | \o/ | 20:53 |
* jlvillal feels like he has spent the last 2-3 days 'yak shaving' :( | 20:53 | |
BadCub | TheJulia: train the corgie to type for you! LOL | 20:53 |
* BadCub wants to shave yaks *pouts* | 20:53 | |
valkyrja | BadCub: I think we should combine it all and shave the corgi while writing code | 20:54 |
BadCub | valkyrja: now that sounds like a party!!!! | 20:54 |
valkyrja | lol | 20:54 |
* NobodyCam offers powered toast | 20:54 | |
cinerama | https://dtsft.files.wordpress.com/2013/06/toast-1.jpg | 20:57 |
NobodyCam | cinerama: ++ lol | 20:58 |
valkyrja | https://dtsft.files.wordpress.com/2013/06/toast-1.jpg | 20:59 |
valkyrja | maybe I should just go get some noms and sleep | 20:59 |
*** penick has joined #openstack-ironic | 20:59 | |
TheJulia | the dough will only rise so quickly :( | 21:02 |
openstackgerrit | Summer Barringer proposed openstack/bifrost: Add DHCP documentation https://review.openstack.org/187415 | 21:02 |
*** penick has quit IRC | 21:04 | |
BadCub | I failed to defrost the Salmon.. So it is someplace with a menu for dinner | 21:05 |
openstackgerrit | Jarrod Johnson proposed stackforge/pyghmi: Provide interface for decoding PET alerts https://review.openstack.org/188920 | 21:05 |
*** trown is now known as trown|outttypeww | 21:06 | |
*** e0ne has quit IRC | 21:06 | |
cinerama | i can just about manage throwing a couple things on the grill | 21:07 |
*** krtaylor has quit IRC | 21:08 | |
TheJulia | valkyrja: /win 7 | 21:10 |
TheJulia | doh! | 21:10 |
NobodyCam | :-p | 21:10 |
*** Sukhdev has quit IRC | 21:10 | |
*** [1]cdearborn has quit IRC | 21:13 | |
*** ijw has joined #openstack-ironic | 21:16 | |
*** ijw has quit IRC | 21:21 | |
*** ijw has joined #openstack-ironic | 21:22 | |
*** ijw has quit IRC | 21:27 | |
*** Haomeng has joined #openstack-ironic | 21:34 | |
openstackgerrit | Josh Gachnang proposed openstack/ironic-specs: Implement Zapping States https://review.openstack.org/185122 | 21:36 |
*** Haomeng|2 has quit IRC | 21:37 | |
*** Marga_ has joined #openstack-ironic | 21:39 | |
*** Marga_ has quit IRC | 21:39 | |
*** Marga_ has joined #openstack-ironic | 21:40 | |
*** openstack has joined #openstack-ironic | 21:43 | |
*** krtaylor has joined #openstack-ironic | 21:54 | |
*** marzif_ has quit IRC | 22:01 | |
*** thrash is now known as thrash|wknd | 22:15 | |
*** ijw has joined #openstack-ironic | 22:22 | |
*** ijw has quit IRC | 22:27 | |
*** gabriel-bezerra has quit IRC | 22:35 | |
*** openstackgerrit has quit IRC | 22:37 | |
*** openstackgerrit has joined #openstack-ironic | 22:37 | |
*** gabriel-bezerra has joined #openstack-ironic | 22:40 | |
openstackgerrit | Stephanie Miller proposed openstack/bifrost: Add cookiecutter-generated files for project https://review.openstack.org/188959 | 22:41 |
*** Marga_ has quit IRC | 22:53 | |
*** bradjones is now known as bradjones_away | 23:00 | |
*** davideagnello has quit IRC | 23:08 | |
*** hemna is now known as hemnafk | 23:09 | |
*** davideagnello has joined #openstack-ironic | 23:14 | |
*** davideagnello has quit IRC | 23:18 | |
*** davideagnello has joined #openstack-ironic | 23:18 | |
*** bradjones_away is now known as bradjones | 23:20 | |
*** ijw has joined #openstack-ironic | 23:22 | |
*** ijw has quit IRC | 23:27 | |
NobodyCam | what dates are we planning the mid cycle for? | 23:33 |
TheJulia | aug 12-15 I think.... | 23:34 |
NobodyCam | linuxCon is in seattle on August 17 to August 19 | 23:34 |
NobodyCam | score ! | 23:34 |
TheJulia | Yes... | 23:34 |
* TheJulia is wondering if we can get passes | 23:34 | |
*** bradbeam has quit IRC | 23:37 | |
BadCub | the link for the poll for Mid-Cycle is on the meeting pad. Very few have voted so far | 23:41 |
*** bradjones has quit IRC | 23:42 | |
*** bradjones has joined #openstack-ironic | 23:42 | |
NobodyCam | I voted | 23:42 |
NobodyCam | also note that linuxCon is in seattle that week | 23:42 |
JayF | BadCub: do you have a link to it right off? | 23:43 |
JayF | BadCub: I don't see it on the whiteboard and idk where the last meeting etherpad is :P | 23:43 |
BadCub | https://docs.google.com/forms/d/18rl7JApCntB2QQb1qycydJIxby0Mb7uD0nJGOTpN57s/viewform?c=0&w=1 | 23:44 |
JayF | aweeks: mariojv jroll ^ please make sure you voted in the mid-cycle meetup date form | 23:44 |
*** bradjones is now known as bradjones_away | 23:47 | |
*** bradjones_away is now known as bradjones|away | 23:52 | |
BadCub | Tis time for the BadCub to take his leave. Good weekend y'all! | 23:55 |
*** BadCub is now known as BadCub-Hiding | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!