*** Masahiro has quit IRC | 00:01 | |
clarkb | naohirot: I think so, this looks like a devstack bug | 00:01 |
---|---|---|
clarkb | naohirot: devstack is installing python-heatclient with an old version of pbr somehow so the version of python-heatclient is not valid | 00:01 |
clarkb | I have confirmed that installing in a clean venv works fine | 00:01 |
clarkb | (though pbr freeze appears to have a bug in that it lists git shas for many things) | 00:02 |
*** zz_sabari is now known as sabari | 00:02 | |
*** signed8bit is now known as signed8bit_ZZZzz | 00:02 | |
*** andreaf has quit IRC | 00:03 | |
*** baoli has quit IRC | 00:03 | |
naohirot | clarkb: Okay, I'll submit a bug report to devstack. And let ask if I got a gate error in future, does where I submit a report based on an error symptom or always devstack? | 00:05 |
*** EmilienM is now known as EmilienM|afk | 00:05 | |
*** andreaf has joined #openstack-infra | 00:05 | |
clarkb | naohirot: it depends on the error. | 00:05 |
clarkb | naohirot: errors in devstack should go to devstack but errors in say heat should go to heat | 00:06 |
*** zz_dimtruck is now known as dimtruck | 00:06 | |
naohirot | clarkb: I see, thank you very much ;-) | 00:06 |
*** isq has quit IRC | 00:10 | |
*** fandi has quit IRC | 00:14 | |
*** ryanpetrello has joined #openstack-infra | 00:15 | |
*** dimtruck is now known as zz_dimtruck | 00:16 | |
*** cdent has quit IRC | 00:17 | |
*** isq has joined #openstack-infra | 00:20 | |
*** ryanpetrello has quit IRC | 00:26 | |
*** yamahata has joined #openstack-infra | 00:26 | |
*** signed8bit_ZZZzz is now known as signed8bit | 00:28 | |
*** mwagner_lap has joined #openstack-infra | 00:29 | |
*** signed8bit has quit IRC | 00:33 | |
*** stevemar has quit IRC | 00:38 | |
*** stevemar has joined #openstack-infra | 00:39 | |
naohirot | clarkb: I'm writing a bug report, which file does show wrong pbr version? I compared both logs/devstacklog.txt.gz, but both pbr version is "Unpacking python-pbr (0.7.0-0ubuntu2) ..." | 00:40 |
*** Sukhdev has joined #openstack-infra | 00:41 | |
clarkb | naohirot: the devstacklog file shows python-pbr is installed whihc is the system version | 00:41 |
clarkb | I think that is version 0.7.0-0ubuntu2 | 00:41 |
clarkb | naohirot: we need pbr 0.10.7 because of recent setuptools and pip releases | 00:41 |
naohirot | clarkb: Okay I understood the pbr version is not latest, but were the pbr version of patch set 1 and 4 the same 0.7.0? | 00:44 |
naohirot | clarkb: s/were/was/ | 00:44 |
*** harlowja is now known as harlowja_away | 00:45 | |
clarkb | yes they were likely the same version | 00:45 |
clarkb | the underlying issue is a new version of setuptools came out lsat week | 00:45 |
clarkb | we have updated pbr to deal with that but old pbr will break under it | 00:46 |
*** amitgandhinz has joined #openstack-infra | 00:48 | |
naohirot | clarkb: Okay I understood that the pbr version problem is famous problem I think. | 00:49 |
*** jaypipes has quit IRC | 00:50 | |
naohirot | clarkb: I'll explain the fact and the pbr version which is likely to be cause of error in the bug report. | 00:51 |
*** amitgandhinz has quit IRC | 00:52 | |
clarkb | naohirot: let me know what the bug number is. I am still reading through logs to see if I can find a good way to fix this | 00:53 |
naohirot | clarkb: bug report https://review.openstack.org/#/c/143059/ | 00:54 |
clarkb | thank you | 00:54 |
naohirot | clarkb: you're welcome | 00:55 |
*** Masahiro has joined #openstack-infra | 00:56 | |
*** hichtakk has joined #openstack-infra | 00:57 | |
*** SumitNaiksatam has quit IRC | 00:58 | |
clarkb | naohirot: oh wait thats the change. have a bug link? | 00:59 |
clarkb | I am going to push a workaroun dto devstack | 00:59 |
*** Masahiro has quit IRC | 01:01 | |
naohirot | clarkb: Is the bug report you asked regarding this gate problem? If so, I haven't submitted yet. | 01:01 |
clarkb | naohirot: yes the bug report | 01:01 |
naohirot | naohirot: Okay, I'm going to submit quickly and let you know the number here, give me 5 minutes. | 01:02 |
*** Masahiro has joined #openstack-infra | 01:02 | |
*** ddieterly has quit IRC | 01:03 | |
dstufft | jeblair: I'm going to cut a 6.0.3 release too, I'm testing those changes right now, then I'll be doing a virtualenv release right after that | 01:04 |
dstufft | a pip 6.0.3 | 01:04 |
*** teran_ has quit IRC | 01:05 | |
*** sabari is now known as zz_sabari | 01:08 | |
*** teran has joined #openstack-infra | 01:08 | |
*** jerryz has joined #openstack-infra | 01:09 | |
*** carwatt has joined #openstack-infra | 01:10 | |
naohirot | clarkb: I just submitted https://bugs.launchpad.net/devstack/+bug/1405318 | 01:19 |
uvirtbot | Launchpad bug 1405318 in devstack "gate-tempest-dsvm-neutron-src-python-heatclient failed " [Undecided,New] | 01:19 |
clarkb | thank you | 01:19 |
clarkb | naohirot: https://review.openstack.org/143756 that may fix it for you | 01:20 |
*** esker has quit IRC | 01:21 | |
dstufft | okay | 01:21 |
*** ddieterly has joined #openstack-infra | 01:21 | |
dstufft | pip 6.0.3 is cut | 01:21 |
dstufft | time to do virtualenv 12.0.3 | 01:21 |
naohirot | clarkb: thank you for providing the fix promptly, I noticed that "-U" is added. | 01:23 |
naohirot | uvirtbot: clarkb: thanks :) | 01:25 |
uvirtbot | naohirot: Error: "clarkb:" is not a valid command. | 01:25 |
naohirot | uvirtbot: is he bot? | 01:25 |
uvirtbot | naohirot: Error: "is" is not a valid command. | 01:25 |
clarkb | uvirtbot is a bot | 01:25 |
uvirtbot | clarkb: Error: "is" is not a valid command. | 01:26 |
*** sweston has quit IRC | 01:26 | |
*** unicell has joined #openstack-infra | 01:26 | |
naohirot | clarkb: I see :P | 01:26 |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:27 | |
naohirot | dstufft: thanks | 01:28 |
*** adalbas has quit IRC | 01:28 | |
*** zz_dimtruck is now known as dimtruck | 01:32 | |
*** bdpayne has quit IRC | 01:34 | |
dstufft | jeblair: clarkb 12.0.3 is cut now | 01:34 |
*** hichtakk has quit IRC | 01:37 | |
*** hichtakk has joined #openstack-infra | 01:37 | |
mattoliverau | I'm heading off, merry christmas all and happy new year! | 01:41 |
anteaya | mattoliverau: and to you | 01:41 |
*** baoli has joined #openstack-infra | 01:43 | |
*** sweston has joined #openstack-infra | 01:46 | |
*** ZZelle has quit IRC | 01:46 | |
*** esker has joined #openstack-infra | 01:48 | |
dstufft | jeblair: clarkb nvm, 12.0.3 apparently broke all the things for reasons I can't fathom | 01:49 |
dstufft | and which didn't show up in tests until after it was released | 01:49 |
*** nosnos has joined #openstack-infra | 01:50 | |
*** yaguang has joined #openstack-infra | 01:54 | |
*** sweston has quit IRC | 01:54 | |
*** yamahata has quit IRC | 01:58 | |
*** Sukhdev has quit IRC | 01:58 | |
*** carwatt has quit IRC | 01:59 | |
*** resker has joined #openstack-infra | 02:00 | |
*** esker has quit IRC | 02:03 | |
*** Masahiro has quit IRC | 02:04 | |
*** Masahiro has joined #openstack-infra | 02:04 | |
*** andreaf has quit IRC | 02:07 | |
*** patrickeast has quit IRC | 02:09 | |
*** resker has quit IRC | 02:09 | |
*** esker has joined #openstack-infra | 02:10 | |
*** resker has joined #openstack-infra | 02:13 | |
*** esker has quit IRC | 02:16 | |
*** sweston has joined #openstack-infra | 02:20 | |
dstufft | jeblair: I'm trying this now https://github.com/pypa/virtualenv/pull/689 | 02:28 |
dstufft | there's a code that avoids the thing that's causing problems if we're running under the same interpreter... but it gets tricked by /usr/bin/python vs /usr/bin/python | 02:29 |
dstufft | er | 02:29 |
dstufft | /usr/bin/python vs /usr/bin/python2 | 02:29 |
*** hichtakk has quit IRC | 02:30 | |
*** hichtakk has joined #openstack-infra | 02:30 | |
*** zz_sabari is now known as sabari | 02:36 | |
*** SumitNaiksatam has joined #openstack-infra | 02:43 | |
*** asettle is now known as asettle-BRB | 02:49 | |
*** yamamoto_ has joined #openstack-infra | 02:50 | |
*** ddieterly has quit IRC | 02:51 | |
*** dimtruck is now known as zz_dimtruck | 02:58 | |
*** dannywilson has joined #openstack-infra | 02:58 | |
*** sabari is now known as zz_sabari | 02:59 | |
dstufft | ok | 03:02 |
dstufft | 12.0.4 released now | 03:02 |
*** dannywilson has quit IRC | 03:02 | |
*** dims has joined #openstack-infra | 03:03 | |
*** nosnos has quit IRC | 03:04 | |
*** dims_ has joined #openstack-infra | 03:04 | |
*** dims_ has quit IRC | 03:06 | |
*** sweston has left #openstack-infra | 03:07 | |
*** dims has quit IRC | 03:07 | |
*** dims has joined #openstack-infra | 03:07 | |
*** spw is now known as sweston_away | 03:07 | |
*** ayoung has quit IRC | 03:16 | |
*** ddieterly has joined #openstack-infra | 03:22 | |
*** ddieterly has quit IRC | 03:24 | |
*** ddieterl_ has joined #openstack-infra | 03:24 | |
*** ddieterl_ has quit IRC | 03:29 | |
*** ddieterly has joined #openstack-infra | 03:31 | |
*** boris-42 has quit IRC | 03:33 | |
*** mriedem has quit IRC | 03:33 | |
*** dims has quit IRC | 03:36 | |
*** ddieterly has quit IRC | 03:36 | |
*** dims has joined #openstack-infra | 03:36 | |
*** baoli has quit IRC | 03:37 | |
*** asettle-BRB is now known as asettle | 03:38 | |
*** dims has quit IRC | 03:41 | |
*** Ryan_Lane has quit IRC | 03:41 | |
*** Ryan_Lane has joined #openstack-infra | 03:41 | |
*** hichtakk has quit IRC | 03:43 | |
*** resker has quit IRC | 03:44 | |
*** nosnos has joined #openstack-infra | 03:44 | |
*** esker has joined #openstack-infra | 03:46 | |
*** ryanpetrello has joined #openstack-infra | 03:48 | |
*** dims has joined #openstack-infra | 03:50 | |
*** zz_dimtruck is now known as dimtruck | 03:50 | |
*** dims has quit IRC | 03:54 | |
*** baoli has joined #openstack-infra | 03:58 | |
*** wenchma has joined #openstack-infra | 04:02 | |
fungi | clarkb: bug in pbr freeze how? is it listing git shas for non-pbr projects too? | 04:10 |
*** baoli has quit IRC | 04:15 | |
*** baoli has joined #openstack-infra | 04:16 | |
*** ryanpetrello has quit IRC | 04:16 | |
*** baoli has quit IRC | 04:20 | |
*** koolhead17 has joined #openstack-infra | 04:25 | |
clarkb | fungi ya | 04:35 |
clarkb | fungi details are on etherpad in topic | 04:36 |
clarkb | basicallybthe hook runs on all sdist installs | 04:36 |
*** hichtakk has joined #openstack-infra | 04:38 | |
*** kedkul has joined #openstack-infra | 04:40 | |
kedkul | Hi | 04:40 |
clarkb | hello | 04:42 |
*** dimtruck is now known as zz_dimtruck | 04:42 | |
*** hichtakk has quit IRC | 04:45 | |
*** mfink has joined #openstack-infra | 04:45 | |
kedkul | We are seeing an issue with stack.sh, our builds are failing because h-eng service is unable to start, bug filed here https://bugs.launchpad.net/devstack/+bug/1404163 | 04:52 |
uvirtbot | Launchpad bug 1404163 in devstack "Devstack installs wrong python-glanceclient version" [Undecided,New] | 04:52 |
clarkb | kedkul https://review.openstack.org/#/c/143756/ I think that is the fix | 05:01 |
kedkul | clarkb thanks for an update, this fix is uploaded just today. | 05:16 |
*** garyh has joined #openstack-infra | 05:22 | |
*** Masahiro has quit IRC | 05:24 | |
*** wenchma has quit IRC | 05:24 | |
*** wenchma has joined #openstack-infra | 05:27 | |
*** Masahiro has joined #openstack-infra | 05:28 | |
*** hdd has joined #openstack-infra | 05:30 | |
*** ddieterly has joined #openstack-infra | 05:31 | |
kedkul | clarkb the issue is not just because pbr versions, other packages are also need to be upgraded, | 05:32 |
kedkul | AWSTemplateFormatVersion.2010-09-09: SQLAlchemy 0.9.8 is installed but SQLAlchemy<=0.8.99,<=0.9.99,>=0.8.4,>=0.9.7 is required by ['oslo.db'] | 05:32 |
kedkul | h-eng failed to start | 05:32 |
clarkb | thats caused by setuptools 8.0 | 05:33 |
rakhmerov | hi there | 05:34 |
clarkb | and individual projects will need to fix their requirements lists | 05:34 |
rakhmerov | I'm sorry, is the problem in http://logs.openstack.org/66/143666/1/check/gate-mistral-pep8/dff5de4/console.html exactly what you're discussing? | 05:34 |
*** wenchma has quit IRC | 05:35 | |
cody-somerville | clarkb: Is there a bug number related to the SQLAlchemy thing caused by setuptools 8.0? | 05:35 |
clarkb | looks like it. update your sqlalchemt requirement | 05:35 |
rakhmerov | ok | 05:36 |
*** ddieterly has quit IRC | 05:36 | |
clarkb | I am not sure if there is a bug for sqlalchemy I think there is but its likely not open against all the projects | 05:36 |
*** wenchma has joined #openstack-infra | 05:36 | |
cody-somerville | clarkb: Is the https://review.openstack.org/#/c/143756/ change also required or is that issue separate? | 05:38 |
clarkb | https://bugs.launchpad.net/glance/+bug/1402747 | 05:40 |
uvirtbot | Launchpad bug 1402747 in glance "setuptools 8 breaks multi-range version checks" [High,In progress] | 05:40 |
clarkb | via elastic recheck | 05:40 |
clarkb | its separate | 05:40 |
clarkb | 143756 should fox installation of clients using old pbr which results in bad versions of the installed thinf | 05:41 |
cody-somerville | clarkb: kk. Kudos for the help as always! Much appreciated. :) | 05:41 |
kedkul | How do I fix my CI setup in such case? | 05:43 |
clarkb | kedkul you should just need my devstack patch if you have devstack updating requirements from global requirements | 05:44 |
kedkul | Basically, we update devstack code for every build, so whatever is in master is executed | 05:45 |
*** yfried has quit IRC | 05:46 | |
clarkb | then sqlalchemy shouldnt be a problem. unless there is a released lib with the wrong version that needs updating too | 05:46 |
*** boris-42 has joined #openstack-infra | 05:46 | |
clarkb | pretty sure we fixed oslo.db as in your example | 05:46 |
clarkb | so it should work | 05:47 |
kedkul | clarkb updating sqlalchemy manually would work? | 05:47 |
clarkb | no you have to update the requirement on sqlalchemy | 05:48 |
kedkul | I am sorry, how do I do that? | 05:49 |
clarkb | I am saying you should not need to because we already do that in devstack for most things. and for things we dont like oslo.db we fixes | 05:50 |
clarkb | so need more info. is it possible these errors are old? we didd only manage to get most stuff fixes yesterday | 05:51 |
*** Masahiro has quit IRC | 05:51 | |
kedkul | clarkb the logs are taken yesterday | 05:51 |
*** garyh has quit IRC | 05:51 | |
*** Masahiro has joined #openstack-infra | 05:51 | |
clarkb | I would try a fresh devstack run on a fresh machine today | 05:52 |
*** vigneshvar has joined #openstack-infra | 05:52 | |
kedkul | clarkb https://www.dropbox.com/sh/j3vwbb6xoq2pc93/AACsq5n-WLyfveaQbVyrkq1Xa/screen/screen-h-eng.2014-12-24-100917.log.txt?dl=0 | 05:53 |
*** nosnos has quit IRC | 05:53 | |
clarkb | I think you need to update | 05:54 |
clarkb | something is stale. possibly oslo.db | 05:54 |
*** nosnos has joined #openstack-infra | 05:54 | |
kedkul | ok, i will try that. Thanks for your time. | 05:54 |
*** koolhead17 has quit IRC | 05:56 | |
*** nosnos_ has joined #openstack-infra | 05:57 | |
*** nosnos has quit IRC | 05:58 | |
*** bdpayne has joined #openstack-infra | 06:00 | |
*** hichtakk has joined #openstack-infra | 06:02 | |
clarkb | If it continues to fail I woulf just start with a fresh machine | 06:04 |
kedkul | clarkb I will update you | 06:05 |
*** bdpayne has quit IRC | 06:07 | |
*** hdd has quit IRC | 06:10 | |
*** koolhead17 has joined #openstack-infra | 06:11 | |
*** ddieterly has joined #openstack-infra | 06:31 | |
*** ddieterly has quit IRC | 06:36 | |
*** zz_sabari is now known as sabari | 06:39 | |
*** achanda has joined #openstack-infra | 06:39 | |
*** koolhead17 has quit IRC | 06:40 | |
*** k4n0 has joined #openstack-infra | 06:49 | |
*** k4n0 has quit IRC | 06:50 | |
*** sabari is now known as zz_sabari | 06:51 | |
*** ddieterly has joined #openstack-infra | 06:52 | |
*** reed has quit IRC | 06:54 | |
*** zz_sabari is now known as sabari | 06:54 | |
*** ddieterly has quit IRC | 06:56 | |
*** pcrews has quit IRC | 07:01 | |
*** garyk has joined #openstack-infra | 07:01 | |
*** nosnos_ has quit IRC | 07:04 | |
*** nosnos has joined #openstack-infra | 07:04 | |
*** vigneshvar has quit IRC | 07:11 | |
*** armax has quit IRC | 07:13 | |
*** yfried has joined #openstack-infra | 07:15 | |
*** stevemar has quit IRC | 07:19 | |
*** vigneshvar has joined #openstack-infra | 07:23 | |
*** praveenkumar has quit IRC | 07:24 | |
jhesketh | sweston_away: btw, you're now core on radar. Congrats :-) | 07:25 |
*** [HeOS] has quit IRC | 07:28 | |
*** sweston_away is now known as sweston | 07:30 | |
*** achanda has quit IRC | 07:30 | |
*** subscope has joined #openstack-infra | 07:31 | |
sweston | jhesketh: Yay! You work fast :-). Just in time too, as I just finished re-writing the web client in angular. | 07:32 |
jhesketh | wow, you think I work fast! Nice stuff :-) | 07:32 |
sweston | jhesketh: hehe, thank you. | 07:33 |
*** isaacb has joined #openstack-infra | 07:37 | |
gilliard | Hi. How can I check the recent history of a particular jenkins job> | 07:41 |
gilliard | Looking at this it seems to fail the same job repeatedly https://review.openstack.org/#/c/142721/ | 07:42 |
gilliard | I'd like to check the health of that job for other patches, too. | 07:42 |
*** sabari is now known as zz_sabari | 07:44 | |
jhesketh | gilliard: because we run multiple Jenkin masters there is no quick summary | 07:44 |
jhesketh | you could visit each master and look there | 07:44 |
jhesketh | gilliard: or alternatively, try and search for occurances of the failure with logstash http://logstash.openstack.org | 07:44 |
gilliard | jhesketh: OK that's good to know, thanks. | 07:45 |
gilliard | option one (visit each master) - sounds like a quick check, before I crack open the dsvm logs. Where are they? | 07:46 |
jhesketh | http://jenkins01.openstack.org/ | 07:46 |
jhesketh | 01 -> 07 | 07:46 |
gilliard | awesome, thanks. | 07:47 |
* gilliard gains +1 infra-knowledge | 07:47 | |
gilliard | (now I'm at 3 \o/ ) | 07:48 |
jhesketh | haha :-) | 07:48 |
*** otter768 has quit IRC | 07:49 | |
gilliard | next on my list is to learn how to create an elastic recheck. | 07:49 |
*** andreaf has joined #openstack-infra | 07:49 | |
*** EmilienM|afk is now known as EmilienM | 07:51 | |
*** andreaf has quit IRC | 07:56 | |
*** fandi has joined #openstack-infra | 07:58 | |
*** sressot has quit IRC | 08:06 | |
*** sressot has joined #openstack-infra | 08:12 | |
*** andreaf has joined #openstack-infra | 08:13 | |
*** Masahiro has quit IRC | 08:16 | |
*** Masahiro has joined #openstack-infra | 08:20 | |
*** vigneshvar_ has joined #openstack-infra | 08:23 | |
*** vigneshvar has quit IRC | 08:26 | |
*** Ryan_Lane has joined #openstack-infra | 08:30 | |
*** yamamoto_ has quit IRC | 08:31 | |
*** achanda has joined #openstack-infra | 08:33 | |
*** subscope has quit IRC | 08:53 | |
*** [HeOS] has joined #openstack-infra | 08:53 | |
*** Hal_ has joined #openstack-infra | 08:57 | |
openstackgerrit | Ma Wen Cheng proposed openstack-infra/project-config: Add new cookbook-openstack-bare-metal project to stackforge https://review.openstack.org/143800 | 09:04 |
*** yamamoto_ has joined #openstack-infra | 09:06 | |
*** jpich has joined #openstack-infra | 09:06 | |
*** derekh has joined #openstack-infra | 09:08 | |
*** fandi has quit IRC | 09:09 | |
*** amuller has joined #openstack-infra | 09:09 | |
*** ihrachyshka has joined #openstack-infra | 09:15 | |
*** ihrachyshka has quit IRC | 09:16 | |
*** SumitNaiksatam has quit IRC | 09:17 | |
*** SumitNaiksatam has joined #openstack-infra | 09:17 | |
*** achanda has quit IRC | 09:19 | |
*** achanda has joined #openstack-infra | 09:19 | |
*** andreaf has quit IRC | 09:20 | |
*** andreaf has joined #openstack-infra | 09:20 | |
*** achanda_ has joined #openstack-infra | 09:21 | |
*** achanda has quit IRC | 09:21 | |
*** harlowja_away has quit IRC | 09:26 | |
*** annegentle has quit IRC | 09:26 | |
*** annegentle has joined #openstack-infra | 09:27 | |
*** darvon has quit IRC | 09:28 | |
*** annegentle is now known as Guest70441 | 09:28 | |
*** darvon has joined #openstack-infra | 09:30 | |
*** Guest70441 has quit IRC | 09:31 | |
*** s0nea has quit IRC | 09:31 | |
*** s0nea has joined #openstack-infra | 09:33 | |
*** teran has quit IRC | 09:34 | |
*** achanda_ has quit IRC | 09:38 | |
*** annegentle_ has joined #openstack-infra | 09:38 | |
*** afazekas has joined #openstack-infra | 09:40 | |
*** yamamoto_ has quit IRC | 09:44 | |
*** saper has quit IRC | 09:48 | |
*** afazekas has quit IRC | 09:48 | |
*** yaguang has quit IRC | 09:49 | |
*** Longgeek has joined #openstack-infra | 09:49 | |
*** Longgeek has quit IRC | 09:50 | |
*** Longgeek has joined #openstack-infra | 09:53 | |
*** wenchma has quit IRC | 10:14 | |
*** ociuhandu has joined #openstack-infra | 10:21 | |
*** e0ne has joined #openstack-infra | 10:24 | |
*** Longgeek has quit IRC | 10:31 | |
*** Longgeek has joined #openstack-infra | 10:32 | |
*** e0ne_ has joined #openstack-infra | 10:33 | |
*** e0ne has quit IRC | 10:33 | |
*** cnesa has joined #openstack-infra | 10:34 | |
*** yfried is now known as yfried|afk | 10:36 | |
*** cnesa has quit IRC | 10:38 | |
*** vigneshvar_ has quit IRC | 10:39 | |
*** ZZelle has joined #openstack-infra | 10:41 | |
*** Masahiro has quit IRC | 10:46 | |
*** skolekonov has joined #openstack-infra | 10:50 | |
*** cnesa has joined #openstack-infra | 10:52 | |
*** unicell has quit IRC | 10:54 | |
*** garyk has quit IRC | 10:55 | |
*** yfried|afk is now known as yfried | 10:56 | |
*** teran has joined #openstack-infra | 10:57 | |
*** dizquierdo has joined #openstack-infra | 10:58 | |
*** vigneshvar_ has joined #openstack-infra | 10:59 | |
*** dizquierdo has quit IRC | 11:00 | |
*** dizquierdo has joined #openstack-infra | 11:00 | |
*** cnesa2 has joined #openstack-infra | 11:05 | |
*** cnesa has quit IRC | 11:06 | |
*** derekh has quit IRC | 11:09 | |
*** amuller has quit IRC | 11:13 | |
*** dims has joined #openstack-infra | 11:13 | |
*** gilliard is now known as gilliard_afk | 11:13 | |
*** gilliard_afk is now known as gilliard_2015 | 11:16 | |
*** dims has quit IRC | 11:18 | |
*** garyk has joined #openstack-infra | 11:21 | |
*** gema has quit IRC | 11:23 | |
*** amuller has joined #openstack-infra | 11:23 | |
*** naohirot has quit IRC | 11:27 | |
*** koolhead17 has joined #openstack-infra | 11:33 | |
*** Hal_ has quit IRC | 11:33 | |
*** FlorianSW has joined #openstack-infra | 11:35 | |
*** kedkul has quit IRC | 11:38 | |
*** cnesa2 has quit IRC | 11:40 | |
*** isviridov_away is now known as isviridov | 11:42 | |
*** k4n0 has joined #openstack-infra | 11:44 | |
*** k4n0 has quit IRC | 11:44 | |
*** ff has joined #openstack-infra | 11:46 | |
*** Masahiro has joined #openstack-infra | 11:47 | |
*** otter768 has joined #openstack-infra | 11:50 | |
*** Masahiro has quit IRC | 11:51 | |
*** saper has joined #openstack-infra | 11:51 | |
*** e0ne_ has quit IRC | 11:52 | |
*** otter768 has quit IRC | 11:55 | |
*** redixin has quit IRC | 11:58 | |
*** redixin has joined #openstack-infra | 11:58 | |
*** vigneshvar_ has quit IRC | 11:59 | |
*** garyk has quit IRC | 12:02 | |
*** ryanpetrello has joined #openstack-infra | 12:03 | |
*** nosnos has quit IRC | 12:13 | |
*** nosnos has joined #openstack-infra | 12:13 | |
*** koolhead17 has quit IRC | 12:14 | |
*** cnesa has joined #openstack-infra | 12:14 | |
*** nosnos has quit IRC | 12:18 | |
*** rfolco has joined #openstack-infra | 12:19 | |
*** baoli has joined #openstack-infra | 12:21 | |
*** baoli has quit IRC | 12:22 | |
*** ihrachyshka has joined #openstack-infra | 12:23 | |
*** baoli has joined #openstack-infra | 12:23 | |
*** rfolco has quit IRC | 12:23 | |
openstackgerrit | Roman Podoliaka proposed openstack-infra/project-config: oslo.db: make SQLAlchemy 0.9.x job voting https://review.openstack.org/140057 | 12:26 |
openstackgerrit | Roman Podoliaka proposed openstack-infra/project-config: oslo.db: remove SQLAlchemy 0.8.x job https://review.openstack.org/143830 | 12:26 |
*** e0ne has joined #openstack-infra | 12:27 | |
*** ryanpetrello has quit IRC | 12:33 | |
*** mase_x200 has joined #openstack-infra | 12:34 | |
*** gema has joined #openstack-infra | 12:39 | |
*** e0ne is now known as e0ne_ | 12:40 | |
*** e0ne_ is now known as e0ne | 12:42 | |
*** ddieterly has joined #openstack-infra | 12:44 | |
*** jaypipes has joined #openstack-infra | 12:44 | |
*** koolhead17 has joined #openstack-infra | 12:44 | |
*** ivar-lazzaro has joined #openstack-infra | 12:48 | |
*** dims has joined #openstack-infra | 12:49 | |
*** yfried has quit IRC | 12:50 | |
*** saper has quit IRC | 12:51 | |
*** saper has joined #openstack-infra | 12:53 | |
*** pc_m has joined #openstack-infra | 12:55 | |
*** koolhead17 has quit IRC | 12:56 | |
*** marcusvrn has quit IRC | 12:59 | |
*** Masahiro has joined #openstack-infra | 13:02 | |
*** ivar-lazzaro has quit IRC | 13:05 | |
*** ivar-lazzaro has joined #openstack-infra | 13:06 | |
*** Masahiro has quit IRC | 13:07 | |
*** ivar-lazzaro has quit IRC | 13:10 | |
*** cdent has joined #openstack-infra | 13:13 | |
*** Hal_ has joined #openstack-infra | 13:16 | |
*** dizquierdo has quit IRC | 13:16 | |
*** marcusvrn has joined #openstack-infra | 13:18 | |
*** lttrl has quit IRC | 13:22 | |
*** ildikov_ has joined #openstack-infra | 13:23 | |
*** koolhead17 has joined #openstack-infra | 13:25 | |
*** koolhead17 has quit IRC | 13:25 | |
*** koolhead17 has joined #openstack-infra | 13:25 | |
*** garyk has joined #openstack-infra | 13:27 | |
*** garyh has joined #openstack-infra | 13:30 | |
*** FlorianSW has quit IRC | 13:31 | |
*** ildikov_ has quit IRC | 13:34 | |
*** dims has quit IRC | 13:34 | |
*** unicell has joined #openstack-infra | 13:39 | |
*** koolhead17 has quit IRC | 13:39 | |
*** yfried has joined #openstack-infra | 13:40 | |
*** dims has joined #openstack-infra | 13:42 | |
*** e0ne is now known as e0ne_ | 13:48 | |
*** e0ne_ is now known as e0ne | 13:51 | |
*** otter768 has joined #openstack-infra | 13:51 | |
dteselkin | Hi, is there a way to put -1 for a job immediately, without running a job? Something like 'noop', but with -1. | 13:52 |
*** saper has quit IRC | 13:52 | |
*** andreykurilin_ has joined #openstack-infra | 13:54 | |
*** garyh has quit IRC | 13:55 | |
*** otter768 has quit IRC | 13:56 | |
*** mase_x200 has quit IRC | 13:56 | |
*** bswartz has quit IRC | 13:56 | |
*** ihrachyshka has quit IRC | 13:57 | |
*** alexpilotti has joined #openstack-infra | 14:00 | |
*** marcusvrn has quit IRC | 14:02 | |
*** andreykurilin_ has quit IRC | 14:03 | |
*** Masahiro has joined #openstack-infra | 14:03 | |
*** mriedem has joined #openstack-infra | 14:06 | |
*** dmsimard_away is now known as dmsimard | 14:07 | |
*** Masahiro has quit IRC | 14:07 | |
*** ryanpetrello has joined #openstack-infra | 14:20 | |
*** mmedvede has quit IRC | 14:23 | |
*** ihrachyshka has joined #openstack-infra | 14:24 | |
*** markmcclain has joined #openstack-infra | 14:25 | |
*** dims has quit IRC | 14:28 | |
*** hdd has joined #openstack-infra | 14:29 | |
*** adalbas has joined #openstack-infra | 14:35 | |
*** hdd has quit IRC | 14:35 | |
*** ff has quit IRC | 14:37 | |
*** _nadya_ has joined #openstack-infra | 14:38 | |
*** ryanpetrello has quit IRC | 14:38 | |
*** _nadya__ has joined #openstack-infra | 14:40 | |
*** _nadya_ has quit IRC | 14:41 | |
*** e0ne is now known as e0ne_ | 14:43 | |
*** isaacb has quit IRC | 14:43 | |
*** amuller has quit IRC | 14:45 | |
*** ivar-lazzaro has joined #openstack-infra | 14:47 | |
*** ivar-lazzaro has quit IRC | 14:51 | |
*** achanda has joined #openstack-infra | 14:52 | |
*** bswartz has joined #openstack-infra | 14:54 | |
*** vhoward has joined #openstack-infra | 14:54 | |
*** e0ne_ is now known as e0ne | 14:56 | |
*** markmcclain has quit IRC | 15:00 | |
*** andreykurilin_ has joined #openstack-infra | 15:03 | |
*** markmcclain has joined #openstack-infra | 15:03 | |
*** markmcclain has quit IRC | 15:05 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:08 | |
*** andreykurilin_ has quit IRC | 15:12 | |
*** achanda has quit IRC | 15:14 | |
*** dims__ has joined #openstack-infra | 15:18 | |
*** achanda has joined #openstack-infra | 15:19 | |
*** andreaf has quit IRC | 15:27 | |
*** resker has joined #openstack-infra | 15:31 | |
*** esker_ has joined #openstack-infra | 15:32 | |
*** esker__ has joined #openstack-infra | 15:34 | |
*** esker has quit IRC | 15:34 | |
*** resker has quit IRC | 15:35 | |
*** imcsk8 has quit IRC | 15:36 | |
*** imcsk8 has joined #openstack-infra | 15:36 | |
*** esker_ has quit IRC | 15:37 | |
*** enikanorov_ has joined #openstack-infra | 15:39 | |
*** Hal_ has quit IRC | 15:40 | |
*** stevemar has joined #openstack-infra | 15:42 | |
*** alexpilotti_ has joined #openstack-infra | 15:48 | |
*** alexpilotti has quit IRC | 15:50 | |
*** alexpilotti_ is now known as alexpilotti | 15:50 | |
*** saper has joined #openstack-infra | 15:51 | |
*** Masahiro has joined #openstack-infra | 15:52 | |
*** otter768 has joined #openstack-infra | 15:52 | |
*** redixin has quit IRC | 15:54 | |
*** e0ne has quit IRC | 15:55 | |
*** esker has joined #openstack-infra | 15:55 | |
*** otter768 has quit IRC | 15:57 | |
*** Masahiro has quit IRC | 15:57 | |
*** esker__ has quit IRC | 15:59 | |
*** resker has joined #openstack-infra | 16:02 | |
*** hdd has joined #openstack-infra | 16:02 | |
*** pc_m has quit IRC | 16:03 | |
*** esker has quit IRC | 16:04 | |
*** jpich has quit IRC | 16:05 | |
*** esker has joined #openstack-infra | 16:07 | |
*** baoli has quit IRC | 16:07 | |
*** resker has quit IRC | 16:08 | |
*** garyh has joined #openstack-infra | 16:09 | |
*** tonytan4ever has joined #openstack-infra | 16:09 | |
fifieldt | looks like the docs jobs are failing across most projects: https://bugs.launchpad.net/openstack-gate/+bug/1405451 | 16:11 |
uvirtbot | Launchpad bug 1405451 in openstack-gate "run-docs.sh: line 15: .tox/venv/bin/pip: No such file or directory" [Undecided,New] | 16:11 |
*** afazekas has joined #openstack-infra | 16:14 | |
*** skolekonov has quit IRC | 16:16 | |
*** zz_dimtruck is now known as dimtruck | 16:19 | |
*** skolekonov has joined #openstack-infra | 16:21 | |
*** garyh has quit IRC | 16:22 | |
clarkb | gah thats an order problem. I can fix that today | 16:24 |
clarkb | have to run tox before we have tox dir | 16:24 |
*** jerryz has quit IRC | 16:24 | |
fifieldt | all hail clarkb | 16:26 |
*** shayneburgess has quit IRC | 16:27 | |
*** aysyd has joined #openstack-infra | 16:29 | |
*** baoli has joined #openstack-infra | 16:30 | |
openstackgerrit | Jeremy Stanley proposed openstack-dev/pbr: Build a wheel when integration testing PBR changes https://review.openstack.org/143871 | 16:30 |
*** alexpilotti has quit IRC | 16:31 | |
*** hdd has quit IRC | 16:31 | |
fungi | reqs integration jobs for pbr changes are running long and timing out... seeing if that helps | 16:31 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run freeze command after running tox https://review.openstack.org/143872 | 16:32 |
clarkb | fifieldt: fungi ^ | 16:32 |
clarkb | oh let me add bug to message | 16:32 |
fungi | reviewing | 16:32 |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Run freeze command after running tox https://review.openstack.org/143872 | 16:33 |
*** alexpilotti has joined #openstack-infra | 16:34 | |
*** _nadya__ has quit IRC | 16:34 | |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Publish files for gate-rally-dsvm-cli job https://review.openstack.org/143874 | 16:35 |
*** yfried has quit IRC | 16:35 | |
clarkb | we did it see it fail until this morning because virtualenv prevented new images from being built yesterday | 16:35 |
clarkb | *we didn't see it fail | 16:36 |
clarkb | fungi: if it looks good to you and you approve I can fire off some image builds | 16:36 |
clarkb | will likely self approve at some point if necessary | 16:36 |
fungi | clarkb: already did | 16:37 |
jeblair | i take it the virtualenv problem is resolved now? | 16:41 |
*** afazekas has quit IRC | 16:41 | |
clarkb | jeblair: looks like it | 16:42 |
clarkb | 12.0.4 appears to be the version that fixed things | 16:42 |
*** dimtruck is now known as zz_dimtruck | 16:44 | |
*** zz_dimtruck is now known as dimtruck | 16:44 | |
openstackgerrit | Merged openstack-infra/project-config: Run freeze command after running tox https://review.openstack.org/143872 | 16:45 |
clarkb | bare-trusty image builds started | 16:46 |
*** baoli has quit IRC | 16:48 | |
*** achanda has quit IRC | 16:48 | |
*** achanda has joined #openstack-infra | 16:48 | |
*** aysyd has quit IRC | 16:49 | |
*** cnesa has quit IRC | 16:50 | |
*** yamahata has joined #openstack-infra | 16:51 | |
*** achanda has quit IRC | 16:53 | |
*** ivar-lazzaro has joined #openstack-infra | 16:53 | |
*** dimtruck is now known as zz_dimtruck | 16:54 | |
zaro | morning | 16:54 |
dstufft | jeblair: clarkb so 12.0.4 does work for you? | 16:56 |
clarkb | dstufft: it appears to. Our daily image builds completed and broke us in other ways that we were responsible for :) | 16:57 |
dstufft | awesome | 16:57 |
dstufft | 12.0.4 broke things for other people, but that's because I reverted the fix that was supposed to fix them (they were broke in 1.11.6 too) | 16:57 |
clarkb | dstufft: thank you for the fixes | 16:57 |
dstufft | :/ | 16:57 |
*** ivar-lazzaro has quit IRC | 16:58 | |
dstufft | now to decide if I want to stick with a homegrown framework for PyPI 2.0, or switch to Django/Pyramid/Flask/something else | 16:58 |
pleia2 | good morning | 17:06 |
jeblair | dstufft: it's not a real python web app unless you write a new framework for it ;) | 17:07 |
*** achanda has joined #openstack-infra | 17:07 | |
dstufft | jeblair: ha | 17:07 |
dstufft | jeblair: I'm unhappy with the global state that appears to exist in every framework :/ | 17:07 |
dstufft | also the fact that they seem to love crapping Vary: Cookie randomly | 17:07 |
clarkb | global state is where each app goes to party | 17:09 |
clarkb | its the 24/7 party zone | 17:09 |
dstufft | flask in particular annoys me because why the hell does it pass parameters into a function via a magic thread variable instead of just passing them into the damn function >;[ | 17:10 |
*** dtantsur has quit IRC | 17:10 | |
*** dtantsur has joined #openstack-infra | 17:11 | |
*** hichtakk has quit IRC | 17:11 | |
*** [HeOS] has quit IRC | 17:16 | |
* fifieldt perks up on hearing about the party zone | 17:16 | |
jeblair | fifieldt: it's a _global_ party zone, you'll like it | 17:16 |
* fifieldt goes searching for dancing shoes | 17:16 | |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Add Rally performace job template for Mistral https://review.openstack.org/143879 | 17:24 |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Add Rally performace job template for Mistral https://review.openstack.org/143879 | 17:26 |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Make gate-rally-dsvm-verify job voting https://review.openstack.org/143881 | 17:31 |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Add Rally performace job template for Mistral https://review.openstack.org/143879 | 17:34 |
*** garyk has quit IRC | 17:38 | |
*** hichtakk has joined #openstack-infra | 17:39 | |
*** pcrews has joined #openstack-infra | 17:40 | |
*** Masahiro has joined #openstack-infra | 17:41 | |
*** zz_dimtruck is now known as dimtruck | 17:41 | |
openstackgerrit | Jeremy Stanley proposed openstack-dev/pbr: Build a wheel when integration testing PBR changes https://review.openstack.org/143871 | 17:44 |
openstackgerrit | Boris Pavlovic proposed openstack-infra/project-config: Add Rally performace job template for Mistral https://review.openstack.org/143879 | 17:45 |
*** Masahiro has quit IRC | 17:45 | |
*** cdent has quit IRC | 17:47 | |
*** lttrl has joined #openstack-infra | 17:48 | |
*** otter768 has joined #openstack-infra | 17:53 | |
*** ihrachyshka has quit IRC | 17:56 | |
*** otter768 has quit IRC | 17:57 | |
*** vigneshvar has joined #openstack-infra | 17:59 | |
clarkb | bare-trusty images are all happy now. Rebuilding precise too for stable branch doc builds | 17:59 |
clarkb | fifieldt: ^ things should be fixed shortly and are mostly working now | 18:00 |
*** bnemec has quit IRC | 18:03 | |
*** zz_sabari is now known as sabari_ | 18:06 | |
*** koolhead17 has joined #openstack-infra | 18:07 | |
*** hdd has joined #openstack-infra | 18:15 | |
*** sabari_ is now known as zz_sabari_ | 18:16 | |
*** dimtruck is now known as zz_dimtruck | 18:16 | |
*** zz_dimtruck is now known as dimtruck | 18:19 | |
*** tonytan4ever has quit IRC | 18:22 | |
*** baoli has joined #openstack-infra | 18:22 | |
*** vigneshvar has quit IRC | 18:23 | |
*** zz_sabari_ is now known as sabari_ | 18:25 | |
*** bdpayne has joined #openstack-infra | 18:26 | |
*** sabari_ is now known as zz_sabari_ | 18:29 | |
*** subscope has joined #openstack-infra | 18:32 | |
*** vigneshvar has joined #openstack-infra | 18:42 | |
*** armax has joined #openstack-infra | 18:43 | |
*** alexpilotti has quit IRC | 18:44 | |
*** dimtruck is now known as zz_dimtruck | 18:46 | |
*** mfer has joined #openstack-infra | 18:47 | |
*** esker has quit IRC | 18:51 | |
*** esker has joined #openstack-infra | 18:52 | |
*** FlorianSW has joined #openstack-infra | 18:53 | |
*** mfer has quit IRC | 18:53 | |
*** koolhead17 has quit IRC | 19:01 | |
*** dmsimard is now known as dmsimard_away | 19:06 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Ensure we set attrs in test_ids for sql2subunit https://review.openstack.org/142292 | 19:06 |
*** zz_dimtruck is now known as dimtruck | 19:07 | |
openstackgerrit | Merged openstack-infra/zuul: Scheduler: Reduce log level for non-configured projects https://review.openstack.org/132245 | 19:10 |
*** yfried has joined #openstack-infra | 19:11 | |
*** mfer has joined #openstack-infra | 19:11 | |
openstackgerrit | Merged openstack-infra/project-config: Cleanup gerritbot branches reporting to -infra https://review.openstack.org/143699 | 19:12 |
*** lttrl has quit IRC | 19:13 | |
*** Sukhdev has joined #openstack-infra | 19:16 | |
*** zz_sabari_ is now known as sabari_ | 19:18 | |
openstackgerrit | Merged openstack-infra/project-config: python-surveilclient: Added pypi jobs https://review.openstack.org/143176 | 19:19 |
*** openstackgerrit has quit IRC | 19:19 | |
*** openstackgerrit has joined #openstack-infra | 19:19 | |
openstackgerrit | Merged openstack-infra/project-config: Copy over pre/post test hooks to check-tempest-dsvm-f20-docker https://review.openstack.org/143141 | 19:19 |
*** SumitNaiksatam has quit IRC | 19:20 | |
openstackgerrit | Merged openstack-infra/python-storyboardclient: Added required dependencies https://review.openstack.org/142400 | 19:20 |
openstackgerrit | Merged openstack-infra/project-config: python-surveilclient: Added py34 checks https://review.openstack.org/143460 | 19:20 |
openstackgerrit | Merged openstack-infra/project-config: Update stackforge/tuskar-ui-extras to run tests on the gate https://review.openstack.org/143043 | 19:21 |
openstackgerrit | Merged openstack-infra/storyboard: Changes for calls iteritems and str to six https://review.openstack.org/142733 | 19:22 |
*** SumitNaiksatam has joined #openstack-infra | 19:24 | |
*** mfer has quit IRC | 19:24 | |
clarkb | woot all affected images are now rebuilt | 19:26 |
clarkb | and docs jobs seem to work | 19:26 |
clarkb | now time to afk | 19:26 |
*** Masahiro has joined #openstack-infra | 19:30 | |
*** Masahiro has quit IRC | 19:34 | |
*** achanda has quit IRC | 19:38 | |
*** sabari_ is now known as zz_sabari_ | 19:39 | |
openstackgerrit | Merged openstack-dev/pbr: Merge tag '0.10.7' into master https://review.openstack.org/143363 | 19:40 |
*** hdd has quit IRC | 19:47 | |
*** teran has quit IRC | 19:48 | |
*** otter768 has joined #openstack-infra | 19:54 | |
*** otter768 has quit IRC | 19:59 | |
*** yfried_ has joined #openstack-infra | 20:07 | |
*** yfried has quit IRC | 20:09 | |
*** yfried__ has joined #openstack-infra | 20:12 | |
*** yfried_ has quit IRC | 20:12 | |
*** bswartz has quit IRC | 20:13 | |
*** hichtakk has quit IRC | 20:16 | |
*** hichtakk has joined #openstack-infra | 20:16 | |
*** Longgeek has quit IRC | 20:17 | |
*** otter768 has joined #openstack-infra | 20:17 | |
*** boris-42 has quit IRC | 20:23 | |
*** cnesa has joined #openstack-infra | 20:27 | |
*** dimtruck is now known as zz_dimtruck | 20:30 | |
*** hichtakk has quit IRC | 20:31 | |
*** hichtakk has joined #openstack-infra | 20:31 | |
*** zz_sabari_ is now known as sabari_ | 20:32 | |
*** sabari_ is now known as zz_sabari_ | 20:33 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:36 | |
*** zz_sabari_ is now known as sabari_ | 20:44 | |
*** zz_dimtruck is now known as dimtruck | 20:46 | |
*** vigneshvar has quit IRC | 20:48 | |
*** sabari_ is now known as zz_sabari_ | 20:48 | |
*** lttrl has joined #openstack-infra | 20:49 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:49 | |
*** hichtakk has quit IRC | 20:53 | |
*** yamahata has quit IRC | 20:57 | |
*** teran has joined #openstack-infra | 20:57 | |
*** otter768 has quit IRC | 21:08 | |
*** otter768 has joined #openstack-infra | 21:10 | |
*** otter768 has quit IRC | 21:10 | |
*** otter768 has joined #openstack-infra | 21:10 | |
*** zz_sabari_ is now known as sabari_ | 21:11 | |
*** Sukhdev has quit IRC | 21:16 | |
*** Masahiro has joined #openstack-infra | 21:18 | |
*** subscope has quit IRC | 21:20 | |
*** ihrachyshka has joined #openstack-infra | 21:21 | |
*** hichtakk has joined #openstack-infra | 21:23 | |
*** Masahiro has quit IRC | 21:23 | |
*** teran_ has joined #openstack-infra | 21:24 | |
*** otter768 has quit IRC | 21:25 | |
*** teran has quit IRC | 21:27 | |
*** otter768 has joined #openstack-infra | 21:28 | |
*** otter768 has quit IRC | 21:28 | |
*** otter768 has joined #openstack-infra | 21:28 | |
*** dims__ has quit IRC | 21:29 | |
*** marun has joined #openstack-infra | 21:30 | |
*** sabari_ is now known as zz_sabari_ | 21:30 | |
*** zz_sabari_ is now known as sabari_ | 21:33 | |
*** HeOS has joined #openstack-infra | 21:33 | |
*** FlorianSW has quit IRC | 21:34 | |
*** Hefeweizen has quit IRC | 21:38 | |
*** zul has quit IRC | 21:39 | |
*** e0ne has joined #openstack-infra | 21:39 | |
*** marun has quit IRC | 21:46 | |
*** cnesa has quit IRC | 21:48 | |
*** sdake has joined #openstack-infra | 21:48 | |
*** bswartz has joined #openstack-infra | 21:52 | |
*** e0ne has quit IRC | 21:54 | |
*** alexpilotti has joined #openstack-infra | 21:54 | |
*** sabari_ is now known as zz_sabari_ | 21:59 | |
*** e0ne has joined #openstack-infra | 21:59 | |
*** bnemec has joined #openstack-infra | 22:00 | |
*** e0ne has quit IRC | 22:02 | |
*** otter768 has quit IRC | 22:03 | |
*** e0ne has joined #openstack-infra | 22:03 | |
*** yamahata has joined #openstack-infra | 22:04 | |
*** e0ne has quit IRC | 22:04 | |
*** alexpilotti has quit IRC | 22:04 | |
*** yamahata has quit IRC | 22:05 | |
*** yamahata has joined #openstack-infra | 22:06 | |
*** hichtakk has quit IRC | 22:07 | |
*** hichtakk has joined #openstack-infra | 22:07 | |
*** ivar-lazzaro has joined #openstack-infra | 22:20 | |
sigmavirus24 | jogo: are you around? | 22:20 |
sigmavirus24 | jogo: hopefully your scrollback won't obliterate https://github.com/jcrocholl/pep8/issues/362 from https://gitlab.com/pycqa/flake8/issues/15. I think you had requested something similar and I think we should really focus on getting this into pep8 | 22:22 |
*** ddieterly has quit IRC | 22:29 | |
*** dims__ has joined #openstack-infra | 22:30 | |
*** ihrachyshka has quit IRC | 22:31 | |
*** yamahata has quit IRC | 22:31 | |
*** ihrachyshka has joined #openstack-infra | 22:31 | |
*** dims__ has quit IRC | 22:35 | |
*** dimtruck is now known as zz_dimtruck | 22:36 | |
*** zz_dimtruck is now known as dimtruck | 22:36 | |
*** otter768 has joined #openstack-infra | 22:38 | |
*** andreykurilin_ has joined #openstack-infra | 22:44 | |
*** ihrachyshka has quit IRC | 22:44 | |
*** jaypipes has quit IRC | 22:45 | |
*** dimtruck is now known as zz_dimtruck | 22:45 | |
*** ihrachyshka has joined #openstack-infra | 22:45 | |
*** ociuhandu has quit IRC | 22:49 | |
sigmavirus24 | So I'm not sure if we already have Elastic Search enabled in a gate job already (for testing a service) but I wonder if there are any infra members who have opinions on https://review.openstack.org/#/c/138051/ | 23:00 |
mordred | sigmavirus24: thanks for the heads up | 23:01 |
*** ivar-lazzaro has quit IRC | 23:01 | |
sigmavirus24 | mordred: happy to help. Y'all were the first ones I thought of while reading it | 23:01 |
*** ivar-lazzaro has joined #openstack-infra | 23:01 | |
*** ddieterly has joined #openstack-infra | 23:02 | |
sigmavirus24 | It's also a far cry from being accepted but better to get your feedback earlier than later :D | 23:03 |
clarkb | ES is being used as a cache not a store that is good and really my only super important comment about using ES | 23:05 |
clarkb | it will lose your data in my experience so dont store your data there | 23:05 |
*** ivar-lazzaro has quit IRC | 23:06 | |
sigmavirus24 | Yeah, I was more concerned with the feasibility of having it available at the gate for functional tests | 23:06 |
clarkb | I dont see why not. devstack can install whatever | 23:06 |
*** ddieterly has quit IRC | 23:07 | |
clarkb | thougg it is abig memory sink | 23:07 |
sigmavirus24 | bingo | 23:07 |
*** Masahiro has joined #openstack-infra | 23:07 | |
sigmavirus24 | We deploy ELK for os-ansible-deployment and it's a huge memory sink hence my concern | 23:07 |
*** teran has joined #openstack-infra | 23:08 | |
clarkb | I run a 6TB disk, 360GB ram, 96 cpu cluster and it often feels small | 23:08 |
clarkb | but if you only index a few things for testing it should be ok. Also keep query cache down so dont have terrible queries | 23:09 |
clarkb | I do think our 8gb limit on test nodes should stay though. I have a hard enough time with it that high and running stuff locally | 23:11 |
clarkb | I should buy more ram | 23:11 |
*** ZZelle has quit IRC | 23:11 | |
*** teran_ has quit IRC | 23:11 | |
sigmavirus24 | downloadmoreram.com | 23:12 |
*** Masahiro has quit IRC | 23:12 | |
sigmavirus24 | anyway, hope y'all have a happy holiday tomorrow | 23:12 |
mordred | sigmavirus24: same to you! | 23:15 |
* mordred is going to be eating a fried pig's head in just a couple of hours | 23:15 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:16 | |
*** bdpayne has quit IRC | 23:16 | |
mordred | http://eatsblog.dallasnews.com/files/2014/04/PigHead.jpg | 23:16 |
*** andreykurilin_ has quit IRC | 23:17 | |
*** mmedvede has joined #openstack-infra | 23:19 | |
clarkb | mordred looks tasty | 23:20 |
clarkb | I have aroast that needs cooking tomorrow | 23:20 |
mordred | clarkb: tomorrow I'm going to Ben's house and he's going to make food and I will eat it | 23:21 |
mordred | it WAS going to be brazillian food day, but the main brazillian guest of honor is going to be a day late - so it'll just be normal non-brazillian food | 23:22 |
clarkb | also I have 5 gallons of beer and 1.5 gallons of sake fermenting | 23:24 |
clarkb | the sake is an experiment hopefully it is drinkable | 23:24 |
mordred | that is a non-zero amount, which is good | 23:24 |
mordred | I'll be interested to hear how that goes | 23:24 |
mordred | did you polish the rice? | 23:24 |
mordred | clarkb: also, did you see the bananas play at the end of the central michigan game earlier? | 23:25 |
clarkb | no I went to uwajimaya and basically derped got good short grain rice and koji and just went for it | 23:25 |
clarkb | polishing seems like work | 23:26 |
mordred | :) | 23:26 |
clarkb | next time I will put more effort and planning into it | 23:27 |
clarkb | I also skipped multi stage fermwntation. I just added 20oz of ready koji to 5lbs steamed rice in 1.5 gallons of water | 23:27 |
*** boris-42 has joined #openstack-infra | 23:34 | |
*** unicell has quit IRC | 23:41 | |
*** cnesa has joined #openstack-infra | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!