20:01:02 #startmeeting deb_packaging 20:01:03 Meeting started Mon Sep 19 20:01:02 2016 UTC and is due to finish in 60 minutes. The chair is zigo. Information about MeetBot at http://wiki.debian.org/MeetBot. 20:01:04 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 20:01:06 The meeting name has been set to 'deb_packaging' 20:01:25 #topic Current project status 20:01:44 Most of all services already built in b3 in OpenStack infra. 20:01:54 aodh, barbican, ceilometer, cinder, designate, glance, heat, keystone, manila, mistral, murano, nova, neutron, sahara, senlin, watcher, zaqar 20:01:59 All of them are already there. 20:02:08 I've even started doing a few rc1. 20:02:28 horizon is still in progress, I'm working on it. 20:03:03 what about swift ? 20:03:15 Remaining to do: 20:03:15 congress: needs to backport antlr3 in infra, this will require a lot of dependencies to be able to build because of antlr3 20:03:15 gnocchi (I didn't look) 20:03:15 horizon (see below) 20:03:15 ironic 20:03:15 magnum (needs to build k8sclient) 20:03:17 murano-agent 20:03:19 neutron-*aas plugins 20:03:21 networking-* plugins 20:03:24 trove (needs to wait until python-xmltodict 0.10.2 reaches Debian mirrors) 20:03:30 onovy: Yeah, what's the status for Swift? 20:03:45 zigo: done 20:03:54 the magnum job succeeded on the merge of tag 3.0.0 20:03:56 onovy: Good ! :) 20:03:58 ah sry, not 20:04:04 newton swift is uploaded 20:04:06 but not in infra 20:04:15 strigazi: Ah, great! :) 20:05:03 strigazi: I just validated it, so now you can propose some packaging enhancement if you'd like. 20:05:10 (after it merges, of course...) 20:05:24 onovy: Do you know how to make a patch to add it to infra? 20:05:31 zigo: no 20:05:33 onovy: Or do you want me to do it for you, maybe? 20:05:38 please :) 20:05:41 onovy: Ok, will do. 20:05:55 #action zigo to make a patch to add all stuff for deb-swift* in infra 20:06:19 onovy: You have to prepare all the /git/openstack/deb-* in Alioth though. 20:06:20 ok, I have a patch waiting to rebase. I'll see if we can add the creation of the magnum_domain in debconf 20:06:38 zigo: any manual for it? 20:06:57 onovy: The structure is only a debian/newton (no other branch), then the tip of master from upstream. 20:07:02 That's all there is to know. 20:07:07 And call them all deb-* 20:07:09 ok, i will prepare it 20:07:19 onovy: Let me know when done, and I'll make the infra patch. 20:07:24 ok 20:07:31 #actoin onovy to prepare the swift deb-* git repositories on Alioth 20:07:42 onovy: I think we should make you core as well. 20:07:46 tlbr: Do you agree ? 20:07:54 zigo, of course 20:07:57 :) 20:07:59 #action onovy to prepare the swift deb-* git repositories on Alioth 20:08:01 cool :) 20:08:18 #action zigo to propose onovy as core for packaging_deb 20:08:19 :) 20:08:32 onovy: Without core, you can push merge commits, so it's important. 20:08:41 *can't? 20:08:42 (you can't push tags as well, but that's fine...) 20:08:46 can't, right. 20:08:47 sorry 20:08:49 ok 20:09:25 As for the uploads to Debian experimental, I did so far only aodh (because first in alpha order... 20:09:37 And Keystone. 20:09:55 #topic Issue with taskflow and Py3 20:10:08 It looks like taskflow fails with Py3 in Sid. 20:10:12 I couldn't build it. 20:10:20 It built fine in Jessie in infra though. 20:10:29 Does any of you want to work on that? 20:10:41 It's to be dealt with harlowja IMO. 20:10:48 whatttt 20:10:51 He's by far the top commiter of taskflow. 20:11:05 sup 20:11:14 harlowja: It looks like taskflow fails to build in Sid with issues in Py3 tests. 20:11:19 any idea what failure? 20:11:29 Let me get my build log ... 20:11:32 cool 20:12:01 harlowja: http://paste.debian.net/829951/ 20:12:16 (if you don't run debian, ignore the cert error...) 20:12:34 can u get me a pip freeze 20:12:43 almost looks like a testtools or mock or something issue 20:13:35 hogepodge: Oh, maybe I didn't clean my env before building ... :/ 20:13:46 hogepodge: Sorry, wrong person. 20:13:49 :-P 20:13:52 harlowja: http://paste.openstack.org/show/581226/ 20:13:52 close 20:14:08 harlowja: I'll attempt to rebuild with a clean env, and let you know. 20:14:11 kk 20:14:13 also py3.4 20:14:15 which py3 20:14:18 ? 20:14:35 harlowja: 3.5 20:14:38 btw, since this seems to be a meeting, ping me after in #openstack-oslo if u want 20:14:44 don't want to take all your guys time 20:14:46 Will do, thanks. 20:14:52 np 20:14:58 3.5.1 is in sid 20:15:02 #topic Re-enabling unit tests that were disabled 20:15:14 #link end of https://etherpad.openstack.org/p/openstack-deb-packaging 20:15:52 We got to re-enable all of these tests that were temporarily disabled until all build-depends were available. 20:16:00 Does anyone have time for that? 20:16:24 It's trivial work, just uncomment in debian/rules and debian/control, and send the patch for review. 20:16:29 zigo, I can take a look once I finished with Horizon 20:16:37 tlbr: Ok. 20:16:56 #action tlbr to have a look once his finished with Horizon 20:17:12 #topic Horizon status 20:17:21 tlbr: How far are you in? 20:17:49 zigo, I'm on the way of pushing tv4 with removed non-free stuff 20:18:50 I had some chat with robcresswell, he says there's now almost full support for Django 1.10 there, so that's a good thing. The only thing that fails is the "manage.py compress", so functional tests aren't fully working yet, but it will be finished soon, he said. 20:18:57 cool! 20:19:03 tlbr: Is there some non-free stuff in the other one? 20:19:15 Angular-Schema-Form 20:19:29 Or is it good to go for an upload to Sid? 20:20:06 #action tlbr to finish his work on removing non-free files in libjs-tv4, then we're good with it 20:20:39 zigo, python-xstatic-angular-schema-form_0.8.13.0-1.dsc is ok 20:20:48 #link last horizon Django 1.10 patch under review https://review.openstack.org/357829 20:20:56 lintian show non of unfree stuff 20:21:00 *s 20:21:18 #action zigo to review tlbr package for xstatic-angular-schema-form 20:21:36 #topic Stackalytic status 20:21:43 tlbr: Any news from Ilya ? 20:21:54 I failed to try again to get in touch, sorry... :( 20:22:04 Newton release is taking all of my time. 20:22:32 zigo, I had a conversation with Ilya, as for now there is no easy fix for it. We will have a call tomorrow's afternoon 20:22:44 Good. 20:23:00 Anyway we should fine a workaround for it. 20:23:04 *find 20:23:20 #action tlbr to have a call with Ilya about how to fix Stackalytics, workaround should be possible 20:23:47 #topic Tempest testing with packages on infra 20:24:02 So, I have my scripts that worked until Newton b2. 20:24:12 Now, the question is: will it work on infra 20:24:44 mordred: clarkb: fungi: Any of you around? 20:24:46 what might go wrong ? 20:25:33 tlbr: During the setup, the script is building a bridge, and that bridge is normally facing the public internet. 20:26:05 With such a setup, if the different cloud running OpenStack infra have a mac filter, then no network packet will go through. 20:26:27 tlbr: Do you know if we could run a different kind of setup? 20:26:49 Also, I'm not sure if 8GB is enough. 20:27:09 The other possibility would be to continue validating with real hardware, as I used to do with Jenkins. 20:27:13 zigo, you mean another way to deploy openstack ? 20:27:17 But that's kind of cluky... 20:27:21 tlbr: Yup. 20:27:51 with devstack may be 20:28:01 tlbr: The point is to test packages ... 20:28:17 The jenkins solution isn't good as well because we wouldn't be able to use it as a gate / check in other jobs. 20:28:30 Anyway, maybe postpone that for next week? 20:28:52 #topic Barcelona summit 20:29:08 Who's attending? 20:29:14 onovy: strigazi: Are you comming? 20:29:24 * onovy 20:29:40 yeap 20:29:51 It looks like my company isn't willing to pay for my trip, but I'll go anyway. 20:30:04 huh 20:30:24 It's *very* cheap to fligh (100 EUR), I just need to find a place to stay. 20:30:39 I may ask a friend ... :P 20:31:13 tlbr: onovy: strigazi: Anything you'd like to see on the agenda? 20:31:33 no 20:31:47 We still have a month to think about it... 20:31:49 zigo, i guess i have no questions for now 20:32:06 Ok, let's all think about it then! :) 20:32:07 I'll think of it 20:32:18 * onovy too 20:32:34 #action everyone to think about the agenda for Barcelona Summit, and we'll discuss it next week. 20:32:44 #topic open discussion 20:32:53 Anything else? 20:33:43 I think we're good then... 20:34:21 #endmeeting