08:00:17 <ifat_afek> #startmeeting vitrage 08:00:18 <openstack> Meeting started Wed Feb 20 08:00:17 2019 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:19 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 08:00:22 <openstack> The meeting name has been set to 'vitrage' 08:00:25 <ifat_afek> Hi :-) 08:00:33 <eyalb1> \o/ 08:00:59 <nooryameen> hi 08:01:12 <e0ne> hi 08:02:27 <mnajjar> Hi 08:02:31 <ifat_afek> #topic Status and updates 08:02:37 <ifat_afek> The Stein feature freeze is in two weeks. Stein release dates: 08:02:43 <ifat_afek> Feature freeze: March 8 08:03:01 <ifat_afek> This is also the final release of client libraries (including python-vitrageclient) and requirements freeze 08:03:08 <ifat_afek> Stein first release candidate: March 22 08:03:13 <ifat_afek> Stein final release candidate: April 5 08:03:18 <ifat_afek> Stein release: April 12 08:03:32 <ifat_afek> I asked for new releases of all Vitrage deliverables, so I can add python-vitrageclient to Heat. It wasn’t approved yet. 08:03:36 <ifat_afek> #link https://review.openstack.org/#/c/637623/ 08:03:57 <ifat_afek> My updates: I’m back to working on adding VitrageTemplate resource to Heat 08:04:07 <ifat_afek> I’m about to update the spec, code and template examples later today 08:04:18 <ifat_afek> The new code will use Vitrage template with parameters, so it will be much more straight forward. 08:04:23 <ifat_afek> #link https://review.openstack.org/578786 08:04:27 <ifat_afek> #link https://review.openstack.org/584863 08:04:31 <ifat_afek> #link https://review.openstack.org/583217 08:04:35 <ifat_afek> #link https://review.openstack.org/583951 08:04:51 <ifat_afek> All of them are about the be updated. The spec is more or less updated already 08:05:00 <ifat_afek> That’s it for me 08:05:29 <e0ne> few items from me 08:05:37 <e0ne> #link https://review.openstack.org/#/c/634487/ 08:05:50 <e0ne> ^^ it's vitrage-dashboard integration tests 08:06:11 <e0ne> these tests verify that plugin works with the latest horizon 08:06:35 <e0ne> I proposed similar patches to few other plugins 08:07:05 <e0ne> we can extend tests in the future because I proposed only a very basic checks 08:07:24 <idan_hefetz> Nice! 08:07:32 <ifat_afek> e0ne: It looks great, such tests were missing 08:07:32 <e0ne> idan_hefetz: thanks 08:07:42 <e0ne> also, I finished a big part vitrage-tempest-plugin 08:07:51 <e0ne> #link https://review.openstack.org/#/q/project:openstack/vitrage-tempest-plugin+owner:%22Ivan+Kolodyazhny+%253Ce0ne%2540e0ne.info%253E%22+status:open 08:08:04 <e0ne> all patches are in one chain 08:08:23 <e0ne> there're tests results: #link https://review.openstack.org/#/c/612652/ 08:09:08 <e0ne> once they will be merged, I will be unblocked to work on DB migrations for vitrage 08:09:31 <ifat_afek> Great, thanks! 08:09:38 <e0ne> I didn't remove few vitrage usages from tempest plugin, so any help is welcome 08:10:23 <e0ne> according to react in horizon plugin - I've got working PoC and will share docs and the code later today 08:11:06 <e0ne> I think, that's all from me 08:11:17 <mnajjar> e0ne = O:3 08:11:18 <ifat_afek> e0ne: do you have a list of changes in the tempest plugin - what was done and what’s left to do? so if one of us has some free time, they can take one of the tasks 08:12:05 <e0ne> ifat_afek: just grep 'from vitrage.' in the plugin 08:12:18 <ifat_afek> Ok :-) 08:12:19 <e0ne> there are some things like 'from vitrage.graph import Vertex' 08:12:42 <e0ne> mnajjar: sorry, didn't get what you mean 08:13:43 <mnajjar> sory... it is an emoji of Angel 08:14:03 <e0ne> mnajjar: :) 08:14:18 <mnajjar> i mean that all is great 08:14:32 <mnajjar> my update: 08:15:12 <mnajjar> i didn't work on getting Kubernetes pods in Vitrage 08:15:48 <mnajjar> because of lack in env resources 08:16:15 <mnajjar> i hope to get back to it soon 08:16:29 <mnajjar> that's from my side 08:17:23 <nooryameen> for me i worked on displaying v3 template https://review.openstack.org/637521/ 08:18:05 <nooryameen> and for the react in horizon 08:18:43 <nooryameen> i currently Integrating the xstatic packages into Horizon 08:19:14 <nooryameen> that's all form me :) 08:20:03 <ifat_afek> nooryameen: we just thought of something… there is no way to add a template with parameters via the UI. Because it requires adding new input - the parameters. How complicated it is to add new input to the Add template dialog? 08:20:19 <ifat_afek> when I asked you to check several template types, I forgot about it :-( 08:21:00 <ifat_afek> It should be optional. Few templates have parameters, but most templates don’t have them 08:23:32 <nooryameen> i dont think it would be so difficult to add it to UI 08:23:47 <nooryameen> but i need to check it first 08:24:02 <ifat_afek> Ok, I’ll send you examples and how to use it, so you can check 08:24:04 <ifat_afek> Thanks! 08:24:16 <mnajjar> good to be optimistic :D 08:24:27 <ifat_afek> :-) 08:24:27 <idan_hefetz> After about two versions end messages were not used in datasources, i removed the relevant code. 08:24:33 <idan_hefetz> e0ne: That's why i wrote Rocky in the deprecation, it hasn't been supported for a while. 08:24:41 <idan_hefetz> #link https://review.openstack.org/#/c/637553/ 08:24:49 <idan_hefetz> Also, helping out with parameters in version 3: 08:24:59 <idan_hefetz> #link https://review.openstack.org/#/c/638097/ 08:25:16 <e0ne> idan_hefetz: I understand the reason, but it's confusing 08:25:56 <idan_hefetz> e0ne: Ok, i'll fix it 08:26:04 <e0ne> idan_hefetz: thanks 08:26:04 <idan_hefetz> That's me 08:26:29 <ifat_afek> Thanks. Anything else or we’re done? 08:28:18 <ifat_afek> Bye everyone :-) 08:28:25 <eyalb1> bye 08:28:26 <mnajjar> bye 08:28:50 <ifat_afek> #endmeeting