Sunday, 2013-10-20

*** adalbas has quit IRC00:03
*** SergeyLukjanov is now known as _SergeyLukjanov00:13
*** SergeyLukjanov has joined #openstack-infra00:18
*** oubiwann has quit IRC00:21
*** oubiwann has joined #openstack-infra00:21
*** adalbas has joined #openstack-infra00:42
*** sandywalsh has quit IRC00:56
*** sandywalsh has joined #openstack-infra00:56
*** SergeyLukjanov has quit IRC01:01
fungiyeah, just got back to looking--got sucked into family visity stuff and only just managed break back away01:04
fungii agree it may be downloading to the wrong place... devstack-cache.py seems to download into ~/cache/files/01:05
fungiwhich which is empty01:07
fungithough devstack seems to look in /opt/stack/new/devstack/files/ which i think gets populated from ~jenkins/workspace-cache/devstack/files/ (which is not empty but is also lacking the cirros images)01:08
fungicurrently looking for the link between ~/cache/files/ and either of those locations01:09
fungii would expect to see prepare_devstack.sh do something to move them over01:11
*** yolanda has quit IRC01:11
fungiahh, devstack-vm-gate-wrap.sh looks there01:15
clarkbyeah it does and rsync maybe?01:15
fungiyep01:17
fungiso as best i can tell stuff isn't landing in ~jenkins/cache/files/ even though prepare_node_devstack.sh calls prepare_devstack.sh as jenkins which in turn calls devstack-cache.py which wgets into ~/cache/files/01:21
fungithink i'll need to add some extra debugging statements in devstack-cache.py to find out what wget is doing01:21
clarkbfungi: I bet running the cirros bits by hand locally might give enough info01:23
clarkbperhaps a path is wrong?01:23
fungii'm sorta wondering if either it's a write perms issue or a uid problem01:23
fungireally all i need to do is hand-patch the script to print the wget output and then regenerate the image again01:24
fungiso doing that now01:24
clarkbfungi: in cache.py image_filenames is initialized to {} and I don't see it getting udpated01:25
*** CaptTofu has quit IRC01:25
fungiit does, in that loop just after01:25
fungiit calls a function which fills it from processing stackrc01:25
*** CaptTofu has joined #openstack-infra01:25
clarkbwhich function?01:25
fungiand i can see in the log where it says it's downloading those things, so i know the dict has content01:25
clarkbfungi: the dict is used for skipping content01:26
clarkbI am mostly curious if there are bugs around taht01:26
fungioh, wait, maybe there is actually a missing assignment in that inner loop01:26
fungino, wait, i think it's right01:27
fungibranches = local_prep(distribution)01:27
fungifor branch_data in branches:01:27
fungifor url in branch_data['images']:01:27
fungido stuff01:27
clarkbya01:27
fungiimage_filenames seems to be used for skipping the pass01:28
clarkbmaybe ~/cache/files isn't expanded properly by run_local?01:28
fungithat's what i'm suspecting01:28
fungimay need the expanduser or whatever call wrapping it01:28
clarkbyup expanduser01:28
clarkbI will approve such a change (it can't hurt)01:29
clarkbeven the DEVSTACK var uses expanduser01:29
fungilemme double check that someone hasn't already posted a fix for this which is rotting for days in my review queue01:29
fungibecause then i would feel even stupider01:29
clarkbshell defaults to false in subprocess.Popen and I think you need shell = true to expand the ~01:30
clarkbso I bet that is the problem01:30
clarkbfungi: testing in an interactive python shell seems to indicate that is the case01:32
fungiyep, just confirmed01:33
fungii think we need it for the pip cache too01:33
fungiso the question is whether we want to expanduser or shell=True01:33
clarkbcoo, if you whip up a change I can review. That said it is saturday night so no rush :)01:33
clarkbfungi: I think expanduser01:33
fungii'm leaning the same way. safer and fewer side effects01:34
clarkbas it may not always be safe for run_local to use shell01:34
fungiyup01:38
fungithat said, it's also not clear to me why update-pip-cache.sh isn't dropping anything into ~jenkins/cache/pip/01:39
fungilooks like separate problem though01:39
fungiahh, i think maybe that script is never actually called?01:40
clarkbwhere is update-pip-cache?01:41
clarkbgit grep in the nodepool scripts doesn't show it getting called01:41
fungiit's a slave script in -infra/config and the only place i saw ~/cache/pip getting used01:42
fungiand yeah, i find nothing actually using it01:42
clarkbwith our mirror that might be mostly a noop though01:43
fungiperhaps01:43
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Expand user when caching files for devstack  https://review.openstack.org/5280601:46
fungianyway, ^ there's that01:46
fungisdague: ^ if you're still around that seems to have been the issue01:48
clarkbfungi: lgtm, should I approve?01:54
fungiclarkb: sure thing. i'll check back in a bit and test a new image, then do the others if successful01:55
clarkbfungi: actually, you don't need to have the %s01:55
clarkbfungi: will you hate me if I ask that you fix that?01:55
funginot at all. i agree--fixing01:55
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Expand user when caching files for devstack  https://review.openstack.org/5280601:57
fungifixed one other trivial thing in there which was irking me at the same time01:57
*** dkehn_ is now known as dkehn01:57
fungioh, actually, that no longer irks me. unfixing01:58
clarkb:)01:58
clarkbhttp urls for images are garunteed to have a '/'01:58
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Expand user when caching files for devstack  https://review.openstack.org/5280601:58
fungiyup ;)01:59
* fungi got carried away os.path'ing things there01:59
clarkbapproved01:59
* fungi goes away for a quick cookie break02:00
*** dims has quit IRC02:00
openstackgerritA change was merged to openstack-infra/config: Expand user when caching files for devstack  https://review.openstack.org/5280602:01
*** wenlock has joined #openstack-infra02:02
*** steven-weston has joined #openstack-infra02:05
*** steven-weston has quit IRC02:07
*** steven-weston has joined #openstack-infra02:07
*** steven-weston has quit IRC02:09
*** steven-weston has joined #openstack-infra02:09
*** steven-weston has quit IRC02:12
fungiimages are being generated now02:42
clarkbfungi: I suppose the image builds take a bit of time02:57
fungithey do02:59
*** dcramer_ has joined #openstack-infra03:00
*** dkranz has quit IRC03:05
fungistill building03:06
fungionce they finish i'll start clearing out the old available servers so we get ones with these new images03:07
*** nicedice has quit IRC03:08
fungihpcloud images finished building and old nodes are being deleted there now. rackspace images are still building though03:18
clarkbfungi: did it work then?03:18
*** dkranz has joined #openstack-infra03:20
fungino idea yet--should know in a bit03:20
*** senk has joined #openstack-infra03:22
*** senk has quit IRC03:28
*** senk has joined #openstack-infra03:29
*** senk has quit IRC03:36
fungiokay, so sampling a new hpcloud-az1 node, there are cirros/ubuntu/debian images in ~jenkins/cache/files/ now03:42
fungialso, jenkins02 does seem to have gotten a job assigned from zuul recently so i guess it's not horked up03:45
fungiprobably just still the nodepool imbalance at play there?03:46
*** dcramer_ has quit IRC03:46
funginot restarted since last weekend, and i think the balance corrections merged more recently than that03:47
fungiso jenkins01 is still ending up with the bulk of the devstack pool03:51
clarkbI think jeblair got the better balancing code in place03:54
fungiahh, well at any rate the remaining zones have updated images now and i've got the last of the old unused nodes deleting from them03:56
*** dcramer_ has joined #openstack-infra03:59
fungiall finished... and on that note, i'm passing out for the night04:05
clarkbgoodnight04:07
*** wenlock has quit IRC04:15
*** adalbas has quit IRC04:18
*** oubiwann has quit IRC05:42
*** oubiwann has joined #openstack-infra05:43
*** SergeyLukjanov has joined #openstack-infra06:08
*** SlickNik has quit IRC06:16
*** SlickNik has joined #openstack-infra06:16
*** SlickNik has quit IRC06:17
*** SlickNik has joined #openstack-infra06:18
*** dkliban has joined #openstack-infra06:19
*** dkliban has quit IRC06:36
*** dkliban has joined #openstack-infra06:44
*** dkliban has quit IRC06:55
*** Guest86586 is now known as Vivek06:58
*** Vivek has joined #openstack-infra06:58
*** SergeyLukjanov has quit IRC07:01
*** oubiwann has quit IRC07:51
*** oubiwann has joined #openstack-infra07:52
* LinuxJedi wonders why he is getting daily cron emails from "rudger-laptop"07:54
*** dkliban has joined #openstack-infra08:03
*** CaptTofu has quit IRC08:05
*** CaptTofu has joined #openstack-infra08:05
*** CaptTofu has quit IRC08:13
*** CaptTofu has joined #openstack-infra08:14
*** yamahata has quit IRC08:17
*** CaptTofu has quit IRC08:18
*** nati_ueno has joined #openstack-infra08:21
*** nicedice has joined #openstack-infra08:41
*** ben_duyujie has joined #openstack-infra08:51
*** Ryan_Lane has quit IRC08:52
*** jeblair has quit IRC08:58
*** nati_ueno has quit IRC09:01
*** nati_ueno has joined #openstack-infra09:02
*** jeblair has joined #openstack-infra09:03
*** nati_ueno has quit IRC09:06
*** oubiwann has quit IRC09:09
*** oubiwann has joined #openstack-infra09:10
*** marun has joined #openstack-infra09:17
jeblair~.09:25
*** jeblair has quit IRC09:31
*** jeblair has joined #openstack-infra09:32
*** marun has quit IRC09:57
*** guohliu has joined #openstack-infra10:03
*** che-arne has quit IRC10:06
*** guohliu has quit IRC10:09
*** SlickNik has quit IRC10:55
*** SlickNik has joined #openstack-infra10:56
*** fifieldt has quit IRC11:00
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: refactor templates into query_builder  https://review.openstack.org/5281811:36
*** marun has joined #openstack-infra11:44
*** ben_duyujie has quit IRC12:12
*** basha has joined #openstack-infra12:18
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: refactor templates into query_builder  https://review.openstack.org/5281812:18
*** adalbas has joined #openstack-infra12:30
*** basha has quit IRC12:36
*** thomasm has joined #openstack-infra12:45
*** thomasm is now known as Guest2536912:45
*** CaptTofu has joined #openstack-infra12:51
*** basha has joined #openstack-infra13:04
*** CaptTofu has quit IRC13:06
*** CaptTofu has joined #openstack-infra13:07
*** CaptTofu_ has joined #openstack-infra13:10
*** CaptTofu has quit IRC13:11
*** CaptTofu_ has quit IRC13:13
*** CaptTofu has joined #openstack-infra13:14
*** CaptTofu has quit IRC13:18
*** dirk has joined #openstack-infra13:19
*** basha has quit IRC13:25
*** basha has joined #openstack-infra13:32
*** basha has quit IRC13:35
*** w_ has joined #openstack-infra13:55
*** dims has joined #openstack-infra13:55
*** olaph has quit IRC13:55
*** nicedice has quit IRC14:02
*** dcramer_ has quit IRC14:10
openstackgerritDavid Kranz proposed a change to openstack-infra/elastic-recheck: Test that git review works  https://review.openstack.org/5282014:15
mordredLinuxJedi: because of fail14:45
mordredLinuxJedi: sounds like someone using a VERY old version of our puppet scripts :)14:45
LinuxJedi++14:47
*** dcramer_ has joined #openstack-infra14:51
*** thomasbiege has joined #openstack-infra14:59
*** dirk has quit IRC15:06
*** cody-somerville has quit IRC15:09
*** nicedice has joined #openstack-infra15:09
*** dims has quit IRC15:23
*** dims has joined #openstack-infra15:23
*** thomasbiege has quit IRC15:25
*** dkliban has quit IRC15:26
*** dirk has joined #openstack-infra15:26
openstackgerritA change was merged to openstack/requirements: Update WSME deps to 0.5b6  https://review.openstack.org/5214115:27
*** SergeyLukjanov has joined #openstack-infra15:38
*** dirk has quit IRC15:43
*** dirk has joined #openstack-infra15:43
*** wenlock has joined #openstack-infra15:55
*** dcramer_ has quit IRC15:59
*** senk has joined #openstack-infra16:05
*** harlowja_at_home has joined #openstack-infra16:10
*** DennyZhang has joined #openstack-infra16:10
*** dcramer_ has joined #openstack-infra16:12
*** harlowja_at_home has quit IRC16:16
*** senk has quit IRC16:23
*** Ng has quit IRC16:29
*** DennyZhang has quit IRC16:29
*** Ng has joined #openstack-infra16:29
*** SergeyLukjanov has quit IRC16:30
*** dirk has quit IRC16:37
*** yolanda has joined #openstack-infra16:49
*** dkliban has joined #openstack-infra16:55
*** basha has joined #openstack-infra17:10
*** yolanda has quit IRC17:14
*** dcramer_ has quit IRC17:17
*** FallenPegasus has joined #openstack-infra17:26
*** dkliban has quit IRC17:38
*** davidhadas has joined #openstack-infra17:54
*** nati_ueno has joined #openstack-infra17:59
*** FallenPegasus has quit IRC18:14
*** wenlock has quit IRC18:20
*** sdake has quit IRC18:21
*** basha has quit IRC18:45
*** SlickNik has quit IRC18:57
*** SlickNik has joined #openstack-infra18:57
*** adalbas has quit IRC19:04
*** SlickNik has quit IRC19:08
*** SlickNik has joined #openstack-infra19:09
*** wenlock has joined #openstack-infra19:24
*** fallenpegasus has joined #openstack-infra19:32
*** adalbas has joined #openstack-infra19:49
*** fallenpegasus has quit IRC19:54
*** adalbas has quit IRC19:57
*** yamahata has joined #openstack-infra20:02
*** changbl has quit IRC20:02
*** changbl has joined #openstack-infra20:13
*** Ryan_Lane has joined #openstack-infra20:19
*** CaptTofu has joined #openstack-infra20:23
*** changbl has quit IRC20:29
*** akscram has quit IRC20:30
*** akscram has joined #openstack-infra20:31
*** weshay has quit IRC20:41
*** changbl has joined #openstack-infra20:41
*** dkehn_ has joined #openstack-infra20:54
*** dkehn has quit IRC20:57
*** dkehn__ has joined #openstack-infra21:04
*** dkehn__ is now known as dkehn21:04
*** marun has quit IRC21:06
*** dkehn_ has quit IRC21:08
*** nati_ueno has quit IRC21:26
*** nati_ueno has joined #openstack-infra21:27
*** nati_ueno has quit IRC21:32
*** Loquacity has joined #openstack-infra21:53
*** Loquacity has quit IRC21:58
*** Loquacious has joined #openstack-infra21:58
*** Loquacities has quit IRC21:59
*** senk has joined #openstack-infra22:08
*** Loquacious has quit IRC22:14
*** Loquacity has joined #openstack-infra22:14
*** slong has joined #openstack-infra22:43
*** zehicle has quit IRC22:44
*** cody-somerville has joined #openstack-infra22:53
*** vipul is now known as vipul-away22:54
openstackgerritSean Dague proposed a change to openstack-infra/elastic-recheck: add elasticRecheck fake pyelasticsearch testing  https://review.openstack.org/5284423:04
*** vipul-away is now known as vipul23:05
*** yamahata has quit IRC23:08
harlowjasince u guys probably want to know what the thing i made looks like, https://github.com/harlowja/gerrit_view#curse_gerrit :)23:08
harlowjau guys might find it useful :)23:09
*** senk has quit IRC23:14
*** yamahata has joined #openstack-infra23:14
*** CaptTofu has quit IRC23:17
*** CaptTofu has joined #openstack-infra23:18
*** CaptTofu has quit IRC23:18
*** CaptTofu has joined #openstack-infra23:18
*** CaptTofu has quit IRC23:20
*** CaptTofu has joined #openstack-infra23:20
*** fifieldt has joined #openstack-infra23:21
zaroharlowja: hmm, looks interesting. what's the difference between using that and the gerrit web ui?23:28
harlowjarealtimeness23:28
harlowjaand comments automatically showup and stuff23:29
harlowjaand statuses automatically change, basically this is a notify method, instead of a pull method (via browser)23:30
zarocool. thx.23:35
harlowjanp, if u have a big monitor (or extra monitor), neat to just use it there, ha23:35
harlowjaor an extra terminal window23:36
*** yolanda has joined #openstack-infra23:36
*** boris-42 has quit IRC23:37
*** davidhadas has quit IRC23:38
*** alexpilotti has quit IRC23:38
*** harlowja has quit IRC23:40
*** harlowja has joined #openstack-infra23:42
*** yamahata has quit IRC23:57

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