00:01:32 #startmeeting CongressTeamMeeting 00:01:33 Meeting started Thu Jul 14 00:01:32 2016 UTC and is due to finish in 60 minutes. The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot. 00:01:34 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 00:01:37 The meeting name has been set to 'congressteammeeting' 00:01:50 hello everyone 00:01:50 hi 00:01:53 hi 00:02:01 hi 00:02:20 Hi all 00:02:25 Agenda for today… 00:02:29 1. Newton 2 00:02:37 2. Barcelona talks 00:02:39 3. Status 00:02:42 Anything else? 00:03:29 gating issue. 00:04:12 ok 00:04:26 One other thing.. using Reno for release notes 00:04:30 4. Gating 00:04:35 5. Reno 00:04:42 Let's knock a couple of these out quick... 00:04:45 #topic Newton 2 00:04:52 Newton 2 is this week. 00:05:03 I pushed the changes necessary for the release, updated launchpad, etc. 00:05:17 So that should be mainly done, except for getting the patches merged 00:05:45 Newton 3 is the end of August 00:05:50 So about 6-7 weeks 00:06:07 We released both the server and the client. 00:06:09 Questions? 00:06:32 #topic Barcelona 00:06:57 A reminder that today in about 4 hours is your last chance to submit a talk for the summit 00:07:14 Questions, comments? 00:07:34 are there client changes we’re looking to make in N? 00:07:48 ekcs: nothing specific that I know of 00:08:07 ok. 00:08:18 Except perhaps for masahito's change where datasource config will be updatable 00:08:35 Are you still planning on that, masahito? 00:09:49 on client side? 00:09:57 Yep 00:10:34 If you're adding API calls to the server, I assume we're adding client-side commands to match 00:10:53 I'm not sure how we need to change client codes now, I'll check it by next meeting. 00:11:18 I'd imagine we'd want people to be about to write something like... 00:11:26 s/how/how much/ 00:11:30 openstack congress datasource config update … 00:12:11 ekcs: you were asking because clients get frozen before the servers, right? 00:12:20 so we'd need to get those changes in earlier 00:12:23 ok 00:12:26 right. 00:13:04 masahito: that's something to be aware of—both the API and the client changes need to merged earlier than the server changes 00:13:57 Moving on… 00:14:02 #topic Reno 00:14:38 There's a new tool out (Reno) that's supposed to help us write release notes at we make the code changes 00:15:08 So the idea is that when you make a change that should have a release note, you include in your change a file that describes the release note 00:15:26 Then the release notes are automatically generated for the release 00:15:35 At least, that's what I understand. 00:15:41 Here's a thread on the ML about it. 00:15:41 http://lists.openstack.org/pipermail/openstack-dev/2016-June/098335.html 00:16:22 The way it works is that we add a tox target that we run manually whenever we want to add one of these files to a commit 00:16:50 and the tox target generates a file that we edit and include in our change. 00:16:56 Then we send our change to gerrit as usual 00:17:40 It's something to look into 00:18:05 That's all I have on that topic. Anyone else? 00:19:29 #topic Gating 00:19:40 Haven't checked recently. What's going on with the gate 00:19:44 ? 00:20:03 really quick thing. gate-congress-new-arch-devstack timeouts a lot. 00:20:10 anyone know how to increase the time limit? 00:20:15 #link https://bugs.launchpad.net/congress/+bug/1599991 00:20:15 Launchpad bug 1599991 in congress "tempest test timeouts" [Medium,New] 00:21:15 ramineni: not off the top of my head. do you know? 00:21:22 can comment on the bug later if we want to move on to saev time. 00:21:29 no .. i have to check 00:21:50 timeout on executing Tempest, right? 00:21:55 right. 00:22:44 When I check dse2 I hit this. 00:22:49 #link https://bugs.launchpad.net/congress/+bug/1600171 00:22:49 Launchpad bug 1600171 in congress "Some API takes a long time before returning 404" [Low,New] 00:23:12 It could cause the timeout issue. 00:23:53 interesting. good to know. 00:24:28 I think we can move on. 00:24:35 ramineni: do you know if we're making calls to non-existent nodes in the tempest tests? 00:25:10 thinrichs: no, i dont think so .. 00:25:11 we’re definitely checking for datasources that don’t yet exist in the HA test. 00:25:29 but that’s not the same thing. 00:25:48 ekcs: right, that could also take time.. ill have a look 00:25:48 Good to keep that in mind 00:26:44 thanks ramineni 00:26:48 moving on... 00:26:52 #topic Status 00:27:03 ekcs: want to give us a status update? 00:27:21 I added the HA tasks to launchpad. 00:27:22 #link https://blueprints.launchpad.net/congress/+spec/high-availability-design 00:27:23 #link https://bugs.launchpad.net/congress/+bugs?field.tag=haht 00:27:29 submitted patch allowing ExecutionDriver to handle exec requests from replicated PEs. #link https://review.openstack.org/#/c/339965/ 00:27:36 Also digging and asking around to see if there is a way to (at least partially) automate the identification of blocking calls in Python code. 00:27:36 Similar to what I did manually here: #link https://review.openstack.org/#/c/335721/ 00:27:37 Ideally, all new code could be annotated automatically to help us identify thread-safety issues in review. It can easily happen that I change a method A (say add an rpc call), which introduces blocking calls into a bunch of things that use method A through many layers of calls. 00:27:39 That’s all from me. 00:29:19 Looks like you and masahito have been digging into that ExecutionDriver patch. Anything to discuss? 00:30:48 I think we’re mostly on the same page. Anything you want to discuss, masahito ? 00:31:23 Nothing to discuss for the patch. 00:32:19 I'll quick review latest patch after this meeting. 00:32:46 ekcs: it'd be cool to auto-identify new blocking issues 00:33:03 let us know what you find. 00:33:22 thinrichs: ok. it’s theoretically not hard, but I don’t know if there is a good existing tool. 00:33:45 As reviewers we should all be especially careful with API changes, since that seems to be the most obvious place for those 00:34:20 masahito: want to do a status update? 00:34:28 ok 00:34:50 starting to pick up HAHT stuff. 00:35:01 #link https://bugs.launchpad.net/congress/+bug/1600011 00:35:01 Launchpad bug 1600011 in congress "HAHT - API routing to support replicated PE" [High,New] - Assigned to Masahito Muroi (muroi-masahito) 00:35:13 and checked datasource manager dependency. 00:35:29 #link https://review.openstack.org/#/c/339385/ 00:35:39 #link https://review.openstack.org/#/c/339386/1 00:36:10 I noticed we already get rid of datasource manager in dse2 00:36:44 b/c the tempest test in second patch succeed. 00:36:50 that't from my side. 00:36:54 Yep—datasource mgr functionality is part of dsenode now 00:37:21 masahito: would you be interested in picking up this piece? since you’re most experienced with Pacemaker. 00:37:27 #link https://bugs.launchpad.net/congress/+bug/1602853 00:37:27 Launchpad bug 1602853 in congress "HAHT - Resource agents for Pacemaker integration" [High,New] 00:37:44 possibly instead of the API routing. 00:38:50 no problem 00:39:20 awesomeness 00:39:39 ekcs: are there other pieces of HAT you're looking to offload? 00:39:41 Which do we prefer to documenting or implement a custom resource agent? 00:40:23 I think either would work fine? But i’d defer to you on that. 00:41:50 I think documenting is simpler for user who is not familir with Congress, so I start from documenting. 00:41:50 aimeeu: want to do a status update? 00:41:59 sure 00:42:17 I was out a few days last week and pulled onto other things Monday/Tuesday, but today I was finally able to stack successfully -- played around with congress CLI and REST API -- and started looking at this API bug 00:42:18 #link https://bugs.launchpad.net/congress/+bug/1597243. 00:42:18 Launchpad bug 1597243 in congress "Policy Detail API returns 500 status codes in dse2" [Undecided,In progress] - Assigned to Aimee Ukasick (aimeeu) 00:42:28 I also ran into trouble with the Policy dashboard in Horizon and after talking to thinrichs, opened this bug: #link https://bugs.launchpad.net/congress/+bug/1602837 00:42:28 Launchpad bug 1602837 in congress "Policy UI (Horizon): Unable to get policies list (devstack)" [Undecided,New] 00:42:43 ramineni: since you've done some work on the horizon plugin, do you have any idea why the error is happening? I'm happy to work on the bug and would appreciate any suggestions. 00:43:16 aimeeu: you are using devstack? 00:43:24 ramineni: yes 00:44:16 ramineni: if you have time to take a quick look and add to the bug report if you have any ideas, I'd appreciate it 00:44:19 aimeeu: i think the problem is authentication with keystone v3 , need some changes in horizon code 00:44:53 i thought f submitting patch before 00:45:35 ramineni: I'll add your comment to the bug report, and assign the bug to myself. Thanks! 00:45:48 that's all from me 00:46:04 sure, you can check the authentication part in horizon code, that should support v3 00:47:05 let me know if you need any help 00:47:17 will do - thanks! 00:47:52 aimeeu: we should definitely get our Horizon interface working before Newton3, so it'd be fantastic if you could make that happen! 00:48:17 ramineni: want to give a status update? 00:48:35 thinrichs: OK, I'll start work on that bug tomorrow. 00:49:10 i have submitted the initial design for synchronizr, i tried to minimize the depedency between both as discussed 00:49:30 i will incorporate comments today 00:49:56 thats it from my side 00:50:42 It seems that our consistency model for HA will rely heavily on the synchronizer, so it'll be good to get that in place 00:51:19 Here's my status update… 00:52:01 I've been experimenting with setting distributed_arch to True by default and ripping out all the old dse code. 00:52:25 The code change is pretty much done. 00:52:49 Now I'm looking at deleting the old tests and replacing them with tests from tests2 00:53:01 No major hurdles yet. 00:53:13 great! 00:53:34 great! 00:54:04 We did a really nice job of making this pretty easy, at least in terms of the code changes. 00:54:14 Tests aren't quite so nice, but those are hard to deal with anyway 00:54:34 That's it from me 00:54:52 5 minutes left. 00:54:55 #topic open discussion 00:54:57 thinrichs: on HA tasks (your earlier question), anything unassigned, people are welcome to pick up. My plan is to leave most things unassigned and assign them to myself as I finish previous tasks. but the places I most need others’ expertise would be the resource agent part we just talked about and the tempests parts. 00:54:59 #link https://bugs.launchpad.net/congress/+bug/1600021 00:54:59 Launchpad bug 1600021 in congress "HAHT - tempest tests, basic" [Medium,New] 00:55:00 #link https://bugs.launchpad.net/congress/+bug/1600019 00:55:01 Launchpad bug 1600019 in congress "HAHT - tempest tests, failures" [Medium,New] 00:55:01 And to a lesser extent push data persistence (sqlalchemy experience) 00:55:02 #link https://bugs.launchpad.net/congress/+bug/1600015 00:55:02 Launchpad bug 1600015 in congress "HAHT - push data persistence" [Medium,New] 00:56:45 ekcs: ill check how much we can test in tempest part 00:57:12 ekcs: we need first synchronizer in place for this, i will check it up once that is done 00:57:22 yup. thanks! 00:58:01 ekcs: That list of bugs is great! They're the High priority ones, right? 00:58:03 once I push RA stuff, I'll take push data one. 00:58:49 I'll try to pick something up after I rip out dse 00:59:12 thinrichs: which list of bugs? the list includes bugs at diff priotities. 00:59:14 thanks guys. 01:00:03 Times up for this week. Thanks all! 01:04:34 #endmeeting