20:00:50 <redrobot> #startmeeting barbican 20:00:51 <openstack> Meeting started Mon Sep 19 20:00:50 2016 UTC and is due to finish in 60 minutes. The chair is redrobot. Information about MeetBot at http://wiki.debian.org/MeetBot. 20:00:52 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 20:00:54 <openstack> The meeting name has been set to 'barbican' 20:00:57 <redrobot> #topic Roll Call 20:01:45 * redrobot checks the time 20:01:46 <kfarr_> o/ 20:02:15 <dave-mccowan> o/ 20:02:23 <panatl> o/ 20:02:43 <mathiasb> o/ 20:02:53 <redrobot> not a whole lot of barbicaneers here today 20:03:02 <redrobot> no matter we'll still have an awesome meeting 20:03:20 <redrobot> as usual the agenda can be found here: 20:03:22 <redrobot> #link https://wiki.openstack.org/wiki/Meetings/Barbican 20:03:33 <redrobot> let's get started 20:03:41 <redrobot> #topic Newton RC1 Status 20:04:13 <redrobot> RC1 was released last week 20:04:14 <redrobot> #link http://lists.openstack.org/pipermail/openstack-dev/2016-September/103862.html 20:04:43 <redrobot> If we don't find any critical bugs, then this will end up being the Newton final release 20:04:54 <diazjf> o/ 20:05:09 <redrobot> Is anyone aware of any critical bugs thus far? 20:06:40 <redrobot> I'll take that as a no 20:07:07 <redrobot> well we still have this week and next to re-spin an RC if needed 20:07:20 <redrobot> so keep an eye out for any bugs that may require a new RC 20:07:27 <redrobot> also 20:07:34 <redrobot> #info barbican master is now tracking Ocata 20:07:58 <redrobot> ok, moving on 20:08:07 <redrobot> #topic Midcycle Action Item Review 20:08:26 <redrobot> #link https://etherpad.openstack.org/p/barbican-newton-midcycle-topics 20:08:27 <redrobot> whose topic is this? 20:08:35 <dave-mccowan> I added it 20:08:58 <dave-mccowan> I was looking at the midcycle notes to come up with ideas for summit topics and noticed a bunch of action items. 20:09:17 <dave-mccowan> i don't know if they have been completed or not. 20:09:33 <dave-mccowan> some doc items, some blog posts 20:10:34 * woodster_ stumbles in late 20:11:17 * redrobot looks at redrobot action items and realizes he's been slacking off 20:11:45 <redrobot> dave-mccowan I don't think much progress has been made on those :-\ 20:11:55 <redrobot> we did start the installation guide 20:12:06 <redrobot> but it still needs some work 20:13:35 <redrobot> dave-mccowan anything in particular you were interested in seeing, or just a general checking on status? 20:14:38 <dave-mccowan> just checking. we can keep it as a weekly item until complete or we decide not to them. 20:15:11 <redrobot> dave-mccowan sounds good to me 20:15:36 <redrobot> ok, moving on 20:15:42 <redrobot> #topic Barcelona Design Summit Topics 20:15:52 <redrobot> #link https://etherpad.openstack.org/p/barbican-ocata-design-summit 20:15:58 <redrobot> looks like the etherpad is starting to shape up 20:16:45 <redrobot> please take some time to add topics that you think may be worth discussing in Barcelona 20:17:14 <dave-mccowan> hopefully the attendee list will grow some more. anyone else planning on joining? (add name to attendee list) 20:17:34 <redrobot> I think kfarr_ said she's going for sure 20:18:06 <redrobot> and hopefully diazjf too, since he's supposed to be doing the hands-on tutorial with us 20:18:07 <kfarr_> oh yeah, thanks! Didn't see the attendee list 20:20:02 <redrobot> ok, moving on 20:20:09 <redrobot> #topic Ocata Blueprints 20:20:46 <redrobot> as I was mentioning earlier, the master branch is now tracking Ocata, so we should start thinking about ocata blueprints ahead of the summit 20:21:02 <redrobot> I've got one blueprint up for review already: 20:21:06 <redrobot> #link https://review.openstack.org/#/c/363945/ 20:21:34 <redrobot> the cliff's notes for the bp: a new deployer-only API to gather usage metrics from the system 20:23:12 <redrobot> I think it would be awesome if we can get it reviewed/approved soon instead of waiting until the summit 20:23:54 <redrobot> anyone else have blueprints submitted for Ocata? 20:24:00 <redrobot> or old blueprints that need to be moved ? 20:25:42 <redrobot> alrighty then, moving on 20:25:50 <redrobot> #topic Container Install with Kolla 20:25:57 <redrobot> dave-mccowan I'm guessing this one is yours? 20:26:12 <dave-mccowan> Kolla is an openstack installer that uses containers as a deployment tool. basically it builds docker containers out of openstack services (nova, cinder, keystone, ...) 20:26:43 <dave-mccowan> then it deploys those containers across a set of severs, then configures and starts the services. 20:27:06 <dave-mccowan> they added barbican during the Newton cycle as part of Kolla's missions to containerize all-the-things. 20:27:29 <dave-mccowan> but, they kept the default barbican config 20:27:40 <dave-mccowan> which is developer friendly, but not production ready. 20:28:22 <dave-mccowan> there are a couple bugs open to turn on authentication and configure a database backend 20:29:12 <dave-mccowan> if no one else wants to, i'll write the ansible to make the config updates, but i'd like to collaborate with you all on a good default config 20:29:32 <redrobot> I'm definitely interested in contributing, but it would have to be an after-hours affair for me 20:30:29 <redrobot> I've been tinkering with dockerizing barbican using softhsm as a backend 20:30:46 <dave-mccowan> does the in-progress installation guide have some tips for a production config? 20:31:13 <redrobot> by "production config" you mean something that doesn't use the simple_crypto plugin? 20:33:28 <dave-mccowan> not sure. we could brainstorm some ideas. i think it's tough to make something both secure and still turn-key. we can find a good compromise a think. 20:34:16 <dave-mccowan> one thing is to make it multinode compatible. it can't be local filesystem based, since kolla provides HA across multiple servers. 20:34:48 <redrobot> maybe worth having a session in Barcelona to discuss with the Kolla team 20:35:56 <dave-mccowan> it's the kolla users that are asking. kolla team is looking to us to recommend a config. 20:36:35 <dave-mccowan> but, yea... barcelona sounds good. i've got a placeholder on the etherpad already. 20:37:08 <redrobot> dave-mccowan cool deal 20:37:27 <redrobot> ok, moving on 20:37:31 <redrobot> #topic PTL Election 20:37:45 <redrobot> PTL self-nomination period is over 20:38:01 <redrobot> and our very own dave-mccowan is in the running 20:38:35 <redrobot> #link http://git.openstack.org/cgit/openstack/election/tree/candidates/ocata/Barbican 20:38:53 <redrobot> and since nobody else is running we won't be having a vote this week 20:39:05 <redrobot> so join me in congratulating our new Ocata PTL! 20:39:39 <redrobot> It's been a pleasure for me to serve as PTL for 2 years now, and I'm confident that dave-mccowan will do a much better job than I did ;) 20:39:57 <kfarr_> Congrats dave-mccowan! 20:40:10 <woodster_> Congrats Dave! 20:40:14 <kfarr_> redrobot, you did a great job :) 20:40:19 <redrobot> kfarr_ thanks! :D 20:40:40 <dave-mccowan> thanks! and thanks redrobot for your service! 20:40:51 <woodster_> redrobot: yep hard to believe 2 years already, went by fast 20:41:00 <redrobot> woodster_ no kidding! 20:41:26 <redrobot> so expect dave-mccowan to run this meeting next week, while I relax with a margarita 20:42:04 <dave-mccowan> 10-4. 20:42:38 <redrobot> ok, moving on 20:42:46 <redrobot> #topic Review Requests 20:42:46 <dave-mccowan> redrobot let me know if i need to do anything to finish Newton. 20:42:57 <redrobot> #link https://review.openstack.org/#/c/372060 20:42:57 <diazjf> congrats dave-mccowan! 20:43:11 <redrobot> ^^ not sure who added that reveiw to the agenda, but we should review it 20:43:32 <redrobot> anyone else have pending reviews that need some reviewing love? 20:44:36 <redrobot> I wonder if that bug may need an RC respin? 20:45:28 <panatl> i added that review 20:45:52 <panatl> we need to review that ... is related to Lbaas consumer change ... 20:46:10 <panatl> looks good me .. probably woodster_ can help :) 20:46:37 <woodster_> panatl: I'll take a look 20:46:44 <panatl> thank you woodstre_ :) 20:46:53 <panatl> woodster_ :) 20:50:26 <redrobot> ok, moving on 20:50:27 <redrobot> #topic Open Discussion 20:50:29 <redrobot> anything else we should talk about in the last 10 minutes of the meeting? 20:54:28 * woodster_ ...margaritas... 20:54:48 <redrobot> woodster_ haha, yeah, still margarita weather in SA 20:55:01 <redrobot> alrighty guys, thanks for coming! 20:55:07 <redrobot> #endmeeting