openstackgerrit | Michael Krotscheck proposed a change to openstack-infra/config: Add storyboard-webclient to gerrit https://review.openstack.org/64761 | 00:01 |
---|---|---|
krotscheck | ok, I think that wraps it. | 00:01 |
* krotscheck caveats that with the first-time-trying-to-do-this statement. | 00:01 | |
openstackgerrit | mark mcclain proposed a change to openstack/requirements: require neutronclient >=2.3.3 https://review.openstack.org/64923 | 00:01 |
*** herndon has quit IRC | 00:02 | |
markmcclain | sdague: looks like it was a slight race in the testing and publishing of the tarball | 00:03 |
markmcclain | later checks are now passing | 00:03 |
markmcclain | still pushed min version bump for sanity down the road | 00:04 |
reed | anybody can give a push to https://review.openstack.org/#/c/64753/ ? we have enough +1 reviews I think | 00:06 |
*** praneshp_lunch is now known as praneshp | 00:07 | |
*** senk has joined #openstack-infra | 00:10 | |
*** nicedice__ has quit IRC | 00:11 | |
*** dimsum has joined #openstack-infra | 00:12 | |
sdague | markmcclain: is there a recheck bug for this? | 00:13 |
fungi | markmcclain: sdague: yeah, sorry, caught up now. the delay is that when you tag a new client, a tarball gets built, then it gets uploaded to pypi, then the pypi mirror gets rebuilt, then new jobs being started will see and pull in the new client/lib release... delay can be around an hour for the entire rube-goldberg machine to run to completion for that | 00:14 |
fungi | markmcclain: sdague: you should see running jobs in the release pipeline on http://status.openstack.org/zuul/ while that's still in progress, and then you should be able to find your new release at http://pypi.openstack.org/openstack/<packagename>/ once it's done | 00:16 |
dstufft | fungi: If you just uploaded and isntalled from PyPI like normal people there'd be no delay /troll | 00:17 |
sdague | dstufft: then we'd just have a 10% fail rate for network outages /troll you back | 00:18 |
fungi | dstufft: i'm keen on pushing for that once we're no longer dependent on the side effects of using a custom-built mirror | 00:18 |
*** UtahDave has quit IRC | 00:18 | |
*** senk has quit IRC | 00:18 | |
dstufft | sdague: D: | 00:18 |
*** banix has joined #openstack-infra | 00:18 | |
*** senk has joined #openstack-infra | 00:18 | |
*** andreaf has quit IRC | 00:19 | |
dstufft | fungi: I bet that i'd be able to see in the traffic chart exactly when the switch over happened (if it happened) | 00:19 |
fungi | though i will say, we still have witnessed cache-related pypi "outages" (most likely courtesy of the fastly cdn) even relatively recently | 00:19 |
openstackgerrit | A change was merged to openstack-infra/config: Discussion list for the personas working group https://review.openstack.org/64753 | 00:19 |
*** rakhmerov has joined #openstack-infra | 00:19 | |
dstufft | fungi: what's a cache related outage | 00:19 |
fungi | air quotes around "outage" but cache misses which then fail to retrieve and cache broken results | 00:20 |
fungi | or at least that's what it's looked like. broken pypi packages but only when retrieving from some locations | 00:20 |
*** rongze has joined #openstack-infra | 00:21 | |
*** senk has quit IRC | 00:21 | |
fungi | there have been fewer and fewer instances like that the longer the cdn's been implemented, so it seems like it's trending toward being stable (and certainly more reliable than pre-cdn pypi was) | 00:21 |
dstufft | fungi: If you remember to show me when they happen let me know, It's possible there's something I can configure to fix it | 00:22 |
fungi | dstufft: i think we've brought them to your attention in the past when we've seen them. last time i remember was probably at least a couple months ago now | 00:23 |
dstufft | fungi: yea I recall that one, I believe Fastly fixed it :D | 00:23 |
dstufft | it was with thrift IIRC | 00:23 |
*** rakhmerov has quit IRC | 00:24 | |
*** pmathews has quit IRC | 00:24 | |
fungi | that sounds right. there were a lot more similar problems back when the cdn cut-over first happened (after the https breakage got ironed out) | 00:24 |
fungi | far better now | 00:25 |
dstufft | yea that was my fault, the purging was all wonky | 00:25 |
fungi | and it seems like it was worthwhile growing pains, so don't think i'm complaining. it's been awesome | 00:25 |
*** rongze has quit IRC | 00:25 | |
dstufft | I learned how to varnish on problably one of the most sensitive to a single failed request applications there is :V | 00:26 |
fungi | there's no better teacher | 00:26 |
*** dangers is now known as dangers_away | 00:26 | |
jerryz | fungi: i have a problem with virtualenv version issue found yesterday. my nodepool-managed slaves still install 1.11 | 00:27 |
jerryz | fungi: the image got updated every night, but it didn't change anything. | 00:28 |
sdague | dstufft: all things under fire :) | 00:28 |
fungi | jerryz: that may be happening for us as well, but we don't do much with virtualenv on our nodepool-managed servers so we likely just haven't noticed yet | 00:32 |
fungi | jerryz: the main issues you may run into with virtualenv 1.11 is that it bundles pip 1.5, which in turn will no longer install packages if they aren't hosted directly on pypi (unless you pass some additional flags to pip to whitelist that behavior) | 00:33 |
fungi | jerryz: and also virtualenv 1.11 is currently mostly broken if you're running tox with a tox.ini which sets sitepackages=True | 00:34 |
fungi | (for example, nova, ironic) | 00:34 |
fungi | (probably also gantt) | 00:34 |
* fungi checks to see if 1.11 is still the latest virtualenv | 00:35 | |
jerryz | fungi: this is the issue i am having with devstack slaves: http://paste.openstack.org/show/60022/ | 00:36 |
*** MarkAtwood has quit IRC | 00:36 | |
jerryz | fungi: they seem to fix that with an option to ignore installed | 00:36 |
fungi | jerryz: yep, you either need virtualenv 1.10.1 or you need to hand-patch it with https://github.com/pypa/virtualenv/commit/a6ca6f472b2f661c73c87fb54ae36bbdf567651b until they release something newer than 1.11 | 00:38 |
*** vipul-away is now known as vipul | 00:38 | |
*** nicedice has joined #openstack-infra | 00:39 | |
jerryz | fungi: i was just wondering where i can pin 1.10.1 for my devstack slaves | 00:39 |
fungi | jerryz: since we install virtualenv using puppet, we did it with http://git.openstack.org/cgit/openstack-infra/config/commit/?id=20cd18a | 00:40 |
jerryz | fungi: that is for permanent slaves, right | 00:40 |
fungi | jerryz: it is. i need to dig back through the nodepool prep scripts to see whether we apply the puppet manifests on the templates for nodepool | 00:42 |
dstufft | fungi: 1.11 is still the latest yea | 00:42 |
dstufft | 1.11's setuptools/pip installation is busted if you have setuptools or pip installed globally | 00:42 |
fungi | dstufft: right, i've been camped out on the pypi page for virtualenv waiting on a 1.11.1 or 1.12 or something to hopefully show up | 00:43 |
dstufft | it'll be 1.11.1, and there's a pip bug that I want to sort out and fix to release together | 00:44 |
dstufft | I can make sure you guys know once it's out | 00:44 |
fungi | jerryz: yes, so prepare_node.sh calls puppet apply --modulepath=/root/config/modules:/etc/puppet/modules -e "class {'openstack_project::bare_slave': }" | 00:44 |
dstufft | I'm basically the RM now for pip/virtualenv | 00:44 |
*** salv-orlando_ has joined #openstack-infra | 00:45 | |
fungi | dstufft: oh, stellar--i didn't realize you were handling virtualenv releases too | 00:45 |
fungi | jerryz: and bare_slave.pp instantiates the openstack_project::base class, so it's what's installing virtualenv even for our nodepool servers | 00:48 |
*** salv-orlando has quit IRC | 00:49 | |
*** salv-orlando_ is now known as salv-orlando | 00:49 | |
*** banix has quit IRC | 00:49 | |
*** ryanpetrello has joined #openstack-infra | 00:53 | |
*** nijaba_ has quit IRC | 00:54 | |
fungi | zaro: if you're still around, what is gerrit failing to do with submodules? | 00:54 |
*** hogepodge has quit IRC | 00:54 | |
fungi | zaro: or are you saying that if you checkout openstack/2.8 you can't ru git submodule update? i'll test | 00:55 |
jerryz | fungi: thanks, i see. but it seems that my puppet agent on slaves didn't start. don't know if this error is valid http://paste.openstack.org/show/60024/ | 00:55 |
*** nijaba has joined #openstack-infra | 00:56 | |
*** nijaba has joined #openstack-infra | 00:56 | |
zaro | fungi: yes, exactly. | 00:58 |
zaro | fungi: i get 'fatal: repository 'https://git.openstack.org/openstack-infra/plugins/commit-message-length-validator/' not found' | 00:59 |
fungi | jerryz: we're not running the puppet agent in persistent daemon mode, the node prep script simply calls the puppet agent as a command-line utility to apply configuration | 01:00 |
*** ryanpetrello has quit IRC | 01:00 | |
zaro | fungi: i used upstream to make a build and had to re-init the reviewdev_site again. coudl you please add me as an admin to review-dev.o.o again? thanks. | 01:01 |
fungi | zaro: ahh, right, we discussed it before. they hardcode their submodules relative to the path of the repository, assuming they'll all be hosted at the same place | 01:01 |
fungi | zaro: i've added you back to the gerrit administrators group on review-dev | 01:03 |
*** vipul is now known as vipul-away | 01:03 | |
*** banix has joined #openstack-infra | 01:06 | |
jerryz | fungi: a little weird that puppet apply didn't take effect during image update. | 01:07 |
fungi | zaro: as for the submodules, i think we decided that patching gerrit's .gitmodules file to replace ".." with the actual upstream gerrit git url would fix that | 01:07 |
jerryz | fungi: i manually execute the command and got virtualenv changed to 1.10.1 | 01:08 |
fungi | jerryz: were the nodes launched from an image built after we merged that change to the puppet manifest yesterday? | 01:08 |
*** banix has quit IRC | 01:09 | |
jerryz | fungi: yeah, it should be. nodepool updates the image every night and i also use nodepool image-update this afternoon just to make sure | 01:10 |
*** w_ has joined #openstack-infra | 01:11 | |
*** pcrews has joined #openstack-infra | 01:11 | |
*** olaph has quit IRC | 01:12 | |
jerryz | fungi: i will do it again | 01:12 |
*** w_ is now known as olaph | 01:12 | |
fungi | jerryz: you should be able to tell from the nodepool list output whether the nodes in question are older than your rebuilt image (nodepool image-list will tell you how old the images are) | 01:13 |
*** banix has joined #openstack-infra | 01:13 | |
*** banix has quit IRC | 01:14 | |
*** reed has quit IRC | 01:15 | |
*** vipul-away is now known as vipul | 01:16 | |
jerryz | fungi: the oldest image was 12 hours old when i checked last time | 01:17 |
*** rakhmerov has joined #openstack-infra | 01:20 | |
*** rongze has joined #openstack-infra | 01:22 | |
*** rakhmerov has quit IRC | 01:24 | |
*** hashar has joined #openstack-infra | 01:25 | |
*** rongze has quit IRC | 01:26 | |
*** david-lyle_ has quit IRC | 01:31 | |
*** david-lyle_ has joined #openstack-infra | 01:31 | |
fungi | jerryz: and was the node newer than that image, or was it built from an older image? | 01:33 |
jerryz | fungi: yeah, i am sure. they are newly launched after a tempest run. i am trying to update the image again and see what happens. during the image update, i log into the template instance and pip freeze , virtualenv is 1.10.1 | 01:35 |
fungi | sounds promising | 01:35 |
*** tma996 has joined #openstack-infra | 01:36 | |
*** hashar has quit IRC | 01:37 | |
*** senk has joined #openstack-infra | 01:38 | |
*** sarob has joined #openstack-infra | 01:38 | |
*** rwsu has quit IRC | 01:40 | |
*** krotscheck has quit IRC | 01:42 | |
jerryz | fungi: it just got updated to 1.11 | 01:43 |
*** sarob has quit IRC | 01:43 | |
fungi | huh... i wonder what's updating it | 01:52 |
jerryz | fungi: in the image.log, virtualenv update is not logged | 02:01 |
fungi | jerryz: i just logged into one of our nodepool servers at random and pip freeze claims virtualenv==1.10.1 | 02:01 |
jerryz | fungi: yeah, i see that. | 02:01 |
fungi | so maybe something running during your tests is upgrading it to 1.11? | 02:02 |
jerryz | fungi: i can also successfully do the puppet apply afterwards | 02:02 |
jerryz | fungi: no. the slave straight out of the image is shipped with 1.11 | 02:03 |
*** melwitt1 has quit IRC | 02:03 | |
*** melwitt has joined #openstack-infra | 02:03 | |
fungi | strange. ours are definitely getting 1.10.1 | 02:03 |
jerryz | fungi: after i do puppet apply, printed: notice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1' | 02:03 |
jerryz | fungi: the code in /root/config is the latest | 02:04 |
*** pcrews has quit IRC | 02:13 | |
*** lcheng has quit IRC | 02:19 | |
*** rakhmerov has joined #openstack-infra | 02:21 | |
*** rongze has joined #openstack-infra | 02:23 | |
*** pcrews has joined #openstack-infra | 02:25 | |
*** melwitt has quit IRC | 02:25 | |
*** rakhmerov has quit IRC | 02:25 | |
*** rongze has quit IRC | 02:28 | |
jerryz | fungi: could you share image.log of your nodepool with me? | 02:28 |
fungi | jerryz: i'll need to check it to make sure we haven't leaked any sensitive provider credentials into it, but otherwise sure | 02:37 |
fungi | jerryz: though i do have a lot of lines in there where puppet is downgrading virtualenv... | 02:40 |
fungi | 2014-01-04 02:28:55,462 INFO nodepool.image.build.hpcloud-region-b.devstack-precise-check: ^[[0;36mnotice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1'^[[0m | 02:40 |
jerryz | fungi: there is none | 02:41 |
jerryz | fungi: i have to manually execute the puppet apply command | 02:41 |
jerryz | fungi: but there are other Openstack_project::Base/Package... logs | 02:42 |
jerryz | fungi: so i think during image update , puppet apply still worked | 02:42 |
jerryz | fungi: the time order of the log is not the same as the command executed, is it? | 02:43 |
jerryz | fungi: i find "puppet apply" in the log is near the end, above that, there are logs like this: [[0;36mnotice: /Stage[main] | 02:45 |
fungi | most of what's in the log (that line for example) is output from puppet itself | 02:48 |
fungi | though looking more closely at the nodepool scripts, openstack_project::slave_template is what prepare_node.sh applies... openstack_project::bare_slave is only applied by prepare_node_bare.sh | 02:49 |
fungi | so i think prepare_node.sh may not be installing virtualenv | 02:50 |
*** sarob has joined #openstack-infra | 02:50 | |
fungi | which means virtualenv is ending up on there in some other way for non-bare nodes | 02:52 |
*** sarob has quit IRC | 02:55 | |
jerryz | fungi:slave_template will use openstack_project::template, and template.pp has base.pp | 02:55 |
jerryz | ,which installs virtualenv | 02:57 |
*** talluri has joined #openstack-infra | 02:59 | |
fungi | yep, agreed. and the log, once i filtered it down to one image (we build a bunch in parallel) also shows that | 03:02 |
fungi | but something prior to that seems to be adding virtualenv 1.11, and then puppet is downgrading it during our image build to 1.10.1 | 03:03 |
jerryz | fungi: a race here? before the downgrade, my image template got shutdown for snapshot? | 03:05 |
fungi | i think it may be getting virtualenv pulled in as a dependency of something pip-installed in an earlier non-puppet stage | 03:05 |
fungi | not finding it, unless get-pip is dragging it in | 03:10 |
jerryz | fungi: the image that the update was from was installed with 1.11 before jeblair's patch was applied | 03:11 |
*** senk has quit IRC | 03:11 | |
jerryz | fungi: ignore that. i didn't know what i was talking about. | 03:12 |
*** AaronGr is now known as AaronGr_Zzz | 03:20 | |
*** rakhmerov has joined #openstack-infra | 03:22 | |
*** rongze has joined #openstack-infra | 03:23 | |
*** pmathews has joined #openstack-infra | 03:26 | |
*** rakhmerov has quit IRC | 03:26 | |
*** rongze has quit IRC | 03:28 | |
*** ^demon|away has quit IRC | 03:33 | |
*** pcrews has quit IRC | 03:47 | |
*** david-lyle_ has quit IRC | 03:50 | |
*** rongze has joined #openstack-infra | 03:53 | |
*** loq_mac has joined #openstack-infra | 04:08 | |
*** mriedem has joined #openstack-infra | 04:11 | |
*** mriedem has quit IRC | 04:12 | |
*** mriedem has joined #openstack-infra | 04:12 | |
*** jerryz has quit IRC | 04:14 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/devstack-gate: Move additional log artifacts into logs dir https://review.openstack.org/64937 | 04:16 |
*** rakhmerov has joined #openstack-infra | 04:23 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Simplify devstack-logs publisher https://review.openstack.org/64938 | 04:23 |
*** mriedem has quit IRC | 04:27 | |
*** rakhmerov has quit IRC | 04:27 | |
*** blamar has quit IRC | 04:35 | |
*** harlowja is now known as harlowja_away | 04:46 | |
*** reed has joined #openstack-infra | 04:58 | |
*** reed has quit IRC | 04:58 | |
*** david-lyle_ has joined #openstack-infra | 05:01 | |
*** talluri has quit IRC | 05:02 | |
*** nati_uen_ has joined #openstack-infra | 05:04 | |
*** talluri has joined #openstack-infra | 05:04 | |
*** nati_ueno has quit IRC | 05:05 | |
*** rakhmerov has joined #openstack-infra | 05:07 | |
*** rakhmerov has quit IRC | 05:16 | |
*** rongze has quit IRC | 05:20 | |
*** rongze has joined #openstack-infra | 05:22 | |
*** rongze has quit IRC | 05:22 | |
*** rongze_ has joined #openstack-infra | 05:22 | |
*** michchap has quit IRC | 05:26 | |
*** xchu has joined #openstack-infra | 05:29 | |
*** michchap has joined #openstack-infra | 05:32 | |
*** praneshp_ has joined #openstack-infra | 05:33 | |
*** banix has joined #openstack-infra | 05:34 | |
*** praneshp has quit IRC | 05:34 | |
*** praneshp_ is now known as praneshp | 05:34 | |
*** michchap has quit IRC | 05:44 | |
*** michchap has joined #openstack-infra | 05:45 | |
*** loquacities has joined #openstack-infra | 05:52 | |
*** loq_mac has quit IRC | 05:52 | |
*** tma996 has quit IRC | 05:54 | |
*** tma996 has joined #openstack-infra | 05:55 | |
*** pmathews has quit IRC | 05:56 | |
*** banix has quit IRC | 06:00 | |
*** tma996 has quit IRC | 06:01 | |
*** ekarlso has quit IRC | 06:04 | |
*** loquacities has quit IRC | 06:04 | |
*** ekarlso has joined #openstack-infra | 06:05 | |
*** banix has joined #openstack-infra | 06:06 | |
*** pmathews has joined #openstack-infra | 06:11 | |
*** banix has quit IRC | 06:14 | |
*** thedodd has joined #openstack-infra | 06:15 | |
*** thedodd has quit IRC | 06:15 | |
*** rakhmerov has joined #openstack-infra | 06:17 | |
*** senk has joined #openstack-infra | 06:18 | |
*** thedodd has joined #openstack-infra | 06:20 | |
*** banix has joined #openstack-infra | 06:21 | |
*** rakhmerov has quit IRC | 06:21 | |
*** pmathews has quit IRC | 06:30 | |
*** banix has quit IRC | 06:43 | |
*** rakhmerov has joined #openstack-infra | 06:44 | |
*** senk has quit IRC | 06:46 | |
openstackgerrit | Eric Guo proposed a change to openstack/requirements: Sort global-requirements https://review.openstack.org/64943 | 06:52 |
*** SergeyLukjanov has joined #openstack-infra | 06:54 | |
openstackgerrit | Eric Guo proposed a change to openstack/requirements: Sort global-requirements https://review.openstack.org/64943 | 06:54 |
*** nati_uen_ has quit IRC | 07:08 | |
*** talluri has quit IRC | 07:12 | |
*** talluri has joined #openstack-infra | 07:13 | |
*** rakhmerov has quit IRC | 07:17 | |
*** dstanek has quit IRC | 07:17 | |
*** talluri has quit IRC | 07:17 | |
*** jerryz has joined #openstack-infra | 07:19 | |
jerryz | fungi: turns out that the base image has pip and virtualenv1.10.1 already installed, the snap_image will end up with 1.11 | 07:22 |
jerryz | fungi: later, i had a clean base image without pip and virtualenv, the snap_image got 1.10.1 | 07:27 |
jerryz | fungi: with something like this: [0;36mnotice: /Stage[main]/Openstack_project::Base/Package[virtualenv]/ensure: ensure changed '1.11' to '1.10.1'^[[0m | 07:28 |
*** jerryz has quit IRC | 07:41 | |
*** thedodd has quit IRC | 07:46 | |
*** rongze_ has quit IRC | 07:55 | |
*** elasticio has joined #openstack-infra | 07:55 | |
*** rongze has joined #openstack-infra | 08:06 | |
*** SergeyLukjanov has quit IRC | 08:07 | |
*** david-lyle_ has quit IRC | 08:07 | |
*** rongze has quit IRC | 08:10 | |
*** elasticio has quit IRC | 08:22 | |
*** praneshp has quit IRC | 08:24 | |
*** talluri has joined #openstack-infra | 08:34 | |
*** talluri has quit IRC | 08:45 | |
*** dguitarbite has joined #openstack-infra | 08:50 | |
*** tma996 has joined #openstack-infra | 08:54 | |
*** tma996 has quit IRC | 08:59 | |
*** StevenK has quit IRC | 09:10 | |
*** sileht has quit IRC | 09:10 | |
*** nicedice has quit IRC | 09:10 | |
*** sdake has quit IRC | 09:10 | |
*** boris-42 has quit IRC | 09:10 | |
*** Hefeweizen has quit IRC | 09:10 | |
*** Daviey has quit IRC | 09:10 | |
*** mkoderer_ has quit IRC | 09:10 | |
*** zehicle has quit IRC | 09:10 | |
*** zehicle_at_dell has quit IRC | 09:10 | |
*** krtaylor has quit IRC | 09:10 | |
*** milki has quit IRC | 09:11 | |
*** vipul has quit IRC | 09:11 | |
*** crank has quit IRC | 09:11 | |
*** branen_ has quit IRC | 09:11 | |
*** che-arne has quit IRC | 09:11 | |
*** SEJeff_work has quit IRC | 09:11 | |
*** ekarlso has quit IRC | 09:11 | |
*** gema_ has quit IRC | 09:11 | |
*** LinuxJedi has quit IRC | 09:11 | |
*** vishy has quit IRC | 09:11 | |
*** zul has quit IRC | 09:11 | |
*** hdd has quit IRC | 09:11 | |
*** EmilienM has quit IRC | 09:12 | |
*** metabro has quit IRC | 09:12 | |
*** mancdaz_away has quit IRC | 09:12 | |
*** ilyashakhat_ has quit IRC | 09:12 | |
*** pabelanger has quit IRC | 09:12 | |
*** dkliban has quit IRC | 09:12 | |
*** yongli has quit IRC | 09:12 | |
*** niska has quit IRC | 09:12 | |
*** rahmu has quit IRC | 09:12 | |
*** dangers_away has quit IRC | 09:12 | |
*** jesusaurus has quit IRC | 09:12 | |
*** damnsmith has quit IRC | 09:12 | |
*** enikanorov__ has quit IRC | 09:12 | |
*** spredzy has quit IRC | 09:12 | |
*** jog0 has quit IRC | 09:12 | |
*** primeministerp has quit IRC | 09:12 | |
*** ianw has quit IRC | 09:12 | |
*** psedlak has quit IRC | 09:12 | |
*** saschpe has quit IRC | 09:12 | |
*** locke105 has quit IRC | 09:12 | |
*** flaper87|afk has quit IRC | 09:12 | |
*** NobodyCam has quit IRC | 09:12 | |
*** openstackstatus has quit IRC | 09:12 | |
*** soren has quit IRC | 09:12 | |
*** dimsum has quit IRC | 09:13 | |
*** jpeeler has quit IRC | 09:13 | |
*** mugsie has quit IRC | 09:13 | |
*** dstufft has quit IRC | 09:13 | |
*** lifeless has quit IRC | 09:13 | |
*** tian has quit IRC | 09:13 | |
*** jswarren has quit IRC | 09:13 | |
*** dguitarbite has quit IRC | 09:13 | |
*** olaph has quit IRC | 09:13 | |
*** chmouel has quit IRC | 09:13 | |
*** ihrachys has quit IRC | 09:13 | |
*** vladan has quit IRC | 09:13 | |
*** thingee has quit IRC | 09:13 | |
*** saper has quit IRC | 09:13 | |
*** akscram has quit IRC | 09:13 | |
*** shardy has quit IRC | 09:13 | |
*** sirushti has quit IRC | 09:13 | |
*** devananda has quit IRC | 09:13 | |
*** openstack has joined #openstack-infra | 09:17 | |
*** dguitarbite has joined #openstack-infra | 09:18 | |
*** briancline has joined #openstack-infra | 09:22 | |
*** jgrimm has joined #openstack-infra | 09:22 | |
*** dripton has joined #openstack-infra | 09:22 | |
*** dguitarbite has quit IRC | 09:22 | |
*** david-lyle has joined #openstack-infra | 09:25 | |
*** anteaya has joined #openstack-infra | 09:28 | |
*** fungi has joined #openstack-infra | 09:28 | |
*** mtreinish has joined #openstack-infra | 09:28 | |
*** Hunner has joined #openstack-infra | 09:28 | |
*** fbo_away has joined #openstack-infra | 09:28 | |
*** freyes_ has joined #openstack-infra | 09:28 | |
*** niska has joined #openstack-infra | 09:28 | |
*** yongli has joined #openstack-infra | 09:28 | |
*** dansmith has joined #openstack-infra | 09:28 | |
*** rahmu has joined #openstack-infra | 09:28 | |
*** dangers_away has joined #openstack-infra | 09:28 | |
*** jesusaurus has joined #openstack-infra | 09:28 | |
*** chmouel has joined #openstack-infra | 09:29 | |
*** ekarlso has joined #openstack-infra | 09:29 | |
*** gema_ has joined #openstack-infra | 09:29 | |
*** LinuxJedi has joined #openstack-infra | 09:29 | |
*** vishy has joined #openstack-infra | 09:29 | |
*** zul has joined #openstack-infra | 09:29 | |
*** hdd has joined #openstack-infra | 09:29 | |
*** EmilienM has joined #openstack-infra | 09:29 | |
*** metabro has joined #openstack-infra | 09:29 | |
*** mancdaz_away has joined #openstack-infra | 09:29 | |
*** ilyashakhat_ has joined #openstack-infra | 09:29 | |
*** pabelanger has joined #openstack-infra | 09:29 | |
*** rongze has joined #openstack-infra | 09:29 | |
*** jog0 has joined #openstack-infra | 09:29 | |
*** moted has joined #openstack-infra | 09:29 | |
*** yamahata__ has joined #openstack-infra | 09:29 | |
*** greghaynes has joined #openstack-infra | 09:29 | |
*** notmyname has joined #openstack-infra | 09:29 | |
*** ogelbukh has joined #openstack-infra | 09:29 | |
*** adarazs has joined #openstack-infra | 09:29 | |
*** belliott has joined #openstack-infra | 09:29 | |
*** sbadia has joined #openstack-infra | 09:29 | |
*** olaph has joined #openstack-infra | 09:29 | |
*** ihrachys has joined #openstack-infra | 09:29 | |
*** vladan has joined #openstack-infra | 09:29 | |
*** thingee has joined #openstack-infra | 09:29 | |
*** saper has joined #openstack-infra | 09:29 | |
*** akscram has joined #openstack-infra | 09:29 | |
*** shardy has joined #openstack-infra | 09:29 | |
*** sirushti has joined #openstack-infra | 09:29 | |
*** devananda has joined #openstack-infra | 09:29 | |
*** StevenK has joined #openstack-infra | 09:29 | |
*** sileht has joined #openstack-infra | 09:29 | |
*** primeministerp has joined #openstack-infra | 09:30 | |
*** ianw has joined #openstack-infra | 09:30 | |
*** psedlak has joined #openstack-infra | 09:30 | |
*** saschpe has joined #openstack-infra | 09:30 | |
*** locke105 has joined #openstack-infra | 09:30 | |
*** flaper87|afk has joined #openstack-infra | 09:30 | |
*** NobodyCam has joined #openstack-infra | 09:30 | |
*** openstackstatus has joined #openstack-infra | 09:30 | |
*** soren has joined #openstack-infra | 09:30 | |
*** mkoderer_ has joined #openstack-infra | 09:30 | |
*** sdake has joined #openstack-infra | 09:30 | |
*** boris-42 has joined #openstack-infra | 09:30 | |
*** Hefeweizen has joined #openstack-infra | 09:30 | |
*** Daviey has joined #openstack-infra | 09:30 | |
*** zehicle has joined #openstack-infra | 09:30 | |
*** zehicle_at_dell has joined #openstack-infra | 09:30 | |
*** krtaylor has joined #openstack-infra | 09:30 | |
*** AaronGr_Zzz has joined #openstack-infra | 09:30 | |
*** rockstar has joined #openstack-infra | 09:30 | |
*** jheiss has joined #openstack-infra | 09:30 | |
*** mdenny has joined #openstack-infra | 09:30 | |
*** harlowja_away has joined #openstack-infra | 09:30 | |
*** guitarzan has joined #openstack-infra | 09:30 | |
*** clarkb has joined #openstack-infra | 09:30 | |
*** Ng has joined #openstack-infra | 09:30 | |
*** dachary has joined #openstack-infra | 09:30 | |
*** mikal has joined #openstack-infra | 09:30 | |
*** nikhil__ has joined #openstack-infra | 09:30 | |
*** westmau5 has joined #openstack-infra | 09:30 | |
*** jeremyb has joined #openstack-infra | 09:30 | |
*** rcarrillocruz has joined #openstack-infra | 09:31 | |
*** michchap has joined #openstack-infra | 09:31 | |
*** dkehn has joined #openstack-infra | 09:31 | |
*** mika has joined #openstack-infra | 09:31 | |
*** plomakin has joined #openstack-infra | 09:31 | |
*** GheRivero has joined #openstack-infra | 09:31 | |
*** jswarren has joined #openstack-infra | 09:31 | |
*** yongli has quit IRC | 09:31 | |
*** yongli has joined #openstack-infra | 09:31 | |
*** david-lyle has quit IRC | 09:31 | |
*** david-lyle has joined #openstack-infra | 09:31 | |
*** mkoderer_ has quit IRC | 09:31 | |
*** mkoderer_ has joined #openstack-infra | 09:31 | |
*** rongze has quit IRC | 09:31 | |
*** SEJeff_work has joined #openstack-infra | 09:35 | |
*** milki has joined #openstack-infra | 09:35 | |
*** vipul has joined #openstack-infra | 09:35 | |
*** crank has joined #openstack-infra | 09:35 | |
*** branen_ has joined #openstack-infra | 09:35 | |
*** che-arne has joined #openstack-infra | 09:35 | |
*** nicedice has joined #openstack-infra | 09:39 | |
*** enikanorov has quit IRC | 09:41 | |
*** spredzy has joined #openstack-infra | 09:44 | |
*** dimsum has joined #openstack-infra | 09:44 | |
*** jpeeler has joined #openstack-infra | 09:44 | |
*** mugsie has joined #openstack-infra | 09:44 | |
*** dstufft has joined #openstack-infra | 09:44 | |
*** lifeless has joined #openstack-infra | 09:44 | |
*** tian has joined #openstack-infra | 09:44 | |
*** tma996 has joined #openstack-infra | 09:50 | |
*** yolanda has joined #openstack-infra | 09:51 | |
*** ChanServ has joined #openstack-infra | 09:53 | |
*** salv-orlando has joined #openstack-infra | 09:53 | |
*** bogdando has joined #openstack-infra | 09:53 | |
*** agordeev has joined #openstack-infra | 09:53 | |
*** simonmcc has joined #openstack-infra | 09:53 | |
*** davidlenwell has joined #openstack-infra | 09:53 | |
*** hughsaunders has joined #openstack-infra | 09:53 | |
*** maurosr has joined #openstack-infra | 09:53 | |
*** zaro has joined #openstack-infra | 09:53 | |
*** mindjiver has joined #openstack-infra | 09:53 | |
*** alaski has joined #openstack-infra | 09:53 | |
*** card.freenode.net sets mode: +o ChanServ | 09:53 | |
*** rongze has joined #openstack-infra | 09:53 | |
*** jog0 is now known as Guest97522 | 09:55 | |
*** nicedice has joined #openstack-infra | 09:55 | |
*** jeblair_ is now known as Guest796 | 09:55 | |
*** locke105 has quit IRC | 09:58 | |
*** locke105 has joined #openstack-infra | 10:00 | |
*** yolanda has quit IRC | 10:02 | |
*** vipul is now known as vipul-away | 10:04 | |
*** yolanda has joined #openstack-infra | 10:20 | |
*** yolanda has quit IRC | 10:38 | |
*** che-arne has quit IRC | 10:38 | |
*** yolanda has joined #openstack-infra | 10:39 | |
*** yolanda has quit IRC | 10:53 | |
*** yolanda has joined #openstack-infra | 10:55 | |
chmouel | anybody knows why jenkins cannot mkstemp() ? https://bugs.launchpad.net/openstack-ci/+bug/1265999 | 10:58 |
*** luis_ has quit IRC | 11:09 | |
*** yolanda has quit IRC | 11:09 | |
*** luisg has joined #openstack-infra | 11:09 | |
*** yolanda has joined #openstack-infra | 11:11 | |
*** yolanda has quit IRC | 11:14 | |
*** yolanda has joined #openstack-infra | 11:14 | |
*** dguitarbite has joined #openstack-infra | 11:30 | |
*** elasticio has joined #openstack-infra | 11:38 | |
*** rongze has quit IRC | 11:53 | |
*** yolanda has quit IRC | 11:58 | |
*** yolanda has joined #openstack-infra | 11:59 | |
*** elasticio has quit IRC | 12:02 | |
*** SergeyLukjanov has joined #openstack-infra | 12:05 | |
*** yolanda has quit IRC | 12:16 | |
*** yolanda has joined #openstack-infra | 12:18 | |
*** SergeyLukjanov has quit IRC | 12:19 | |
*** rongze has joined #openstack-infra | 12:24 | |
*** rongze has quit IRC | 12:26 | |
*** rongze has joined #openstack-infra | 12:26 | |
*** rongze has quit IRC | 12:26 | |
*** rongze has joined #openstack-infra | 12:27 | |
*** StevenK has quit IRC | 12:39 | |
*** StevenK has joined #openstack-infra | 12:39 | |
*** portante|afk is now known as portante | 12:52 | |
*** CaptTofu has joined #openstack-infra | 12:55 | |
*** SergeyLukjanov has joined #openstack-infra | 12:56 | |
*** yolanda has quit IRC | 13:02 | |
*** SergeyLukjanov has quit IRC | 13:07 | |
*** SergeyLukjanov has joined #openstack-infra | 13:11 | |
*** rakhmerov has joined #openstack-infra | 13:13 | |
*** elasticio has joined #openstack-infra | 13:24 | |
*** CaptTofu has quit IRC | 13:33 | |
*** SergeyLukjanov has quit IRC | 13:36 | |
fungi | chmouel: i'm similarly unable to reproduce it, even on one of the hosts where it was encountered | 13:37 |
fungi | i'll continue trying once i'm in a position to be able to stay near a computer a little longer | 13:38 |
*** eharney has joined #openstack-infra | 13:40 | |
*** dguitarbite has quit IRC | 13:40 | |
*** dguitarbite has joined #openstack-infra | 13:41 | |
*** rakhmerov has quit IRC | 13:46 | |
*** CaptTofu has joined #openstack-infra | 14:07 | |
*** dguitarbite has quit IRC | 14:07 | |
*** coolsvap has joined #openstack-infra | 14:08 | |
*** ChanServ has quit IRC | 14:29 | |
*** ChanServ has joined #openstack-infra | 14:29 | |
*** card.freenode.net sets mode: +o ChanServ | 14:29 | |
*** mriedem has joined #openstack-infra | 14:34 | |
*** rcarrillocruz has quit IRC | 14:39 | |
*** luisg has quit IRC | 14:43 | |
*** rakhmerov has joined #openstack-infra | 14:43 | |
*** luisg has joined #openstack-infra | 14:43 | |
*** rakhmerov has quit IRC | 14:48 | |
*** flaper87|afk is now known as flaper87 | 15:05 | |
*** CaptTofu has quit IRC | 15:09 | |
*** CaptTofu has joined #openstack-infra | 15:09 | |
*** rongze has quit IRC | 15:09 | |
*** rongze has joined #openstack-infra | 15:10 | |
*** rakhmerov has joined #openstack-infra | 15:14 | |
*** afazekas has joined #openstack-infra | 15:14 | |
*** rongze has quit IRC | 15:15 | |
*** CaptTofu has quit IRC | 15:18 | |
*** CaptTofu has joined #openstack-infra | 15:18 | |
*** rongze has joined #openstack-infra | 15:21 | |
*** cyeoh has quit IRC | 15:22 | |
*** dstanek has joined #openstack-infra | 15:27 | |
*** vipul-away is now known as vipul | 15:38 | |
*** SergeyLukjanov has joined #openstack-infra | 15:43 | |
*** alexpilotti has joined #openstack-infra | 15:54 | |
*** david-lyle_ has joined #openstack-infra | 15:58 | |
*** DennyZhang has joined #openstack-infra | 16:01 | |
*** CaptTofu has quit IRC | 16:10 | |
*** CaptTofu has joined #openstack-infra | 16:10 | |
*** boris-42 has quit IRC | 16:11 | |
*** banix has joined #openstack-infra | 16:17 | |
*** ryanpetrello has joined #openstack-infra | 16:17 | |
*** ryanpetrello has quit IRC | 16:20 | |
*** boris-42 has joined #openstack-infra | 16:21 | |
*** banix has quit IRC | 16:21 | |
*** DennyZhang has quit IRC | 16:31 | |
*** coolsvap has quit IRC | 16:38 | |
*** praneshp has joined #openstack-infra | 16:52 | |
*** CaptTofu has quit IRC | 16:53 | |
*** CaptTofu has joined #openstack-infra | 16:54 | |
*** coolsvap has joined #openstack-infra | 16:58 | |
*** praneshp_ has joined #openstack-infra | 17:05 | |
*** praneshp has quit IRC | 17:07 | |
*** praneshp_ is now known as praneshp | 17:07 | |
*** coolsvap has quit IRC | 17:10 | |
*** tma996 has quit IRC | 17:13 | |
*** senk has joined #openstack-infra | 17:27 | |
*** CaptTofu has quit IRC | 17:33 | |
*** CaptTofu has joined #openstack-infra | 17:34 | |
*** dimsum has quit IRC | 17:35 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/publications: Add sysadmin-in-git slide https://review.openstack.org/64960 | 17:35 |
*** dimsum has joined #openstack-infra | 17:36 | |
*** dimsum has quit IRC | 17:44 | |
*** dcramer_ has joined #openstack-infra | 17:45 | |
*** dimsum has joined #openstack-infra | 17:48 | |
*** rakhmerov has quit IRC | 17:51 | |
*** alexpilotti has quit IRC | 17:52 | |
*** banix has joined #openstack-infra | 17:55 | |
*** rongze has quit IRC | 17:55 | |
*** rongze has joined #openstack-infra | 17:56 | |
*** dripton has quit IRC | 17:56 | |
*** rongze has quit IRC | 17:57 | |
*** rongze_ has joined #openstack-infra | 17:57 | |
*** rongze has joined #openstack-infra | 17:58 | |
*** rongze_ has quit IRC | 17:58 | |
*** rongze has quit IRC | 17:58 | |
*** rongze has joined #openstack-infra | 17:59 | |
*** rongze has quit IRC | 17:59 | |
*** dripton has joined #openstack-infra | 17:59 | |
*** rongze has joined #openstack-infra | 18:00 | |
*** rongze has quit IRC | 18:00 | |
*** rongze has joined #openstack-infra | 18:01 | |
*** rongze has quit IRC | 18:01 | |
*** rongze has joined #openstack-infra | 18:02 | |
*** rongze_ has joined #openstack-infra | 18:02 | |
*** rongze has quit IRC | 18:02 | |
*** rongze has joined #openstack-infra | 18:05 | |
*** rongze_ has quit IRC | 18:05 | |
*** rongze has quit IRC | 18:05 | |
*** rongze has joined #openstack-infra | 18:06 | |
*** rongze has quit IRC | 18:06 | |
*** rongze_ has joined #openstack-infra | 18:06 | |
*** rongze has joined #openstack-infra | 18:07 | |
*** rongze_ has quit IRC | 18:08 | |
*** rongze has quit IRC | 18:08 | |
*** rongze has joined #openstack-infra | 18:08 | |
*** rongze_ has joined #openstack-infra | 18:09 | |
*** rongze has quit IRC | 18:09 | |
*** rongze has joined #openstack-infra | 18:10 | |
*** rongze_ has quit IRC | 18:10 | |
*** SergeyLukjanov has quit IRC | 18:10 | |
*** rongze has quit IRC | 18:11 | |
*** rongze has joined #openstack-infra | 18:11 | |
*** rongze_ has joined #openstack-infra | 18:12 | |
*** rongze has quit IRC | 18:12 | |
*** rongze_ has quit IRC | 18:12 | |
*** rongze has joined #openstack-infra | 18:12 | |
*** praneshp has quit IRC | 18:16 | |
*** praneshp has joined #openstack-infra | 18:17 | |
*** SergeyLukjanov has joined #openstack-infra | 18:23 | |
fungi | chmouel: tracked it down, updated your bug report and the change with notes. that change seems to be removing $TMPDIR in the middle of tests (but only if TMPDIR is set in the calling environment and owned by the user running the tests) | 18:25 |
*** rongze has quit IRC | 18:29 | |
*** eharney has quit IRC | 18:30 | |
*** senk has quit IRC | 18:30 | |
fungi | it looks like the migration path is being effectively set to the parent of $TMPDIR (also, the author might want to get familiar with the os.path module rather than slicing path strings on rfind('/') and the like) | 18:31 |
*** banix has quit IRC | 18:37 | |
*** eharney has joined #openstack-infra | 18:45 | |
*** yolanda has joined #openstack-infra | 18:45 | |
*** rakhmerov has joined #openstack-infra | 18:51 | |
*** rakhmerov has quit IRC | 18:56 | |
*** yolanda has quit IRC | 18:58 | |
*** sarob has joined #openstack-infra | 19:00 | |
*** flaper87 is now known as flaper87|afk | 19:07 | |
openstackgerrit | David Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Activate new change screen per default https://review.openstack.org/60094 | 19:09 |
openstackgerrit | David Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Add secondary index support https://review.openstack.org/60080 | 19:09 |
openstackgerrit | David Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Allow encoded path separators in URLs https://review.openstack.org/60893 | 19:10 |
*** gilliard has joined #openstack-infra | 19:11 | |
*** rongze has joined #openstack-infra | 19:13 | |
*** rakhmerov has joined #openstack-infra | 19:19 | |
*** elasticio has quit IRC | 19:19 | |
*** dimsum has quit IRC | 19:21 | |
*** rongze has quit IRC | 19:21 | |
*** senk has joined #openstack-infra | 19:22 | |
*** rakhmerov has quit IRC | 19:23 | |
*** dimsum has joined #openstack-infra | 19:24 | |
*** vipul is now known as vipul-away | 19:24 | |
*** vipul-away is now known as vipul | 19:25 | |
openstackgerrit | David Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Allow encoded path separators in URLs https://review.openstack.org/60893 | 19:27 |
*** dimsum has quit IRC | 19:30 | |
*** dimsum has joined #openstack-infra | 19:31 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation https://review.openstack.org/64972 | 19:40 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation https://review.openstack.org/64973 | 19:45 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/publications: Allow 'x' key to advance the zuul simulation https://review.openstack.org/64975 | 19:48 |
*** pmathews has joined #openstack-infra | 19:57 | |
*** praneshp_ has joined #openstack-infra | 20:01 | |
*** vipul is now known as vipul-away | 20:03 | |
*** vipul-away is now known as vipul | 20:04 | |
*** praneshp has quit IRC | 20:04 | |
*** praneshp_ is now known as praneshp | 20:04 | |
*** dpyzhov has joined #openstack-infra | 20:05 | |
*** banix has joined #openstack-infra | 20:06 | |
*** sarob has quit IRC | 20:10 | |
*** sarob has joined #openstack-infra | 20:11 | |
*** sarob_ has joined #openstack-infra | 20:12 | |
*** dimsum has quit IRC | 20:14 | |
*** dimsum has joined #openstack-infra | 20:15 | |
*** sarob has quit IRC | 20:15 | |
*** banix has quit IRC | 20:17 | |
*** rongze has joined #openstack-infra | 20:17 | |
*** sarob_ has quit IRC | 20:19 | |
*** banix has joined #openstack-infra | 20:19 | |
*** rakhmerov has joined #openstack-infra | 20:19 | |
*** sarob has joined #openstack-infra | 20:19 | |
*** sarob_ has joined #openstack-infra | 20:21 | |
*** rongze has quit IRC | 20:22 | |
*** banix has quit IRC | 20:22 | |
*** sarob has quit IRC | 20:24 | |
*** rakhmerov has quit IRC | 20:24 | |
*** sarob_ has quit IRC | 20:26 | |
*** senk has quit IRC | 20:28 | |
*** banix has joined #openstack-infra | 20:37 | |
*** banix has quit IRC | 20:37 | |
*** david-lyle_ has quit IRC | 20:38 | |
*** loq_mac has joined #openstack-infra | 20:39 | |
*** senk has joined #openstack-infra | 20:40 | |
*** vipul is now known as vipul-away | 20:46 | |
*** vipul-away is now known as vipul | 20:47 | |
openstackgerrit | David Ostrovsky proposed a change to openstack-infra/config: Gerrit-2.8: Drop Trivial Rebase patch set hook https://review.openstack.org/64978 | 20:49 |
*** sarob has joined #openstack-infra | 20:50 | |
*** dstanek has quit IRC | 20:51 | |
*** sarob_ has joined #openstack-infra | 20:52 | |
*** loq_mac has quit IRC | 20:52 | |
*** sarob has quit IRC | 20:55 | |
*** yolanda has joined #openstack-infra | 20:56 | |
*** dpyzhov has quit IRC | 20:56 | |
*** sarob_ has quit IRC | 20:56 | |
*** yolanda has quit IRC | 20:57 | |
*** dpyzhov has joined #openstack-infra | 20:57 | |
*** vipul is now known as vipul-away | 21:02 | |
*** dcramer_ has quit IRC | 21:02 | |
*** hashar has joined #openstack-infra | 21:05 | |
*** mestery_ has joined #openstack-infra | 21:06 | |
*** mestery has quit IRC | 21:09 | |
*** vipul-away is now known as vipul | 21:09 | |
*** senk has quit IRC | 21:16 | |
*** senk has joined #openstack-infra | 21:17 | |
*** rongze has joined #openstack-infra | 21:18 | |
*** rakhmerov has joined #openstack-infra | 21:20 | |
*** rongze has quit IRC | 21:22 | |
*** rakhmerov has quit IRC | 21:25 | |
*** alexpilotti has joined #openstack-infra | 21:25 | |
*** SergeyLukjanov has quit IRC | 21:27 | |
*** vipul is now known as vipul-away | 21:28 | |
*** SergeyLukjanov has joined #openstack-infra | 21:28 | |
*** banix has joined #openstack-infra | 21:30 | |
*** hashar has quit IRC | 21:30 | |
*** dpyzhov has quit IRC | 21:31 | |
*** afazekas has quit IRC | 21:35 | |
*** SergeyLukjanov has quit IRC | 21:35 | |
*** dpyzhov has joined #openstack-infra | 21:37 | |
*** dpyzhov has quit IRC | 21:41 | |
*** vipul-away is now known as vipul | 21:44 | |
*** alexpilotti has quit IRC | 21:45 | |
*** alexpilotti has joined #openstack-infra | 21:48 | |
*** alexpilotti has quit IRC | 21:52 | |
*** sarob has joined #openstack-infra | 21:53 | |
*** alexpilotti has joined #openstack-infra | 21:53 | |
*** sarob has quit IRC | 21:57 | |
*** alexpilotti has quit IRC | 21:59 | |
*** alexpilotti has joined #openstack-infra | 22:01 | |
*** senk has quit IRC | 22:03 | |
*** senk has joined #openstack-infra | 22:05 | |
*** sdake has quit IRC | 22:06 | |
*** vipul is now known as vipul-away | 22:10 | |
*** flaper87|afk is now known as flaper87 | 22:17 | |
*** vipul-away is now known as vipul | 22:18 | |
*** rongze has joined #openstack-infra | 22:18 | |
*** rakhmerov has joined #openstack-infra | 22:21 | |
*** rakhmerov1 has joined #openstack-infra | 22:23 | |
*** rakhmerov has quit IRC | 22:23 | |
*** rongze has quit IRC | 22:23 | |
*** dcramer_ has joined #openstack-infra | 22:26 | |
*** rakhmerov1 has quit IRC | 22:28 | |
*** vipul is now known as vipul-away | 22:33 | |
*** vipul-away is now known as vipul | 22:34 | |
*** alexpilotti has quit IRC | 22:38 | |
*** banix has quit IRC | 22:39 | |
*** banix has joined #openstack-infra | 22:40 | |
*** banix has quit IRC | 22:40 | |
*** dimsum is now known as dims | 22:51 | |
*** sarob has joined #openstack-infra | 22:54 | |
*** banix has joined #openstack-infra | 22:54 | |
*** dpyzhov has joined #openstack-infra | 22:57 | |
*** sarob has quit IRC | 22:58 | |
*** dpyzhov has quit IRC | 23:07 | |
*** rongze has joined #openstack-infra | 23:19 | |
*** dcramer_ has quit IRC | 23:22 | |
*** rakhmerov has joined #openstack-infra | 23:24 | |
*** banix has quit IRC | 23:24 | |
*** rongze has quit IRC | 23:24 | |
*** rakhmerov has quit IRC | 23:29 | |
*** sarob has joined #openstack-infra | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!