Friday, 2016-09-09

prometheanfiretonyb: yep00:06
prometheanfiretonyb: do we want to unblock pymysql for newton, if not, then it's a little easier00:07
tonybprometheanfire: do we have any evidence that pymysql *can* be unblocked?00:20
prometheanfiretonyb: depends, <=oslo.db-4.13.3 it works00:21
prometheanfireless than that and it doesn't00:21
prometheanfireso, we'd be bumping the min00:22
tonybprometheanfire: Do we have a review in the gate that shows that working?00:23
prometheanfirewe are waiting on the 4.13.3 release at this point00:24
prometheanfireso we can't test00:24
prometheanfirethe review is in for the release I think00:24
prometheanfirehttps://review.openstack.org/#/c/367482/00:25
tonybHmm so we can't se it in the gate easily00:25
prometheanfirenot yet00:25
* tonyb will hack somethign up to try and verify it00:25
openstackgerritTony Breeds proposed openstack/requirements: [DNM] pymysql 0.7.7 testing  https://review.openstack.org/36772202:40
tonybPyMysql 0.7.7 testing for gnocchi and neutron : https://review.openstack.org/#/q/topic:pymysql07702:41
prometheanfireneat way of doing that02:41
tonybprometheanfire: I did say *hack*02:43
prometheanfireya02:45
prometheanfireI like it02:45
*** armax has quit IRC03:24
tonybAnd of course they fail :(03:39
prometheanfireon more oslo.db stuff?03:39
prometheanfireI wouln't necessarilly trust that :P03:40
tonybActually itlooks like the unit tests did what I wanted but funcational environments are harder to fool :(03:51
prometheanfireah03:51
tonybprometheanfire: just replied to the oslo.db FFE thread04:18
*** coolsvap has joined #openstack-requirements04:43
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/requirements: Currently kolla gate jobs are failing due to issues in graphviz 0.5.0. [1]  https://review.openstack.org/36776106:29
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack/requirements: Block graphviz 0.5.0  https://review.openstack.org/36776106:30
coolsvaptonyb https://review.openstack.org/#/c/367761/ needs a FFE for kolla gate jobs06:31
*** jpena|off is now known as jpena07:18
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/36476207:20
tonybcoolsvap: okay, replied on list and in review07:44
coolsvaptonyb: thanks07:47
tonybcoolsvap: np, it's a pretty easy one.07:47
tonybdirk: that reminds me I shoudl look at you pkg2mod request07:48
coolsvapYeah07:48
tonybIn other news I'm this (><) close to generating a lower-constrains.txt ;P07:50
tonybSo we can look at builfin the infrastruture to test that during Ocata07:51
tonybFor now once I verify the build I'll generate a DNM review that just clobbers upper-constraints07:52
tonyb#whatcouldpossiblygowrong ?07:52
openstackgerritIhar Hrachyshka proposed openstack/requirements: Block oslo.db 4.13.[12]  https://review.openstack.org/36556507:57
dirktonyb: good idea, i would be glad to help with that09:02
dirkcoolsvap: now yes09:02
coolsvapdirk: can you review  https://review.openstack.org/367761 ?09:03
dirkcoolsvap: if it's about the FFE for pymod2pkg, next thing on my todo09:03
coolsvapgraphviz09:03
dirkOk, looking at it now09:05
dirkThank you for pinging09:05
coolsvapnp09:05
coolsvapkolla gates are currently failing due to this09:06
tonybdirk: let me know when you have th FFE up, I have the data needed to reply09:11
dirkYep,just on my way to the computer09:11
openstackgerritTony Breeds proposed openstack/requirements: [DNM] Sample lower-constraints.txt  https://review.openstack.org/36788709:45
tonybI wonder how that ^^ will go09:48
openstackgerritMerged openstack/requirements: Block graphviz 0.5.0  https://review.openstack.org/36776110:15
*** jpena is now known as jpena|lunch12:12
openstackgerritOpenStack Release Bot proposed openstack/requirements: update constraint for oslo.db to new release 4.13.3  https://review.openstack.org/36800113:10
*** jpena|lunch is now known as jpena13:24
*** armax has joined #openstack-requirements15:02
*** openstackgerrit has quit IRC15:49
*** openstackgerrit has joined #openstack-requirements15:49
-openstackstatus- NOTICE: New setuptools release appears to have a circular import which is breaking many jobs - check for ImportError: cannot import name monkey.15:54
*** ChanServ changes topic to "New setuptools release appears to have a circular import which is breaking many jobs - check for ImportError: cannot import name monkey."15:54
openstackgerritMerged openstack/requirements: Block oslo.db 4.13.[12]  https://review.openstack.org/36556516:01
openstackgerritMatthew Thode proposed openstack/requirements: update constraint for oslo.db to new release 4.13.3  https://review.openstack.org/36800116:05
*** ChanServ changes topic to "OpenStack Requirements - IRC meetngs on Wednesdays @ 12:00 UTC - See agenda @ http://tinyurl.com/h44ryuw - IRC channel is *LOGGED* @ http://tinyurl.com/j38rk24"16:58
-openstackstatus- NOTICE: setuptools 27.1.2 addresses the circular import16:58
*** jpena is now known as jpena|off17:11
*** mnaser has joined #openstack-requirements17:18
mnaseris there a way of using openstack requirements in an external project? we want to write a keystone auth plugin and make sure that we use the existing requirements17:18
prometheanfiremnaser: do you mean submitting your external project to projects.txt?17:42
mnaserprometheanfire, i assume we can't really submit an external project but more of consuming the repo17:43
prometheanfiremnaser: I don't think anything prevents consumption17:43
prometheanfireexcept maybe licencing17:43
prometheanfirebut it's apache2, so....17:43
mnaserprometheanfire, mostly looking on instructions on how to do so (cleanly, besides copying the requirements file)17:44
mnaserif there was any tooling around it rather17:44
prometheanfirewell, for testing you'd pip install with the upper-constraints file17:45
prometheanfirethe only other tooling would be to auto update your requirements file based off our global requiremnts17:45
prometheanfireI don't know about tooling for that17:45
mnaserokay so there's nothing besides just copying the file over, no problem, i just figured that the scripts that were ran by openstack ci to autoupdate were accessible somewhere (so we can easily autoupdate our stuff too)17:46
prometheanfirethey'd be in project-config17:46
mnaserokay, i'll look for them there, thanks!17:47
prometheanfire:D17:51
prometheanfiregood luck, you'll need it :P17:51
*** openstackstatus has quit IRC20:57
*** openstackstatus has joined #openstack-requirements20:59
*** ChanServ sets mode: +v openstackstatus20:59
prometheanfiretonyb, ceilometerclient is asking for ffe21:41
tonyb$21:41
tonybprometheanfire: okay, I'll look at it after breakfast21:42
prometheanfirek21:42
prometheanfireI don't see a problem with it21:42
*** IgorYozhikov has quit IRC21:44
*** IgorYozhikov has joined #openstack-requirements21:48
tonybprometheanfire: Can you +2+W :https://review.openstack.org/#/c/36738822:41
prometheanfireI think they sent the email22:41
prometheanfirelet me see22:42
prometheanfireyep22:42
openstackgerritMerged openstack/requirements: update constraint for oslo.db to new release 4.13.3  https://review.openstack.org/36800122:43
prometheanfirewoo22:45
tonyb\o/22:47
prometheanfiretonyb: after these merge I think that's it22:55
prometheanfirenot sure about positional, I'd like to see it raised but it has knock ons22:55
tonybprometheanfire: Well they get harder to justify but next week is an option depending on the roll-on effects22:56
tonybprometheanfire: for example if a chnage only affects nova and they haven't cut RC1 then we can still take it22:56
tonybprometheanfire: in my mind I have a very hard deadline of RC1 cuts per project22:56
tonybprometheanfire: it22:57
tonybWe'll it's bee raised but then went quiet when I asked for more information to justify it22:57
prometheanfiretrue22:57
*** armax has quit IRC23:20
*** mnaser has left #openstack-requirements23:38
openstackgerritMerged openstack/requirements: Require pymod2pkg 0.5.4  https://review.openstack.org/36738823:43
*** armax has joined #openstack-requirements23:44
openstackgerritMerged openstack/requirements: update constraint for python-ceilometerclient to new release 2.6.1  https://review.openstack.org/36738623:54
prometheanfiretonyb: that it? time to branch or are we still waiting?23:55

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!