19:00:53 #startmeeting 19:00:54 Meeting started Tue Jul 31 19:00:53 2012 UTC. The chair is mtaylor. Information about MeetBot at http://wiki.debian.org/MeetBot. 19:00:55 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 19:01:06 anybody interested in CI? 19:01:15 #topic horizon 19:01:20 Cuddling Iquanas? 19:01:33 what is an Iquana? 19:01:42 same as an Iguana, but more exotic 19:01:46 neat 19:02:15 * mtaylor forward-proposes the openstack I relase to be named Iquana, invoking the bcwaldon rule 19:02:32 ok. so - gabrielhurley did you get a chance to read the email I sent this morning? 19:02:41 mtaylor: I did 19:02:53 andI was thinking similarly about using selenium tests to ensure some of that stuff 19:02:54 gabrielhurley: excellent. that means less typing now 19:03:00 perfect! 19:03:43 it is a bit of a catch-22 though, where we need to test against the future changes but also against the current pip-requires lists... 19:04:14 it is. I think the key is to make sure that changes don't go in that _can't_ work with released libs 19:04:32 if the client libs start ganking with existing apis too much it'll screw all the other projects too anyway 19:05:00 yeah, it just happened to be that we (Horizon) hit it first 19:05:06 it's definitely not a horizon-only problem 19:05:06 and then, if someone is adding a new api call/feature to a client lib that you desperately need in horizon ... 19:05:09 they need to cut a release 19:05:13 yep 19:05:23 Brian Waldon is pushing a new glanceclient release today 19:05:39 do you think there would be any value in running selenium tests against the devstack install too? 19:05:39 gabrielhurley: he already did it, and it's on pypi! 0.2.0 19:05:49 jeblair: nice 19:05:59 mtaylor: definitely value in that 19:06:26 gabrielhurley: k. I'll put that on the list of things for clarkb to think about 19:06:59 mtaylor: one further question for clarkb to think about -- can it be incorporated into tempest, or does that make no sense. 19:07:08 + 19:07:10 ++ 19:07:12 that is 19:07:31 clarkb: this is what happens when you go to lunch instead of this meeting - you get assigned things 19:07:48 gabrielhurley: cool. so I think we're set for now, until we think of something else 19:08:32 sounds good. we'll give it a try and revise as needed 19:08:45 awesome 19:09:01 #topic PTL's + client lib releases 19:09:38 jeblair: so - bcwaldon made a releaes because I explicitly added him to the acls for that project a few weeks ago, which is obviously the wrong way to do things 19:10:12 I believe the ML decision was to add $project-drivers to python-${projet}client with tagging acls, yeah? 19:10:52 so I think we can get that done - BUT - it brings up a thought... 19:11:05 mtaylor: that makes sense to me 19:11:05 should we manage the project ACL files int eh config branches with puppet? 19:11:35 mtaylor: neat idea. 19:11:49 jeblair: I was thinking about it when I was making the "create a project" additions 19:11:56 since the acls part is the most annoying part 19:12:18 * mtaylor assigns clarkb to think about that when he gets back 19:12:30 #action clarkb manage project acls with puppet 19:12:55 #actoin clarkb think about running selenium against devstack 19:12:57 damn 19:13:03 #action clarkb think about running selenium against devstack 19:13:28 #action clarkb think about running selenium in tempest 19:13:30 ok 19:13:33 recorded those 19:13:45 #topic renaming client libs 19:14:09 notmyname: you aroud? 19:14:11 around 19:14:12 dammit 19:14:37 zul: how about you? 19:14:58 around? not really 19:15:08 ill lurk continue without me 19:15:15 so the gist was that automated packaging scripts have problems with "python-fooclient" because they want to call the result "python-python-fooclient" 19:15:31 mtaylor: here 19:15:33 which isn't a problem for, say, ubuntu, who just pick the right name, but for individuals making their own .debs 19:16:02 also, we do already have a pile of extra logic in stuff to deal with the fact that some of our projects are named differently than their main module 19:16:24 and i guess we should distinguish between the git repo name, and the setup.py name -- it's the setup.py name that the deb build scripts pick up, so that's what's being wanted to change. 19:17:10 yes. it is not necessary that we change the git repo name - although I kinda think that if we change the one we should consider changing the other too 19:17:27 IMO, the git repo name makes sense 19:17:29 however, this would affect the tarball name that we produce, which might affect ubuntu a little 19:18:04 and we should consider whether or not it should affect the launchpad project name 19:18:10 right, so that brings up the question "why are they named python-fooclient?" is it because we might have an openstack/java-fooclient project someday? if so, yeah, we might want to leave it as-is. 19:18:23 yes. I believe that was the reason 19:18:42 so, if we consider just changing the setup.py name, what breaks? 19:18:48 also, we'll need to make new pypi entries 19:18:51 (but leaving the git repo name alone) 19:18:58 if all we change is the setup.py name 19:19:01 if you change the setup.py name the names on PyPI will get screwed 19:19:11 yeah - it'll be a whole new pypi thing 19:19:27 you'll need to update all the pip-requires in all the projects with the new names as well 19:19:32 ++ 19:19:44 although that could be done in a rolling fashion 19:19:50 I don't object to that, btw. just sayin' it's the case 19:19:54 yup 19:19:59 mtaylor: do tarball names come from that? 19:20:05 yes 19:20:14 so that would affect distros 19:20:52 yup - although we've pre f3, so I think it's maybe still ok? 19:20:54 ttx: ? 19:21:12 notmyname: any sense of whether the other python-*client people have interest in following suit? 19:21:36 mtaylor: i'm sure we'd have a whole bunch of puppet config files that would need changing, but that's probably not a huge deal. 19:21:40 no idea. I got the request from people building python-swiftclient packages 19:22:25 I'm apparently missing some context. 19:22:29 k. 19:22:34 What are we renaming from and to? 19:23:05 soren: the suggestion is to make setup(name='python-swiftclient' be setup(name='swiftclient' 19:23:22 soren: and, of course, if we think about that, we'd like to think about doing that across the board 19:23:47 And what's the motivation? Did I miss a mailinglist discussion? 19:23:48 but leaving the git repo named the same 19:24:19 motivation is - apparently there are packaging tools for python which pull the python name from setup.py and pre-pend python- to it 19:24:30 package building tools take the internal name (python-fooclient) and turn it into python-python-fooclient 19:24:32 so those are making python-python-swiftclient packages 19:24:53 which implies that clients of the module are a python-python-swiftclient-client 19:25:16 i'm sure those can change, but it does also seem weird that these are in pypi as "python-swiftclient" because it's obviously python. 19:25:23 so it's certainly worth considering 19:25:50 There are hundreds of projects named python-* on pypi. 19:25:55 How do they manage? 19:26:11 there are tens of thousands that aren't. :) 19:26:16 https://github.com/emonty/openstack-depends/blob/master/tools/pip-requires#L42 19:26:25 there are 58 things openstack depends on 19:26:33 jeblair: That's got to be the worst argument ever fo. 19:26:40 jeblair: For anything :) 19:26:44 3 of them that are not our projects are prefixed with python- 19:27:05 so I'd say that the general trend seems to be non-python prefixing for pypi modules 19:27:30 with the one really odd-one out being MySQL-python which installs MySQLdb - but Andy is weird anyway 19:27:56 soren: i won't get into a meta-argument with you, i will just note that it was a rebuttal to your rebuttal to my _actual_ point that the name is redundant. 19:28:35 jeblair: It's not redundant. It's the python blahclient (as opposed to the java blahclient or haskell blahclient etc). 19:28:40 jeblair: How's it redundant? 19:28:47 * mtaylor abstractly wants to be a meta-observer 19:28:58 soren: it's redundant on pypi 19:29:14 soren: it makes sense for the ubuntu package to be named python-${pypi-package-name} 19:29:20 I don't think that should dictate naming. 19:29:27 I'm not saying that it should 19:29:41 Ok. 19:29:42 Hm. 19:29:46 So what are you saying? 19:30:08 purely that, for the name whose main purpose is tarball naming and pypi project, python- isn't essential 19:30:27 I think it is. For tarball naming. 19:31:10 because we're likely, as a project, to produce ${foo}-novaclient where foo!=python ? 19:31:13 Having the t at the end for client also isn't essential. In fact, it's redundant, because "clien" isn't a real world, and the context should reveal its true purpose. 19:31:15 that is a good point; the tarball exists in a similar context to the git repo, so its name having python- makes sense. 19:31:26 mtaylor: Absolutely. 19:31:34 mtaylor: I'm surprised we don't already. 19:31:37 I'mnot 19:31:41 to be clear, soren's point about tarball naming was a good point. not "clein". :) 19:31:48 we make python libs becuase we're a python based projects 19:31:55 java and ruby libs are silly 19:32:02 because ruby people should be using fog 19:32:09 and java people should be using jclouds 19:32:13 and even when they aren't 19:32:23 the java project is named after openstack 19:32:28 and not after each project 19:32:30 mtaylor: actually because the API isn't a language, it's HTTP. we simply provide wrappers for a particular language 19:32:53 notmyname: indeed. and we do that _purely_ because our projects need to be able to talk to each other 19:33:43 and then we use those libraries as the basis for command line clients ... but it isn't part of a larger decision to try to make openstack-project generated client libraries for all languages 19:34:09 this seems to be way off track. current proposal is to internally drop the language prefix and externally (the repo and maybe the tarball) to have the prefix? and what issue does that cause 19:34:12 but - that's just my opinion, of course 19:34:24 mtaylor: Even if *we* don't create them, there's a great big world out there whose namespace we're sharing. 19:34:25 the tarball name is generated from the name 19:34:42 If someone wants to build php-glanceclient, more power to them. 19:34:50 soren: no. I disagree. the only place it would matter is our tarballs ftp server 19:34:56 I cannot be responsible for a theoretical global namespace of tarballs 19:35:11 soren: sure. and they can call it python-glanceclient for all I care 19:35:17 notmyname: so the reason we're ratholing 19:35:24 notmyname: is python setup.py sdist 19:35:30 mtaylor: Well, that's just silly. We pick the names fo things to avoid collisions with others. 19:35:41 Heck, half this discussion has been about other people's namespace! 19:35:49 PyPi and Ubuntu, to be exact. 19:35:57 notmyname: which bases its tarball name on what's in setup.py(name= 19:36:33 ya. like stdeb makes it python- 19:36:43 mtaylor: So don't give me the "we don't care about other people's namespace". 19:36:45 yup 19:37:03 soren: "we don't care about it for tarballs" - because there is no shared tarball namespace we need to care about 19:37:19 we upload to a shared thing called pypi, and we kinda talk to the ubuntu people 19:37:23 but I belive we are wandering 19:37:29 into a meta argument again 19:37:49 more to the point - tarball name, setup(name= and pypi name are tied together 19:38:09 so, unless we want to get weird, changing one changes all three 19:39:31 notmyname: can we touch base with bcwaldon and jk0? I know I'm arguing against soren here, but that's probably just because it's fun - there is potentially a valid concern in there 19:39:58 mtaylor: perhaps we should take this to the ML? 19:40:03 and I doubt we're going to come to conclusion here right now 19:40:05 yeah 19:40:15 I think we know which things would change and where the issues might be 19:40:23 mtaylor: ya, sure. like I said earlier, this certainly isn't an issue that's important enough to be different about. it's mostly an "awkwardness in naming" issue 19:40:36 mtaylor: jeblair: thanks for talking through it 19:41:20 indeed, this has been useful to explore the issue, and i think it's worth finding out what others think 19:41:35 ++ 19:42:40 ok. so those were talky 19:42:42 mtaylor: what's the question ? 19:42:46 #topic statuses of stuff 19:42:58 ttx: we'll bring it back on ML or over in normal chanel 19:43:10 a few quick status things: 19:43:51 python-python-python 19:43:54 I got a bunch of puppet module re-org done (yay) and we have some code in from Ryan_Lane to get our new wiki up and going 19:44:06 clarkb got selenium tests going against horizon 19:44:25 jeblair: did you accomplish anything worthwhile last week? 19:44:27 ;) 19:44:44 zuul should be testing/merging changes in an optimal order now 19:44:58 if that looks like it's working... 19:45:18 i'll switch the CI repos to cherry-pick so we can dogfood that idea before proposing we change the rest of the projects 19:45:53 and i finally have tests for zuul, so we can make changes to it without the _extremely_ laborious process of clicking around in jenkins and gerrit 19:46:10 eol 19:46:57 YAY! 19:47:47 anybody got anything else? 19:47:53 yep 19:48:07 patches for devstack and devtack-gate to support testing openvz have been proposed 19:48:12 just waiting for reviews/etc now 19:48:21 w00t! 19:48:40 if anybody around here has devstack review status, checking those out would be god 19:48:42 good 19:49:08 devananda: is RS ready to push once those changes are in? i know daniel has already merged in my patches 19:49:11 oh, and i did a pretty big re-org from something jaypipes pointed out (the openvz glance image gets handled just like the other images now) 19:49:30 Shrews: whether or not they think they are, no, they're not 19:49:43 w00t. 19:49:43 it fails several tests right now, most notably volume and snapshots 19:49:57 devananda: ah, right 19:50:04 but it's testing them, heh ;) 19:50:53 well, we might need to fix that ourselves 19:51:23 i think it won't be too hard, at least the volume stuff seemed *almost* there when I read it 19:52:37 eol 19:55:03 mtaylor: endmeeting? 19:55:20 #endmeeting