13:59:54 #startmeeting watcher 13:59:55 Meeting started Wed Dec 9 13:59:54 2015 UTC and is due to finish in 60 minutes. The chair is acabot. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:59:56 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 13:59:59 The meeting name has been set to 'watcher' 14:00:00 hi 14:00:07 o/ 14:00:08 o/ 14:00:22 o/ 14:00:34 hi guys 14:00:41 our agenda for today #link https://wiki.openstack.org/wiki/Watcher_Meeting_Agenda#12.2F9.2F2015 14:00:42 o/ 14:00:46 o/ 14:00:51 hi 14:01:03 more people every week for the roll call ;-) 14:01:44 #topic Announcements 14:02:06 hi all 14:02:14 hi 14:02:18 our mid-cycle meetup will take place at IBM Austin february 2-5 14:02:25 +1 14:02:39 an eventbrite is available for registration 14:02:51 thx to jwcroppe for hosting it 14:03:42 sballe: I think we can start spreading the event around us 14:03:54 agreed 14:04:20 we will provide details for accommodations through a wiki page next week 14:04:52 Watcher code as been tagged last friday as it was the mitaka-1 deadline 14:05:16 acabot: what specifically does this mean? 14:05:23 (in one sentence) 14:06:16 seanmurphy: new pypi package are available (0.21.0 for watcher and 0.20.0 for python-watcherclient) 14:06:16 we try to stick to the OpenStack release schedule so we release software every 2 months (3 releases between each summit) 14:06:45 got it - thanks 14:07:05 it is not mandatory as we are not under the big tent but it is a good way to complete BP thanks to the deadline ;-) 14:07:30 doc and packages are updated when we tag the software 14:07:33 as well 14:07:46 any other announcement ? 14:08:26 #topic Review Action Items 14:08:59 * edleafe wanders in late 14:09:11 a lot of code refactoring has been done after the glossary merge 14:09:54 please review all related patches https://review.openstack.org/#/q/status:open+project:openstack/watcher+branch:master+topic:bp/glossary-related-refactoring,n,z 14:10:07 will spend some time this week reviewing those 14:10:51 #action tpeoples review code refactoring https://review.openstack.org/#/q/status:open+project:openstack/watcher+branch:master+topic:bp/glossary-related-refactoring,n,z 14:11:15 * sballe will do the same 14:11:32 #action sballe review code refactoring https://review.openstack.org/#/q/status:open+project:openstack/watcher+branch:master+topic:bp/glossary-related-refactoring,n,z 14:11:40 I will review those too 14:11:41 will do the same 14:11:47 +1 14:12:04 tpeoples submitted a devstack plugin 14:12:22 I will test it 14:12:24 it needs to be tested and reviewed 14:12:41 ot> #action mehdi__ review code refactoring https://review.openstack.org/#/q/status:open+project:openstack/watcher+branch:master+topic:bp/glossary-related-refactoring,n,z 14:12:53 #action mehdi__ review code refactoring https://review.openstack.org/#/q/status:open+project:openstack/watcher+branch:master+topic:bp/glossary-related-refactoring,n,z 14:13:13 dtardivel: you'll need to get the commit into your local git repo and then use that local repo as the path with enable_plugin 14:13:17 #dtardivel review https://review.openstack.org/#/c/254584/ 14:13:24 #action dtardivel review https://review.openstack.org/#/c/254584/ 14:13:25 I can also review :) 14:13:50 dtardivel: you'll also need to clone python-watcher-client into the same directory as watcher due to some path lookup reasons 14:13:50 cdupont: devstack ? 14:14:04 all the more people who can review the better 14:14:15 OK 14:14:18 sballe: +1 14:14:29 #action cdupont review https://review.openstack.org/#/c/254584/ 14:14:30 tpeoples: ok 14:14:39 ask me if you have questions 14:15:39 I'd like to thank Darren & G�bor who fixed many low hanging fruit bugs 14:15:53 tpeoples: how hard is it to install? 14:15:55 if you can give your IRC name it would be great ;-) 14:16:49 cdupont: not very, it's only hard now because you'll need to pull down my changes into your local git repo since they aren't merged yet, then use that repo instead to enable the plugin 14:17:09 OK great 14:17:46 to find low hanging fruit bugs : https://bugs.launchpad.net/watcher/+bugs?field.tag=low-hanging-fruit 14:18:42 on watcher specs, there are 2 reviews in progress 14:19:26 https://review.openstack.org/#/q/status:open+watcher-specs,n,z 14:19:29 bzhou: it seems there is a problem on this one (the last PS) https://review.openstack.org/#/c/252268/ 14:19:43 bzhou: could you fix it ? 14:20:03 ok. I will work with Junjie to fix it 14:20:10 ok thx 14:20:11 bzhou: +1 14:20:43 the other one is just a move into implemented folder for telemetry, sballe, can you +2 today ? 14:21:02 yes 14:21:06 thx 14:21:06 which spec? 14:21:24 #action sballe review https://review.openstack.org/#/c/254130/ 14:21:49 #action bzhou fix review https://review.openstack.org/#/c/252268/ (last PS) 14:22:27 #topic Blueprint/Bug Review and Discussion 14:23:05 tpeoples: you had to split the BP https://blueprints.launchpad.net/watcher/+spec/well-defined-interfaces 14:23:15 I spent a bit of time looking at our use cases to try and split this up and it seems like a lot of things already have well-defined interfaces, so I didn't want to create BPs that are useless. 14:23:26 The Strategy abstraction allows us to define different optimization algorithms already given the current state of the cloud; the cluster model collector allows us to define different ways to get the current state (metrics). 14:23:38 The one thing that I thought could use some work is how actions are defined, and I think we should try and use taskflow for these to get a well-defined interface as well as for other reasons. See https://blueprints.launchpad.net/watcher/+spec/use-taskflow for more details. 14:24:33 tpeoples I agree 14:24:34 I agree that we should have a look at taskflow project and see if it fits our needs 14:25:05 about taskflow I want to understand how we can implement our own planner strategy 14:25:33 #action vmahe_ jed56 look at the taskflow project to see if it fits Watcher needs 14:25:46 does any one of you already experienced taskflow ? 14:25:56 i have used it a bit 14:26:11 in which context ? 14:26:44 running concurrent tests that had a bunch of dependencies. we also use it for the nova-powervm driver 14:26:53 ok 14:27:30 we have a couple of new BPs these week 14:27:30 i think we'll find it suits our needs :). a lot of what we're doing in code we'd get out of the box with it. let's discuss more next week 14:27:46 tpeoples: ok 14:28:08 acabot: before we move on, what do we want to use with the well-defined-interfaces BP? 14:28:13 want to do* 14:29:04 mark as obsolete? 14:29:26 tpeoples: we have things to change regarding interfaces between watcher components 14:29:46 tpeoples: but I think its a big "spec" work 14:30:17 ok 14:31:02 I suggest to keep this BP in the list and update it with a more precise scope (like one component) and use it as a test 14:32:20 we have 3 new BPs 14:32:26 the first one is https://blueprints.launchpad.net/watcher/+spec/efficacy-indicator 14:32:37 any comment on this one ? 14:33:05 should we have a spec for it ? 14:33:45 +1 to efficacy over efficiency. yes, i think a spec is necessary to outline how it's going to be implemented 14:33:56 +1 14:34:02 +2 14:34:22 #action acabot start a spec for https://blueprints.launchpad.net/watcher/+spec/efficacy-indicator 14:34:25 +2 14:34:38 2nd https://blueprints.launchpad.net/watcher/+spec/watcher-ui 14:34:52 integration of Watcher in Horizon 14:35:03 we already have a beta version on our side 14:35:09 we might need to talk to the horizon tea, 14:35:15 s/team 14:35:28 acabot: maybe you could do a demo so we can see it 14:35:58 sballe: sure I will provide a video for next meeting 14:36:07 acabot: +1 14:36:22 we'll want to integrate that into the devstack plugin as a horizon plugin at some point, jfyi 14:36:27 #action acabot record a video of Watcher UI before next meeting 14:36:45 tpeoples: absolutely 14:37:11 and then the 3rd : https://blueprints.launchpad.net/watcher/+spec/basic-cloud-consolidation-integration 14:37:38 seanmurphy has submitted it 14:37:55 we would like to see if we can implement our earlier work on watcher 14:38:03 understand what is required to realize it on watcher 14:38:09 and implement it 14:38:29 acabot suggested doing it for the m-3 mar 3 date 14:38:34 which we can do 14:38:37 m-2 is a bit soon for us 14:38:55 as we have commitments from now into early jan 14:39:16 seanmurphy: sounds good 14:39:22 seanmurphy: can we have reviewed specs on it by 21st jan ? 14:39:35 +1 14:39:35 yes - this should be possible i think 14:39:39 and then implem for mitaka-3 14:39:43 ok great 14:39:45 right 14:39:46 i think jwcroppe and i would probably be interested in helping with a CPU util-based algorithm 14:40:06 i will need to look at some examples to make sure i structure them properly etc 14:40:08 tpeoples: do you mean on the same BP ? 14:40:18 we’d be happy work with anyone on it 14:40:51 :) 14:40:54 acabot: yeah (even though this BP isn't "reactive") 14:41:02 #action seanmurphy start a spec for https://blueprints.launchpad.net/watcher/+spec/basic-cloud-consolidation-integration 14:41:15 related to the consolidation I have some questions 14:42:10 shall I? :) 14:42:16 shoot 14:42:24 cdupont_: sure 14:42:43 we also started two BPs on a consolidation language/grammar 14:43:04 ok 14:43:05 I rretro-engineered a bit Watcher code 14:43:24 at the moment there is a data model implemented 14:43:38 what I'm not sure is how it can be extended t suit our needs 14:44:13 cdupont_: can you clarify? 14:45:13 how the data model of Watcher can be extended, i.e. what if I need more infos on a VM, for example it's last migration time 14:45:25 cdupont : this a good question 14:45:26 :) 14:45:34 cdupont_: we are still waiting for a spec regarding the grammar stuff 14:46:38 cdupont_: it would be easier to iterate on gerrit 14:46:43 the grammar for consolidation rules? 14:46:55 We need to write a BP about how to extend to data model depending the need 14:46:55 yes 14:47:04 +1 14:47:43 we will never have a universal model 14:48:18 it's not trivial really :) 14:48:22 We can maybe provided like CloudSim some generic model 14:48:26 this BP https://blueprints.launchpad.net/watcher/+spec/watcher-consolidation-grammar has been accepted but you need to write a spec to give us details about what you are planning to do 14:48:43 OK 14:49:00 this is about the grammar for consolidation rules 14:49:12 specs are in watcher-specs repo, you will find templates available 14:49:46 i.e. "this VM must not move", "those two VMs must stay together", etc. 14:49:54 +1 on the spec 14:50:09 cdupont_: ok so seanmurphy will start a spec on consolidation algo and you will be able to ask questions regarding the data model through gerrit ok ? 14:50:36 it's OK 14:50:46 works for me 14:50:49 any update on https://blueprints.launchpad.net/watcher/+spec/watcher-consolidation-rules-api ? 14:50:59 if have question regarding data model you can use #openstack-watcher 14:51:19 Michele is set as assignee but I dont know who he is 14:51:43 acabot: It's Federico. I don't know of any update 14:51:59 ok I will send a mail 14:52:05 OK 14:52:23 anyone from Servionica ? https://blueprints.launchpad.net/watcher/+spec/watcher-overload-underload 14:53:08 #topic Open Discussion 14:53:26 meetings over holiday period? 14:53:54 we don't know what holiday means :-) 14:54:09 vmahe_: lol 14:54:14 haha 14:54:15 dtardivel will handle the meeting next week and sballe will do it around christmas 14:54:20 acabot: i want to work on https://blueprints.launchpad.net/watcher/+spec/tempest-basic-set-up if no one already has 14:54:20 ok 14:54:26 so basically business as usual 14:54:41 meeting will take place same bat time, same bat channel 14:54:49 vmahe : how to make a work a better place with so many holidays :) 14:54:53 thanks 14:54:55 word 14:55:11 #action tpeoples start working on https://blueprints.launchpad.net/watcher/+spec/tempest-basic-set-up 14:55:51 there's the translation BP too, but I think that's pretty low priority at this point 14:55:53 there is also an open BP on translation, anyone interested ? ;-) 14:56:09 tpeoples: +1 14:56:23 i'm interested in that but don't want to grab it at this point :) 14:56:37 anyone want to work on https://blueprints.launchpad.net/watcher/+spec/optimization-threshold? Or I am going to take it. 14:57:20 bzhou: I think it is deeply related with your PoC, it would be great to have you on this one 14:57:37 acabot: yeah 14:57:44 +1 14:58:07 #action bzhou start working on https://blueprints.launchpad.net/watcher/+spec/optimization-threshold? 14:58:08 bzhou: +1 14:58:36 would anyone else like the openstackgerritbot to sit in our channel, or would it annoy people? i'm not sure if it's even possible, might have to spin up our own bot for it, but i can find out 14:59:02 I am not sure what that means? 14:59:07 tpeoples: I already did it ;-) https://review.openstack.org/#/c/254765/ 14:59:25 but the CI failed so I'm waiting... 14:59:26 lol 14:59:28 awesome acabot 14:59:58 sballe: it's a bot that puts a message to the channel when someone submits a patchset 15:00:06 thanks for this great meeting 15:00:13 thanks :) 15:00:18 ttyl 15:00:19 tks 15:00:22 bye 15:00:23 bye guys! 15:00:25 thanks 15:00:26 bye 15:00:28 #endmeeting