15:00:41 <rhochmuth> #startmeeting monasca 15:00:45 <rhochmuth> o/ 15:00:52 <openstack> Meeting started Wed Mar 22 15:00:41 2017 UTC and is due to finish in 60 minutes. The chair is rhochmuth. Information about MeetBot at http://wiki.debian.org/MeetBot. 15:00:53 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 15:00:55 <openstack> The meeting name has been set to 'monasca' 15:00:57 <bklei> o/ 15:01:01 <rhochmuth> https://etherpad.openstack.org/p/monasca-team-meeting-agenda 15:01:01 <koji> o/ 15:01:02 <rbak> o/ 15:01:10 <shinya_kwbt> o/ 15:01:17 <rhochmuth> hi everyone 15:01:33 <rhochmuth> i hope you met last week, but i was out on spring break 15:01:41 <rhochmuth> hopefully, that didn't create a problem 15:01:41 <hosanai> o/ 15:01:54 <dhague> o/ 15:02:04 <rhochmuth> i don't see an agenda for this week 15:02:11 <rhochmuth> it is the agenda from last week 15:02:21 <rhochmuth> was that cover last week or should we cover this week? 15:03:33 <bklei> not sure -- i was out too 15:03:57 <sc> what was in agenda was covered 15:04:08 <rhochmuth> thanks sc 15:04:14 <dhague> I added some reviews for this week to get us started.. 15:04:17 <rhochmuth> so did the transition occur to storyboard 15:04:36 <rhochmuth> it is listed as march 20th 15:04:38 <sc> as far as I know, yes. I see my bug was migrated 15:04:51 <rhochmuth> thanks sc 15:04:57 <rhochmuth> very cool 15:05:14 <rhochmuth> what was the decision on cassandra? 15:05:40 <rhochmuth> and i saw an email from yuan 15:05:45 <sc> it may be all of us need to take a look at the tutorial that was sent on the list. Storyboard is really different from ubuntu tool 15:05:59 <dhague> Storyboard link, in case anyone wants it: https://storyboard.openstack.org/#!/project/list?q=monasca 15:06:55 <rhochmuth> thx dhague 15:07:14 <sc> what about adding the link to storyboard into #openstack-monasca topic? 15:08:12 <rhochmuth> the irc channel 15:09:08 <rhochmuth> ok, i'll start looking at storyboard 15:09:19 <rhochmuth> how about the cassandra topic? 15:09:24 <rhochmuth> was that discussed last week 15:09:32 <rhochmuth> i guess i should have looked at the minutes 15:10:10 <rhochmuth> #topic https://review.openstack.org/#/c/446514/ 15:11:01 <rhochmuth> dhague: i'll review that one 15:11:07 <rhochmuth> seems like a good fix 15:11:26 <dhague> I found that with a Vagrant devstack install, the Influxdb schema uses a URL with 127.0.0.1 in it, so 127.0.0.1 needed adding to no_proxy 15:11:55 <sc> dhague: I tried and having 127.0.0.1 twice does not hurt 15:12:01 <dhague> thanks, rhochmuth 15:12:04 <rhochmuth> thanks 15:12:09 <rhochmuth> #topic https://review.openstack.org/#/c/446599/ 15:12:30 <dhague> same scenario - the Apache URL was fixed, and very slow for me 15:12:44 <dhague> this makes it look up the nearest mirror, so it's faster & more efficient 15:13:00 <rhochmuth> thanks, i'll also review and merge 15:13:05 <rhochmuth> seems like a good fix 15:13:11 <rhochmuth> this has given me problems in the past too 15:13:24 <rhochmuth> i'll need to get a devstack build done tonight 15:13:40 <dhague> cool 15:13:43 <rhochmuth> but, i'm assuming this will work and i can merge 15:13:52 <dhague> works on my machine (TM) 15:14:21 <rhochmuth> #topic https://review.openstack.org/#/c/447439/ 15:14:24 <sc> worked on my, yesterday night ;-) 15:14:36 <rhochmuth> thx sc 15:14:45 <dhague> OK, so this one expands on the caching already there from vagrant-cachier 15:15:12 <dhague> cachier only caches the apt-get stuff (debs etc), this patch adds caching for python lib, npm, nvm, maven 15:15:16 <rhochmuth> does this improve re-deploy time 15:15:21 <dhague> so that less of the internet needs to be downloaded each time 15:15:41 <dhague> for me it's now in the 20-minute range instead of 1 hr + 15:15:54 <dhague> so yes, it does 15:16:07 <rhochmuth> wow 15:16:11 <rhochmuth> that is significant 15:16:23 <dhague> the openstack stuff is never cached, so you;re always using the latest openstack code, with compatible libraries 15:16:24 <rhochmuth> i think it normally takes me around 20 minutes 15:16:26 <sc> I cannot test this as far as I don't fix Vagrant to KVM problems 15:16:41 <rhochmuth> i'll also test this on tonight 15:16:44 <rhochmuth> or today 15:16:53 <rhochmuth> and merge if all works for me 15:17:01 <rhochmuth> looks like another good enhancement 15:17:18 <dhague> you'll notice the difference on a second vagrant up, after an up & destroy cycle 15:18:34 <rhochmuth> #topic https://review.openstack.org/#/c/447440/ 15:18:37 <rhochmuth> last one 15:18:42 <dhague> this one is more cosmetic 15:19:21 <rhochmuth> ok, so i'll test all your reviews tonight dhague 15:19:27 <dhague> but I noticed when the "pip install numpy" and "pip install monascaclient" were run, pip was not actually installed at that point 15:19:32 <rhochmuth> and if all goes well, should be merged 15:19:40 <dhague> great, thanks 15:20:01 <rhochmuth> i had installed numpy for some analysis that i was always doing 15:20:08 <rhochmuth> i'm fine with removing it now 15:20:22 <rhochmuth> i can always install independently if i need it again 15:20:32 <rhochmuth> but i haven't used numpy in devstack in a long time 15:21:11 <dhague> main thing is to add it after stack.sh is run, or put it in plugin.sh somewhere I guess 15:21:25 <dhague> but yeah, it's not needed right now 15:21:34 <rhochmuth> i'm fine removing it 15:21:50 <dhague> cool 15:21:58 <rhochmuth> i expect i'll get all your reviews merged tonight/soon 15:22:08 <rhochmuth> thanks for all the improvements 15:22:18 <rhochmuth> i'm interested to see how much faster it will be 15:22:22 <dhague> pleasure: means I can start actually developnig now :-) 15:22:51 <rhochmuth> so, we have covered your lists dhague 15:22:59 <rhochmuth> should we review others 15:23:03 <rhochmuth> there is the list from last week 15:23:10 <rhochmuth> i can work my way through that off-line 15:24:57 <jobrs> I have quite a few pending reviews 15:25:07 <jobrs> templates, statsd, jmx 15:25:25 <rhochmuth> jobrs: yes, understand 15:25:30 <rhochmuth> will start working through that 15:25:36 <rhochmuth> saw your email last night 15:25:47 <rhochmuth> i don't see any problem meeting the time-frame 15:25:55 <rhochmuth> in fact, i would like to get through this much sooner 15:27:24 <jobrs> good news 15:27:24 <rhochmuth> i'll also discuss with michael getting some attention on those reviews 15:27:56 <jobrs> thanks 15:28:01 <rhochmuth> welcom 15:28:06 <rhochmuth> sorry about the delay 15:28:17 <rhochmuth> but things have been a bit crazy lately 15:28:21 <jobrs> np 15:28:36 <rhochmuth> hoping to get a little more review time 15:29:36 <rhochmuth> so, are there other reviews we want to look at 15:29:59 <rhochmuth> there is a long list from lst week 15:30:05 <rhochmuth> that i'll also work through off-line 15:30:37 <sc> why in the devstack plugin we don't switch to install_package? If I understand correctly using it we will be able to run devstack on CentOS and the like 15:31:55 <rhochmuth> i'm not familiar with install_package 15:32:12 <rhochmuth> but if that is a better way to install packages, i'm all for moving to it 15:33:01 <sc> I'll try, I was curious to try devstack on RPM based distro 15:33:25 <rhochmuth> thanks sc 15:33:42 <rhochmuth> i think it was just an awareness issue on our part 15:33:53 <rhochmuth> all for using newer/better tools 15:36:24 <rhochmuth> i believe that this reivew, https://review.openstack.org/#/c/434537/, is nearing completion too 15:36:33 <rhochmuth> it is probably ready from getting some eyes on it 15:37:06 <rhochmuth> as well as the related reviews regarding alarm silencing, inhibition and grouping 15:38:03 <rhochmuth> ok, so i think we are done for today's meeting 15:38:10 <rhochmuth> unless someone has more topics 15:38:18 <rhochmuth> there are lot's of reviews in the funnel 15:38:35 <rhochmuth> that seems like the area we could use the most help at this point 15:38:52 <rhochmuth> going to close the meeting down then 15:38:54 <rhochmuth> thanks everyone 15:39:01 <dhague> thanks, rhochmuth 15:39:21 <rhochmuth> #endmeeting