*** chandankumar has joined #openstack-climate | 04:16 | |
*** SergeyLukjanov has joined #openstack-climate | 04:49 | |
*** SergeyLukjanov has quit IRC | 06:45 | |
Nikolay_1t | smthg interesting from dev-mailing-list https://wiki.openstack.org/wiki/Cafe | 08:12 |
---|---|---|
*** DinaBelova has joined #openstack-climate | 08:37 | |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Implement basic plugin for VM management https://review.openstack.org/49142 | 08:50 |
*** SergeyLukjanov has joined #openstack-climate | 09:08 | |
*** SergeyLukjanov has quit IRC | 09:09 | |
*** SergeyLukjanov has joined #openstack-climate | 09:09 | |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Implement keystone trust support https://review.openstack.org/48002 | 09:41 |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Add utils to work with openstack components https://review.openstack.org/52296 | 09:41 |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Implement basic plugin for VM management https://review.openstack.org/49142 | 09:41 |
bauzas | folks, don't forget meeting at 1000 UTC on #openstack-meeting :) | 09:49 |
DinaBelova | o/ | 09:50 |
Nikolay_1t | boa | 09:50 |
Nikolay_1t | \o | 09:50 |
DinaBelova | we have many topics to discuss today :) | 09:50 |
bauzas | I still have terrible Internet connection today at the office :( | 09:55 |
*** SergeyLukjanov has quit IRC | 09:55 | |
bauzas | will be hard to review things | 09:56 |
DinaBelova | bauzas, sometimes it happens... | 09:56 |
DinaBelova | hope it's temporary... | 09:56 |
bauzas | s/sometimes/too often/ | 09:56 |
DinaBelova | :D | 09:57 |
bauzas | we are 500+ people in the office | 09:57 |
bauzas | Bull is around 5000-9000 ppl | 09:57 |
*** SergeyLukjanov has joined #openstack-climate | 09:57 | |
bauzas | and there is no way to get Internet other by specifying a proxy which suffers from traffic | 09:57 |
DinaBelova | bauzas, yep, I know :) quite big company :) | 09:57 |
bauzas | and only 2 people are committing code on Openstack :D | 09:58 |
bauzas | anyway, time for meeting | 09:58 |
DinaBelova | Ok. I'll go to the channel | 09:59 |
bauzas | f_rossigneux_: ping ? | 10:00 |
bauzas | f_rossigneux_: ? | 10:00 |
bauzas | f_rossigneux_: ? | 10:00 |
f_rossigneux_ | ok | 10:00 |
*** SergeyLukjanov has quit IRC | 11:01 | |
*** DinaBelova has quit IRC | 11:11 | |
*** DinaBelova has joined #openstack-climate | 11:25 | |
*** SergeyLukjanov has joined #openstack-climate | 11:26 | |
*** SergeyLukjanov has quit IRC | 11:34 | |
*** SergeyLukjanov has joined #openstack-climate | 11:37 | |
*** chandankumar has quit IRC | 11:53 | |
*** chandankumar has joined #openstack-climate | 11:53 | |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Implement keystone trust support https://review.openstack.org/48002 | 12:27 |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Add utils to work with openstack components https://review.openstack.org/52296 | 12:27 |
openstackgerrit | Nikolay Starodubtsev proposed a change to stackforge/climate: Implement basic plugin for VM management https://review.openstack.org/49142 | 12:27 |
*** SergeyLukjanov has quit IRC | 12:56 | |
*** SergeyLukjanov has joined #openstack-climate | 12:58 | |
*** Nikolay_1t has quit IRC | 13:39 | |
bauzas | folks, I have one questions about Exceptions handling | 13:53 |
bauzas | the Manager is now throwing Exceptions to the API | 13:54 |
bauzas | unfortunately, the API doesn't catch the Exception and raise a 500 | 13:54 |
bauzas | how do you plan to manage the exceptions raised by the manager? | 13:54 |
bauzas | can't see an example yet | 13:54 |
bauzas | DinaBelova ? | 13:55 |
DinaBelova | bauzas, sorry | 13:55 |
DinaBelova | was not here | 13:55 |
DinaBelova | ok | 13:55 |
bauzas | nah, no pb | 13:55 |
bauzas | so, I'm getting errors 500 when doing something bad intentionnally | 13:55 |
bauzas | that's because the render() method expects an output rather than an exception | 13:56 |
DinaBelova | So I think we should manage manager's exceptions in more ordinary way: like parsing manager's exceptions in API | 13:56 |
bauzas | do you agree if I'm proposing a patch for this ? | 13:56 |
DinaBelova | bauzas, sure | 13:56 |
DinaBelova | that would be nice | 13:56 |
bauzas | ok, will do then | 13:56 |
DinaBelova | that's only the missing part in our code | 13:56 |
DinaBelova | that's not normal, sure | 13:56 |
bauzas | I think I will only passthru the exception | 13:57 |
bauzas | unless we need to catch specific exceptions | 13:57 |
DinaBelova | readable exceptions are the best thing we may have for our comfort | 13:57 |
DinaBelova | that will be enough | 13:57 |
DinaBelova | :) | 13:57 |
bauzas | and btw, I'm proud to say we succeeded in getting the whole workflow for hosts reservations | 13:58 |
bauzas | the merge was successful | 13:58 |
bauzas | so, provided Francois's patch and mine get dependencies | 13:58 |
bauzas | we're now able to provision an host to Climate, start lease, elect host and then spawn VMs using the AZ flag | 13:59 |
DinaBelova | bauzas, cool :) | 13:59 |
DinaBelova | we are now writing final version for the instances :) | 14:00 |
DinaBelova | it looks nice now :) | 14:00 |
bauzas | coolio too :) | 14:00 |
bauzas | seems pretty exciting | 14:00 |
DinaBelova | but I see some things to do better, soo :) Nick hates me :D | 14:00 |
bauzas | lol | 14:00 |
bauzas | Francois as well :D | 14:00 |
bauzas | I discussed with him about the merge, some things need to be changed on his side :p | 14:01 |
DinaBelova | I'm strict nad angry girl :D I quite understand them :D | 14:01 |
DinaBelova | :D | 14:01 |
DinaBelova | me too :D | 14:01 |
*** chandankumar has quit IRC | 14:59 | |
*** DinaBelova has quit IRC | 15:30 | |
openstackgerrit | Sylvain Bauza proposed a change to stackforge/climate: Fix coverage for add_computehost with ID of host https://review.openstack.org/62685 | 15:31 |
*** DinaBelova has joined #openstack-climate | 15:42 | |
*** SergeyLukjanov has quit IRC | 15:48 | |
*** DinaBelova has quit IRC | 15:48 | |
*** SergeyLukjanov has joined #openstack-climate | 16:54 | |
*** Nikolay_St has joined #openstack-climate | 19:07 | |
*** sigizmunds has joined #openstack-climate | 21:31 | |
*** sigizmunds has quit IRC | 21:37 | |
*** SergeyLukjanov has quit IRC | 22:46 | |
*** scroiset_ has quit IRC | 23:18 | |
*** scroiset has joined #openstack-climate | 23:24 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!