*** k4n0 has joined #openstack-blazar | 06:16 | |
*** bauzas1 has joined #openstack-blazar | 08:05 | |
*** k4n0 has quit IRC | 12:28 | |
*** pafuent has joined #openstack-blazar | 13:09 | |
*** openstackgerrit has joined #openstack-blazar | 15:02 | |
*** Nikolay_St has joined #openstack-blazar | 15:10 | |
*** Nikolay_St has quit IRC | 15:43 | |
*** Nikolay_St has joined #openstack-blazar | 15:45 | |
*** shakamunyi has joined #openstack-blazar | 15:54 | |
*** hshah has joined #openstack-blazar | 17:06 | |
hshah | bauzas1: you there? got a minute? | 17:15 |
---|---|---|
bauzas1 | hi hshah | 17:16 |
hshah | hi bauzas1 | 17:16 |
bauzas1 | hshah: sure | 17:16 |
bauzas1 | hshah: for 10 mnis | 17:16 |
bauzas1 | hshah: (UTC+2 TZ here) | 17:16 |
hshah | oh yeah. just wanted to get feedback on https://review.openstack.org/107863. | 17:17 |
hshah | when you have some time please have a look | 17:17 |
bauzas1 | hshah: oh, saw your change | 17:20 |
bauzas1 | hshah: ok, that requires me to jump in the bug | 17:21 |
bauzas1 | hshah: I need some time for rebooting my mind with Blazar :) | 17:22 |
bauzas1 | hshah: will provide a review by tomorrow | 17:22 |
hshah | ah ok ok :) sure, no hurry. Thanks so much bauzas1. | 17:22 |
bauzas1 | hshah: nah, your welcome | 17:23 |
bauzas1 | hshah: first glance looks good to me | 17:23 |
bauzas1 | hshah: don't know why pafuent gave a -1 | 17:23 |
bauzas1 | hshah: ooooh, saw the reply from pafuent | 17:24 |
hshah | bauzas1: yeah pafuent suggested i contact you. | 17:26 |
bauzas1 | hshah: still looking at your patch, looks good | 17:27 |
bauzas1 | hshah: IIRC, compute_host_id from allocation table is the compute ID from Nova | 17:27 |
hshah | bauzas1: i tested it on a local devstack instance and it worked fine. Just modified the method to check for either name or id | 17:28 |
bauzas1 | hshah: so, when doing a call to nova by getting the list, we look at the name, and now you add a check to the id | 17:28 |
hshah | bauzas1: correct | 17:29 |
bauzas1 | hshah: as said, you're good | 17:29 |
bauzas1 | hshah: what's confusing pafuent is that we get the ID from Blazar allocation table | 17:29 |
bauzas1 | hshah: but this ID is actually got from Nova and updates Blazar | 17:29 |
bauzas1 | hshah: lemme find you where | 17:30 |
bauzas1 | hshah: got it | 17:33 |
bauzas1 | hshah: https://github.com/stackforge/blazar/blob/master/climate/plugins/oshosts/nova_inventory.py#L47 here we get the ID | 17:34 |
bauzas1 | hshah: https://github.com/stackforge/blazar/blob/master/climate/plugins/oshosts/host_plugin.py#L240 here we call Nova for it | 17:35 |
bauzas1 | hshah: https://github.com/stackforge/blazar/blob/master/climate/plugins/oshosts/host_plugin.py#L257 here we create the entry in Blazar | 17:35 |
hshah | bauzas1: awesome! thanks for getting that.. will clarify with pafuent.. | 17:37 |
bauzas1 | hshah: no pb | 17:38 |
bauzas1 | hshah: my Blazar code is a bit rusty | 17:38 |
bauzas1 | hshah: that's a bit dusty to me | 17:38 |
bauzas1 | hshah: but thanks for letting me the opportunity to dig into an old portion of code :) | 17:39 |
hshah | bauzas1: no problem :) you're welcome. just trying to get comfortable with Blazar. Hope to help out in the best way I can. Will bug you again in case I need feedback or clarifications :) | 17:40 |
bauzas1 | hshah: no worries, happy to see new contributors | 17:41 |
bauzas1 | hshah: the code is not that big, but don't hesitate to ping me if you need some peering help | 17:42 |
bauzas1 | hshah: I still need to find some time for creating a new plugin... | 17:42 |
hshah | bauzas1: sure. let me know if I could help in anything. would be happy to chip in. | 17:44 |
bauzas1 | hshah: sure, would be cool, depending on your time | 17:45 |
bauzas1 | hshah: the problem is that the current plugins are quite PoC | 17:46 |
*** shakamunyi_ has joined #openstack-blazar | 17:46 | |
bauzas1 | hshah: especially the instances one | 17:46 |
bauzas1 | hshah: so my idea is to write a new plugin for managing instances reservations on top of reserved computenodes | 17:46 |
bauzas1 | hshah: kind of a mix between the 2 plugins | 17:47 |
hshah | bauzas1: you are right. I was just starting to work on reserved computenodes and realized that the instances are not managed on top of it | 17:48 |
*** shakamunyi has quit IRC | 17:49 | |
hshah | bauzas1: if there is a blueprint or some tips on how to go about it, i can definitely contribute. I am available mostly full time for the next 3 weeks. | 17:50 |
bauzas1 | hshah: ok, cool to hear | 17:52 |
bauzas1 | hshah: we did an etherpad a while ago | 17:52 |
bauzas1 | hshah: and indeed there is a bp | 17:52 |
bauzas1 | hshah: https://blueprints.launchpad.net/blazar/+spec/new-resource-allocation-phase | 17:53 |
bauzas1 | the etherpad is in the whiteboard (or also as the full spec link) | 17:55 |
hshah | bauzas1: cool, will go through it | 17:55 |
hshah | bauzas1: saw the etherpad. Looks like we are drafting it currently. | 17:59 |
hshah | bauzas1: but yes I can do some experiments based on your proposal | 18:00 |
bauzas1 | hshah: nice to hear I'm not alone in the dark :) | 18:00 |
bauzas1 | hshah: the thing is, I'm not 100% dedicated to Nova | 18:00 |
bauzas1 | hshah: so I have no time to correctly address the problem | 18:01 |
hshah | bauzas1: ohhh | 18:01 |
bauzas1 | hshah: but that's changing a bit | 18:01 |
bauzas1 | hshah: yeah, if you find my former changes, you'll find I was working for another employer | 18:01 |
bauzas1 | hshah: but I'm still following Blazar actively | 18:02 |
bauzas1 | hshah: because that's also part of my new role | 18:02 |
bauzas1 | hshah: so, I'm just trying to be pragmatic and find some time for working on my Blazar duties | 18:03 |
bauzas1 | hshah: but with respects to Nova, it takes a while to get some code merged in Nova :p | 18:03 |
hshah | bauzas1: yeah I have heard my colleagues talk about code contribution in Nova. It does take a while. | 18:04 |
bauzas1 | :) | 18:04 |
hshah | bauzas1: I am currently interning so I have the time to look at Blazar full time. | 18:05 |
bauzas1 | hshah: cool | 18:05 |
bauzas1 | hshah: any help is good to take | 18:05 |
hshah | bauzas1: Just don't have the experience :) | 18:05 |
hshah | bauzas1: yeah that's right | 18:05 |
bauzas1 | hshah: Blazar is a good move for going into OpenStack, trust my experience :) | 18:05 |
hshah | bauzas1: yeah.. I got to learn a lot about OpenStack through Blazar and did not have to deal with a huge codebase. | 18:07 |
pafuent | hshah: bauzas1: I'll approve the patch. I didn't noticed that the ComputeHost.id model default value is set with the hypervisor id. | 18:32 |
pafuent | hshah: And bauzas1 is 100% percent right: Blazar is the best way to going into OpenStack | 18:34 |
pafuent | hshah: :-D | 18:35 |
hshah | pafuent: thanks so much :) | 18:35 |
pafuent | hshah: No problem and WELCOME | 18:36 |
openstackgerrit | A change was merged to stackforge/blazar: Update method in host_plugin to find hypervisor by name or id https://review.openstack.org/107863 | 18:39 |
*** bauzas1 has quit IRC | 19:17 | |
*** bauzas has joined #openstack-blazar | 19:34 | |
*** hshah has left #openstack-blazar | 19:38 | |
*** shakamunyi_ has quit IRC | 21:24 | |
openstackgerrit | Pablo Andres Fuente proposed a change to stackforge/blazar: Filter leases by project_id https://review.openstack.org/97286 | 21:28 |
*** pafuent has left #openstack-blazar | 21:28 | |
openstackgerrit | Harsh Shah proposed a change to stackforge/python-blazarclient: Added option --advance-by to allow advancing of lease start date https://review.openstack.org/108503 | 21:37 |
*** Nikolay_St has quit IRC | 22:21 | |
*** bauzas has quit IRC | 22:50 | |
*** shakamunyi_ has joined #openstack-blazar | 22:53 | |
*** shakamunyi_ has quit IRC | 23:33 | |
*** Nikolay_St has joined #openstack-blazar | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!