08:00:44 #startmeeting vitrage 08:00:45 Meeting started Wed Nov 9 08:00:44 2016 UTC and is due to finish in 60 minutes. The chair is ifat_afek. Information about MeetBot at http://wiki.debian.org/MeetBot. 08:00:46 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:00:49 The meeting name has been set to 'vitrage' 08:01:02 Hi everyone :-) 08:01:40 Hi! 08:01:58 Hi guys 08:04:32 #topic Status and Updates 08:04:42 I’m working on arranging Vitrage documentation. 08:04:55 I want to update vitrage-specs page. Please go over my change: 08:05:03 #link https://review.openstack.org/#/c/394550/ 08:05:14 This is how the page looks like at the moment, with only Mitaka blueprints: 08:05:21 #link https://review.openstack.org/#/c/394550/ 08:06:03 Another change I’ve made is to publish vitrage documentation under http://docs.openstack.org/developer/vitrage . I’m waiting for the infra to approve my change: 08:06:11 #link https://review.openstack.org/#/c/394550/ 08:06:38 The developer/vitrage link 08:06:43 does not work 08:06:52 of course… this is the change I am trying to make 08:07:15 all other official projects have their developer guides in this site. I want to add vitrage as well 08:07:27 sorry for resending the same link few times… 08:08:04 this is vitrage-specs: 08:08:06 http://specs.openstack.org/openstack/vitrage-specs/ 08:08:20 and this is the change for adding vitrage developer guide: 08:08:33 #link https://review.openstack.org/#/c/394181 08:08:58 Cool! 08:09:06 in addition, I plan to start going over some gerrit issues that are open for a while. We need to decide what to do about them. 08:09:42 will be happy to get help on that :-) 08:10:17 I'll update for @noambloom 08:10:35 I can help with that, let me know which ones 08:10:37 Noam is continuing to develop templates list / show ui 08:10:45 idan_hefetz: great, thanks 08:10:58 In the details (show) options, there are now 2 viewing options : 08:11:24 Simple view, for quick reference 08:11:46 Yaml view, which is the exact representation of the Yaml file 08:12:17 In addition, Simple view has been adapted to handle large template files. 08:13:02 It's the same as a tree (file manager) representation, to enable seeing the "macro" 08:13:30 To see inner branches (inner details) you click the node. 08:13:44 That's a very cool feature added by NoamBloom 08:14:06 danoffek: thanks for the update! 08:14:25 hi - sorry for being late 08:16:48 So, I'll just update 08:17:53 Eyal could not join today, but he's been making progress in getting the Vitrage RDO approved. 08:18:39 Once this is done, installing Vitrage via puppet in the standard manner will be available. 08:18:56 Good to hear 08:19:01 That will simplify things 08:19:38 Moving on, just wanted to update that I recently entered an important fix to the overlapping-template support. (forgot to put it in launchpad... sorry) 08:20:34 basically, if there were active template scenarios when vitrage is restarted, these scenarios will never be undone after the restart 08:21:59 to fix this, we needed to make some minor changes to the overlapping templates tracker. 08:22:11 This was pushed a few days ago. 08:22:17 that;s it for updates from me... 08:22:35 elisha_r: great, thanks 08:23:01 elisha_r: so after a restart what 08:23:12 will happen exactly? 08:23:52 You will have Vitrage 08:24:09 all scenarios will be deactivated? 08:24:26 nofarsch: if there are active scenarios before the restart, they will still be active after restart. But unlike before, their undo 08:24:33 will work as it should 08:25:01 elisha_r: awesome 08:25:25 the problem originally was that during restart, the consistency process checks and activates templates for EACH node in the graph, not just the last one the completed the pattern of the scenario 08:25:54 and now? 08:25:55 so if the scenario pattern had three vertices, the scenario was activated three times 08:26:10 and the overlapping templates support had three entries for this action 08:26:35 then, a single undo would not undo the action, only remove one of these entries (sort of like soft-pointer implementation) 08:27:19 the fix was to make sure that during "undo", of the same exact pattern triggered an action, even if it happened several times, all these "pointers" are removed from the system, solving the bug 08:27:27 hope that clarifies things 08:27:54 elisha_r: thanks for the detailed exaplanation 08:28:02 moving on 08:28:11 elisha_r: thanks! 08:28:19 #topic Plans for Ocata 08:28:57 Now that Barcelona summit is over, we should plan Ocata 08:29:06 I will try to estimate the effort needed for implementing the Vitrage -> Aodh integration. 08:29:14 nofrasch: sure - always :) 08:29:20 We already have Vitrage datasource that polls alarms from Aodh, and dwj is working on receiving notifications from Aodh. 08:29:31 We need to implement the other direction as well. First, we should write code in Aodh for custom alarms (that can be triggered by an external project like Vitrage) 08:29:39 Then, we should rewrite aodh notifier in Vitrage to generate these alarms in Aodh. 08:30:30 Hi all :) 08:32:17 I really want that for Ocata we'll extend the capabilities regarding templates along with a matching UI for creation of new templates via an editor(perhaps add some snippets for easy creation), saving them, editing them and making it more accessible to people to write new templates and change them 08:33:14 nbloom: I agree it will be a very big enhancement to Vitrage 08:34:41 other things we would like to do for Ocata are: handle alarms history, and for that we need to have a persistent graph database 08:34:52 also improve our multi tenancy solution 08:35:31 and fully support Doctor use case - we need to support Vitrage installation as part of OPNFV Apex installer 08:35:38 anything else that I missed? 08:37:07 We are starting to plan Vitrage history 08:37:51 Everybody is invited to contribute ideas / blueprints / code 08:38:08 danoffek: +1 08:38:22 any other issues before we end this meeting? 08:40:13 goodbye then 08:40:22 bye 08:40:48 #endmeeting