18:00:23 <sarob> #startmeeting akanda
18:00:24 <openstack> Meeting started Mon Aug 24 18:00:23 2015 UTC and is due to finish in 60 minutes.  The chair is sarob. Information about MeetBot at http://wiki.debian.org/MeetBot.
18:00:26 <openstack> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
18:00:28 <openstack> The meeting name has been set to 'akanda'
18:00:33 <sarob> hello hello
18:00:48 <adam_g> o/
18:00:55 <puranamr> o/
18:01:00 <sarob> agenda can be found here
18:01:03 <sarob> #link https://wiki.openstack.org/wiki/Meetings/akanda#Agenda
18:01:33 <markmcclain> o/
18:02:49 <sarob> lets start
18:03:04 <sarob> #topic outstanding actions
18:03:10 <davidlenwell> o/
18:03:21 <sarob> #info tag liberty milestone 2, remove liberty milestone 3, start liberty rc1
18:03:34 <sarob> tags are done
18:03:40 <sarob> lm3 is out
18:04:21 <sarob> i need to merge the updated pbr version before i cut rc1
18:04:41 <sarob> https://review.openstack.org/197790
18:04:49 <sarob> https://review.openstack.org/215950
18:04:58 <sarob> https://review.openstack.org/197791
18:05:46 <sarob> almost there
18:06:06 <sarob> cool
18:06:12 <sarob> thx markmcclain
18:06:37 <sarob> ill cut the tarballs and such right after the meeting
18:06:39 <markmcclain> sorry.. I had the tabs open but had not scored them
18:06:52 <davidlenwell> hey sarob.. if you add akanda-core to all the stuff you want eyes on it ads all of us to the review list and then they will show up in everyones review queue
18:07:20 <sarob> true, will do in future
18:08:26 <sarob> #info bug https://launchpad.net/bugs/1481463
18:08:26 <openstack> Launchpad bug 1481463 in akanda "cant delete akanda ports" [High,Fix committed] - Assigned to Adam Gandelman (gandelman-a)
18:08:42 <sarob> its merged as well, so action complete
18:08:55 <sarob> i believe that is all actions from the last meeting
18:09:03 <sarob> outstanding
18:09:24 <sarob> #topic critical bugs
18:09:50 <sarob> https://bugs.launchpad.net/akanda/+bug/1470673
18:09:50 <openstack> Launchpad bug 1470673 in akanda "pbr version numbering doesn't match semantic versioning" [Critical,In progress] - Assigned to Sean Roberts (sarob)
18:09:59 <sarob> https://bugs.launchpad.net/akanda/+bug/1481877
18:09:59 <openstack> Launchpad bug 1481877 in akanda "stable/juno branches are versioned incorrectly" [Critical,New] - Assigned to Sean Roberts (sarob)
18:10:29 <sarob> first is solved from the semver patches
18:11:10 <sarob> second is a bit of cleanup i will verify is complete
18:11:24 <sarob> part of it was overlapping from the semver bug
18:12:09 <sarob> adam_g: this was the bug you reported, sound right?
18:13:53 <sarob> we will come back to this
18:13:55 <sarob> moving on
18:14:06 <sarob> #topic progress on liberty rc1 bp
18:14:20 <sarob> #link https://launchpad.net/akanda/+milestone/liberty-rc1
18:15:25 <sarob> #info appliance provisioning driver
18:15:28 <sarob> davidlenwell: update on https://blueprints.launchpad.net/akanda/+spec/appliance-provisioning-driver
18:16:16 <davidlenwell> have several patches in flight that address this blueprint.. anticipate landing most of them over the next 10 days or so depending on review feedback.
18:16:19 <adam_g> sorry, my power went out. just got back online via tether
18:17:21 <adam_g> sarob, https://bugs.launchpad.net/akanda/+bug/1481877 is separate from the semver stuff on master. stable/juno is versioned as kilo
18:17:21 <openstack> Launchpad bug 1481877 in akanda "stable/juno branches are versioned incorrectly" [Critical,New] - Assigned to Sean Roberts (sarob)
18:18:12 <sarob> ah, right of course
18:18:20 <sarob> I will push those patches today
18:18:43 <sarob> i was reading the last paragraph first
18:19:02 <sarob> davidlenwell: sorry about that
18:20:47 <sarob> davidlenwell: what work is remaining so you are ready to merge
18:21:22 <davidlenwell> still have to add patches that integrate the driver into the worker and abstracts much of instance_manager
18:21:28 <davidlenwell> and tests tests tests
18:23:06 <sarob> davidlenwell: is that broken out in the spec yet?
18:23:16 <davidlenwell> yes
18:23:35 <sarob> populate.py section
18:24:01 <davidlenwell> its part of making the rouer driver
18:24:11 <davidlenwell> not related to populte
18:27:15 <sarob> so router.py creates workers and populate.py connects them
18:27:41 <davidlenwell> no.. not at all
18:27:52 <sarob> explain then please
18:29:47 <davidlenwell> I'm not sure this is the right time/place to explain the underlying architecture of our code.. but a router in this context could refer to the logicial resource in neutron.. or you could be reffering to the chunk of code that is to abstract all the router configuration and life cycle that is not shared behaviors with other types of services we want to manage the life cycle of.
18:30:13 <markmcclain> I think we can kick this around in #akanda when we're done with the meeting
18:30:19 <davidlenwell> populate currently is built to restore state when the rug comes on
18:30:53 <sarob> got it
18:31:05 <davidlenwell> the reason I have to touch it for drivers is that we'll want to populate workers with routers, lb's , etc
18:31:18 <sarob> got it
18:32:15 <sarob> lets dig your code more on the #akanda channell as markmcclain suggests after the meeting
18:32:23 <davidlenwell> sure
18:33:00 <sarob> #info lbaasv2 support
18:33:04 <sarob> https://blueprints.launchpad.net/akanda/+spec/lbaas-v2-support
18:33:16 <davidlenwell> blocked on the previous topic
18:33:18 <sarob> its blocked on the appliance provisioning driver
18:33:24 <sarob> right, for the log
18:33:36 <sarob> davidlenwell: anything else?
18:33:51 <davidlenwell> nope
18:33:56 <sarob> #info rug scaling
18:34:11 <sarob> adam_g: update on https://blueprints.launchpad.net/akanda/+spec/rug-scaling
18:34:14 <adam_g> stack of patches still up review for that
18:34:51 <sarob> those 4-5 patches should complete this bp
18:34:59 <adam_g> yup
18:35:03 <sarob> given no more work pops off the reviews
18:36:27 <sarob> #info nodepool support
18:36:33 <sarob> update on https://blueprints.launchpad.net/akanda/+spec/nodepool-support
18:37:39 <adam_g> i hope to get cracking on that one this week or next
18:37:42 <sarob> adam_g: ^
18:37:50 <adam_g> theres a spec up that could use some eyes
18:37:55 <sarob> awesome
18:38:37 <sarob> any community feedback on using tooz?
18:38:56 <adam_g> sarob, what do you mean?
18:40:01 <sarob> like has anyone else noticed we are planning on using tooz
18:40:32 <sarob> and given positive feedback on project reuse or anything like that
18:41:29 <adam_g> sarob, no, not that i know of
18:41:57 <sarob> okay no problem, not that we need to go fishing for it
18:42:04 <sarob> just wondering
18:42:15 <sarob> adam_g: anything else?
18:43:35 <adam_g> nothin from me
18:43:52 <adam_g> sorry, im wicked lagged tethering through my phone atm
18:43:58 <sarob> no prob
18:44:02 <sarob> #info doc updates
18:44:18 <sarob> update on https://blueprints.launchpad.net/akanda/+spec/liberty-doc-updates
18:44:42 <sarob> i have been doing random cleanup
18:44:55 <sarob> rather following the spec
18:45:14 <sarob> im going to start on the what is akanda section this week
18:45:54 <sarob> i should be able to get that completed pretty quickly
18:45:59 <puranamr> sarob: i have started adding some docstrings, i could continue as cycles permit
18:46:14 <sarob> the other sections will come over sept
18:46:20 <sarob> puranamr: thanx!
18:46:30 <sarob> thats all for rc1 bp updates
18:46:42 <sarob> #topic any other business
18:47:16 <sarob> smcginnis: are you around?
18:48:12 <sarob> smcginnis has started giving reviews and submitting patches
18:48:45 <sarob> smcginnis: i wanted to say thanks
18:49:09 <sarob> anyone else for any other biz?
18:49:50 <markmcclain> nothing from me
18:51:13 <adam_g> nope
18:51:29 <puranamr> nothing from me too
18:51:44 <sarob> so lets break a bit early
18:51:46 <sarob> cheers!
18:51:52 <sarob> #endmeeting