Saturday, 2015-04-25

* anteaya would like to hear from anyone associated with runabove or vexxhost00:00
*** ChuckC has quit IRC00:00
*** ChuckC has joined #openstack-infra00:00
clarkbSpamapS: ftr the thing that prevents arp storm today in neutron is you don't have working arp aiui00:00
clarkbSpamapS: they do l2pop or something named like that, where neutron fills arp tables for you00:00
*** shardy has quit IRC00:00
lifelessclarkb: there was working arp without l2pop last time I looked closely00:02
lifelessclarkb: I know l2pop is desired00:02
lifelessclarkb: but the mesh tunnels neutron gre builds do broadcast propogation00:02
*** wenlock has quit IRC00:02
*** wenlock has joined #openstack-infra00:02
clarkblifeless: ya, I think if you aren't using vxlan + l2pop then you are vulnerable00:03
clarkbbut otherwise you should be ok?00:03
clarkb(assuming l2pop works properly I guess)00:03
lifelessI don't recal any broadcast ratelimiting config00:03
*** otter768 has joined #openstack-infra00:04
lifelesswithout that you're vulnerable00:04
lifelessyou're also vulnerable with l2pop without that00:04
*** wenlock has quit IRC00:04
lifelesssince arp is just one form of broadcast00:04
*** shardy_ has quit IRC00:04
*** akshai has joined #openstack-infra00:04
fungil2pop is more there as a safety to prevent spoofing00:05
clarkblifeless: I thought with l2pop they killed arp completely00:05
fungiin clouds where tenants' instances are comingled in a common broadcast domain00:05
clarkber00:05
*** shardy has joined #openstack-infra00:05
clarkbthe broadcast00:05
lifelessfungi: no, there are ebtables rules for that00:05
clarkbright ebtables are there to prevent the really nasty stuff00:05
fungiwell, _now_ there are, but they were added relatively recently00:05
lifelessfungi: its to make the expected broadcasts be answered locally00:05
clarkb(this is why the multinode jobs initially failed with a single overlay network)00:05
lifelessfungi: several years ago...00:05
*** akshai has quit IRC00:05
clarkbfungi: nova net has had them since forever00:06
fungioh, neutron did not until fairly recently00:06
fungithere was some debate as to whether neutron's lack of feature parity with nova there counted as something we'd need to issue a security advisory for00:06
lifelessfungi: I'm skeptical of your recent there00:07
cineramapleia2: i found a workaround for the percentage completion stuff. hoo boy is it ugly. but it will work.00:07
clarkbfungi: interesting00:07
fungiwhere recently ~= past 18 months00:07
fungibug 1274034 still open for neytron00:08
openstackbug 1274034 in neutron "Neutron firewall anti-spoofing does not prevent ARP poisoning" [High,In progress] https://launchpad.net/bugs/127403400:08
*** otter768 has quit IRC00:09
fungithere's a spec to address it http://specs.openstack.org/openstack/neutron-specs/specs/kilo/arp-spoof-filtering-ebtables.html00:09
fungiso i stand corrected, arp spoofing is still not mitigated in neutron today00:10
clarkbhuh so the idea of direct attaching would be bad unless every tenant had its own IP space00:10
clarkband even then not so great (but your private IPs are already vulnerable within a tenant)00:10
clarkbs/tenant/tenant's various private networks/00:11
fungianyway, i should weekend00:12
*** davideagnello has quit IRC00:12
clarkbenjoy00:13
*** yolanda has quit IRC00:13
*** tjones2 has joined #openstack-infra00:13
anteayafungi: enjoy the weekend00:13
fungiyou too anteaya00:14
anteayathanks00:14
*** zhiwei has quit IRC00:14
fungii'm still around, just not too useful ;()00:14
anteayaha ha ha00:14
anteayayour not too useful surpasses my useful any day00:14
fungias evidenced by the degradation in my typing00:14
anteayathat was great00:14
anteayaone for the wall00:15
*** tjones1 has quit IRC00:15
lifelessoh gerrit I hate you00:17
lifelessmaking me rebase a lower patch to push a higher one.00:17
lifelessthats such a hostile thing00:17
jroll-R will avoid that00:18
*** patrickeast has quit IRC00:18
lifelessjroll: no, thats git review side, not gerrit :00:18
openstackgerritlifeless proposed openstack-dev/pbr: Improve integration.sh.  https://review.openstack.org/17750000:18
jrolllifeless: I guess I don't understand the problem, gerrit doesn't deal with pushes00:19
fungilifeless: well, technically it's a git thing, unless you use a merge commit00:19
clarkbjroll: if you have a stack that actually depend on each other then the base conflicts now you have to rebase the whole stack00:19
fungior i guess you could blame gerrit for caring that the parent commit shas are actually existant00:20
lifelessfungi: I think thats what I'm doing00:20
fungiblame away!00:20
jrollclarkb: oh, of course, I guess I'm misunderstanding the problem statement00:20
clarkbSpamapS: I am learning about dogpile now, see what you have done :P00:20
lifelessjroll: gerrit rejects a patch X with child Y that hasn't changed content but has changed hash00:20
*** gyee has quit IRC00:20
lifelessjroll: you need to rebase Y on the X sha that gerrit has already00:20
jrolllifeless: ah! I see, yes00:20
* jroll piles on the blame00:21
lifelesshttps://jenkins03.openstack.org/job/check-pbr-installation-dsvm-upstream/1/console00:21
lifelessthat has the variable00:21
fungii understand why they implemented it the way they did, but it's no less annoying as a result00:21
lifelesslets see if we have fireworks00:21
*** mtanino has quit IRC00:21
*** achanda has joined #openstack-infra00:22
clarkblifeless: so thats different, I think ou must've used cherry pick there00:22
clarkblifeless: if you merge/rebase it would be fine00:22
lifelessclarkb: nope00:22
clarkbgerrit's behavior is fine there imo, its a warning that you are pushing a noop00:23
lifelessclarkb: just a coouple of local amends ending up at the same spot and then a follow on commit will do it00:23
clarkblifeless: gerrit will not reject Y if it is now based on X'00:23
lifelessclarkb: it does00:23
lifelessremote: Resolving deltas: 100% (2/2)00:23
lifelessremote: Processing changes: refs: 1, done00:23
lifelessremote: (W) No changes between prior commit 46cd72c and new commit 135c6bb00:23
clarkbbut with cherry picking you can end up with a Y' on X00:23
lifelessTo ssh://lifeless@review.openstack.org:29418/openstack-dev/pbr.git00:23
lifeless ! [remote rejected] HEAD -> refs/publish/master (no changes made)00:23
*** akshai has joined #openstack-infra00:23
lifelesserror: failed to push some refs to 'ssh://lifeless@review.openstack.org:29418/openstack-dev/pbr.git'00:23
clarkblifeless: thats not sufficient data, all it gives is two hashes for Y and Y'00:24
lifelessclarkb: 46cd72c is the one in 177457,100:24
lifelessclarkb: 135c6bb is the one that was my parent for 177500, and is textually the same as 46cd72c00:25
lifelessclarkb: I did a rebase -i and changed my first line - the one for 177457 to be pick 46cd72c, and then I was able to push00:25
clarkblifeless: did the parent of 46cd72c and 135c6bb differ?00:25
lifelessgood q, let me check00:26
clarkbgerrit shouldn't reject if the parent is different00:26
clarkbif it did reject in that case then this is a gerrit bug00:26
*** tqtran has quit IRC00:27
lifelesshash parent00:28
lifeless46cd72cb2564f2c976c2c785417a5170802e0241 52fcd502bf9d23aac88dae2b4b34d36f7aa26ea800:28
lifeless135c6bb4cb3b76e79df5fab3636b428e7139246d 52fcd502bf9d23aac88dae2b4b34d36f7aa26ea800:28
clarkbya so thats expected gerrit behavior, you essentially just bumped the commit timestamp on that commit00:29
clarkband gerrit is saying thats insufficiently different to be accepted by me00:29
lifelesssure00:29
lifelessI'm not saying gerrit is wrong00:29
clarkbbut if you change a different attribute like diff, parent, author, it will accept it00:29
lifelessI'm bitching00:29
*** melwitt has quit IRC00:31
*** tjones2 has quit IRC00:34
*** esker has joined #openstack-infra00:36
clarkbSpamapS: why doesn't the arg to cache_on_arguments at https://git.openstack.org/cgit/openstack-infra/shade/tree/shade/__init__.py#n162 (func) go through func.__get__(obj, type(obj))00:38
clarkbSpamapS: I think that dance is there to handle inheritance? shouldn't invalidate do the same? also its late on friday so meh if you are gone00:39
lifelesswe should probably install some extra packages for 2.7...00:40
lifeless2015-04-25 00:34:43.844 | /tmp/tmp.1OPln7jD1A/wheelhouse/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.00:40
clarkbyou can install requests[security] iirc00:40
clarkbwhich depends on all the thigns pyopenssl depends on00:40
*** otter768 has joined #openstack-infra00:44
lifelessclarkb: sure, just we're not atm00:44
openstackgerritlifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many.  https://review.openstack.org/17750300:48
*** alexpilotti has quit IRC00:48
*** bhuvan has quit IRC00:54
*** amitgandhinz has joined #openstack-infra00:56
*** bknudson has joined #openstack-infra00:56
*** amitgandhinz has quit IRC00:57
*** amitgandhinz has joined #openstack-infra00:58
openstackgerritlifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION  https://review.openstack.org/17745701:00
openstackgerritlifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many.  https://review.openstack.org/17750301:00
openstackgerritlifeless proposed openstack-dev/pbr: Improve integration.sh.  https://review.openstack.org/17750001:00
openstackgerritlifeless proposed openstack-dev/pbr: Test pip install -e of projects.  https://review.openstack.org/17750401:00
openstackgerritlifeless proposed openstack-dev/pbr: Stop testing setup.py install  https://review.openstack.org/17750501:00
*** tiswanso has joined #openstack-infra01:01
*** tiswanso has quit IRC01:02
*** esker has quit IRC01:03
*** tiswanso has joined #openstack-infra01:03
*** yamamoto has joined #openstack-infra01:04
*** esker has joined #openstack-infra01:04
*** mwagner_lap has joined #openstack-infra01:05
*** akshai has quit IRC01:06
*** mmedvede has quit IRC01:10
bknudsonsomething wacky happened to the pycadf stable/juno branch... http://git.openstack.org/cgit/openstack/pycadf/log/?h=stable%2Fjuno01:12
bknudsonlooks like https://review.openstack.org/#/c/177436/ which merged was actually based off of master01:13
bknudsonso wound up fast-forwarding it.01:13
bknudsonI think it needs a reset01:14
*** ashleighfarnham has quit IRC01:14
*** Swami_ has quit IRC01:15
bknudsonif that's possible01:15
*** yamamoto has quit IRC01:19
lifelessyou'll need someone with ops access - pleia2 clarkb mordred should still be awake01:19
*** salv-orlando has joined #openstack-infra01:20
*** shashankhegde has joined #openstack-infra01:20
openstackgerritlifeless proposed openstack-dev/pbr: Honour new test variable PIPVERSION  https://review.openstack.org/17745701:21
openstackgerritlifeless proposed openstack-dev/pbr: Stop testing setup.py install  https://review.openstack.org/17750501:21
openstackgerritlifeless proposed openstack-dev/pbr: Test pip install -e of projects.  https://review.openstack.org/17750401:21
openstackgerritlifeless proposed openstack-dev/pbr: Build all the wheels in one pass rather than many.  https://review.openstack.org/17750301:21
openstackgerritlifeless proposed openstack-dev/pbr: Improve integration.sh.  https://review.openstack.org/17750001:21
*** mmedvede has joined #openstack-infra01:22
*** dangers is now known as dangers_away01:23
*** dangers_away is now known as dangers01:24
*** yamamoto has joined #openstack-infra01:24
*** yamahata has quit IRC01:27
*** salv-orlando has quit IRC01:27
*** achanda has quit IRC01:28
*** ddieterly has joined #openstack-infra01:28
*** ddieterl_ has joined #openstack-infra01:29
fungibknudson: that's an annoying design decision on gerrit's part. it will let you propose commits to a branch which are parented on commits from another branch01:30
lifelessfungi: thats normal though for merging stable -> master01:31
fungibknudson: which is one of the things our stable branch reviewers know to keep an eye out for01:31
lifelesswhich some usage patterns do all the time01:31
fungilifeless: yep, however there are acls to prevent people from proposing merge commits01:31
fungibut in this case they're depending on merge commits already existing on another branch01:31
lifelessyep01:31
*** kaisers has quit IRC01:32
*** shashankhegde has quit IRC01:32
fungibknudson: gimme a sec to check out the history on that branch and see what options could be01:32
lifelessI wonder what the integration.sh test is doing in this bit:01:32
lifeless2015-04-25 01:27:29.645 | Running devstack01:32
lifeless2015-04-25 01:27:29.645 | ... this takes 10 - 15 minutes (logs in logs/devstacklog.txt.gz)01:32
lifelesssince its not actually running devstack01:32
*** kaisers has joined #openstack-infra01:33
*** ddieterly has quit IRC01:33
fungilifeless: does it actually short-circuit the bits which run devstack?01:33
lifelesslooks like no01:33
lifelesshttp://logs.openstack.org/57/177457/1/check/check-pbr-installation-dsvm-upstream/0ecb109/logs/devstacklog.txt.gz01:33
lifelessits pointless to run devstack though01:33
lifelesssince a) we don't use it and b) its not running our modified pbr to build things01:34
fungilifeless: i think, at least at one point, it was relying on devstack's routine that patches the requirements files of all the repos01:35
fungito get them consistent01:35
lifelessnope01:35
lifeless(cd $REPODIR/requirements && python update.py $REPODIR/$SHORT_PROJECT)01:35
fungino idea whether it still needs to do that01:35
lifelessline 175 of itnegration.sh01:35
fungilooks like not01:35
lifelessso we run devstack-vm-gate.sh01:35
lifelessmordred: do you recall why it runs devstack-vm-gate.sh ?01:35
fungithe job could probably be rewritten to not call devstack-gate at all and just run the integration script instead01:36
*** ZZelle has quit IRC01:36
lifelessI'm pondering that01:36
lifelessI want this stack to [mostly] land first01:36
lifelesssince we can't test the zuul change without activating it01:36
fungiunless _maybe_ it's relying on devstack to install the distro packages needed to be able to install python requirements of things01:36
lifelessthats likely something it is doing01:37
lifelessbut we can fix that01:37
fungiyep. you could just call into the part of devstack that does that one task01:37
*** unicell has quit IRC01:37
lifelesswell01:38
lifelessfungi: it has01:38
lifeless# TODO: Figure out how to get this on to the box properly01:38
lifelesssudo apt-get install -y --force-yes libvirt-dev libxml2-dev libxslt-dev libmysqlclient-dev libpq-dev libnspr4-dev pkg-config libsqlite3-dev libzmq-dev libffi-dev libldap2-dev libsasl2-dev ccache01:38
lifelessin it01:38
lifelessso I'm not sure even that is needed01:38
fungiaha01:38
fungibknudson: so i think your best bet is going to be for me to delete your current stable/juno branch and then create a new one off of an appropriate ref01:39
fungithat _will_ cause the branch to not be fast-forwardable for anyone who happened to pull from it in the past few hours though01:39
*** otter768 has quit IRC01:40
*** woodster_ has quit IRC01:40
fungibknudson: what existing commit do you want as the tip of that branch?01:41
fungidhellmann: ^01:42
fungilooks like that was your patch01:42
lifelessfungi: the reflog in the master repo should be a good way to tell01:44
fungigreat idea01:44
*** salv-orlando has joined #openstack-infra01:45
fungibased on http://paste.openstack.org/show/205871/ looks like it should be 52727bc01:45
fungiDate:   Wed Aug 20 15:18:22 2014 -050001:46
*** achanda has joined #openstack-infra01:47
fungialso matches the 0.6.0 tag so that seems right01:47
lifelessoh!01:47
fungiso i'll re-branch pycadf stable/juno from the 0.6.0 tag01:47
lifeless              export PBR_PIP_VERSION=git+https://github.com/pypa/pip.git@develop#egg=pipexport01:48
lifelesswhats wrong with that01:48
fungicrap, can't delete stable/juno without first abandoning some open changes on it01:49
lifelessfungi: don't delete01:49
openstackgerritlifeless proposed openstack-infra/project-config: Fixup the PBR_PIP_VERSION more.  https://review.openstack.org/17751301:49
lifelessfungi: you've got direct push access right?01:49
fungilifeless: trying to avoid push --force there01:49
lifelessfungi: *why* ?01:49
fungibut i guess i could01:49
fungii suppose deleting the branch and recreating it is at least as bad01:50
fungiso, yeah01:50
lifelesswhat you're doing is specifically forcing a new history incompatible branch01:50
fungiand that will avoid needing to temporarily abandoning changes at least01:50
lifelessthe disruption is all going to come from the fact you're doing that, you don't need to add more into the mix ;)01:50
fungiyep01:51
*** MarkAtwood has quit IRC01:51
*** salv-orlando has quit IRC01:51
*** armax has joined #openstack-infra01:53
*** MarkAtwood has joined #openstack-infra01:54
*** jerryz has quit IRC01:57
openstackgerritlifeless proposed openstack-infra/project-config: Don't setup devstack for pbr integration tests.  https://review.openstack.org/17751401:59
fungidhellmann: bknudson: the branch is reset to 0.6.0 where it was before the broken 177436 merged, and i've now reproposed that change correctly as 17751502:00
lifelessfungi: we do need the contents of things in /opt/stack/new, tahts not in the call to devstack though, is it ?02:01
fungilifeless: oh, devstack-gate syncs those from /opt/git02:01
fungiyou could do that in the script instead, via rsync or zuul-cloner or whatever02:02
fungior just tell it to operate out of /opt/git i support02:02
fungier, suppose02:02
*** yamamoto has quit IRC02:02
lifelessdo I want to ask why it does that?02:05
*** ayoung-noms is now known as ayoung02:07
bknudsonfungi: great, thanks02:07
*** boris-42 has quit IRC02:08
fungilifeless: /opt/stack/new is the location where devstack expects to find its git cache. /opt/git is where zuul-cloner expects to find it (for reasons of wanting to be used for more than devstack)02:10
fungialso devstack only uses the part of the repository name after the /02:11
fungiand devstack-gate only copies in the git repositories it's configuring devstack to use, rather than all of them02:12
fungii'm sure it could be streamlined considerably, that's simply the current state02:12
*** tsg_ has joined #openstack-infra02:14
*** achanda has quit IRC02:16
*** tsg has quit IRC02:17
bknudsonalso, looks like the existing reviews are fine... probably because the parent commit is the same.02:18
*** tsg_ has quit IRC02:21
bknudsonI thought we'd have to disable the py33 job for pycadf, but turns out all it needed was mox3 in test-requirements.02:22
*** ivar-laz_ has joined #openstack-infra02:25
*** ivar-lazzaro has quit IRC02:29
*** ivar-laz_ has quit IRC02:29
*** amitgandhinz has quit IRC02:34
*** amitgandhinz has joined #openstack-infra02:34
lifelessfungi: so, PROJECTS is like openstack/nova02:35
lifelessfungi: and /opt/git/openstack/nova is the full source?02:35
fungilifeless: yeah, and devstack-gate copies it to /opt/stack/new/nova where devstack expects it to be02:36
lifelessisn't that a big chunk of wasted IO ?02:37
*** bknudson has quit IRC02:38
*** samueldmq has quit IRC02:38
*** yamamoto has joined #openstack-infra02:39
fungiprobably not a ton, but yeah could maybe symlink them instead or something02:42
lifelessfungi: are they bare or anything otherwise surprising?02:42
lifelessfungi: you might be surprised  - do a du -h of that sometime02:42
funginope. they're just the result of git clone02:42
lifelessIIRC its GB's02:43
fungiwe've got timing info we can look at to see how much time it adds, yeah02:43
lifelessnot lots of GB's, but still02:43
lifelesshuh, hacking doesn't use pbr02:43
lifelesswho knew02:43
*** sks has joined #openstack-infra02:43
lifelessok02:44
lifelessso this is a genuine failure I think02:44
lifeless2015-04-25 01:50:20.110 | + /tmp/tmp.gVZs49VFKX/pip/bin/pip install git+file:///tmp/tmp.gVZs49VFKX/projects/ceilometer02:44
*** woodster_ has joined #openstack-infra02:44
lifeless..02:44
lifeless2015-04-25 01:50:22.445 |     Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?02:44
lifelessthough I've NFI why a pip change is triggering that02:45
funginot too long ago there was something happened pip-wise to cause it to start using a different working directory02:45
lifelessyah02:46
fungiwhen i brought it up, it got patched with the usual admonition of pip-is-not-a-library02:46
lifelessI'm looking at the failure in https://review.openstack.org/#/c/177457/02:46
lifelessyou can see those changes are very isolated02:47
lifelessand I know pretty much everything thats in 6.1.1..7.0.002:47
lifelessbut I thought that change got backed out02:47
fungii think it may have been postponed to a later release02:48
fungibut i honestly don't recall the details now02:48
*** yamamoto has quit IRC02:49
*** harlowja_ is now known as harlowja_away02:50
lifelessI don't see anything suspect in the commit log for 6.1.1..upstream/develop02:51
*** sks has quit IRC02:52
lifelessdstufft: ^ - testing with trunk pip is failing to get the git history needed by 'pbr sdist' for a git+ url02:52
lifelessdstufft: the same test script is working with 6.1.102:53
*** harlowja_at_home has joined #openstack-infra02:53
fungilast time i ended up sticking debug print statements in pip until i narrowed down the directory change02:53
lifelessyeah02:53
lifelessrigth now I need to cook lunch for a certain small creature02:53
fungiand i need to go pass out02:54
fungianyway, looks like progress! i'm excited02:54
*** ddieterl_ has quit IRC02:54
lifelesswell it means that its damn good timing we set this up :)02:55
fungivery much so02:55
fungimay save us yet another fire drill02:55
*** baoli has joined #openstack-infra02:56
lifelessyup02:57
lifelessseparate dir02:57
lifeless/tmp/pip-kAl5Un-build/setup.cfg02:57
lifelessvs02:57
lifeless/tmp/pip-MXRlJB-export02:57
*** harlowja_at_home has quit IRC03:00
*** fedexo has joined #openstack-infra03:00
lifelessdstufft: https://github.com/pypa/pip/issues/272303:01
*** baoli has quit IRC03:15
lifelessok, found it03:16
lifelessbut aieeee03:16
*** achanda has joined #openstack-infra03:16
*** achanda has quit IRC03:23
*** armax has quit IRC03:23
*** crc32 has joined #openstack-infra03:28
*** tiswanso has quit IRC03:28
*** amitgandhinz has quit IRC03:30
*** davideagnello has joined #openstack-infra03:31
*** yamahata has joined #openstack-infra03:37
*** otter768 has joined #openstack-infra03:41
*** otter768 has quit IRC03:46
*** davideagnello has quit IRC03:51
*** davideagnello has joined #openstack-infra03:51
*** crc32 has quit IRC03:55
*** ddieterly has joined #openstack-infra03:55
*** ddieterly has quit IRC04:00
*** Longgeek has joined #openstack-infra04:01
*** shashankhegde has joined #openstack-infra04:03
*** isviridov_away is now known as isviridov04:04
*** Longgeek has quit IRC04:07
*** salv-orlando has joined #openstack-infra04:08
*** salv-orlando has quit IRC04:14
*** ashleighfarnham has joined #openstack-infra04:15
*** ashleighfarnham has quit IRC04:20
*** spzala has joined #openstack-infra04:27
*** salv-orlando has joined #openstack-infra04:27
*** salv-orlando has quit IRC04:31
lifelessI have to wonder04:32
lifelessdoes the [all] tag go into /dev/null ?04:32
lifeless(w.r.t. [all] Call for testing - pbr master)04:32
*** unicell has joined #openstack-infra04:35
*** spzala has quit IRC04:36
*** yamamoto has joined #openstack-infra04:38
*** sdake has joined #openstack-infra04:38
*** hodos has quit IRC04:39
*** amitgandhinz has joined #openstack-infra04:41
*** shashankhegde has quit IRC04:41
*** sdake has quit IRC04:43
*** yamamoto has quit IRC04:43
*** amitgandhinz has quit IRC04:45
*** woodster_ has quit IRC04:50
*** shashankhegde has joined #openstack-infra04:51
*** Longgeek has joined #openstack-infra04:56
*** ddieterly has joined #openstack-infra04:57
*** otter768 has joined #openstack-infra05:00
*** ddieterly has quit IRC05:01
*** Kennan2 has quit IRC05:09
*** tnovacik has joined #openstack-infra05:09
*** dangers is now known as dangers_away05:10
*** dangers_away is now known as dangers05:10
*** salv-orlando has joined #openstack-infra05:10
*** Kennan has joined #openstack-infra05:14
*** salv-orlando has quit IRC05:15
*** Kennan2 has joined #openstack-infra05:17
*** Krinkle is now known as Krinkle|detached05:17
*** Kennan2 has quit IRC05:18
*** Kennan2 has joined #openstack-infra05:18
*** Kennan2 has quit IRC05:18
*** Kennan2 has joined #openstack-infra05:19
*** Kennan2 has quit IRC05:20
*** Kennan2 has joined #openstack-infra05:20
*** Kennan2 has left #openstack-infra05:20
*** Kennan has quit IRC05:20
*** Kennan has joined #openstack-infra05:21
*** Longgeek has quit IRC05:24
*** CyberaX has joined #openstack-infra05:28
*** Longgeek has joined #openstack-infra05:32
*** CyberaX has quit IRC05:34
*** yamahata has quit IRC05:45
*** sdake has joined #openstack-infra05:51
*** Longgeek has quit IRC05:51
*** Longgeek has joined #openstack-infra05:52
*** ddieterly has joined #openstack-infra05:58
*** markvoelker has quit IRC06:01
*** ddieterly has quit IRC06:02
*** fedexo has quit IRC06:09
*** liusheng has left #openstack-infra06:09
*** xnox has quit IRC06:15
*** unicell1 has joined #openstack-infra06:16
*** unicell has quit IRC06:16
*** simonmcc_ has joined #openstack-infra06:17
*** zhiyan_ has joined #openstack-infra06:17
*** dangers` has joined #openstack-infra06:17
*** GheRiver1 has joined #openstack-infra06:18
*** lxsli0 has joined #openstack-infra06:18
*** SergK_ has joined #openstack-infra06:18
*** sabeen has joined #openstack-infra06:18
*** vish1 has joined #openstack-infra06:19
*** chlong has joined #openstack-infra06:19
*** timfreun1 has joined #openstack-infra06:19
*** hughhalf_ has joined #openstack-infra06:19
*** ayoung_ has joined #openstack-infra06:19
*** dvorak has joined #openstack-infra06:19
*** gibi_ has joined #openstack-infra06:20
*** Bsony has joined #openstack-infra06:20
*** clif has joined #openstack-infra06:20
*** bodepd has joined #openstack-infra06:20
*** zhiyan has quit IRC06:20
*** simonmcc has quit IRC06:20
*** rackertom has quit IRC06:20
*** vishy has quit IRC06:20
*** mmedvede has quit IRC06:20
*** SergK has quit IRC06:20
*** msuriar has quit IRC06:20
*** GheRivero has quit IRC06:20
*** tchaypo has quit IRC06:20
*** ctracey has quit IRC06:20
*** lxsli has quit IRC06:20
*** ayoung has quit IRC06:20
*** sileht has quit IRC06:20
*** openstackgerrit has quit IRC06:20
*** ondergetekende_ has quit IRC06:20
*** markvan_ has quit IRC06:20
*** roaet_ has quit IRC06:20
*** leifmadsen has quit IRC06:20
*** rossella_s has quit IRC06:20
*** mrda has quit IRC06:20
*** clif_h has quit IRC06:20
*** zaro has quit IRC06:20
*** clayton has quit IRC06:20
*** timfreund has quit IRC06:20
*** dangers has quit IRC06:20
*** bodepd_ has quit IRC06:20
*** JayF has quit IRC06:20
*** hughhalf has quit IRC06:20
*** gibi has quit IRC06:20
*** mmedvede has joined #openstack-infra06:20
*** vish1 is now known as vishy06:20
*** ondergetekende has joined #openstack-infra06:20
*** zaro has joined #openstack-infra06:20
*** markvan has joined #openstack-infra06:20
*** msuriar has joined #openstack-infra06:20
*** JayF has joined #openstack-infra06:20
*** zhiyan_ is now known as zhiyan06:21
*** macjack has quit IRC06:21
*** simonmcc_ is now known as simonmcc06:21
*** rossella_s has joined #openstack-infra06:21
*** roaet has joined #openstack-infra06:21
*** leifmadsen has joined #openstack-infra06:21
*** mrda has joined #openstack-infra06:21
*** chlong has quit IRC06:21
*** macjack has joined #openstack-infra06:21
*** sileht has joined #openstack-infra06:22
*** achanda has joined #openstack-infra06:22
*** openstackgerrit has joined #openstack-infra06:22
*** salv-orlando has joined #openstack-infra06:22
*** yamahata has joined #openstack-infra06:26
*** achanda has quit IRC06:26
*** unicell has joined #openstack-infra06:27
*** ctracey has joined #openstack-infra06:28
*** salv-orlando has quit IRC06:28
*** rackertom has joined #openstack-infra06:28
*** unicell1 has quit IRC06:29
*** achanda has joined #openstack-infra06:31
*** tchaypo has joined #openstack-infra06:31
*** yamahata has quit IRC06:34
*** dhritishikhar has quit IRC06:35
*** Longgeek has quit IRC06:37
*** liam_ has joined #openstack-infra06:37
*** liam_ is now known as Guest2605406:38
*** Longgeek has joined #openstack-infra06:38
*** yolanda has joined #openstack-infra06:39
*** tqtran has joined #openstack-infra06:40
*** hdd has joined #openstack-infra06:43
*** tqtran has quit IRC06:44
*** hdd has quit IRC06:46
*** macjack1 has joined #openstack-infra06:50
*** jkt_ has joined #openstack-infra06:51
*** prad_ has joined #openstack-infra06:51
*** ruhe2 has joined #openstack-infra06:51
*** ibiris_away is now known as ibiris06:51
*** edwarnicke_ has joined #openstack-infra06:53
*** bttully has joined #openstack-infra06:55
*** mfink has quit IRC06:56
*** f1ller- has joined #openstack-infra06:56
*** _nadya_ has joined #openstack-infra06:56
*** Mithrandir_ has joined #openstack-infra06:57
*** hughsaunders_ has joined #openstack-infra06:57
*** mfink has joined #openstack-infra06:57
*** kevinbenton has quit IRC06:57
*** kevinbenton has joined #openstack-infra06:58
*** sileht has quit IRC06:58
*** macjack has quit IRC06:58
*** clif has quit IRC06:58
*** prad has quit IRC06:58
*** jyuso1 has quit IRC06:58
*** jkt has quit IRC06:58
*** f1ller has quit IRC06:58
*** sambetts has quit IRC06:58
*** coolsvap|afk has quit IRC06:58
*** btully has quit IRC06:58
*** nijaba has quit IRC06:58
*** edwarnicke has quit IRC06:58
*** jesusaurus has quit IRC06:58
*** Mithrandir has quit IRC06:58
*** ghostpl has quit IRC06:58
*** tristanC has quit IRC06:58
*** ruhe has quit IRC06:58
*** anthonyper has quit IRC06:58
*** hughsaunders has quit IRC06:58
*** plol has quit IRC06:58
*** bttully is now known as btully06:58
*** hughsaunders_ is now known as hughsaunders06:58
*** ruhe2 is now known as ruhe06:58
*** nijaba has joined #openstack-infra06:58
*** jyuso1 has joined #openstack-infra06:58
*** ddieterly has joined #openstack-infra06:58
*** sambetts has joined #openstack-infra06:59
*** alex_xu has quit IRC06:59
*** shashankhegde has quit IRC06:59
*** coolsvap|afk has joined #openstack-infra06:59
*** anthonyper has joined #openstack-infra06:59
*** edwarnicke_ is now known as edwarnicke07:00
*** alex_xu has joined #openstack-infra07:00
*** dhritishikhar has joined #openstack-infra07:00
*** dhritishikhar_ has joined #openstack-infra07:01
*** dhritishikhar has quit IRC07:01
*** heyongli has quit IRC07:01
*** sabeen has quit IRC07:01
*** sputnik13 has joined #openstack-infra07:02
*** ddieterly has quit IRC07:03
*** ghostpl has joined #openstack-infra07:03
*** plol has joined #openstack-infra07:04
*** heyongli has joined #openstack-infra07:04
*** clif has joined #openstack-infra07:05
*** sileht has joined #openstack-infra07:05
*** subscope_ has joined #openstack-infra07:06
openstackgerritMerged openstack-infra/project-config: ACL changes for Congress create-reference  https://review.openstack.org/17749207:09
*** tristanC has joined #openstack-infra07:14
*** ibiris is now known as ibiris_away07:15
*** shashankhegde has joined #openstack-infra07:16
*** Guest26054 has quit IRC07:22
*** jesusaurus has joined #openstack-infra07:23
*** salv-orlando has joined #openstack-infra07:25
*** salv-orlando has quit IRC07:29
*** ibiris_away is now known as ibiris07:30
*** shashankhegde has quit IRC07:30
*** amotoki_ has quit IRC07:32
*** amotoki_ has joined #openstack-infra07:32
*** mase_x200 has joined #openstack-infra07:33
*** dangers` is now known as dangers_away07:33
*** dangers_away is now known as dangers`07:33
*** sks has joined #openstack-infra07:34
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add Chef Cookbook meeting.  https://review.openstack.org/17620507:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add Cue team meeting  https://review.openstack.org/17620407:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add DefCore Progress Update Meeting.  https://review.openstack.org/17620707:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add magnetoDB Team Meeting  https://review.openstack.org/17620607:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add OpenStackClient Team Meeting  https://review.openstack.org/17620307:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Rename OpenStack Security Group (OSSG) Meeting  https://review.openstack.org/17621607:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Update nova API Meeting Chair  https://review.openstack.org/17621707:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Update the Meeting chairs.  https://review.openstack.org/17621807:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Move Puppet Meeting  https://review.openstack.org/17621207:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Place novanet to Neutron migration meeting on hold  https://review.openstack.org/17621307:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Update Telco WG Meeting  https://review.openstack.org/17621407:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Merge State Management and Oslo Meetings  https://review.openstack.org/17621507:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Add Community Office hours.  https://review.openstack.org/17620807:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Alternate Sahara meeting  https://review.openstack.org/17620907:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Update Neutron VPNaaS Meeting  https://review.openstack.org/17621007:37
openstackgerritTony Breeds proposed openstack-infra/irc-meetings: Glace meeting no longer alternates  https://review.openstack.org/17621107:37
*** Bsony has quit IRC07:41
*** ihrachyshka has joined #openstack-infra07:42
*** achanda has quit IRC07:42
*** achanda has joined #openstack-infra07:46
*** _nadya_ has quit IRC07:51
*** Longgeek has quit IRC07:52
*** MaxV has joined #openstack-infra07:54
*** Longgeek has joined #openstack-infra07:54
*** ihrachyshka has quit IRC07:57
*** ddieterly has joined #openstack-infra07:59
*** achanda has quit IRC08:03
*** ddieterly has quit IRC08:04
*** ibiris is now known as ibiris_away08:04
*** andreykurilin__ has quit IRC08:08
*** Bsony has joined #openstack-infra08:08
*** ociuhandu has joined #openstack-infra08:10
*** yamamoto has joined #openstack-infra08:16
openstackgerritVictor Stinner proposed openstack-infra/project-config: Make oslo.messaging py3 job voting  https://review.openstack.org/17753408:17
*** mase_x200 has quit IRC08:17
*** yamamoto has quit IRC08:20
*** subscope_ has quit IRC08:21
*** dangers` is now known as dangers_away08:22
*** dangers_away is now known as dangers`08:22
*** otter768 has quit IRC08:31
*** Bsony has quit IRC08:40
*** ddieterly has joined #openstack-infra09:00
*** ddieterly has quit IRC09:04
*** MaxV has quit IRC09:07
*** MaxV has joined #openstack-infra09:07
*** dhritishikhar_ has quit IRC09:08
*** dhritishikhar_ has joined #openstack-infra09:09
*** MaxV has quit IRC09:11
*** dteselkin has quit IRC09:13
*** rakhmerov has quit IRC09:13
*** HeOS_ has quit IRC09:14
*** asilenkov has quit IRC09:14
*** tsufiev has quit IRC09:15
*** katyafervent has quit IRC09:15
*** amotoki_ has quit IRC09:15
*** yolanda has quit IRC09:16
*** ociuhandu has quit IRC09:24
*** rakhmerov has joined #openstack-infra09:41
*** salv-orlando has joined #openstack-infra09:42
*** tqtran has joined #openstack-infra09:43
*** katyafervent has joined #openstack-infra09:44
*** yamamoto has joined #openstack-infra09:45
*** dteselkin has joined #openstack-infra09:46
*** Bsony has joined #openstack-infra09:46
*** HeOS_ has joined #openstack-infra09:46
*** tsufiev has joined #openstack-infra09:46
*** asilenkov has joined #openstack-infra09:47
*** tqtran has quit IRC09:47
*** Bsony has quit IRC09:51
*** yamamoto has quit IRC10:00
*** ddieterly has joined #openstack-infra10:01
*** yamamoto has joined #openstack-infra10:02
*** yamamoto has quit IRC10:03
*** ddieterly has quit IRC10:05
*** ociuhandu has joined #openstack-infra10:12
*** _dguerri is now known as dguerri10:17
*** Darkwan has joined #openstack-infra10:17
*** isviridov is now known as isviridov_away10:19
*** teran has joined #openstack-infra10:21
*** liam_ has joined #openstack-infra10:22
*** liam_ is now known as Guest6576310:22
*** dangers` is now known as dangers_away10:30
*** dangers_away is now known as dangers`10:30
*** ociuhandu has quit IRC10:30
*** otter768 has joined #openstack-infra10:32
*** teran has quit IRC10:32
*** yamamoto has joined #openstack-infra10:34
*** otter768 has quit IRC10:36
*** markvoelker has joined #openstack-infra10:37
*** garyk has quit IRC10:37
*** yamamoto has quit IRC10:39
*** jerryz has joined #openstack-infra10:40
openstackgerritDavide Guerri proposed openstack-infra/shade: WiP: Add Neutron/Nova Floating IP support  https://review.openstack.org/17703610:41
*** yamamoto has joined #openstack-infra10:41
*** markvoelker has quit IRC10:42
*** salv-orlando has quit IRC10:44
*** _nadya_ has joined #openstack-infra10:51
openstackgerritDavide Guerri proposed openstack-infra/shade: WiP: Add Neutron/Nova Floating IP support  https://review.openstack.org/17703610:53
*** _nadya_ has quit IRC10:56
*** MaxV has joined #openstack-infra11:05
*** yamamoto has quit IRC11:05
*** ajo has joined #openstack-infra11:08
*** yamamoto has joined #openstack-infra11:08
*** jerryz has quit IRC11:10
*** dguerri is now known as _dguerri11:14
*** _dguerri is now known as dguerri11:20
*** dangers` is now known as dangers_away11:23
*** dangers_away is now known as dangers`11:23
*** dguerri is now known as _dguerri11:24
*** bknudson has joined #openstack-infra11:38
*** markvoelker has joined #openstack-infra11:38
*** markvoelker has quit IRC11:43
*** salv-orlando has joined #openstack-infra11:44
*** sks has quit IRC11:48
*** salv-orlando has quit IRC11:51
*** teran has joined #openstack-infra11:54
*** sdake_ has joined #openstack-infra11:55
*** sdake has quit IRC11:58
*** yamamoto has quit IRC12:00
*** ir2ivps has joined #openstack-infra12:00
*** ddieterly has joined #openstack-infra12:02
*** yamamoto has joined #openstack-infra12:04
*** ddieterly has quit IRC12:07
*** mriedem has joined #openstack-infra12:07
*** macjack1 has left #openstack-infra12:17
*** yamamoto has quit IRC12:18
*** MaxV has quit IRC12:19
*** jerryz has joined #openstack-infra12:29
*** otter768 has joined #openstack-infra12:32
*** otter768 has quit IRC12:37
*** dangers` is now known as dangers_away12:38
*** dangers_away is now known as dangers`12:38
*** markvoelker has joined #openstack-infra12:39
*** markvoelker has quit IRC12:43
*** ajo has quit IRC12:55
openstackgerritMerged openstack-infra/shade: Add update_machine method  https://review.openstack.org/17399612:57
openstackgerritMerged openstack-infra/shade: Add Ironic maintenance state pass-through  https://review.openstack.org/17228312:57
openstackgerritMerged openstack-infra/shade: Replace e.message with str(e)  https://review.openstack.org/17734613:00
openstackgerritMerged openstack-infra/shade: Call super in OpenStackCloudException  https://review.openstack.org/17734713:00
*** zul has quit IRC13:01
*** mriedem1 has joined #openstack-infra13:03
*** ddieterly has joined #openstack-infra13:03
*** mriedem has quit IRC13:06
*** ddieterly has quit IRC13:07
*** prad_ is now known as prad13:08
*** Guest65763 has quit IRC13:10
*** sputnik13 has quit IRC13:14
openstackgerritBrant Knudson proposed openstack/requirements: Uncap pymongo  https://review.openstack.org/17209513:15
*** Darkwan has quit IRC13:17
*** dangers` is now known as dangers_away13:19
*** MaxV has joined #openstack-infra13:19
SpamapSmordred: well you're a busy bee this Saturday morning.13:22
mordredSpamapS: I wake up, I do things13:24
mordredSpamapS: you're up early13:24
*** sambetts has quit IRC13:25
SpamapSmordred: I went to bed at like 10:00 last night w/ a fever. Woke up feeling much much better so.. yeah. ;)13:26
mordredSpamapS: yay!13:26
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/project-config: Remove precise functests for diskimage-builder  https://review.openstack.org/17754513:27
*** sambetts has joined #openstack-infra13:27
SpamapS^^ those is broken13:27
*** garyk has joined #openstack-infra13:34
*** mase_x200 has joined #openstack-infra13:36
*** markvoelker has joined #openstack-infra13:39
*** jkt_ is now known as jkt13:40
*** markvoelker has quit IRC13:44
mordredSpamapS: you know, that patch makes me think of this interessting thing that has happened13:46
mordredSpamapS: which is that Ubuntu has an LTS timeframe, and RHEL has a support timeframe13:47
mordredSpamapS: and for some reason that has made upstreams start thinking they need to care about a platform for the length of that platforms corporate-decided support lifecycle13:47
mordredSpamapS: it's really not my job to make sure that something works on an old version of ubuntu for as long as ubuntu has decided that old version should limp along13:48
mordredSpamapS: (this is my way of saying "yes please, kill precise")13:48
mordredSpamapS: and by "support" as an upstream, I mean "ensure that new releases of a given piece of software work on an old release of a distro" not "provide security fixes for old things"13:49
SpamapSmordred: Right, if the users want it though, I think it's important.13:49
SpamapSmordred: but AFAIK, dib users don't care about precise.13:49
mordredyah13:49
mordredSpamapS: I'm not trying to make a hard and fast rule13:49
*** tjones1 has joined #openstack-infra13:49
mordredSpamapS: just saying that sometimes I think it's easy to get caught in the trap of "it exists, therefore must care"13:50
mordred_especially_ for utilities13:50
SpamapSindeed13:53
SpamapSmordred: I also think it's ok to just keep a test running that is passing, until you see it fail, and then shut it off and put it in your release notes "Precise support dropped."13:53
mordredyup13:53
SpamapSBut it's also fine to do that as soon as you are comfortable the new platform is well established. :)13:53
*** teran has quit IRC13:55
*** MaxV has quit IRC13:57
mordredmordred@camelot:~/src/openstack-infra/project-config$ openstack --os-cloud=rax image delete e18cb248-4ae3-4c2c-9bb6-035808a297b613:57
mordred/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)13:57
mordred  SecurityWarning13:57
mordred/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html13:57
mordred  InsecureRequestWarning)13:57
mordred/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html13:57
mordred  InsecureRequestWarning)13:57
mordredERROR: openstack HTTPInternalServerError (HTTP 500)13:57
mordredbtw - that request succeeded13:57
*** dhritishikhar_ has quit IRC14:00
*** Longgeek has quit IRC14:00
*** ajo has joined #openstack-infra14:01
*** ajo has quit IRC14:04
*** teran has joined #openstack-infra14:05
*** Longgeek has joined #openstack-infra14:06
fungiyeah. there is a fundamental disconnect in some parts of the python library world. in the beforetime, when people still wrote things in a language called "c" (i think it was short for "cat"), there was this expectation that libraries should not spit errors to your terminal14:06
*** yamamoto has joined #openstack-infra14:06
fungiapplications calling into urrlib/requests should i think be trapping that sort of thing and then making decisions based on it, not just helpfully passing it along to the end user14:07
mordredfungi: I'm just impressed that I got 3 warnings AND a 500 error ... and the command still worked14:08
clarkbwow everyone is awake14:08
mordredclarkb: it's a party!14:08
fungiclarkb: it's an illusion14:08
*** ddieterly has joined #openstack-infra14:08
fungi(illusory party)14:08
mordredclarkb, fungi: if you want fun morning-rage, the scrollback in #tripleo has me trying to figure out debian and ubuntu locale generation14:08
fungii missed the 500 isr at the end. thought you were still on about the urllib3 exceptions14:09
mordredfungi: I was on about all of it14:09
mordredbecause it's all silly14:09
* fungi has a silly hat14:09
mordredfungi is a silly hat14:09
*** jtriley has quit IRC14:09
*** jerryz has quit IRC14:11
mordredfungi, clarkb: a +A on https://review.openstack.org/177545 would be a friendly14:11
*** yamamoto has quit IRC14:11
clarkbI'm watching temp rise on smoker14:11
fungiSpamapS: AJaeger has a valid suggestion14:13
fungi(on 177545)14:13
fungii can update it myself in a minute if you're otherwise engaged14:14
mordredfungi: I've got that repo in the middle of a different state - if you don't mind, that would be nice14:16
*** _dguerri is now known as dguerri14:17
fungion it14:17
*** tnovacik has quit IRC14:18
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Remove precise functests for diskimage-builder  https://review.openstack.org/17754514:19
mordredneat.14:19
*** amitgandhinz has joined #openstack-infra14:28
*** amitgandhinz has quit IRC14:29
*** amitgandhinz has joined #openstack-infra14:29
*** dhritishikhar has joined #openstack-infra14:29
mordredfungi: ooh - I think I see a way to emit a warning14:30
*** otter768 has joined #openstack-infra14:33
*** dguerri is now known as _dguerri14:34
openstackgerritGal Sagie proposed openstack-infra/project-config: Enable a check job for stackforge/dragonflow  https://review.openstack.org/17515214:37
*** otter768 has quit IRC14:38
*** _dguerri is now known as dguerri14:39
*** jtriley has joined #openstack-infra14:41
*** rbradfor has joined #openstack-infra14:43
openstackgerritMerged openstack-infra/project-config: Remove precise functests for diskimage-builder  https://review.openstack.org/17754514:45
*** jtriley has quit IRC14:47
*** amotoki_ has joined #openstack-infra14:48
mordredfungi: nope. nevermind.14:56
*** salv-orlando has joined #openstack-infra15:02
*** teran has quit IRC15:06
*** timfreun1 is now known as timfreund15:09
*** salv-orlando has quit IRC15:11
*** ddieterly has quit IRC15:15
*** otter768 has joined #openstack-infra15:20
*** tjones1 has quit IRC15:22
openstackgerritJeremy Stanley proposed openstack-infra/bindep: Don't support setup.py install  https://review.openstack.org/17755315:23
*** hdd has joined #openstack-infra15:23
fungimordred: well, ^ is fragile but seems to be the start of a workaround15:24
fungias in, if pbr can't detect whether it's being run under setup.py install, then have setup.py do it (and cargo-cult/cookiecutter it to projects using pbr)15:25
*** armax has joined #openstack-infra15:27
fungii'm sure there are all sorts of nuanced complexities i'm missing even going that route15:29
openstackgerritTerry Howe proposed openstack-infra/project-config: Add OpenStack Python SDK gate  https://review.openstack.org/17755415:29
*** ir2ivps has quit IRC15:32
*** rejerson69 has quit IRC15:34
*** ir2ivps has joined #openstack-infra15:34
*** harlowja_at_home has joined #openstack-infra15:37
*** _nadya_ has joined #openstack-infra15:37
openstackgerritMonty Taylor proposed openstack-infra/glean: Handle not having an ssh_key in config-drive  https://review.openstack.org/17755615:43
mordredfungi, greghaynes, SpamapS: ^^15:44
*** jtriley has joined #openstack-infra15:44
*** dhritishikhar has quit IRC15:44
*** e0ne has joined #openstack-infra15:44
mordredfungi: so - problem is - pip will eventually call setup.py itself15:44
mordredfungi: the tricky part is detecting if pip called setup.py install, or if a user did15:45
*** harlowja_at_home has quit IRC15:46
*** abregman has joined #openstack-infra15:46
mordredfungi: see Daviey's post to openstack-dev15:47
mordredfungi: I think he might win for being hackiest this week15:47
fungimordred: right. my stab at it was that if sys.argv[0] is setup.py and install is a parameter to it, then pip seems to not do that15:47
mordredfungi: well - we could do that in pbr without having to cargo cult, fwiw15:47
fungiooh, good one Daviey15:48
mordredof course ... this gets us into another tiff ...15:48
fungimordred: ahh, right pbr has access to the command line arguments as well15:48
mordredwhich is that python setup.py install --single-version-externally-managed _is_ supported - because dh_python and rpm spec files15:48
*** jtriley has quit IRC15:49
fungiaha, so this turns into a mess of corner cases and spaghetti logic in the end15:49
mordredso - how about we detect both15:49
mordreddistros should be using --single-version-externally-managed15:49
mordredif they're not, it's a bug15:49
mordredusers should not be using setup.py at all15:49
mordredfor install15:50
mordredso we can look at your trick, and also look for --single-version-externally-managed in the args15:50
fungifor develop either (vs pip install -e)?15:50
mordredwell, develop can be simpler15:50
mordredjust flat don't do it15:50
fungior is that still expected to work?15:50
fungirighht-o15:50
mordrednope. you should use pip install -e15:50
mordredbecause otherwise fail15:50
mordredso - we can detect and then give a nice verbose error message15:51
mordred"setup.py install is not supported for end users. If you are a human, please use pip install . instead. If you are a distro pacakger, please add --single-version-externally-managed, which is almost certainly required by your distro packaging policy"15:51
*** otter768 has quit IRC15:51
*** e0ne has quit IRC15:52
fungicool. my main concern was that a lot of devs coming in from other projects likely have finger memory for these commands, and throwing some crazy exception from deep in the bowels of a packaging chain (or even worse, subtly breaking later), so clearly exiting with an error message instead saying not to do that is the fastest way to get them on the right track15:52
mordredyup15:52
mordredfungi: W00T15:55
mordredfungi: it totally works15:55
fungiright on15:55
*** _nadya_ has quit IRC15:59
*** armax has quit IRC16:02
openstackgerritMonty Taylor proposed openstack-dev/pbr: Stop re-invoking pip  https://review.openstack.org/17536916:03
openstackgerritMonty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install  https://review.openstack.org/17755716:03
mordredfungi: enjoy :)16:03
*** ddieterl_ has joined #openstack-infra16:05
openstackgerritMonty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install  https://review.openstack.org/17755716:12
*** sandywalsh_ has joined #openstack-infra16:12
mordredfungi, Daviey: ^^ updated to do develop, and also to properly handle distro packaging16:13
fungimordred: see the docstring typo i pointed out on ps1 btw16:13
mordredfungi, Daviey: ^^ updated to do develop, and also to properly handle distro packaging16:13
mordredlooking16:13
*** [HeOS] has joined #openstack-infra16:14
mordredfungi: ok. fixed that and one other thing16:15
fungiaside from that ps2 also looking good16:15
openstackgerritMonty Taylor proposed openstack-dev/pbr: Prevent the invocation of setup.py install  https://review.openstack.org/17755716:15
*** sdake_ has quit IRC16:16
*** david-ly_ has joined #openstack-infra16:16
*** gibi has joined #openstack-infra16:16
*** mfink_ has joined #openstack-infra16:16
*** spredzy_ has joined #openstack-infra16:17
*** igorbelikov_ has joined #openstack-infra16:17
*** e0ne has joined #openstack-infra16:17
mordredreplied to the mailing list16:17
*** zz_naotok has joined #openstack-infra16:17
*** unicell1 has joined #openstack-infra16:17
*** SotK_ has joined #openstack-infra16:18
*** neoice_ has joined #openstack-infra16:18
*** laurelm_ has joined #openstack-infra16:18
*** grue_pm_ has joined #openstack-infra16:18
*** mattymo_ has joined #openstack-infra16:18
*** dhellmann_ has joined #openstack-infra16:18
*** mtreinish_ has joined #openstack-infra16:19
*** rwsu_ has joined #openstack-infra16:19
*** gnuoy` has joined #openstack-infra16:19
*** mfink has quit IRC16:19
*** spredzy has quit IRC16:19
*** zz_johnthetubagu has quit IRC16:19
*** igorbelikov has quit IRC16:19
*** naotokl has quit IRC16:19
*** laurelm has quit IRC16:19
*** unicell has quit IRC16:19
*** SamYaple has quit IRC16:19
*** grue_pm has quit IRC16:19
*** david-lyle has quit IRC16:19
*** rwsu has quit IRC16:19
*** mtreinish has quit IRC16:19
*** wayneeseguin has quit IRC16:19
*** dhellmann has quit IRC16:19
*** mase_x200 has quit IRC16:19
*** ilyashakhat has quit IRC16:19
*** mattymo has quit IRC16:19
*** gnuoy has quit IRC16:19
*** mtreinish_ is now known as mtreinish16:19
*** laurelm_ is now known as laurelm16:19
*** igorbelikov_ is now known as igorbelikov16:19
*** SamYaple has joined #openstack-infra16:19
mordredfungi: we shold probably make a release that prints the error message but still keeps going16:19
mordredfungi: and then make a release which errors16:19
*** zz_johnthetubagu has joined #openstack-infra16:19
mordredfungi: to give people a time to catch and remediate issues16:19
*** zz_johnthetubagu is now known as johnthetubaguy16:20
*** rbradfor has quit IRC16:20
*** mase_x200 has joined #openstack-infra16:20
*** ilyashakhat has joined #openstack-infra16:21
fungimordred: good idea16:21
*** dhellmann_ is now known as dhellmann16:21
*** wayneeseguin has joined #openstack-infra16:21
*** notmyname_ has joined #openstack-infra16:21
*** raginbaj- has joined #openstack-infra16:22
openstackgerritMonty Taylor proposed openstack-dev/pbr: Loudly warn about invocation of setup.py install  https://review.openstack.org/17755716:22
openstackgerritMonty Taylor proposed openstack-dev/pbr: Error on invocation of setup.py install  https://review.openstack.org/17755816:22
mordredfungi: done16:22
*** mriedem1 has quit IRC16:22
*** msuriar has quit IRC16:23
*** gibi_ has quit IRC16:23
*** vishy has quit IRC16:23
*** HeOS has quit IRC16:23
*** eharney has quit IRC16:23
*** sandywalsh has quit IRC16:23
*** amotoki has quit IRC16:23
*** hogepodge has quit IRC16:23
*** smyers has quit IRC16:23
*** notmyname has quit IRC16:23
*** masayukig has quit IRC16:23
*** waynr has quit IRC16:23
*** ttx has quit IRC16:23
*** trey has quit IRC16:23
*** markmcclain has quit IRC16:23
*** neoice has quit IRC16:23
*** reed has quit IRC16:23
*** jhesketh has quit IRC16:23
*** mgedmin has quit IRC16:23
*** isviridov_away has quit IRC16:23
*** SotK has quit IRC16:23
*** niska` has quit IRC16:23
*** cloudnull has quit IRC16:23
*** raginbajin has quit IRC16:23
*** Hunner has quit IRC16:23
*** rm_work|away has quit IRC16:23
*** ryanpetrello has quit IRC16:23
*** freyes has quit IRC16:23
*** gus has quit IRC16:23
*** mattoliverau has quit IRC16:23
*** ianychoi has quit IRC16:23
*** persia has quit IRC16:23
*** sc68cal has quit IRC16:23
*** sdague has quit IRC16:23
*** briancline has quit IRC16:23
*** palendae has quit IRC16:23
*** notmyname_ is now known as notmyname16:23
*** smyers has joined #openstack-infra16:23
*** raginbaj- is now known as raginbajin16:23
*** niska has joined #openstack-infra16:24
openstackgerritEmilien Macchi proposed openstack-infra/project-config: puppet: run beaker on both trusty & centos7  https://review.openstack.org/17543416:25
*** e0ne has quit IRC16:27
*** ianychoi has joined #openstack-infra16:29
*** waynr has joined #openstack-infra16:29
*** seeg_ has joined #openstack-infra16:29
*** mkj_wk_ has joined #openstack-infra16:31
*** nikhil_k_ has joined #openstack-infra16:31
*** erikmwilson_ has joined #openstack-infra16:31
*** adreznec_ has joined #openstack-infra16:31
*** e0ne has joined #openstack-infra16:31
*** amotoki has joined #openstack-infra16:32
*** seeg has quit IRC16:33
*** adreznec has quit IRC16:33
*** erikmwilson has quit IRC16:33
*** mkj_wk has quit IRC16:33
*** nikhil_k has quit IRC16:33
*** zz_avozza has quit IRC16:33
*** mfisch has quit IRC16:33
*** bradm has quit IRC16:33
*** wayneeseguin has quit IRC16:33
*** bswartz has quit IRC16:33
*** rcarrillocruz has quit IRC16:33
*** morgabra has quit IRC16:33
*** johnthetubaguy has quit IRC16:33
*** rcarrillocruz has joined #openstack-infra16:33
*** zz_johnthetubagu has joined #openstack-infra16:34
*** mfisch has joined #openstack-infra16:34
*** mfisch is now known as Guest4155016:34
*** zz_johnthetubagu is now known as johnthetubaguy16:34
*** shashankhegde has joined #openstack-infra16:34
*** zz_avozza has joined #openstack-infra16:35
*** wayneeseguin has joined #openstack-infra16:35
*** zz_avozza is now known as avozza16:35
*** bradm has joined #openstack-infra16:35
*** bswartz has joined #openstack-infra16:35
*** morgabra has joined #openstack-infra16:36
*** e0ne has quit IRC16:39
*** sdake has joined #openstack-infra16:41
*** e0ne has joined #openstack-infra16:43
*** dhritishikhar has joined #openstack-infra16:46
*** e0ne has quit IRC16:46
*** persia has joined #openstack-infra16:46
*** persia has quit IRC16:46
*** persia has joined #openstack-infra16:46
*** mattoliverau has joined #openstack-infra16:46
*** masayukig has joined #openstack-infra16:46
*** sc68cal has joined #openstack-infra16:46
*** sc68cal has quit IRC16:46
*** sc68cal has joined #openstack-infra16:46
*** gus has joined #openstack-infra16:46
*** reed has joined #openstack-infra16:46
*** msuriar has joined #openstack-infra16:46
*** eharney has joined #openstack-infra16:46
*** sdague has joined #openstack-infra16:46
*** freyes has joined #openstack-infra16:46
*** ryanpetrello_ has joined #openstack-infra16:46
*** trey has joined #openstack-infra16:46
*** markmcclain has joined #openstack-infra16:46
fungimordred: pep8 seems to have some things it would like to annoy you about regarding your docstring formatting and punctuation on 17755716:46
*** Hunner has joined #openstack-infra16:47
*** jhesketh has joined #openstack-infra16:47
*** cloudkiller has joined #openstack-infra16:47
*** vishy has joined #openstack-infra16:47
*** ttx has joined #openstack-infra16:47
*** mgedmin has joined #openstack-infra16:47
*** rm_work|away has joined #openstack-infra16:47
fungialso it looks like 177558 is actually going to break some tests16:48
*** rm_work|away is now known as rm_work16:48
*** rm_work has joined #openstack-infra16:48
*** tqtran has joined #openstack-infra16:48
*** isviridov_away has joined #openstack-infra16:49
*** e0ne has joined #openstack-infra16:50
fungiwe have at least one unit test triggering that path, but also the integration test script actually does a setup.py develop right now16:52
*** tqtran has quit IRC16:52
*** e0ne has quit IRC16:56
*** jtriley has joined #openstack-infra16:58
*** e0ne has joined #openstack-infra16:58
*** e0ne has quit IRC16:59
*** Bsony has joined #openstack-infra17:03
*** hamzy has joined #openstack-infra17:03
*** jtriley has quit IRC17:04
*** asselin_ has joined #openstack-infra17:10
*** hdd has quit IRC17:10
*** clif is now known as clif_h17:13
*** hdd has joined #openstack-infra17:14
*** r0x has joined #openstack-infra17:15
*** abregman has quit IRC17:16
*** cyeoh has quit IRC17:20
*** jvrbanac has quit IRC17:20
*** jvrbanac has joined #openstack-infra17:22
*** cyeoh has joined #openstack-infra17:23
*** cloudkiller is now known as cloudnull17:23
*** tjones1 has joined #openstack-infra17:24
*** ihrachyshka has joined #openstack-infra17:25
*** achanda has joined #openstack-infra17:25
*** hdd has quit IRC17:26
*** achanda has quit IRC17:26
*** Bsony has quit IRC17:27
*** shashankhegde has quit IRC17:32
*** cyeoh has quit IRC17:32
*** zz_dimtruck has quit IRC17:32
*** jamesmcarthur has joined #openstack-infra17:32
*** cyeoh has joined #openstack-infra17:33
*** tjones1 has quit IRC17:35
*** zz_dimtruck has joined #openstack-infra17:35
*** zz_dimtruck is now known as dimtruck17:36
*** tnovacik has joined #openstack-infra17:39
*** Bsony has joined #openstack-infra17:40
*** woodster_ has joined #openstack-infra17:42
*** tjones1 has joined #openstack-infra17:44
*** Bsony has quit IRC17:44
*** sdake has quit IRC17:46
*** otter768 has joined #openstack-infra17:52
*** tjones1 has quit IRC17:55
*** baoli has joined #openstack-infra17:57
*** otter768 has quit IRC17:58
*** baoli_ has joined #openstack-infra18:00
*** shashankhegde has joined #openstack-infra18:01
*** baoli has quit IRC18:01
*** dhritishikhar has quit IRC18:02
*** davideagnello has quit IRC18:06
*** ddieterl_ has quit IRC18:07
*** Guest41550 is now known as mfisch18:07
*** mfisch has joined #openstack-infra18:07
*** sdake has joined #openstack-infra18:10
*** e0ne has joined #openstack-infra18:15
*** johnthetubaguy has quit IRC18:18
*** e0ne has quit IRC18:20
*** e0ne has joined #openstack-infra18:24
*** jamesmcarthur has quit IRC18:26
*** pcrews has quit IRC18:26
*** e0ne has quit IRC18:28
*** mrunge has joined #openstack-infra18:31
*** jamesmcarthur has joined #openstack-infra18:31
*** e0ne has joined #openstack-infra18:32
*** e0ne has quit IRC18:34
*** teran has joined #openstack-infra18:34
*** r0x has quit IRC18:38
*** e0ne has joined #openstack-infra18:38
*** ihrachyshka has quit IRC18:39
*** e0ne has quit IRC18:40
*** salv-orlando has joined #openstack-infra18:42
*** ddieterly has joined #openstack-infra18:43
*** salv-orlando has quit IRC18:44
*** e0ne has joined #openstack-infra18:44
*** shashankhegde has quit IRC18:45
*** sdake has quit IRC18:45
*** baoli_ has quit IRC18:47
*** e0ne has quit IRC18:47
*** dhritishikhar has joined #openstack-infra18:48
*** e0ne has joined #openstack-infra18:50
*** isviridov_away is now known as isviridov18:52
*** e0ne has quit IRC18:57
*** _nadya_ has joined #openstack-infra18:59
*** e0ne has joined #openstack-infra19:01
*** e0ne has quit IRC19:04
*** _nadya_ has quit IRC19:04
*** e0ne has joined #openstack-infra19:08
*** jamesmcarthur has quit IRC19:10
*** e0ne has quit IRC19:11
*** johnthetubaguy has joined #openstack-infra19:12
*** BobBall has quit IRC19:14
*** sdake has joined #openstack-infra19:15
*** BobBall has joined #openstack-infra19:16
*** BobBall is now known as Guest2765119:16
*** sdake has quit IRC19:20
*** rbradfor has joined #openstack-infra19:21
*** rbradfor has quit IRC19:23
*** samueldmq has joined #openstack-infra19:34
*** asselin_ has quit IRC19:37
*** salv-orlando has joined #openstack-infra19:39
*** Guest27651 has quit IRC19:43
*** dguerri is now known as _dguerri19:44
*** markvoelker has joined #openstack-infra19:44
*** _dguerri is now known as dguerri19:44
*** BobBall_ has joined #openstack-infra19:45
*** Krinkle|detached is now known as Krinkle19:45
*** salv-orlando has quit IRC19:46
*** Longgeek has quit IRC19:47
*** sdake has joined #openstack-infra19:47
*** _nadya_ has joined #openstack-infra19:48
*** markvoelker has quit IRC19:49
*** abregman has joined #openstack-infra19:49
*** asselin_ has joined #openstack-infra19:51
*** otter768 has joined #openstack-infra19:53
*** davideagnello has joined #openstack-infra19:54
*** jaypipes has quit IRC19:55
*** ayoung_ has left #openstack-infra19:58
*** salv-orlando has joined #openstack-infra19:58
*** otter768 has quit IRC19:58
*** Longgeek has joined #openstack-infra19:58
*** davideagnello has quit IRC19:59
*** baoli has joined #openstack-infra20:02
*** mrunge has quit IRC20:03
*** teran has quit IRC20:03
*** salv-orlando has quit IRC20:04
*** _nadya_ has quit IRC20:09
*** Krinkle is now known as Krinkle|detached20:10
*** salv-orlando has joined #openstack-infra20:17
*** sdake has quit IRC20:18
*** abregman has quit IRC20:19
*** salv-orlando has quit IRC20:26
*** ajo has joined #openstack-infra20:30
*** Krinkle|detached is now known as Krinkle20:46
*** isviridov is now known as isviridov_away20:46
*** tqtran has joined #openstack-infra20:51
openstackgerritTerry Howe proposed openstack-infra/project-config: Add OpenStack Python SDK gate  https://review.openstack.org/17755420:54
*** tqtran has quit IRC20:55
*** praveenkumar has quit IRC20:55
*** tnovacik has quit IRC21:00
*** ajo has quit IRC21:10
*** jamesmcarthur has joined #openstack-infra21:12
*** jamesmcarthur has quit IRC21:20
*** yamamoto has joined #openstack-infra21:21
*** ddieterly has quit IRC21:21
*** ddieterly has joined #openstack-infra21:22
*** praveenkumar has joined #openstack-infra21:23
*** yamamoto has quit IRC21:26
*** praveenkumar has quit IRC21:27
*** praveenkumar has joined #openstack-infra21:32
*** baoli has quit IRC21:34
*** asselin_ has quit IRC21:34
*** ddieterly has quit IRC21:39
*** ddieterly has joined #openstack-infra21:39
*** jtriley has joined #openstack-infra21:42
*** davideagnello has joined #openstack-infra21:43
*** jtriley has quit IRC21:51
*** anthonyper has quit IRC21:54
*** asselin_ has joined #openstack-infra21:54
*** anthonyper has joined #openstack-infra21:54
*** davideagnello has quit IRC21:54
*** dboik has quit IRC21:54
*** otter768 has joined #openstack-infra21:54
*** dboik_ has joined #openstack-infra21:55
*** dboik_ has quit IRC21:55
*** dboik_ has joined #openstack-infra21:55
*** praveenkumar has quit IRC21:58
*** otter768 has quit IRC21:59
*** dmellado has quit IRC22:00
*** Krinkle is now known as Krinkle|detached22:02
*** dmellado has joined #openstack-infra22:05
*** salv-orlando has joined #openstack-infra22:11
*** praveenkumar has joined #openstack-infra22:11
*** ddieterly has quit IRC22:13
*** mase_x200 has quit IRC22:13
*** ddieterly has joined #openstack-infra22:13
*** salv-orlando has quit IRC22:20
*** Darkwan has joined #openstack-infra22:26
*** asselin_ has quit IRC22:29
*** mase_x200 has joined #openstack-infra22:37
*** asselin_ has joined #openstack-infra22:41
*** jtriley has joined #openstack-infra22:47
*** jtriley has quit IRC22:52
*** praveenkumar has quit IRC22:55
*** praveenkumar has joined #openstack-infra23:06
*** asselin_ has quit IRC23:08
*** _nadya_ has joined #openstack-infra23:10
*** _nadya_ has quit IRC23:14
*** baoli has joined #openstack-infra23:24
*** mase_x200 has quit IRC23:27
*** Longgeek has quit IRC23:41
*** yamamoto has joined #openstack-infra23:43
*** woodster_ has quit IRC23:50
*** otter768 has joined #openstack-infra23:55
*** woodster_ has joined #openstack-infra23:58

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