BobBall | hehe sorry | 00:00 |
---|---|---|
BobBall | I forget that some people aren't londoners ;) | 00:00 |
*** mkerrin has quit IRC | 00:01 | |
*** amrith has quit IRC | 00:01 | |
fungi | there is little in linguistics quite so interesting as rhyming slang | 00:02 |
fungi | i think in part it is what leads the english to have such a strong interest in etymology compared to other cultures | 00:02 |
fungi | ot could be t'other way 'round | 00:03 |
fungi | so, we have another one of these... https://jenkins02.openstack.org/job/gate-swift-python26/4015/console | 00:03 |
fungi | "ERROR: InterpreterNotFound: python2.6" | 00:03 |
fungi | on a centos6 slave | 00:03 |
fungi | nodepool had already deleted it before i could catch it | 00:04 |
fungi | in good news, https://review.openstack.org/62206 got enqueued into the gate and merged after zuul saw its shadow in the comments | 00:05 |
fungi | so that bit seems to be working swell | 00:05 |
jeblair | fungi: that's _so_ weird... i mean, tox itself is a python program, so it's presuming running under the interpreter it can't find | 00:05 |
fungi | i have no words to describe it | 00:06 |
fungi | maybe a filesystem read error or something getting hidden by tox | 00:06 |
jeblair | fungi: i only went as far as running 'python2.6'; it does seem like continuing to debug by, oh, say actually running tox or virtualenv might be a good idea. :) | 00:06 |
jeblair | btw, i have been collecting quite a bit of data on nodepool wrt to memory usage. i don't have a concise answer yet, but i have learned a bit. i hope to digest it into something coherent before long. | 00:07 |
fungi | yeah, if i manage to catch one of the nodes doing that, i certainly will. so far i've only witnessed it twice | 00:07 |
anteaya | nibalizer: okay, so from what I am hearing the obstacles you thought you had have turned out to be surmountable | 00:09 |
nibalizer | yes | 00:09 |
anteaya | okay great | 00:09 |
anteaya | do my comments on your patch make sense? | 00:09 |
nibalizer | yes | 00:10 |
nibalizer | do you know what the fqdn of the puppetdb server will be? | 00:10 |
*** prad has joined #openstack-infra | 00:10 | |
jeblair | fungi, clarkb: one thing i have noticed is that we have a small leak and a big leak; the big leak is related to image builds, which start at 02:13. you can see it here: http://cacti.openstack.org/cacti/graph.php?action=zoom&local_graph_id=977&rra_id=2&view_type=&graph_start=1392342111&graph_end=1392347714&graph_height=120&graph_width=500&title_font_size=10 | 00:10 |
anteaya | no | 00:10 |
*** sarob has joined #openstack-infra | 00:10 | |
anteaya | I think most of the other modules use fqdn as a variable | 00:11 |
anteaya | have you seen that elsewhere? | 00:11 |
fungi | jeblair: if we want to mitigate that some, maybe we can unconfigure the tripleo-fedora image builds temporarily. they're failing and looping indefinitely | 00:12 |
fungi | so will probably exaggerate any leak if it's just related to image builds in general | 00:12 |
nibalizer | anteaya: not sure what you're asking me | 00:12 |
jeblair | fungi: probably a good idea (it's currently stuck, but it will get unstuck probably in a few hours) | 00:13 |
nibalizer | since the puppetmaster is 'ci-puppetmaster.openstack.org' its reasonable that the puppetdb server will be 'ci-puppetdb.openstack.org' i guett | 00:13 |
nibalizer | *guess | 00:13 |
fungi | jeblair: is it possible the slow leak is the repeating tripleo-fedora builds and the big leak is when all the image builds kick off nighthly? | 00:13 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Add puppetdb to a new puppetdb host https://review.openstack.org/73840 | 00:13 |
jeblair | nibalizer: i'd call it puppetdb (and someday, i think we'll rename the puppetmaster to just puppetmaster) | 00:13 |
fungi | one leak, two patterns? | 00:13 |
nibalizer | okay | 00:14 |
jeblair | fungi: possible; i've got a single image build running to try to profile that. | 00:14 |
openstackgerrit | Spencer Krum proposed a change to openstack-infra/config: Add puppetdb to a new puppetdb host https://review.openstack.org/73840 | 00:14 |
*** prad has quit IRC | 00:15 | |
nibalizer | jeblair: anteaya okay, there it is | 00:15 |
jeblair | fungi: (this is all local, i'm not doing any testing in prod today) | 00:15 |
anteaya | nibalizer: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/gerrit/manifests/init.pp#n82 | 00:15 |
*** sarob has quit IRC | 00:15 | |
anteaya | that was what I was thinking | 00:15 |
anteaya | and jeblair gave you the answer you needed | 00:16 |
nibalizer | ya $::fqdn is a fine fact, shoudl be used | 00:16 |
anteaya | k | 00:16 |
nibalizer | i found this suprising: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/manifests/base.pp#n4 | 00:16 |
nibalizer | highly opinionated, but also totally fine | 00:17 |
anteaya | expand on what you find surprising about it? | 00:17 |
anteaya | just so I am not guessing what yo uare thinking | 00:17 |
nibalizer | there is no requirment that certname equals fqdn, its just the default | 00:17 |
nibalizer | it tripped me up for a bit on my testing because obviously my virtual machines and lxcs didn't have openstack.org fqdns so every time i ran puppet they would break puppet.conf | 00:18 |
nibalizer | which is why i ended up using the /puppetdb/ syntax in site.pp | 00:18 |
anteaya | how is /puppetdb/ different from 'puppetdb' | 00:19 |
nibalizer | and i think, more generally, setting certname assertively in your puppet code is a bit weird, because the certname really is client data | 00:19 |
jeblair | nibalizer: i believe that was so that we could override that for some node types, when we had all the jenkins nodes sharing a cert; i think it's nearly obsolete now. | 00:19 |
anteaya | in how it is consumed | 00:19 |
jeblair | nibalizer: (so we would set certname=precise.slave.o.o for precise*.slave.o.o) | 00:19 |
nibalizer | /puppetb/ is regex match(entirely substirng in this instance), 'puppetdb' is exact string match | 00:19 |
jeblair | nibalizer: if there are any hosts left that do that, they are about to be gone | 00:20 |
* fungi is looking forward to deleting them himself very, very soon | 00:20 | |
nibalizer | excellent | 00:20 |
fungi | and then we can bump our nodepool quota in rax-dfw by about 64 or so | 00:20 |
nibalizer | does that expand to rackspace dallas/ft worth? | 00:21 |
fungi | oh... i just realized one place i still need to hold off. we have precise and centos6 nodepool images now, but no precisepy3k yet, so python33 and pypy jobs are going to start offlining those static claves if i don't whitelist them first | 00:22 |
fungi | s/claves/slaves/ | 00:22 |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Temporarily remove tripleo-fedora https://review.openstack.org/73843 | 00:29 |
jeblair | fungi: aprv ^ ? | 00:29 |
fungi | zuul dealt properly with me approving that before the check results came back | 00:33 |
fungi | very cool | 00:33 |
openstackgerrit | A change was merged to openstack-infra/config: Temporarily remove tripleo-fedora https://review.openstack.org/73843 | 00:33 |
jeblair | neato :) | 00:33 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Run all non-sensitive jobs on single-use workers https://review.openstack.org/73732 | 00:34 |
fungi | temporarily whitelisted the python33/pypy unit test jobs for now | 00:34 |
fungi | i'll work on getting the precisepy3k nodes added | 00:35 |
*** ryanpetrello has joined #openstack-infra | 00:54 | |
*** ryanpetrello has quit IRC | 00:57 | |
*** ryanpetrello has joined #openstack-infra | 00:57 | |
*** ryanpetrello has quit IRC | 00:58 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Add single-use py3k-precise nodes https://review.openstack.org/73846 | 01:05 |
*** hdd has joined #openstack-infra | 01:08 | |
*** cody-somerville has quit IRC | 01:08 | |
jeblair | devstack just broke the cache script... | 01:08 |
jeblair | i think we should probably gate devstack on that ... | 01:08 |
fungi | eek | 01:08 |
jeblair | i was really confused because it worked this morning | 01:09 |
*** derekh has quit IRC | 01:09 | |
jeblair | but sdague seems to be working: https://review.openstack.org/#/c/72738/ | 01:09 |
jeblair | :) | 01:09 |
*** gokrokve has joined #openstack-infra | 01:10 | |
sdague | only slightly :) | 01:10 |
*** sarob has joined #openstack-infra | 01:10 | |
jeblair | the cache script can't parse that empty IMAGE_URLS line | 01:11 |
*** gokrokve_ has joined #openstack-infra | 01:12 | |
*** gokrokve has quit IRC | 01:14 | |
jeblair | fungi: so somewhere after the image build failure, the rss jumped from 40m to 238m. | 01:14 |
*** ryanpetrello has joined #openstack-infra | 01:15 | |
*** pcrews has joined #openstack-infra | 01:17 | |
*** gokrokve_ has quit IRC | 01:17 | |
sdague | jeblair: how are you hitting that line? | 01:21 |
sdague | oh, because you are parsing bash with python :) | 01:22 |
*** cody-somerville has joined #openstack-infra | 01:24 | |
*** pcrews has quit IRC | 01:25 | |
jeblair | sdague: yeah, the intent is to download all the images that might be needed, so just sourcing it doesn't work (we'd have to iterate over all the cases we wanted to handle) | 01:30 |
*** sarob_ has joined #openstack-infra | 01:33 | |
*** sarob has quit IRC | 01:36 | |
*** cody-somerville has quit IRC | 01:36 | |
*** ryanpetrello has quit IRC | 01:42 | |
*** cody-somerville has joined #openstack-infra | 01:49 | |
*** bhuvan_ has quit IRC | 01:49 | |
*** bhuvan has joined #openstack-infra | 01:50 | |
*** ryanpetrello has joined #openstack-infra | 01:56 | |
*** bhuvan has quit IRC | 02:03 | |
*** bhuvan has joined #openstack-infra | 02:04 | |
*** gokrokve has joined #openstack-infra | 02:11 | |
*** mkerrin has joined #openstack-infra | 02:16 | |
*** jcooley_ has quit IRC | 02:25 | |
*** ryanpetrello has quit IRC | 02:28 | |
*** oanufriev has quit IRC | 02:30 | |
*** hdd has quit IRC | 02:43 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Add more py3k-precise nodes https://review.openstack.org/73850 | 02:45 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Use py3k-precise nodes https://review.openstack.org/73851 | 02:45 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Remove obsolete static job workers https://review.openstack.org/73852 | 02:45 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw https://review.openstack.org/73853 | 02:45 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Add single-use py3k-precise nodes https://review.openstack.org/73846 | 02:45 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Run most non-sensitive jobs on single-use workers https://review.openstack.org/73732 | 02:45 |
*** yamahata has quit IRC | 02:47 | |
*** khyati has quit IRC | 02:49 | |
*** thomasem has joined #openstack-infra | 02:59 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Remove obsolete static job workers https://review.openstack.org/73852 | 03:00 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw https://review.openstack.org/73853 | 03:00 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Add more py3k-precise nodes https://review.openstack.org/73850 | 03:00 |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Use py3k-precise nodes https://review.openstack.org/73851 | 03:00 |
*** yamahata has joined #openstack-infra | 03:04 | |
openstackgerrit | Jeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw https://review.openstack.org/73853 | 03:05 |
*** jungleboyj has quit IRC | 03:10 | |
*** jungleboyj has joined #openstack-infra | 03:11 | |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Fix misspelling in jenkins-job-builder https://review.openstack.org/73803 | 03:16 |
openstackgerrit | A change was merged to openstack-infra/jenkins-job-builder: Added matrix trigger option to email-ext publisher https://review.openstack.org/40214 | 03:21 |
*** sarob_ has quit IRC | 03:23 | |
*** sarob has joined #openstack-infra | 03:24 | |
*** amcrn has joined #openstack-infra | 03:27 | |
*** sarob has quit IRC | 03:28 | |
*** thomasem has quit IRC | 03:28 | |
*** chandan_kumar has joined #openstack-infra | 03:36 | |
*** dkehn_ has quit IRC | 03:50 | |
*** dkehn_ has joined #openstack-infra | 03:50 | |
*** gokrokve has quit IRC | 03:55 | |
*** gokrokve has joined #openstack-infra | 03:56 | |
*** gokrokve has quit IRC | 04:01 | |
*** gokrokve has joined #openstack-infra | 04:03 | |
*** gokrokve_ has joined #openstack-infra | 04:06 | |
*** gokrokve has quit IRC | 04:07 | |
*** prad has joined #openstack-infra | 04:13 | |
*** prad has quit IRC | 04:17 | |
*** dkehn__ has joined #openstack-infra | 04:17 | |
*** dkehn has quit IRC | 04:20 | |
*** jcooley_ has joined #openstack-infra | 04:20 | |
*** dkehn_ has quit IRC | 04:21 | |
*** sarob has joined #openstack-infra | 04:24 | |
*** dkehn has joined #openstack-infra | 04:27 | |
*** sarob has quit IRC | 04:31 | |
*** bhuvan has quit IRC | 04:38 | |
*** bhuvan has joined #openstack-infra | 04:38 | |
*** mriedem has quit IRC | 04:43 | |
*** chandan_kumar has quit IRC | 04:43 | |
*** banix has joined #openstack-infra | 04:44 | |
*** bhuvan has quit IRC | 04:52 | |
*** david-lyle has joined #openstack-infra | 04:53 | |
*** bhuvan has joined #openstack-infra | 04:54 | |
*** jcooley_ has quit IRC | 04:54 | |
*** jcooley_ has joined #openstack-infra | 04:58 | |
*** banix has quit IRC | 05:03 | |
*** weshay has quit IRC | 05:04 | |
*** dkehn__ is now known as dkehn_ | 05:10 | |
*** unicell has quit IRC | 05:15 | |
openstackgerrit | Yongli He proposed a change to openstack-infra/storyboard: Use six.moves.urllib.parse instead of urlparse https://review.openstack.org/72887 | 05:17 |
*** jcooley_ has quit IRC | 05:21 | |
*** jcooley_ has joined #openstack-infra | 05:23 | |
*** sarob has joined #openstack-infra | 05:28 | |
*** sarob has quit IRC | 05:32 | |
*** garyk has quit IRC | 05:34 | |
*** maurosr has quit IRC | 05:45 | |
*** maurosr has joined #openstack-infra | 05:47 | |
*** bhuvan_ has joined #openstack-infra | 06:00 | |
lifeless | clarkb: around? whats involved in setting up a new pipeline ? | 06:02 |
*** bhuvan has quit IRC | 06:03 | |
*** bhuvan_ has quit IRC | 06:05 | |
*** bhuvan has joined #openstack-infra | 06:05 | |
*** bhuvan has quit IRC | 06:10 | |
*** bhuvan has joined #openstack-infra | 06:10 | |
*** bhuvan has quit IRC | 06:15 | |
*** bhuvan has joined #openstack-infra | 06:17 | |
mordred | lifeless: it's config at the top of layout.yaml | 06:25 |
*** bhuvan has quit IRC | 06:27 | |
*** sarob has joined #openstack-infra | 06:28 | |
*** bhuvan has joined #openstack-infra | 06:31 | |
*** talluri has joined #openstack-infra | 06:31 | |
*** lttrl has joined #openstack-infra | 06:32 | |
*** sarob has quit IRC | 06:35 | |
*** bhuvan has quit IRC | 06:47 | |
*** bhuvan_ has joined #openstack-infra | 06:47 | |
*** gokrokve_ has quit IRC | 06:50 | |
*** gokrokve has joined #openstack-infra | 06:50 | |
*** garyk has joined #openstack-infra | 06:52 | |
*** bhuvan_ has quit IRC | 06:52 | |
*** bhuvan has joined #openstack-infra | 06:54 | |
*** gokrokve has quit IRC | 06:55 | |
*** garyk has quit IRC | 06:59 | |
*** jcooley_ has quit IRC | 07:00 | |
*** jcooley_ has joined #openstack-infra | 07:01 | |
*** jcooley_ has quit IRC | 07:06 | |
*** yamahata has quit IRC | 07:07 | |
*** yamahata has joined #openstack-infra | 07:08 | |
*** bhuvan has quit IRC | 07:15 | |
*** bhuvan has joined #openstack-infra | 07:15 | |
*** bhuvan has quit IRC | 07:15 | |
*** bhuvan has joined #openstack-infra | 07:15 | |
*** jcooley_ has joined #openstack-infra | 07:18 | |
*** gokrokve has joined #openstack-infra | 07:21 | |
*** talluri has quit IRC | 07:23 | |
*** weshay has joined #openstack-infra | 07:24 | |
*** jcooley_ has quit IRC | 07:25 | |
*** gokrokve has quit IRC | 07:26 | |
*** chandan_kumar has joined #openstack-infra | 07:27 | |
*** sarob has joined #openstack-infra | 07:32 | |
*** bhuvan has quit IRC | 07:33 | |
*** bhuvan has joined #openstack-infra | 07:33 | |
*** sarob has quit IRC | 07:36 | |
*** bhuvan has quit IRC | 07:42 | |
*** bhuvan has joined #openstack-infra | 07:43 | |
lifeless | mordred: thanks | 07:48 |
lifeless | jeblair: ^ | 07:48 |
*** amcrn has quit IRC | 07:49 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:49 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 07:49 | |
*** chandan_kumar has quit IRC | 07:50 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 07:52 | |
*** bhuvan has quit IRC | 07:54 | |
lifeless | bah | 07:54 |
*** bhuvan has joined #openstack-infra | 07:54 | |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Add an experimental-tripleo pipeline. https://review.openstack.org/73863 | 07:54 |
lifeless | jeblair: ^ | 07:54 |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use. https://review.openstack.org/73864 | 07:56 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 07:59 | |
*** julim has joined #openstack-infra | 08:03 | |
*** julim has quit IRC | 08:09 | |
*** yolanda has joined #openstack-infra | 08:09 | |
*** prad has joined #openstack-infra | 08:16 | |
*** prad has quit IRC | 08:20 | |
*** gokrokve has joined #openstack-infra | 08:21 | |
*** dkehn__ has joined #openstack-infra | 08:22 | |
*** salv-orlando has quit IRC | 08:23 | |
*** dkehn has quit IRC | 08:25 | |
*** dkehn_ has quit IRC | 08:25 | |
*** gokrokve has quit IRC | 08:26 | |
*** dkehn has joined #openstack-infra | 08:27 | |
*** amcrn has joined #openstack-infra | 08:31 | |
*** sarob has joined #openstack-infra | 08:32 | |
*** sarob has quit IRC | 08:38 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 08:50 | |
*** chandan_kumar has joined #openstack-infra | 08:55 | |
*** dpyzhov has joined #openstack-infra | 08:57 | |
*** salv-orlando has joined #openstack-infra | 08:59 | |
*** bhuvan has quit IRC | 09:06 | |
*** bhuvan has joined #openstack-infra | 09:08 | |
*** nijaba has quit IRC | 09:14 | |
*** nijaba has joined #openstack-infra | 09:16 | |
*** gokrokve has joined #openstack-infra | 09:21 | |
*** nijaba has quit IRC | 09:22 | |
*** nijaba has joined #openstack-infra | 09:23 | |
*** gokrokve has quit IRC | 09:26 | |
*** jhesketh__ has joined #openstack-infra | 09:26 | |
*** rlandy has joined #openstack-infra | 09:29 | |
*** sarob has joined #openstack-infra | 09:29 | |
*** sarob has quit IRC | 09:34 | |
*** nijaba has quit IRC | 09:38 | |
*** jhesketh__ has quit IRC | 09:40 | |
*** nijaba has joined #openstack-infra | 09:41 | |
*** nijaba has quit IRC | 09:48 | |
*** bhuvan has quit IRC | 09:48 | |
*** bhuvan has joined #openstack-infra | 09:50 | |
*** chandan_kumar has quit IRC | 09:53 | |
*** nijaba has joined #openstack-infra | 09:53 | |
*** nijaba has joined #openstack-infra | 09:54 | |
*** yamahata has quit IRC | 09:57 | |
*** yolanda has quit IRC | 09:58 | |
*** yolanda has joined #openstack-infra | 10:05 | |
*** gokrokve has joined #openstack-infra | 10:21 | |
*** gokrokve has quit IRC | 10:26 | |
*** sarob has joined #openstack-infra | 10:29 | |
*** e0ne has joined #openstack-infra | 10:36 | |
*** afazekas_ has joined #openstack-infra | 10:39 | |
*** bhuvan has quit IRC | 10:41 | |
*** e0ne has quit IRC | 10:42 | |
*** bhuvan has joined #openstack-infra | 10:43 | |
*** salv-orlando has quit IRC | 10:44 | |
*** protux has joined #openstack-infra | 10:50 | |
*** yamahata has joined #openstack-infra | 10:50 | |
*** dkehn_ has joined #openstack-infra | 10:54 | |
*** dkehn__ has quit IRC | 10:57 | |
*** dkehn has quit IRC | 10:57 | |
*** dkehn has joined #openstack-infra | 10:59 | |
*** sarob has quit IRC | 11:03 | |
*** bhuvan has quit IRC | 11:06 | |
*** bhuvan has joined #openstack-infra | 11:07 | |
*** chandan_kumar has joined #openstack-infra | 11:15 | |
*** e0ne has joined #openstack-infra | 11:17 | |
*** gokrokve has joined #openstack-infra | 11:21 | |
*** gokrokve_ has joined #openstack-infra | 11:23 | |
*** amcrn has quit IRC | 11:23 | |
*** gokrokve has quit IRC | 11:26 | |
*** e0ne has quit IRC | 11:27 | |
*** gokrokve_ has quit IRC | 11:27 | |
*** chandan_kumar has quit IRC | 11:28 | |
*** e0ne has joined #openstack-infra | 11:30 | |
*** roeyc has joined #openstack-infra | 11:42 | |
*** sarob has joined #openstack-infra | 11:59 | |
*** e0ne has quit IRC | 12:07 | |
*** alexpilotti has joined #openstack-infra | 12:14 | |
*** prad has joined #openstack-infra | 12:19 | |
*** eharney has joined #openstack-infra | 12:20 | |
*** gokrokve has joined #openstack-infra | 12:21 | |
*** prad has quit IRC | 12:24 | |
*** DinaBelova_ is now known as DinaBelova | 12:24 | |
*** gokrokve has quit IRC | 12:26 | |
*** sarob_ has joined #openstack-infra | 12:30 | |
*** sarob has quit IRC | 12:32 | |
*** e0ne has joined #openstack-infra | 12:32 | |
*** yolanda has quit IRC | 12:40 | |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 12:42 | |
*** salv-orlando has joined #openstack-infra | 12:42 | |
*** bhuvan has quit IRC | 12:44 | |
*** yolanda has joined #openstack-infra | 12:48 | |
*** CaptTofu has joined #openstack-infra | 12:49 | |
*** eharney has quit IRC | 12:58 | |
*** sarob_ has quit IRC | 13:03 | |
*** yamahata has quit IRC | 13:11 | |
*** yamahata has joined #openstack-infra | 13:13 | |
*** gokrokve has joined #openstack-infra | 13:21 | |
*** gokrokve has quit IRC | 13:26 | |
*** sarob has joined #openstack-infra | 13:29 | |
*** yamahata has quit IRC | 13:29 | |
*** chandan_kumar has joined #openstack-infra | 13:31 | |
*** bhuvan has joined #openstack-infra | 13:41 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 13:44 | |
*** sarob has quit IRC | 14:01 | |
*** yassine has joined #openstack-infra | 14:11 | |
*** chandan_kumar has quit IRC | 14:13 | |
*** bhuvan_ has joined #openstack-infra | 14:16 | |
*** mriedem has joined #openstack-infra | 14:16 | |
*** bhuvan has quit IRC | 14:16 | |
*** gokrokve has joined #openstack-infra | 14:21 | |
*** bhuvan_ has quit IRC | 14:23 | |
*** bhuvan has joined #openstack-infra | 14:24 | |
*** atiwari has quit IRC | 14:24 | |
*** gokrokve has quit IRC | 14:26 | |
*** sarob has joined #openstack-infra | 14:29 | |
*** banix has joined #openstack-infra | 14:33 | |
*** zhiyan_ is now known as zhiyan | 14:35 | |
*** yamahata has joined #openstack-infra | 14:45 | |
*** dcramer_ has quit IRC | 14:58 | |
*** sarob has quit IRC | 15:03 | |
*** dcramer_ has joined #openstack-infra | 15:10 | |
jeblair | restarted nodepool | 15:10 |
*** NikitaKonovalov is now known as NikitaKonovalov_ | 15:12 | |
*** e0ne has quit IRC | 15:14 | |
openstackgerrit | James E. Blair proposed a change to openstack-infra/config: Handle empty IMAGE_URL lines in devstack_cache https://review.openstack.org/73870 | 15:15 |
*** e0ne has joined #openstack-infra | 15:16 | |
*** e0ne has quit IRC | 15:19 | |
*** gokrokve has joined #openstack-infra | 15:21 | |
*** gokrokve has quit IRC | 15:26 | |
*** unicell has joined #openstack-infra | 15:28 | |
*** sarob has joined #openstack-infra | 15:29 | |
*** bhuvan has quit IRC | 15:32 | |
*** bhuvan has joined #openstack-infra | 15:33 | |
*** zhiyan is now known as zhiyan_ | 15:35 | |
*** e0ne has joined #openstack-infra | 15:35 | |
*** zhiyan_ is now known as zhiyan | 15:36 | |
*** alexpilotti has quit IRC | 15:36 | |
*** zhiyan is now known as zhiyan_ | 15:38 | |
*** CaptTofu has quit IRC | 15:58 | |
*** sarob has quit IRC | 16:03 | |
*** david-lyle has quit IRC | 16:08 | |
*** banix has quit IRC | 16:10 | |
*** unicell has quit IRC | 16:13 | |
*** dpyzhov has quit IRC | 16:14 | |
*** bhuvan has quit IRC | 16:15 | |
*** bhuvan has joined #openstack-infra | 16:16 | |
*** e0ne has quit IRC | 16:17 | |
*** yolanda has quit IRC | 16:19 | |
*** gokrokve has joined #openstack-infra | 16:21 | |
*** gokrokve has quit IRC | 16:25 | |
*** afazekas has quit IRC | 16:26 | |
*** pcrews has joined #openstack-infra | 16:27 | |
*** sarob has joined #openstack-infra | 16:29 | |
*** bhuvan has quit IRC | 16:30 | |
*** bhuvan has joined #openstack-infra | 16:32 | |
*** sdake has quit IRC | 16:36 | |
*** pcrews has quit IRC | 16:38 | |
*** KurtMartin has joined #openstack-infra | 16:42 | |
*** roeyc has quit IRC | 16:46 | |
*** SergeyLukjanov has quit IRC | 16:46 | |
*** DinaBelova has quit IRC | 16:47 | |
*** ruhe has quit IRC | 16:48 | |
*** KurtMartin has quit IRC | 16:49 | |
*** KurtMartin has joined #openstack-infra | 16:49 | |
*** NikitaKonovalov_ has quit IRC | 16:50 | |
*** gokrokve_ has joined #openstack-infra | 16:50 | |
*** yassine has quit IRC | 16:51 | |
*** yassine has joined #openstack-infra | 16:51 | |
*** chmouel has quit IRC | 16:53 | |
*** starmer has joined #openstack-infra | 16:54 | |
*** boris-42_ has quit IRC | 16:56 | |
*** boris-42_ has joined #openstack-infra | 16:59 | |
*** locke1051 has joined #openstack-infra | 17:00 | |
*** sarob has quit IRC | 17:02 | |
*** NikitaKonovalov_ has joined #openstack-infra | 17:04 | |
*** talluri has joined #openstack-infra | 17:04 | |
*** SpamapS_ has joined #openstack-infra | 17:04 | |
*** chmouel has joined #openstack-infra | 17:04 | |
*** NikitaKonovalov_ is now known as NikitaKonovalov | 17:04 | |
*** ruhe has joined #openstack-infra | 17:04 | |
*** flaper87l has joined #openstack-infra | 17:04 | |
*** SergeyLukjanov has joined #openstack-infra | 17:05 | |
*** flaper87l is now known as flaper87 | 17:05 | |
*** DinaBelova has joined #openstack-infra | 17:05 | |
* fungi is disappearing until 01:00 utc or so | 17:07 | |
*** vipuls has joined #openstack-infra | 17:07 | |
*** yassine has quit IRC | 17:08 | |
*** bhuvan has quit IRC | 17:08 | |
*** protux has quit IRC | 17:08 | |
*** afazekas_ has quit IRC | 17:08 | |
*** vipul has quit IRC | 17:08 | |
*** flaper87|afk has quit IRC | 17:08 | |
*** SpamapS has quit IRC | 17:08 | |
*** locke105 has quit IRC | 17:08 | |
*** dcramer_ has quit IRC | 17:08 | |
bknudson | Did I forget how to do reverify? I left 2 comments on https://review.openstack.org/#/c/64955/ and didn't get picked up | 17:10 |
*** yassine has joined #openstack-infra | 17:14 | |
*** protux has joined #openstack-infra | 17:15 | |
*** afazekas_ has joined #openstack-infra | 17:15 | |
*** protux has quit IRC | 17:16 | |
*** salv-orlando has quit IRC | 17:19 | |
*** unicell has joined #openstack-infra | 17:21 | |
openstackgerrit | Kenny Jones proposed a change to openstack-dev/pbr: Updated parse_requirements to align to PIP https://review.openstack.org/73737 | 17:21 |
*** gokrokve_ has quit IRC | 17:24 | |
*** gokrokve has joined #openstack-infra | 17:25 | |
*** AaronGr_Zzz is now known as AaronGr | 17:25 | |
*** gokrokve has quit IRC | 17:29 | |
*** sarob has joined #openstack-infra | 17:29 | |
*** protux has joined #openstack-infra | 17:30 | |
*** saju_m has joined #openstack-infra | 17:31 | |
*** protux has quit IRC | 17:34 | |
*** exz has quit IRC | 17:38 | |
*** exz has joined #openstack-infra | 17:39 | |
*** AaronGr is now known as AaronGr_Zzz | 17:40 | |
*** saju_m has quit IRC | 17:41 | |
*** saju_m has joined #openstack-infra | 17:42 | |
openstackgerrit | James Michael DuPont proposed a change to openstack-infra/git-review: New User Tools https://review.openstack.org/73876 | 17:43 |
*** e0ne has joined #openstack-infra | 17:46 | |
*** e0ne has quit IRC | 17:47 | |
*** talluri has quit IRC | 17:53 | |
*** alexpilotti has joined #openstack-infra | 17:53 | |
*** pcrews has joined #openstack-infra | 17:55 | |
*** saju_m has quit IRC | 17:55 | |
openstackgerrit | Sergey Lukjanov proposed a change to openstack-infra/config: Make main savanna dg job 'full' https://review.openstack.org/73712 | 17:57 |
*** sarob has quit IRC | 18:02 | |
*** bhuvan has joined #openstack-infra | 18:02 | |
*** pcrews has quit IRC | 18:05 | |
*** jcooley_ has joined #openstack-infra | 18:05 | |
openstackgerrit | A change was merged to openstack-infra/config: Make main savanna dg job 'full' https://review.openstack.org/73712 | 18:08 |
*** salv-orlando has joined #openstack-infra | 18:10 | |
*** salv-orlando_ has joined #openstack-infra | 18:11 | |
*** saju_m has joined #openstack-infra | 18:11 | |
*** gokrokve has joined #openstack-infra | 18:11 | |
*** salv-orlando has quit IRC | 18:15 | |
*** salv-orlando_ is now known as salv-orlando | 18:15 | |
*** fbo_away is now known as fbo | 18:16 | |
*** gokrokve has quit IRC | 18:16 | |
*** gokrokve has joined #openstack-infra | 18:21 | |
*** gokrokve_ has joined #openstack-infra | 18:23 | |
*** DinaBelova is now known as DinaBelova_ | 18:23 | |
*** sdake has joined #openstack-infra | 18:23 | |
*** sdake has quit IRC | 18:23 | |
*** sdake has joined #openstack-infra | 18:23 | |
*** dcramer_ has joined #openstack-infra | 18:24 | |
*** gokrokve has quit IRC | 18:26 | |
*** KurtMartin has quit IRC | 18:27 | |
*** KurtMartin has joined #openstack-infra | 18:28 | |
*** sarob has joined #openstack-infra | 18:29 | |
anteaya | ah SergeyLukjanov we don't usually have people self approve patches | 18:38 |
anteaya | is there a critical reason you did so? | 18:38 |
*** jcooley_ has quit IRC | 18:39 | |
*** alexpilotti has quit IRC | 18:39 | |
*** fbo is now known as fbo_away | 18:40 | |
*** banix has joined #openstack-infra | 18:42 | |
*** gokrokve_ has quit IRC | 18:43 | |
*** gokrokve has joined #openstack-infra | 18:43 | |
*** banix has quit IRC | 18:47 | |
*** gokrokve has quit IRC | 18:48 | |
SergeyLukjanov | anteaya, it's a partial revert of disabling all full jobs for savanna (this code was already previously merge into the config repo) and right after that we understand that blocked by dev. of non-smoke tests - simple scenarios and cli in tempest | 18:49 |
*** DinaBelova_ is now known as DinaBelova | 18:50 | |
SergeyLukjanov | merged* and blocked for dev. * ;) | 18:50 |
*** DinaBelova is now known as DinaBelova_ | 18:51 | |
*** banix has joined #openstack-infra | 18:52 | |
*** banix has quit IRC | 18:56 | |
*** e0ne has joined #openstack-infra | 18:58 | |
*** rlandy has quit IRC | 18:58 | |
*** ok_delta has joined #openstack-infra | 19:01 | |
*** banix has joined #openstack-infra | 19:02 | |
*** sarob has quit IRC | 19:02 | |
*** e0ne has quit IRC | 19:02 | |
*** talluri has joined #openstack-infra | 19:04 | |
*** talluri has quit IRC | 19:08 | |
*** banix has quit IRC | 19:11 | |
lifeless | mordred: clarkb: I know it's your weekend but I'd love to have https://review.openstack.org/#/c/73864/ and its dependency get a +A | 19:14 |
*** banix has joined #openstack-infra | 19:14 | |
lifeless | [it has one +2 already] | 19:14 |
*** banix has quit IRC | 19:14 | |
*** dcramer_ has quit IRC | 19:17 | |
*** rkukura has quit IRC | 19:23 | |
*** alexpilotti has joined #openstack-infra | 19:25 | |
*** salv-orlando has quit IRC | 19:25 | |
*** yolanda has joined #openstack-infra | 19:25 | |
*** yolanda has quit IRC | 19:25 | |
*** KurtMartin has quit IRC | 19:26 | |
*** KurtMartin has joined #openstack-infra | 19:26 | |
*** sarob has joined #openstack-infra | 19:29 | |
*** dpyzhov has joined #openstack-infra | 19:31 | |
*** bhuvan has quit IRC | 19:31 | |
*** bhuvan has joined #openstack-infra | 19:32 | |
zaro | jeblair: would love to see this merged, 2 +2 already, i think just waiting for your blessing.. https://review.openstack.org/#/c/61321 | 19:33 |
*** cody-somerville has quit IRC | 19:40 | |
*** bhuvan_ has joined #openstack-infra | 19:42 | |
*** gokrokve has joined #openstack-infra | 19:44 | |
*** bhuvan has quit IRC | 19:44 | |
*** KurtMartin has quit IRC | 19:44 | |
*** KurtMartin has joined #openstack-infra | 19:45 | |
*** pcrews has joined #openstack-infra | 19:46 | |
*** bhuvan_ has quit IRC | 19:46 | |
*** bhuvan has joined #openstack-infra | 19:47 | |
*** hashar has joined #openstack-infra | 19:48 | |
*** gokrokve has quit IRC | 19:49 | |
*** boris-42_ is now known as boris-42 | 19:56 | |
*** sarob has quit IRC | 20:02 | |
*** flaper87 has quit IRC | 20:10 | |
*** flaper87 has joined #openstack-infra | 20:10 | |
*** sc68cal_ has joined #openstack-infra | 20:14 | |
*** sc68cal has quit IRC | 20:15 | |
*** hashar has quit IRC | 20:21 | |
*** KurtMartin has quit IRC | 20:25 | |
*** KurtMartin has joined #openstack-infra | 20:25 | |
*** vdreamarkitex has joined #openstack-infra | 20:27 | |
*** cody-somerville has joined #openstack-infra | 20:27 | |
*** sarob has joined #openstack-infra | 20:29 | |
*** jcooley_ has joined #openstack-infra | 20:29 | |
*** sc68cal_ has quit IRC | 20:31 | |
*** KurtMartin has quit IRC | 20:31 | |
*** sc68cal has joined #openstack-infra | 20:32 | |
*** vdreamarkitex has quit IRC | 20:34 | |
*** jcooley_ has quit IRC | 20:35 | |
*** sc68cal has quit IRC | 20:36 | |
*** sc68cal has joined #openstack-infra | 20:36 | |
*** mwagner_lap has joined #openstack-infra | 20:37 | |
*** saju_m has quit IRC | 20:39 | |
*** wenlock has joined #openstack-infra | 20:44 | |
*** gokrokve has joined #openstack-infra | 20:45 | |
*** gokrokve_ has joined #openstack-infra | 20:46 | |
*** SpamapS_ is now known as SpamapS | 20:47 | |
*** SpamapS has joined #openstack-infra | 20:47 | |
*** sc68cal has quit IRC | 20:49 | |
*** dcramer_ has joined #openstack-infra | 20:49 | |
*** gokrokve has quit IRC | 20:49 | |
*** sc68cal has joined #openstack-infra | 20:51 | |
*** sc68cal has quit IRC | 20:51 | |
*** gokrokve_ has quit IRC | 20:51 | |
*** sc68cal has joined #openstack-infra | 20:53 | |
*** saju_m has joined #openstack-infra | 20:54 | |
*** sc68cal has quit IRC | 20:56 | |
*** sc68cal has joined #openstack-infra | 20:57 | |
*** sarob has quit IRC | 20:58 | |
*** yassine has quit IRC | 21:00 | |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use. https://review.openstack.org/73864 | 21:03 |
*** banix has joined #openstack-infra | 21:03 | |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use. https://review.openstack.org/72035 | 21:04 |
*** banix has quit IRC | 21:07 | |
*** rkukura has joined #openstack-infra | 21:08 | |
*** gokrokve has joined #openstack-infra | 21:12 | |
*** saju_m has quit IRC | 21:16 | |
*** gokrokve has quit IRC | 21:16 | |
*** gokrokve has joined #openstack-infra | 21:21 | |
*** salv-orlando has joined #openstack-infra | 21:25 | |
*** jcooley_ has joined #openstack-infra | 21:25 | |
*** starmer has quit IRC | 21:25 | |
*** gokrokve has quit IRC | 21:26 | |
mattoliverau | Morning all | 21:29 |
*** jcooley_ has quit IRC | 21:30 | |
*** starmer has joined #openstack-infra | 21:35 | |
*** jhesketh_ has joined #openstack-infra | 21:38 | |
jhesketh_ | Howdy | 21:38 |
*** ok_delta has quit IRC | 21:43 | |
*** leifmadsen has joined #openstack-infra | 21:51 | |
*** banix has joined #openstack-infra | 21:51 | |
*** banix has quit IRC | 21:52 | |
*** wenlock has quit IRC | 21:54 | |
*** banix has joined #openstack-infra | 22:00 | |
*** jhesketh__ has joined #openstack-infra | 22:05 | |
*** jhesketh__ has quit IRC | 22:05 | |
*** jhesketh__ has joined #openstack-infra | 22:05 | |
*** dcramer_ has quit IRC | 22:07 | |
*** ianw has quit IRC | 22:09 | |
*** ianw has joined #openstack-infra | 22:10 | |
*** julim has joined #openstack-infra | 22:10 | |
*** pcrews has quit IRC | 22:12 | |
*** banix has quit IRC | 22:14 | |
*** julim has quit IRC | 22:14 | |
*** jcooley_ has joined #openstack-infra | 22:19 | |
*** gokrokve has joined #openstack-infra | 22:21 | |
*** banix has joined #openstack-infra | 22:21 | |
*** jcooley_ has quit IRC | 22:25 | |
*** gokrokve has quit IRC | 22:26 | |
*** banix has quit IRC | 22:28 | |
jhesketh__ | jeblair: ping | 22:29 |
*** banix has joined #openstack-infra | 22:29 | |
*** banix has quit IRC | 22:31 | |
*** jhesketh__ has quit IRC | 22:36 | |
*** jhesketh__ has joined #openstack-infra | 22:37 | |
*** jamielennox|away is now known as jamielennox | 22:39 | |
*** e0ne has joined #openstack-infra | 22:40 | |
*** jamespage_ has joined #openstack-infra | 22:42 | |
*** dcramer_ has joined #openstack-infra | 22:43 | |
*** banix has joined #openstack-infra | 22:47 | |
openstackgerrit | lifeless proposed a change to openstack-infra/config: Add experimental-tripleo checks for tripleo deps. https://review.openstack.org/73886 | 22:51 |
*** dcramer_ has quit IRC | 22:52 | |
*** bhuvan has quit IRC | 22:53 | |
*** bhuvan has joined #openstack-infra | 22:54 | |
*** banix has quit IRC | 22:55 | |
*** starmer has quit IRC | 22:56 | |
*** banix has joined #openstack-infra | 22:59 | |
*** dpyzhov has quit IRC | 23:00 | |
*** banix has quit IRC | 23:01 | |
*** dcramer_ has joined #openstack-infra | 23:05 | |
*** dpyzhov has joined #openstack-infra | 23:07 | |
*** gokrokve has joined #openstack-infra | 23:09 | |
*** AaronGr_Zzz is now known as AaronGr | 23:10 | |
*** AaronGr is now known as AaronGr_Zzz | 23:11 | |
*** Sukhdev has joined #openstack-infra | 23:11 | |
*** jamespage_ has quit IRC | 23:14 | |
*** gokrokve has quit IRC | 23:15 | |
*** gokrokve has joined #openstack-infra | 23:16 | |
*** gokrokve has quit IRC | 23:21 | |
*** bhuvan has quit IRC | 23:25 | |
*** bhuvan has joined #openstack-infra | 23:25 | |
*** jamespage_ has joined #openstack-infra | 23:25 | |
*** jamespage_ has quit IRC | 23:29 | |
*** jamespage_ has joined #openstack-infra | 23:29 | |
*** bhuvan_ has joined #openstack-infra | 23:34 | |
*** bhuvan has quit IRC | 23:37 | |
*** e0ne_ has joined #openstack-infra | 23:39 | |
*** e0ne has quit IRC | 23:41 | |
*** gokrokve has joined #openstack-infra | 23:51 | |
*** gokrokve has quit IRC | 23:56 | |
*** dpyzhov has quit IRC | 23:56 | |
*** bhuvan has joined #openstack-infra | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!