Tuesday, 2017-08-01

*** sdague has quit IRC01:08
*** https_GK1wmSU has joined #openstack-requirements02:10
*** https_GK1wmSU has left #openstack-requirements02:11
openstackgerritMerged openstack/requirements master: update constraint for os-brick to new release 1.15.2  https://review.openstack.org/48937402:51
*** udesale has joined #openstack-requirements03:43
*** udesale__ has joined #openstack-requirements04:32
*** udesale has quit IRC04:34
*** fanyamei has joined #openstack-requirements05:30
*** fanyamei has left #openstack-requirements05:31
openstackgerritJeffrey Zhang proposed openstack/requirements master: Remove libvirt-python from global requirements  https://review.openstack.org/48948506:06
*** aarefiev_afk is now known as aarefiev07:28
*** sdague has joined #openstack-requirements09:20
*** coolsvap has joined #openstack-requirements09:32
openstackgerritTovin Seven proposed openstack/requirements master: [WiP] Add opentracing to global requirements  https://review.openstack.org/48773109:45
openstackgerritMerged openstack/requirements master: Raise os-brick minimum to 1.15.2  https://review.openstack.org/48937609:47
*** udesale__ has quit IRC09:56
openstackgerritOpenStack Proposal Bot proposed openstack/requirements master: Updated from generate-constraints  https://review.openstack.org/48837310:25
dimstonyb : thanks for chasing the barbicanclient stuff10:58
*** udesale has joined #openstack-requirements12:23
*** hoangcx_ has joined #openstack-requirements12:50
*** masayukig[m] has quit IRC13:02
*** masayukig[m] has joined #openstack-requirements13:42
*** udesale has quit IRC14:26
*** hoangcx_ has quit IRC15:01
*** aarefiev is now known as aarefiev_afk16:23
rm_workWe need a newer version of pyroute2 than is in upper-constraints (we need 0.4.19, uc has 0.4.18), requirements.txt has >=0.4.1717:46
rm_workShould I JUST bump the u-c version? or should I increase requirements.txt as well17:46
rm_worktechnically we don't need anything from 0.4.19 for *running*17:47
rm_workadvice?17:47
rm_workdims ^^18:08
openstackgerritAdam Harwell proposed openstack/requirements master: Raise pyroute2 upper-constraint to 0.4.19  https://review.openstack.org/48969418:09
rm_worktrying just u-c for now18:09
rm_workcomment if you'd like me to bump the whole thing18:09
*** EmilienM is now known as emacchi18:14
*** emacchi is now known as EmilienM18:14
dimsrm_work : tonyb has frozen all updates, even for barbicanclient we will need a FFE18:24
rm_workeugh18:41
rm_workok18:41
rm_worki guess it can wait, it just makes testing a PITA18:42
rm_workwhen does it unfreeze?18:42
dtroyerI am setting up a feature branch on python-openstackclient and osc-lib (feature/osc4) and am seeing a functional test failure in the U-C branch change for python-openstackclient (http://logs.openstack.org/07/489307/1/check/gate-osc-dsvm-functional-tips-ubuntu-xenial-nv/65b166e/console.html#_2017-07-31_23_58_30_171890) but the one in osc-lib is passing (http://logs.openstack.org/05/489305/1/check/gate-osc-dsvm-functio19:01
dtroyerThose reviews add "?h=feature/osc4" to the requirements repo URL which implies that openstack/requirements needs a feature/osc4 branch?19:01
dimsrm_work : https://releases.openstack.org/pike/schedule.html#p-rf21:31
rm_workdims: wait so is that like, the end of Aug?21:43
rm_workR+0?21:43
dimsrm_work : best case scenario is the RC1 target week, as soon as all the projects get stable/pike branches21:44
rm_workkk21:47
tonybrm_work: Why is testing a pain?22:02
tonybrm_work: why do you need .19?  that will help us decide if we also need a g-r bump22:03
rm_workon OSX, pyroute2 can't be imported since 0.4.1722:09
rm_workor something around there22:09
rm_work0.4.19 fixes this22:09
rm_workit means running like "tox -e py27" or such to run unit tests before pushing up to gerrit will always fail22:10
rm_workjust an annoyance22:10
rm_workand workaround-able22:10
tonybokay in that case the u-c bump in pike will be enough, we can bump g-r for queens22:10
rm_workwhich is why i said, fine, it can sit22:10
rm_workah so u-c is fine to bump?22:10
rm_workthat's all my patch does22:10
tonybfor some defnition of "fine" but it's certainly better than a g-r bump22:11
tonybrm_work: to work around the local tox issue you can grabd the u-c file that you just edited and then export UPPER_CONSTRAINTS_FILE=/path/to/you/file ; tox -epy2722:12
tonybor at leats you shoudl be able to if the project is setup correctly22:12
tonybrm_work: Which project.  I can check22:13
rm_workoctavia22:14
rm_workit should work22:14
tonybokay22:14
rm_workbut, if we can merge the u-c that's cool22:14
rm_workif not that's fine i'll wait22:14
tonybrm_work: It shoudl be fine.  All the affected projects are services the overall impact is low.  If they blow up we can revert the change.  It's a bit of a pain but I think it's possibly worth the risk22:16
tonybI wonder why .18 and .19 didn't get auto included in u-c as part of our normal process22:16
tonybI'll lokointo that before I +2 the review, just in case there's a know failure there that I've forgotten22:17
rm_workmaybe they would have? 0.19 was like... this morning22:17
rm_workerr 0.4.1922:17
tonybAhh okay that explains .1922:17
tonybOh u-c has .18 never mind nothign to see here ;P22:19
tonybrm_work: Ummm isn't pyroute2 like super linux specific?  it doesn't list OSX as a supported platform?22:20
openstackgerritJames E. Blair proposed openstack/requirements master: Add zuul-sphinx to global requirements  https://review.openstack.org/48941122:31
rm_worktonyb: right22:33
rm_worktonyb: and none of this stuff is RUN on OSX22:33
rm_workit's just unit testing22:33
rm_workbecause we have to import classes that use it22:34
rm_workand mocking it is ... disturbingly complex22:34
tonybLOL22:34
*** sdague has quit IRC22:35
tonybrm_work: I'll think about it while I'm taking the kids to school22:40
prometheanfireI really don't think testing on osx should be a high priority given it's not a target for installation/running openstack23:06
tonybprometheanfire: pretty much the conclusion I came to.23:37
-openstackstatus- NOTICE: osic nodes have been removed from nodepool due to a problem with the mirror host beginning around 22:20 UTC. please recheck any jobs with failures installing packages.23:48

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