Sunday, 2014-02-16

BobBallhehe sorry00:00
BobBallI forget that some people aren't londoners ;)00:00
*** mkerrin has quit IRC00:01
*** amrith has quit IRC00:01
fungithere is little in linguistics quite so interesting as rhyming slang00:02
fungii think in part it is what leads the english to have such a strong interest in etymology compared to other cultures00:02
fungiot could be t'other way 'round00:03
fungiso, we have another one of these... https://jenkins02.openstack.org/job/gate-swift-python26/4015/console00:03
fungi"ERROR: InterpreterNotFound: python2.6"00:03
fungion a centos6 slave00:03
funginodepool had already deleted it before i could catch it00:04
fungiin good news, https://review.openstack.org/62206 got enqueued into the gate and merged after zuul saw its shadow in the comments00:05
fungiso that bit seems to be working swell00:05
jeblairfungi: that's _so_ weird... i mean, tox itself is a python program, so it's presuming running under the interpreter it can't find00:05
fungii have no words to describe it00:06
fungimaybe a filesystem read error or something getting hidden by tox00:06
jeblairfungi: 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
jeblairbtw, 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
fungiyeah, if i manage to catch one of the nodes doing that, i certainly will. so far i've only witnessed it twice00:07
anteayanibalizer: okay, so from what I am hearing the obstacles you thought you had have turned out to be surmountable00:09
nibalizeryes00:09
anteayaokay great00:09
anteayado my comments on your patch make sense?00:09
nibalizeryes00:10
nibalizerdo you know what the fqdn of the puppetdb server will be?00:10
*** prad has joined #openstack-infra00:10
jeblairfungi, 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=1000:10
anteayano00:10
*** sarob has joined #openstack-infra00:10
anteayaI think most of the other modules use fqdn as a variable00:11
anteayahave you seen that elsewhere?00:11
fungijeblair: if we want to mitigate that some, maybe we can unconfigure the tripleo-fedora image builds temporarily. they're failing and looping indefinitely00:12
fungiso will probably exaggerate any leak if it's just related to image builds in general00:12
nibalizeranteaya: not sure what you're asking me00:12
jeblairfungi: probably a good idea (it's currently stuck, but it will get unstuck probably in a few hours)00:13
nibalizersince the puppetmaster is 'ci-puppetmaster.openstack.org' its reasonable that the puppetdb server will be 'ci-puppetdb.openstack.org' i guett00:13
nibalizer*guess00:13
fungijeblair: 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
openstackgerritSpencer Krum proposed a change to openstack-infra/config: Add puppetdb to a new puppetdb host  https://review.openstack.org/7384000:13
jeblairnibalizer: i'd call it puppetdb (and someday, i think we'll rename the puppetmaster to just puppetmaster)00:13
fungione leak, two patterns?00:13
nibalizerokay00:14
jeblairfungi: possible; i've got a single image build running to try to profile that.00:14
openstackgerritSpencer Krum proposed a change to openstack-infra/config: Add puppetdb to a new puppetdb host  https://review.openstack.org/7384000:14
*** prad has quit IRC00:15
nibalizerjeblair: anteaya okay, there it is00:15
jeblairfungi: (this is all local, i'm not doing any testing in prod today)00:15
anteayanibalizer: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/gerrit/manifests/init.pp#n8200:15
*** sarob has quit IRC00:15
anteayathat was what I was thinking00:15
anteayaand jeblair gave you the answer you needed00:16
nibalizerya $::fqdn is a fine fact, shoudl be used00:16
anteayak00:16
nibalizeri found this suprising: http://git.openstack.org/cgit/openstack-infra/config/tree/modules/openstack_project/manifests/base.pp#n400:16
nibalizerhighly opinionated, but also totally fine00:17
anteayaexpand on what you find surprising about it?00:17
anteayajust so I am not guessing what yo uare thinking00:17
nibalizerthere is no requirment that certname equals fqdn, its just the default00:17
nibalizerit 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.conf00:18
nibalizerwhich is why i ended up using the /puppetdb/ syntax in site.pp00:18
anteayahow is /puppetdb/ different from 'puppetdb'00:19
nibalizerand i think, more generally, setting certname assertively in your puppet code is a bit weird, because the certname really is client data00:19
jeblairnibalizer: 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
anteayain how it is consumed00:19
jeblairnibalizer: (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 match00:19
jeblairnibalizer: if there are any hosts left that do that, they are about to be gone00:20
* fungi is looking forward to deleting them himself very, very soon00:20
nibalizerexcellent00:20
fungiand then we can bump our nodepool quota in rax-dfw by about 64 or so00:20
nibalizerdoes that expand to rackspace dallas/ft worth?00:21
fungioh... 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 first00:22
fungis/claves/slaves/00:22
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Temporarily remove tripleo-fedora  https://review.openstack.org/7384300:29
jeblairfungi: aprv ^ ?00:29
fungizuul dealt properly with me approving that before the check results came back00:33
fungivery cool00:33
openstackgerritA change was merged to openstack-infra/config: Temporarily remove tripleo-fedora  https://review.openstack.org/7384300:33
jeblairneato :)00:33
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Run all non-sensitive jobs on single-use workers  https://review.openstack.org/7373200:34
fungitemporarily whitelisted the python33/pypy unit test jobs for now00:34
fungii'll work on getting the precisepy3k nodes added00:35
*** ryanpetrello has joined #openstack-infra00:54
*** ryanpetrello has quit IRC00:57
*** ryanpetrello has joined #openstack-infra00:57
*** ryanpetrello has quit IRC00:58
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Add single-use py3k-precise nodes  https://review.openstack.org/7384601:05
*** hdd has joined #openstack-infra01:08
*** cody-somerville has quit IRC01:08
jeblairdevstack just broke the cache script...01:08
jeblairi think we should probably gate devstack on that ...01:08
fungieek01:08
jeblairi was really confused because it worked this morning01:09
*** derekh has quit IRC01:09
jeblairbut sdague seems to be working: https://review.openstack.org/#/c/72738/01:09
jeblair:)01:09
*** gokrokve has joined #openstack-infra01:10
sdagueonly slightly :)01:10
*** sarob has joined #openstack-infra01:10
jeblairthe cache script can't parse that empty IMAGE_URLS line01:11
*** gokrokve_ has joined #openstack-infra01:12
*** gokrokve has quit IRC01:14
jeblairfungi: so somewhere after the image build failure, the rss jumped from 40m to 238m.01:14
*** ryanpetrello has joined #openstack-infra01:15
*** pcrews has joined #openstack-infra01:17
*** gokrokve_ has quit IRC01:17
sdaguejeblair: how are you hitting that line?01:21
sdagueoh, because you are parsing bash with python :)01:22
*** cody-somerville has joined #openstack-infra01:24
*** pcrews has quit IRC01:25
jeblairsdague: 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-infra01:33
*** sarob has quit IRC01:36
*** cody-somerville has quit IRC01:36
*** ryanpetrello has quit IRC01:42
*** cody-somerville has joined #openstack-infra01:49
*** bhuvan_ has quit IRC01:49
*** bhuvan has joined #openstack-infra01:50
*** ryanpetrello has joined #openstack-infra01:56
*** bhuvan has quit IRC02:03
*** bhuvan has joined #openstack-infra02:04
*** gokrokve has joined #openstack-infra02:11
*** mkerrin has joined #openstack-infra02:16
*** jcooley_ has quit IRC02:25
*** ryanpetrello has quit IRC02:28
*** oanufriev has quit IRC02:30
*** hdd has quit IRC02:43
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Add more py3k-precise nodes  https://review.openstack.org/7385002:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Use py3k-precise nodes  https://review.openstack.org/7385102:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Remove obsolete static job workers  https://review.openstack.org/7385202:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw  https://review.openstack.org/7385302:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Add single-use py3k-precise nodes  https://review.openstack.org/7384602:45
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Run most non-sensitive jobs on single-use workers  https://review.openstack.org/7373202:45
*** yamahata has quit IRC02:47
*** khyati has quit IRC02:49
*** thomasem has joined #openstack-infra02:59
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Remove obsolete static job workers  https://review.openstack.org/7385203:00
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw  https://review.openstack.org/7385303:00
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Add more py3k-precise nodes  https://review.openstack.org/7385003:00
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Use py3k-precise nodes  https://review.openstack.org/7385103:00
*** yamahata has joined #openstack-infra03:04
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Shift more nodepool nodes onto rax-dfw  https://review.openstack.org/7385303:05
*** jungleboyj has quit IRC03:10
*** jungleboyj has joined #openstack-infra03:11
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Fix misspelling in jenkins-job-builder  https://review.openstack.org/7380303:16
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: Added matrix trigger option to email-ext publisher  https://review.openstack.org/4021403:21
*** sarob_ has quit IRC03:23
*** sarob has joined #openstack-infra03:24
*** amcrn has joined #openstack-infra03:27
*** sarob has quit IRC03:28
*** thomasem has quit IRC03:28
*** chandan_kumar has joined #openstack-infra03:36
*** dkehn_ has quit IRC03:50
*** dkehn_ has joined #openstack-infra03:50
*** gokrokve has quit IRC03:55
*** gokrokve has joined #openstack-infra03:56
*** gokrokve has quit IRC04:01
*** gokrokve has joined #openstack-infra04:03
*** gokrokve_ has joined #openstack-infra04:06
*** gokrokve has quit IRC04:07
*** prad has joined #openstack-infra04:13
*** prad has quit IRC04:17
*** dkehn__ has joined #openstack-infra04:17
*** dkehn has quit IRC04:20
*** jcooley_ has joined #openstack-infra04:20
*** dkehn_ has quit IRC04:21
*** sarob has joined #openstack-infra04:24
*** dkehn has joined #openstack-infra04:27
*** sarob has quit IRC04:31
*** bhuvan has quit IRC04:38
*** bhuvan has joined #openstack-infra04:38
*** mriedem has quit IRC04:43
*** chandan_kumar has quit IRC04:43
*** banix has joined #openstack-infra04:44
*** bhuvan has quit IRC04:52
*** david-lyle has joined #openstack-infra04:53
*** bhuvan has joined #openstack-infra04:54
*** jcooley_ has quit IRC04:54
*** jcooley_ has joined #openstack-infra04:58
*** banix has quit IRC05:03
*** weshay has quit IRC05:04
*** dkehn__ is now known as dkehn_05:10
*** unicell has quit IRC05:15
openstackgerritYongli He proposed a change to openstack-infra/storyboard: Use six.moves.urllib.parse instead of urlparse  https://review.openstack.org/7288705:17
*** jcooley_ has quit IRC05:21
*** jcooley_ has joined #openstack-infra05:23
*** sarob has joined #openstack-infra05:28
*** sarob has quit IRC05:32
*** garyk has quit IRC05:34
*** maurosr has quit IRC05:45
*** maurosr has joined #openstack-infra05:47
*** bhuvan_ has joined #openstack-infra06:00
lifelessclarkb: around? whats involved in setting up a new pipeline ?06:02
*** bhuvan has quit IRC06:03
*** bhuvan_ has quit IRC06:05
*** bhuvan has joined #openstack-infra06:05
*** bhuvan has quit IRC06:10
*** bhuvan has joined #openstack-infra06:10
*** bhuvan has quit IRC06:15
*** bhuvan has joined #openstack-infra06:17
mordredlifeless: it's config at the top of layout.yaml06:25
*** bhuvan has quit IRC06:27
*** sarob has joined #openstack-infra06:28
*** bhuvan has joined #openstack-infra06:31
*** talluri has joined #openstack-infra06:31
*** lttrl has joined #openstack-infra06:32
*** sarob has quit IRC06:35
*** bhuvan has quit IRC06:47
*** bhuvan_ has joined #openstack-infra06:47
*** gokrokve_ has quit IRC06:50
*** gokrokve has joined #openstack-infra06:50
*** garyk has joined #openstack-infra06:52
*** bhuvan_ has quit IRC06:52
*** bhuvan has joined #openstack-infra06:54
*** gokrokve has quit IRC06:55
*** garyk has quit IRC06:59
*** jcooley_ has quit IRC07:00
*** jcooley_ has joined #openstack-infra07:01
*** jcooley_ has quit IRC07:06
*** yamahata has quit IRC07:07
*** yamahata has joined #openstack-infra07:08
*** bhuvan has quit IRC07:15
*** bhuvan has joined #openstack-infra07:15
*** bhuvan has quit IRC07:15
*** bhuvan has joined #openstack-infra07:15
*** jcooley_ has joined #openstack-infra07:18
*** gokrokve has joined #openstack-infra07:21
*** talluri has quit IRC07:23
*** weshay has joined #openstack-infra07:24
*** jcooley_ has quit IRC07:25
*** gokrokve has quit IRC07:26
*** chandan_kumar has joined #openstack-infra07:27
*** sarob has joined #openstack-infra07:32
*** bhuvan has quit IRC07:33
*** bhuvan has joined #openstack-infra07:33
*** sarob has quit IRC07:36
*** bhuvan has quit IRC07:42
*** bhuvan has joined #openstack-infra07:43
lifelessmordred: thanks07:48
lifelessjeblair: ^07:48
*** amcrn has quit IRC07:49
*** NikitaKonovalov_ is now known as NikitaKonovalov07:49
*** NikitaKonovalov is now known as NikitaKonovalov_07:49
*** chandan_kumar has quit IRC07:50
*** NikitaKonovalov_ is now known as NikitaKonovalov07:52
*** bhuvan has quit IRC07:54
lifelessbah07:54
*** bhuvan has joined #openstack-infra07:54
openstackgerritlifeless proposed a change to openstack-infra/config: Add an experimental-tripleo pipeline.  https://review.openstack.org/7386307:54
lifelessjeblair: ^07:54
openstackgerritlifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use.  https://review.openstack.org/7386407:56
*** NikitaKonovalov is now known as NikitaKonovalov_07:59
*** julim has joined #openstack-infra08:03
*** julim has quit IRC08:09
*** yolanda has joined #openstack-infra08:09
*** prad has joined #openstack-infra08:16
*** prad has quit IRC08:20
*** gokrokve has joined #openstack-infra08:21
*** dkehn__ has joined #openstack-infra08:22
*** salv-orlando has quit IRC08:23
*** dkehn has quit IRC08:25
*** dkehn_ has quit IRC08:25
*** gokrokve has quit IRC08:26
*** dkehn has joined #openstack-infra08:27
*** amcrn has joined #openstack-infra08:31
*** sarob has joined #openstack-infra08:32
*** sarob has quit IRC08:38
*** NikitaKonovalov_ is now known as NikitaKonovalov08:50
*** chandan_kumar has joined #openstack-infra08:55
*** dpyzhov has joined #openstack-infra08:57
*** salv-orlando has joined #openstack-infra08:59
*** bhuvan has quit IRC09:06
*** bhuvan has joined #openstack-infra09:08
*** nijaba has quit IRC09:14
*** nijaba has joined #openstack-infra09:16
*** gokrokve has joined #openstack-infra09:21
*** nijaba has quit IRC09:22
*** nijaba has joined #openstack-infra09:23
*** gokrokve has quit IRC09:26
*** jhesketh__ has joined #openstack-infra09:26
*** rlandy has joined #openstack-infra09:29
*** sarob has joined #openstack-infra09:29
*** sarob has quit IRC09:34
*** nijaba has quit IRC09:38
*** jhesketh__ has quit IRC09:40
*** nijaba has joined #openstack-infra09:41
*** nijaba has quit IRC09:48
*** bhuvan has quit IRC09:48
*** bhuvan has joined #openstack-infra09:50
*** chandan_kumar has quit IRC09:53
*** nijaba has joined #openstack-infra09:53
*** nijaba has joined #openstack-infra09:54
*** yamahata has quit IRC09:57
*** yolanda has quit IRC09:58
*** yolanda has joined #openstack-infra10:05
*** gokrokve has joined #openstack-infra10:21
*** gokrokve has quit IRC10:26
*** sarob has joined #openstack-infra10:29
*** e0ne has joined #openstack-infra10:36
*** afazekas_ has joined #openstack-infra10:39
*** bhuvan has quit IRC10:41
*** e0ne has quit IRC10:42
*** bhuvan has joined #openstack-infra10:43
*** salv-orlando has quit IRC10:44
*** protux has joined #openstack-infra10:50
*** yamahata has joined #openstack-infra10:50
*** dkehn_ has joined #openstack-infra10:54
*** dkehn__ has quit IRC10:57
*** dkehn has quit IRC10:57
*** dkehn has joined #openstack-infra10:59
*** sarob has quit IRC11:03
*** bhuvan has quit IRC11:06
*** bhuvan has joined #openstack-infra11:07
*** chandan_kumar has joined #openstack-infra11:15
*** e0ne has joined #openstack-infra11:17
*** gokrokve has joined #openstack-infra11:21
*** gokrokve_ has joined #openstack-infra11:23
*** amcrn has quit IRC11:23
*** gokrokve has quit IRC11:26
*** e0ne has quit IRC11:27
*** gokrokve_ has quit IRC11:27
*** chandan_kumar has quit IRC11:28
*** e0ne has joined #openstack-infra11:30
*** roeyc has joined #openstack-infra11:42
*** sarob has joined #openstack-infra11:59
*** e0ne has quit IRC12:07
*** alexpilotti has joined #openstack-infra12:14
*** prad has joined #openstack-infra12:19
*** eharney has joined #openstack-infra12:20
*** gokrokve has joined #openstack-infra12:21
*** prad has quit IRC12:24
*** DinaBelova_ is now known as DinaBelova12:24
*** gokrokve has quit IRC12:26
*** sarob_ has joined #openstack-infra12:30
*** sarob has quit IRC12:32
*** e0ne has joined #openstack-infra12:32
*** yolanda has quit IRC12:40
*** NikitaKonovalov is now known as NikitaKonovalov_12:42
*** salv-orlando has joined #openstack-infra12:42
*** bhuvan has quit IRC12:44
*** yolanda has joined #openstack-infra12:48
*** CaptTofu has joined #openstack-infra12:49
*** eharney has quit IRC12:58
*** sarob_ has quit IRC13:03
*** yamahata has quit IRC13:11
*** yamahata has joined #openstack-infra13:13
*** gokrokve has joined #openstack-infra13:21
*** gokrokve has quit IRC13:26
*** sarob has joined #openstack-infra13:29
*** yamahata has quit IRC13:29
*** chandan_kumar has joined #openstack-infra13:31
*** bhuvan has joined #openstack-infra13:41
*** NikitaKonovalov_ is now known as NikitaKonovalov13:44
*** sarob has quit IRC14:01
*** yassine has joined #openstack-infra14:11
*** chandan_kumar has quit IRC14:13
*** bhuvan_ has joined #openstack-infra14:16
*** mriedem has joined #openstack-infra14:16
*** bhuvan has quit IRC14:16
*** gokrokve has joined #openstack-infra14:21
*** bhuvan_ has quit IRC14:23
*** bhuvan has joined #openstack-infra14:24
*** atiwari has quit IRC14:24
*** gokrokve has quit IRC14:26
*** sarob has joined #openstack-infra14:29
*** banix has joined #openstack-infra14:33
*** zhiyan_ is now known as zhiyan14:35
*** yamahata has joined #openstack-infra14:45
*** dcramer_ has quit IRC14:58
*** sarob has quit IRC15:03
*** dcramer_ has joined #openstack-infra15:10
jeblairrestarted nodepool15:10
*** NikitaKonovalov is now known as NikitaKonovalov_15:12
*** e0ne has quit IRC15:14
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Handle empty IMAGE_URL lines in devstack_cache  https://review.openstack.org/7387015:15
*** e0ne has joined #openstack-infra15:16
*** e0ne has quit IRC15:19
*** gokrokve has joined #openstack-infra15:21
*** gokrokve has quit IRC15:26
*** unicell has joined #openstack-infra15:28
*** sarob has joined #openstack-infra15:29
*** bhuvan has quit IRC15:32
*** bhuvan has joined #openstack-infra15:33
*** zhiyan is now known as zhiyan_15:35
*** e0ne has joined #openstack-infra15:35
*** zhiyan_ is now known as zhiyan15:36
*** alexpilotti has quit IRC15:36
*** zhiyan is now known as zhiyan_15:38
*** CaptTofu has quit IRC15:58
*** sarob has quit IRC16:03
*** david-lyle has quit IRC16:08
*** banix has quit IRC16:10
*** unicell has quit IRC16:13
*** dpyzhov has quit IRC16:14
*** bhuvan has quit IRC16:15
*** bhuvan has joined #openstack-infra16:16
*** e0ne has quit IRC16:17
*** yolanda has quit IRC16:19
*** gokrokve has joined #openstack-infra16:21
*** gokrokve has quit IRC16:25
*** afazekas has quit IRC16:26
*** pcrews has joined #openstack-infra16:27
*** sarob has joined #openstack-infra16:29
*** bhuvan has quit IRC16:30
*** bhuvan has joined #openstack-infra16:32
*** sdake has quit IRC16:36
*** pcrews has quit IRC16:38
*** KurtMartin has joined #openstack-infra16:42
*** roeyc has quit IRC16:46
*** SergeyLukjanov has quit IRC16:46
*** DinaBelova has quit IRC16:47
*** ruhe has quit IRC16:48
*** KurtMartin has quit IRC16:49
*** KurtMartin has joined #openstack-infra16:49
*** NikitaKonovalov_ has quit IRC16:50
*** gokrokve_ has joined #openstack-infra16:50
*** yassine has quit IRC16:51
*** yassine has joined #openstack-infra16:51
*** chmouel has quit IRC16:53
*** starmer has joined #openstack-infra16:54
*** boris-42_ has quit IRC16:56
*** boris-42_ has joined #openstack-infra16:59
*** locke1051 has joined #openstack-infra17:00
*** sarob has quit IRC17:02
*** NikitaKonovalov_ has joined #openstack-infra17:04
*** talluri has joined #openstack-infra17:04
*** SpamapS_ has joined #openstack-infra17:04
*** chmouel has joined #openstack-infra17:04
*** NikitaKonovalov_ is now known as NikitaKonovalov17:04
*** ruhe has joined #openstack-infra17:04
*** flaper87l has joined #openstack-infra17:04
*** SergeyLukjanov has joined #openstack-infra17:05
*** flaper87l is now known as flaper8717:05
*** DinaBelova has joined #openstack-infra17:05
* fungi is disappearing until 01:00 utc or so17:07
*** vipuls has joined #openstack-infra17:07
*** yassine has quit IRC17:08
*** bhuvan has quit IRC17:08
*** protux has quit IRC17:08
*** afazekas_ has quit IRC17:08
*** vipul has quit IRC17:08
*** flaper87|afk has quit IRC17:08
*** SpamapS has quit IRC17:08
*** locke105 has quit IRC17:08
*** dcramer_ has quit IRC17:08
bknudsonDid I forget how to do reverify? I left 2 comments on https://review.openstack.org/#/c/64955/ and didn't get picked up17:10
*** yassine has joined #openstack-infra17:14
*** protux has joined #openstack-infra17:15
*** afazekas_ has joined #openstack-infra17:15
*** protux has quit IRC17:16
*** salv-orlando has quit IRC17:19
*** unicell has joined #openstack-infra17:21
openstackgerritKenny Jones proposed a change to openstack-dev/pbr: Updated parse_requirements to align to PIP  https://review.openstack.org/7373717:21
*** gokrokve_ has quit IRC17:24
*** gokrokve has joined #openstack-infra17:25
*** AaronGr_Zzz is now known as AaronGr17:25
*** gokrokve has quit IRC17:29
*** sarob has joined #openstack-infra17:29
*** protux has joined #openstack-infra17:30
*** saju_m has joined #openstack-infra17:31
*** protux has quit IRC17:34
*** exz has quit IRC17:38
*** exz has joined #openstack-infra17:39
*** AaronGr is now known as AaronGr_Zzz17:40
*** saju_m has quit IRC17:41
*** saju_m has joined #openstack-infra17:42
openstackgerritJames Michael DuPont proposed a change to openstack-infra/git-review: New User Tools  https://review.openstack.org/7387617:43
*** e0ne has joined #openstack-infra17:46
*** e0ne has quit IRC17:47
*** talluri has quit IRC17:53
*** alexpilotti has joined #openstack-infra17:53
*** pcrews has joined #openstack-infra17:55
*** saju_m has quit IRC17:55
openstackgerritSergey Lukjanov proposed a change to openstack-infra/config: Make main savanna dg job 'full'  https://review.openstack.org/7371217:57
*** sarob has quit IRC18:02
*** bhuvan has joined #openstack-infra18:02
*** pcrews has quit IRC18:05
*** jcooley_ has joined #openstack-infra18:05
openstackgerritA change was merged to openstack-infra/config: Make main savanna dg job 'full'  https://review.openstack.org/7371218:08
*** salv-orlando has joined #openstack-infra18:10
*** salv-orlando_ has joined #openstack-infra18:11
*** saju_m has joined #openstack-infra18:11
*** gokrokve has joined #openstack-infra18:11
*** salv-orlando has quit IRC18:15
*** salv-orlando_ is now known as salv-orlando18:15
*** fbo_away is now known as fbo18:16
*** gokrokve has quit IRC18:16
*** gokrokve has joined #openstack-infra18:21
*** gokrokve_ has joined #openstack-infra18:23
*** DinaBelova is now known as DinaBelova_18:23
*** sdake has joined #openstack-infra18:23
*** sdake has quit IRC18:23
*** sdake has joined #openstack-infra18:23
*** dcramer_ has joined #openstack-infra18:24
*** gokrokve has quit IRC18:26
*** KurtMartin has quit IRC18:27
*** KurtMartin has joined #openstack-infra18:28
*** sarob has joined #openstack-infra18:29
anteayaah SergeyLukjanov we don't usually have people self approve patches18:38
anteayais there a critical reason you did so?18:38
*** jcooley_ has quit IRC18:39
*** alexpilotti has quit IRC18:39
*** fbo is now known as fbo_away18:40
*** banix has joined #openstack-infra18:42
*** gokrokve_ has quit IRC18:43
*** gokrokve has joined #openstack-infra18:43
*** banix has quit IRC18:47
*** gokrokve has quit IRC18:48
SergeyLukjanovanteaya, 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 tempest18:49
*** DinaBelova_ is now known as DinaBelova18:50
SergeyLukjanovmerged* and blocked for dev. * ;)18:50
*** DinaBelova is now known as DinaBelova_18:51
*** banix has joined #openstack-infra18:52
*** banix has quit IRC18:56
*** e0ne has joined #openstack-infra18:58
*** rlandy has quit IRC18:58
*** ok_delta has joined #openstack-infra19:01
*** banix has joined #openstack-infra19:02
*** sarob has quit IRC19:02
*** e0ne has quit IRC19:02
*** talluri has joined #openstack-infra19:04
*** talluri has quit IRC19:08
*** banix has quit IRC19:11
lifelessmordred: clarkb: I know it's your weekend but I'd love to have https://review.openstack.org/#/c/73864/ and its dependency get a +A19:14
*** banix has joined #openstack-infra19:14
lifeless[it has one +2 already]19:14
*** banix has quit IRC19:14
*** dcramer_ has quit IRC19:17
*** rkukura has quit IRC19:23
*** alexpilotti has joined #openstack-infra19:25
*** salv-orlando has quit IRC19:25
*** yolanda has joined #openstack-infra19:25
*** yolanda has quit IRC19:25
*** KurtMartin has quit IRC19:26
*** KurtMartin has joined #openstack-infra19:26
*** sarob has joined #openstack-infra19:29
*** dpyzhov has joined #openstack-infra19:31
*** bhuvan has quit IRC19:31
*** bhuvan has joined #openstack-infra19:32
zarojeblair: would love to see this merged, 2 +2 already, i think just waiting for your blessing.. https://review.openstack.org/#/c/6132119:33
*** cody-somerville has quit IRC19:40
*** bhuvan_ has joined #openstack-infra19:42
*** gokrokve has joined #openstack-infra19:44
*** bhuvan has quit IRC19:44
*** KurtMartin has quit IRC19:44
*** KurtMartin has joined #openstack-infra19:45
*** pcrews has joined #openstack-infra19:46
*** bhuvan_ has quit IRC19:46
*** bhuvan has joined #openstack-infra19:47
*** hashar has joined #openstack-infra19:48
*** gokrokve has quit IRC19:49
*** boris-42_ is now known as boris-4219:56
*** sarob has quit IRC20:02
*** flaper87 has quit IRC20:10
*** flaper87 has joined #openstack-infra20:10
*** sc68cal_ has joined #openstack-infra20:14
*** sc68cal has quit IRC20:15
*** hashar has quit IRC20:21
*** KurtMartin has quit IRC20:25
*** KurtMartin has joined #openstack-infra20:25
*** vdreamarkitex has joined #openstack-infra20:27
*** cody-somerville has joined #openstack-infra20:27
*** sarob has joined #openstack-infra20:29
*** jcooley_ has joined #openstack-infra20:29
*** sc68cal_ has quit IRC20:31
*** KurtMartin has quit IRC20:31
*** sc68cal has joined #openstack-infra20:32
*** vdreamarkitex has quit IRC20:34
*** jcooley_ has quit IRC20:35
*** sc68cal has quit IRC20:36
*** sc68cal has joined #openstack-infra20:36
*** mwagner_lap has joined #openstack-infra20:37
*** saju_m has quit IRC20:39
*** wenlock has joined #openstack-infra20:44
*** gokrokve has joined #openstack-infra20:45
*** gokrokve_ has joined #openstack-infra20:46
*** SpamapS_ is now known as SpamapS20:47
*** SpamapS has joined #openstack-infra20:47
*** sc68cal has quit IRC20:49
*** dcramer_ has joined #openstack-infra20:49
*** gokrokve has quit IRC20:49
*** sc68cal has joined #openstack-infra20:51
*** sc68cal has quit IRC20:51
*** gokrokve_ has quit IRC20:51
*** sc68cal has joined #openstack-infra20:53
*** saju_m has joined #openstack-infra20:54
*** sc68cal has quit IRC20:56
*** sc68cal has joined #openstack-infra20:57
*** sarob has quit IRC20:58
*** yassine has quit IRC21:00
openstackgerritlifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use.  https://review.openstack.org/7386421:03
*** banix has joined #openstack-infra21:03
openstackgerritlifeless proposed a change to openstack-infra/config: Have more tripleo-gate nodes sitting ready for use.  https://review.openstack.org/7203521:04
*** banix has quit IRC21:07
*** rkukura has joined #openstack-infra21:08
*** gokrokve has joined #openstack-infra21:12
*** saju_m has quit IRC21:16
*** gokrokve has quit IRC21:16
*** gokrokve has joined #openstack-infra21:21
*** salv-orlando has joined #openstack-infra21:25
*** jcooley_ has joined #openstack-infra21:25
*** starmer has quit IRC21:25
*** gokrokve has quit IRC21:26
mattoliverauMorning all21:29
*** jcooley_ has quit IRC21:30
*** starmer has joined #openstack-infra21:35
*** jhesketh_ has joined #openstack-infra21:38
jhesketh_Howdy21:38
*** ok_delta has quit IRC21:43
*** leifmadsen has joined #openstack-infra21:51
*** banix has joined #openstack-infra21:51
*** banix has quit IRC21:52
*** wenlock has quit IRC21:54
*** banix has joined #openstack-infra22:00
*** jhesketh__ has joined #openstack-infra22:05
*** jhesketh__ has quit IRC22:05
*** jhesketh__ has joined #openstack-infra22:05
*** dcramer_ has quit IRC22:07
*** ianw has quit IRC22:09
*** ianw has joined #openstack-infra22:10
*** julim has joined #openstack-infra22:10
*** pcrews has quit IRC22:12
*** banix has quit IRC22:14
*** julim has quit IRC22:14
*** jcooley_ has joined #openstack-infra22:19
*** gokrokve has joined #openstack-infra22:21
*** banix has joined #openstack-infra22:21
*** jcooley_ has quit IRC22:25
*** gokrokve has quit IRC22:26
*** banix has quit IRC22:28
jhesketh__jeblair: ping22:29
*** banix has joined #openstack-infra22:29
*** banix has quit IRC22:31
*** jhesketh__ has quit IRC22:36
*** jhesketh__ has joined #openstack-infra22:37
*** jamielennox|away is now known as jamielennox22:39
*** e0ne has joined #openstack-infra22:40
*** jamespage_ has joined #openstack-infra22:42
*** dcramer_ has joined #openstack-infra22:43
*** banix has joined #openstack-infra22:47
openstackgerritlifeless proposed a change to openstack-infra/config: Add experimental-tripleo checks for tripleo deps.  https://review.openstack.org/7388622:51
*** dcramer_ has quit IRC22:52
*** bhuvan has quit IRC22:53
*** bhuvan has joined #openstack-infra22:54
*** banix has quit IRC22:55
*** starmer has quit IRC22:56
*** banix has joined #openstack-infra22:59
*** dpyzhov has quit IRC23:00
*** banix has quit IRC23:01
*** dcramer_ has joined #openstack-infra23:05
*** dpyzhov has joined #openstack-infra23:07
*** gokrokve has joined #openstack-infra23:09
*** AaronGr_Zzz is now known as AaronGr23:10
*** AaronGr is now known as AaronGr_Zzz23:11
*** Sukhdev has joined #openstack-infra23:11
*** jamespage_ has quit IRC23:14
*** gokrokve has quit IRC23:15
*** gokrokve has joined #openstack-infra23:16
*** gokrokve has quit IRC23:21
*** bhuvan has quit IRC23:25
*** bhuvan has joined #openstack-infra23:25
*** jamespage_ has joined #openstack-infra23:25
*** jamespage_ has quit IRC23:29
*** jamespage_ has joined #openstack-infra23:29
*** bhuvan_ has joined #openstack-infra23:34
*** bhuvan has quit IRC23:37
*** e0ne_ has joined #openstack-infra23:39
*** e0ne has quit IRC23:41
*** gokrokve has joined #openstack-infra23:51
*** gokrokve has quit IRC23:56
*** dpyzhov has quit IRC23:56
*** bhuvan has joined #openstack-infra23:57

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