*** msambol has joined #cloudkitty | 01:54 | |
*** msambol_ has joined #cloudkitty | 02:57 | |
*** msambol has quit IRC | 02:58 | |
*** msambol_ has quit IRC | 03:07 | |
*** msambol has joined #cloudkitty | 04:08 | |
*** msambol has quit IRC | 04:12 | |
*** msambol has joined #cloudkitty | 06:11 | |
*** msambol has quit IRC | 06:16 | |
*** Chaozhe has joined #cloudkitty | 06:17 | |
*** chaozhechen_ has joined #cloudkitty | 06:17 | |
*** openstackgerrit_ has joined #cloudkitty | 06:51 | |
*** chaozhechen_ has quit IRC | 09:51 | |
*** Chaozhe has quit IRC | 09:51 | |
*** openstackgerrit_ has quit IRC | 10:23 | |
openstackgerrit | Stéphane Albert proposed openstack/cloudkitty: Fixed random failures in storage tests https://review.openstack.org/252877 | 10:32 |
---|---|---|
*** Chaozhe has joined #cloudkitty | 11:38 | |
*** chaozhechen_ has joined #cloudkitty | 11:38 | |
*** Chaozhe has quit IRC | 12:32 | |
*** chaozhechen_ has quit IRC | 12:32 | |
*** Chaozhe has joined #cloudkitty | 13:57 | |
*** chaozhechen_ has joined #cloudkitty | 13:58 | |
openstackgerrit | Merged openstack/cloudkitty: Loading scripts in memory when load pyscripts rating model https://review.openstack.org/253465 | 14:01 |
*** msambol has joined #cloudkitty | 14:35 | |
sheeprine | Chaozhe: Let's continue | 14:47 |
Chaozhe | sheeprine: ok. Thanks for your concern. Both time is fine for me. :) | 14:48 |
sheeprine | I just want to have feedback for other new contributors | 14:48 |
sheeprine | I know that some guys are in China and others in Japan | 14:49 |
sheeprine | 14UTC is midnight I think | 14:49 |
sheeprine | Since some are working on business hours, it might be hard for them to attend the meeting | 14:50 |
sheeprine | But it's another discussion ;) | 14:50 |
Chaozhe | How long does weekly meeting take ordinarily? | 14:52 |
sheeprine | Normaly around 45m to 1h | 14:53 |
sheeprine | Depending on what's on the agenda | 14:54 |
Chaozhe | ok, i can attend it at home | 14:54 |
sheeprine | Most of the people attending the meeting are guys from the my company, so it's mostly archive for people wanting to consult ck meetings and project direction. | 14:54 |
sheeprine | I'm happy to see new faces :) | 14:55 |
Chaozhe | I'm glad too :) | 14:55 |
sheeprine | BTW I'll announce on the ML that we'll do a feature freeze to prepare release of version 0.5 | 14:56 |
sheeprine | We need to integrate latest bugfixes and do some integration tests on gnocchi support. | 14:56 |
Chaozhe | Oh i see | 14:57 |
sheeprine | I'm waiting for feedbacks from the nubelio guys to see if everything is working. | 14:57 |
sheeprine | We are following the multiple versions with a milestone release | 14:58 |
sheeprine | So we'll have a mitaka release, but we can have multiple releases in-between. Code will change in many parts of CloudKitty so we'll deprecate stuff in every releases, and help people with the upgrade process. If we don't do this we'll be stuck with legacy code and the project will be slowed down. | 14:59 |
sheeprine | Chaozhe: Do you have any plans about CloudKitty? | 15:00 |
Chaozhe | Understand. I came from a venture company and used to work on a billing system for openstack | 15:01 |
sheeprine | Great, so you have a good understanding of what makes a good billing solution ;) | 15:04 |
Chaozhe | And maybe some transactional consistency work can be token into consideration. | 15:04 |
Chaozhe | Just a thought. :) | 15:06 |
sheeprine | Yeah, and we need to add support for threading | 15:07 |
sheeprine | or having multiples instances of ck-processor running | 15:07 |
sheeprine | I think a DLM might be the easiest way to do this. | 15:07 |
sheeprine | But with the current tenant_fetcher model it'll create some load on the keystone endpoint. | 15:07 |
sheeprine | because every processors will query the same data from keystone | 15:07 |
sheeprine | if it's a blocking point, then we'll try to see if a scheduler can fix the problem. But the first iteration should only focus on implementing a DLM and making CK thread safer. | 15:08 |
Chaozhe | I just know ceilometer use the tooz to allocate task. | 15:12 |
sheeprine | We'll use this too. | 15:12 |
sheeprine | It's used is other projects and got active support from OpenStack community. | 15:13 |
Chaozhe | Yes, like zookeeper ect. | 15:14 |
Chaozhe | When will do the feature freeze? | 15:15 |
Chaozhe | Not much time left? | 15:16 |
sheeprine | I think I'll announce it today or tomorrow | 15:16 |
sheeprine | Except if you see something that justify the need to cancel it. | 15:16 |
sheeprine | If really want to focus on next steps and move forward | 15:16 |
Chaozhe | So after that no BP will come in? | 15:17 |
sheeprine | It's not the final feature freeze for Mitaka | 15:18 |
sheeprine | It's just for 0.5 | 15:18 |
Chaozhe | Got it | 15:18 |
sheeprine | After this we'll move to 0.6 and more | 15:18 |
sheeprine | I really want to have 1.0 for Mitaka | 15:19 |
Chaozhe | Good for processing | 15:20 |
Chaozhe | I notice that the cloud kitty client based on ceilometer client | 15:20 |
Chaozhe | And my billing system too | 15:20 |
Chaozhe | Some bugs i used to fix and some bug fix can be back port from ceilometer client master branch | 15:21 |
Chaozhe | Maybe this week i can do some work on it | 15:21 |
Chaozhe | As to cloud kitty api and processor, i have roughly understood how it works. | 15:24 |
sheeprine | If you can work on the CK client it would be awesome | 15:24 |
Chaozhe | I will take time to do more work on it latter | 15:24 |
sheeprine | BTW I think we can leverage Authplugin there to to ease cli configuration | 15:24 |
Chaozhe | OK | 15:24 |
Chaozhe | You say like gnocchi client with no auth?BTW keystoneauth has been split out from keystone client to do the authentication alone. | 15:29 |
sheeprine | Yes we need to use the new lib | 15:29 |
sheeprine | But I need to check first if it's shipped with Liberty | 15:29 |
Chaozhe | I have tried today. | 15:30 |
Chaozhe | There is some problem with oslo config. I will find out why. | 15:31 |
Chaozhe | And maybe that's my tomorrow job :) | 15:33 |
sheeprine | good :) | 15:33 |
Chaozhe | Glad to talk with you, it's late for me, any other thing should i know? | 15:37 |
sheeprine | I don't think, good night | 15:39 |
sheeprine | If you need more infos feel free to ask on the chan | 15:40 |
Chaozhe | No problem :) | 15:41 |
Chaozhe | OK | 15:41 |
Chaozhe | See u | 15:42 |
*** chaozhechen_ has quit IRC | 17:20 | |
*** Chaozhe has quit IRC | 17:20 | |
*** msambol has quit IRC | 17:31 | |
*** msambol has joined #cloudkitty | 18:08 | |
*** alejandrito has joined #cloudkitty | 21:36 | |
*** msambol has quit IRC | 23:10 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!