09:00:51 #startmeeting vitrage 09:00:52 Meeting started Wed Feb 17 09:00:51 2016 UTC and is due to finish in 60 minutes. The chair is ifat_afek. Information about MeetBot at http://wiki.debian.org/MeetBot. 09:00:53 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 09:00:55 The meeting name has been set to 'vitrage' 09:01:03 hi 09:01:32 hi 09:02:25 Hi 09:03:17 Hello all :) 09:03:41 hi again 09:04:46 Hi 09:05:30 hi 09:06:05 Hi everyone :-) 09:06:17 #topic Current status 09:07:03 Have a look at our wiki page, we added a presentation about vitrage, and we plan to add a demo of nagios alarms later today. 09:07:10 #link https://wiki.openstack.org/wiki/Vitrage 09:07:45 We reviewed our remaining work for mitaka, and split the blueprints between us 09:08:25 By mitaka-3 we hope to have rca working, and maybe also deduced alarms 09:08:39 Thumbs up :) 09:08:40 We also want to support update notifications from nova; write the integration with aodh; and implement the entity graph UI 09:09:19 we plan also to add aodh notification and adding alarms to aodh 09:09:30 hi all 09:09:39 in addition we plan to improve our api handler 09:09:41 hi :) 09:12:05 my updates: I continued working on nagios synchronizer plugin and its transformer, specifically on unit tests and on the nagios configuration file 09:12:27 I plan to update nagios blueprint with the latest design 09:13:06 Regarding aodh integration: In general, this integration has three parts: 1. get all alarms, 2. register to aodh notifications of alarm changes, 3. notify aodh of vitrage alarms 09:13:15 We plan to implement 1 and 3 09:13:26 Number 2 is more complex, and vitrage can manage it in mitaka. I plan to finally finish writing aodh blueprints, and ask aodh guys to review them. 09:13:34 #action ifat update aodh blueprints 09:14:05 who wants to update? 09:14:35 me :) 09:14:45 I will 09:14:52 me too :) 09:14:55 ifat_afek did you mean 2 would be part of mitaka or not ? 09:15:22 Go ahead Alon 09:15:32 emalin: 2 probably won't be part of mitaka, since it will take too much time 09:15:32 "Who wants to update ? " -> me 09:15:54 emalin: and we can have vitrage working without it, just with a delay in receiving aodh alarms 09:16:04 We implemented a "smart table" for the alarms 09:16:06 Ok. got it 09:16:06 Alon: go ahead :-) 09:16:07 http://lorenzofox3.github.io/smart-table-website/ 09:16:29 Now we can Sort + Filter alarms 09:16:30 Alon: please write #link and then the url, so it will appear in the meeting summary 09:16:40 saw it, it looks great! 09:16:46 #link http://lorenzofox3.github.io/smart-table-website/ 09:17:00 About the RCA... 09:17:44 We can already see a dummy mock on a modal window, and yesterday we succeeded to connect and see data from the API (mock data) 09:18:03 That's all for now. any questions ? 09:18:19 Alon: thanks, sounds great 09:18:39 That angular library looks very nice 09:18:49 BTW, we should still define the exact information that should appear in the alarms list. 09:18:58 #action define what information that should appear in the alarms list 09:19:39 idan_hefetz: you wanted to update? 09:19:45 I prefer the ui-grid, but the Horizon use the Smart-Table 09:19:47 #http://ui-grid.info/ 09:20:06 Alon: you forgot #link 09:20:15 #link http://ui-grid.info/ 09:20:29 Regarding the sub-graph matching algorithm, I'll just add a few more tests before pushing the code today 09:20:49 My next blueprint is the Aodh-Notifier, a part of the integration with Aodh, to notify aodh of Vitrage alarms. 09:20:58 idan_hefetz: so sub graph matching is finished, all is left are the tests? 09:21:34 yes, so we can close the graph blueprint soon 09:21:42 idan_hefetz: cool! 09:21:56 I have an update 09:22:07 I finished the RCA api 09:22:16 wrote a mock for that 09:22:25 so the ui team can work on it 09:22:46 I also updated the blueprint for the RCA 09:23:09 waiting for feedback on the blueprint 09:23:20 thats all 09:23:29 eyalb: great. I looked at it and it looks good. also sent it to PinPoint 09:23:45 please add a link for the blupring 09:24:27 #link https://review.openstack.org/#/c/243671/6 09:24:55 I'm working on the synchronizer nova plugins for machines, hosts and zones 09:25:50 (for updating) 09:26:11 RPC server is now executed as eventlet instead of threaded. Had to monkey patch it first for t 09:26:12 i 09:26:13 Nofarsch: you mean in addition to the snapshot mode that is already working, right? 09:26:32 yes 09:26:42 Nofarsch: great 09:27:14 monkey patched it for it to be non blocking and "green threaded" 09:27:36 danoffek: great, thanks 09:27:50 who else wants to update? 09:27:53 I have updates 09:28:01 Last week we had design review meeting for the Evaluator 09:28:18 The design included a full flow: 09:28:28 1. Entity graph updates the evaluator processor 09:28:56 2. The processor search for the relevant scenarios in the Scenarios Repository and execute sub-graph matching algorithm 09:29:14 3. the evaluator processes the sub-graph matching results and executes actions as needed 09:29:22 Also we talked about the template loading, its parsing and the scenarios repository 09:29:56 any questions? 09:30:26 lhartal: sounds good, what's the status of the implementation? 09:30:46 Last week I implemented the template loader and this week I’m going to work on the scenarios repository 09:31:25 also we already defined all the intefaces between the different components 09:31:28 lhartal: good. is the design documented? we should have a .rst file with the design 09:31:58 we wrote the design. we just need to publish it 09:32:10 lhartal: great, thanks 09:32:29 #action document the evaluator design and add a link to vitrage wiki page 09:32:51 any other updates anyone? 09:33:44 alexey_weyl: can you update about the status of the physical plugin static synchronizer? 09:34:19 The Physical plugin is finished. 09:34:32 It has tests and it looks good :) 09:34:51 alexey_weyl: great! is it documented? 09:35:00 Not yet 09:35:34 alexey_weyl: so please write a .rst file for the configuration files with examples, and then we can put it in our wiki 09:35:50 No problem :) 09:36:02 #action alexey_weyl document the physical configuration static plugin 09:36:28 any other updates anyone? 09:37:11 #topic Review action items 09:37:23 there were no action items last week 09:37:26 moving on... 09:37:33 #topic Next Steps 09:38:02 we already talked about our plans for mitaka-3 09:38:10 #topic Open Discussion 09:38:26 anyone wants to discuss anything? 09:40:22 so I guess we are done for today 09:40:27 goodbye everybody 09:40:33 bye 09:40:40 bye 09:40:44 bye, Thanks 09:40:44 bye :) 09:41:02 see ya :) 09:41:25 #endmeeting