openstackgerrit | Ananth Narayan S proposed openstack/valence: Remove object imports. https://review.openstack.org/418900 | 02:45 |
---|---|---|
openstackgerrit | hubian proposed openstack/valence: implement pod_manager controller for BP:multi-podmanager https://review.openstack.org/410051 | 05:45 |
*** praveen has joined #openstack-valence | 14:29 | |
*** praveen has left #openstack-valence | 14:30 | |
*** praveen has joined #openstack-valence | 14:31 | |
*** praveen has left #openstack-valence | 14:33 | |
*** praveen has joined #openstack-valence | 14:37 | |
*** praveen has left #openstack-valence | 14:37 | |
*** yufei has joined #openstack-valence | 14:54 | |
*** ananth_n has joined #openstack-valence | 14:54 | |
*** ntpttr_mobile has joined #openstack-valence | 14:56 | |
*** Jinxing has joined #openstack-valence | 14:57 | |
*** hubian_ has joined #openstack-valence | 14:59 | |
*** ramineni_ has joined #openstack-valence | 14:59 | |
ananth_n | hi everyone | 15:00 |
ramineni_ | hi | 15:01 |
hubian_ | hi | 15:01 |
lin_yang | Hello | 15:01 |
yufei | hello ananth | 15:01 |
ananth_n | please share agenda items for today | 15:01 |
*** shuquan has joined #openstack-valence | 15:01 | |
Jinxing | hi | 15:01 |
shuquan | hi | 15:01 |
ananth_n | nothing to discuss? :) | 15:03 |
shuquan | anyone else to join this meeting? | 15:03 |
ananth_n | the usual folks are all here looks like | 15:04 |
hubian_ | tomorrow i will submit a patch on simulator please give comments on that | 15:04 |
ananth_n | @hubian_ sure | 15:05 |
ananth_n | appreciate it | 15:05 |
hubian_ | :) | 15:05 |
lin_yang | hubian_: thanks | 15:05 |
shuquan | @hubian can you elaborate the problems you mentioned in the mail? | 15:05 |
shuquan | may be we can discuss it here. :) | 15:06 |
ananth_n | i've put the list of proposed topics for talks at Boston summit onto the Valence etherpad. if you have any items to add, please do so by end of next week. I believe the deadline for talk submissions is early Feb | 15:06 |
ananth_n | @hubian, please go ahead | 15:07 |
hubian_ | ok | 15:07 |
shuquan | @ananth_n what's the link? | 15:07 |
lin_yang | https://etherpad.openstack.org/p/Valence | 15:08 |
hubian_ | in the previous meeting about the gap of ironic.redfish driver | 15:08 |
hubian_ | seems the api.spec is a little different | 15:08 |
hubian_ | and chester.reply the emails today | 15:08 |
ntpttr_mobile | o/ | 15:09 |
ananth_n | i don't see any strong reason to use the python-redfish client. also, ironic-redfish driver would be hidden from valence. | 15:10 |
ananth_n | so I am not able to understand the concern on that front. | 15:10 |
hubian_ | @shuquan @yufei if i misunderstand , please correct me | 15:10 |
yufei | In my opinion, the central question is whether podm will allow users to operate their composed nodes via the redfish api. | 15:11 |
ntpttr_mobile | yufei: what operations do you think would be lacking? | 15:12 |
*** openstack has joined #openstack-valence | 15:20 | |
ntpttr_mobile | In that work flow diagram, I believe enroll() could also go from user to valence to ironic | 15:20 |
ntpttr_mobile | With the ironic plugin it should make enrolling RSD resources a little easier | 15:20 |
yufei | podm provided standard Computer system defined in redfish, I think chester said that we should not call that, we should only call node api. | 15:20 |
shuquan | So the key is the inconsistence of the operation conducted by PODM and redfish, which is mentioned by chester. | 15:20 |
ntpttr_mobile | Rather than the user having to go straight to ironic and entering the info manually | 15:21 |
ntpttr_mobile | yufei: but what if a user wants to give a system over to ironic without composing it as a node? That would be valid right? | 15:22 |
ntpttr_mobile | Or would it be required to compose that system to a node first | 15:23 |
ananth_n | @ntpttr_mobile I believe it must be composed first | 15:23 |
ananth_n | because composed node represents the compute entity. | 15:23 |
shuquan | I think PODM should be able to sync with the actual status by its own mechanism if some status is changed by someone using redfish api | 15:23 |
ntpttr_mobile | shuquan: i hope that it would! | 15:24 |
yufei | user can give a node to ironic without composed, If the node have a local storage, it will works. but if not, user need to compose it with storage first. | 15:25 |
ntpttr_mobile | That makes sense | 15:25 |
shuquan | or at least PODM should do some validation before return the status to user | 15:26 |
Jinxing | Hi, ntpttr. I have submit a patch for python-valenceclient in Jan 4. I didn’t update for some days. And there are some comment about this patch. I think we should discuss it tonight. | 15:26 |
*** sindhu has joined #openstack-valence | 15:26 | |
lin_yang | I think if every operation for composed node go through podm, it will not lead to inconsistent status in podm, right? | 15:26 |
hubian_ | as a management ,podm seems to be responsable to keep nodes and systems be always actual status | 15:26 |
ntpttr_mobile | Jinxing: okay, was that the one created via the cookiecutter? | 15:26 |
shuquan | yes | 15:26 |
Jinxing | yeah | 15:27 |
Jinxing | https://review.openstack.org/#/c/416533/ | 15:27 |
ntpttr_mobile | Thanks for the link, I'll review this morning | 15:27 |
yufei | Lin_yang, It should not, but currently it does, I really think it’s a bug for podm | 15:27 |
lin_yang | will review it today | 15:28 |
ntpttr_mobile | Wait, I think that one is the one not used by cookiecuttee | 15:28 |
Jinxing | I do not know there have a tool named cookiecutter | 15:28 |
ntpttr_mobile | You have some reviews there requesting that it be changed | 15:28 |
Jinxing | yes | 15:28 |
ntpttr_mobile | I think openstack has a project that can be used for creating minimal client projects to be added to | 15:28 |
ntpttr_mobile | I've used something like it for new openstack puppet modules but haven't seen the one for client, I'll take a look too | 15:30 |
Jinxing | Andy Yan submit a new patch which created by cookiecuttee. https://review.openstack.org/#/c/419769/ | 15:30 |
Jinxing | I think this patch is very good | 15:30 |
lin_yang | it submitted by Anusha Ramineni | 15:31 |
Jinxing | If the patch merged, I can submit my code on this patch | 15:31 |
Jinxing | sorry | 15:31 |
ananth_n | this is just the cookie cutter bolierplate, isn't it. I suggest we accept the patch | 15:32 |
ntpttr_mobile | Ah okay, yes indeed. Agreed ananth | 15:32 |
Jinxing | I have complished the valenceclient CLI | 15:32 |
lin_yang | yes, please rebase your patch on top of it | 15:32 |
Jinxing | ok | 15:32 |
ntpttr_mobile | Then we can start adding to it with jinxing's work | 15:32 |
ntpttr_mobile | Sounds good, thanks jinxing | 15:32 |
hubian_ | ok | 15:32 |
hubian_ | +1 | 15:33 |
Jinxing | okey, I will pay attention to the cookiecuttee patch. | 15:34 |
ntpttr_mobile | It'll get merged today, once I get on my computer I'll give it a review first thing | 15:35 |
Jinxing | okey, thanks | 15:35 |
ananth_n | thanks guys, i have to drop off now | 15:35 |
ntpttr_mobile | Any other topics from folks? | 15:35 |
ntpttr_mobile | Or is it still scheduled to end at X:30? | 15:36 |
shuquan | no from me | 15:36 |
yufei | nothing from me | 15:36 |
hubian_ | no from me | 15:36 |
ntpttr_mobile | Okay, thanks everyone :) | 15:37 |
*** ananth_n has quit IRC | 15:37 | |
lin_yang | thanks everyone, bye | 15:37 |
*** Jinxing has quit IRC | 15:37 | |
shuquan | bye | 15:37 |
hubian_ | suggest again let us share more by offline emails | 15:37 |
*** shuquan has quit IRC | 15:37 | |
hubian_ | bye | 15:37 |
*** hubian_ has quit IRC | 15:38 | |
*** malinikb has joined #openstack-valence | 15:41 | |
*** ramineni_ has quit IRC | 15:52 | |
*** yufei has quit IRC | 16:01 | |
*** ntpttr_mobile_ has joined #openstack-valence | 17:06 | |
*** ntpttr_mobile has quit IRC | 17:10 | |
openstackgerrit | Merged openstack/python-valenceclient: Initial cookiecutter commit https://review.openstack.org/419769 | 17:11 |
*** ntpttr_mobile_ has quit IRC | 17:39 | |
openstackgerrit | Merged openstack/valence: Remove object imports. https://review.openstack.org/418900 | 18:44 |
*** ramineni_ has joined #openstack-valence | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!