Saturday, 2015-03-14

jeblairmtreinish: was that an exec?  i believe refreshonly is only needed/used for execs.00:01
mtreinishjeblair: yeah it was an exec00:01
*** markvoelker has quit IRC00:01
*** andreykurilin_ has quit IRC00:02
*** achanda has quit IRC00:02
jeblairmtreinish: so it makes sense there because you're changing the normal behavior of exec (run every time); whereas the normal behavior of service is merely to ensure that it's running (or not, as configured).  the subscribe attr specifically says to restart it when it revieves those events.00:03
mtreinishjeblair: ah ok, that makes sense00:03
mtreinishI'll respin it, one sec00:03
openstackgerritMatthew Treinish proposed openstack-infra/puppet-subunit2sql: Subscribe worker service to subunit2sql package  https://review.openstack.org/16437400:04
mtreinishjeblair: ^^^00:04
*** bknudson has quit IRC00:05
pleia2yeah, so fwiw, I'm not seeing any differences in the worker debug logs (the only logs that exist)00:05
*** carl_baldwin has quit IRC00:05
mtreinishpleia2: yeah that makes sense if it was restarted I'd expect it to fail00:05
mtreinishbecause the schema it expects doesn't match the state of the db yet00:06
pleia2aha00:06
mtreinishbut since the old version was in memory it probably won't complain until the restart00:07
*** purp_away is now known as purp00:07
mtreinishpleia2: I wonder if there's a way to check if the db migration is actually running?00:07
openstackgerritMerged stackforge/gertty: Hide webbrowser output  https://review.openstack.org/16308500:08
openstackgerritMerged stackforge/gertty: Add indexes to revision table  https://review.openstack.org/16326200:08
openstackgerritMerged stackforge/gertty: Only sync parent commit once  https://review.openstack.org/16345100:08
openstackgerritMerged stackforge/gertty: Upgrade to requests 2.5.3  https://review.openstack.org/16347300:08
openstackgerritMerged stackforge/gertty: Add a 30 second timeout for requests  https://review.openstack.org/16347400:08
openstackgerritMerged stackforge/gertty: Display times in local tz  https://review.openstack.org/16349400:09
openstackgerritMerged stackforge/gertty: Don't display project column in project change list  https://review.openstack.org/16384300:09
pleia2mtreinish: which system does the db migration run on?00:09
openstackgerritMerged stackforge/gertty: Switch "Updated" column to fixed width  https://review.openstack.org/16385300:09
pleia2(sorry, not too familiar with this bit of the infra yet)00:09
*** melwitt has quit IRC00:09
mtreinishpleia2: no worries, it's pretty undocumented at this point, basically still my pet project00:09
pleia2at the moment I'm not seeing anything on logstash.o.o that looks like it process-wise00:10
*** ashleighfarnham has quit IRC00:10
mtreinishpleia2: its supposed to be running on logstash.o.o :(00:10
*** Longgeek has joined #openstack-infra00:10
mtreinishthe command is subunit2sql-db-manage00:10
openstackgerritMerged openstack-infra/puppet-storyboard: Parameterized working directories.  https://review.openstack.org/15758700:11
pleia2ok, so not on the worker, I'll look at logs00:11
jeblairmtreinish: this might be a good time to write some of this up for http://ci.openstack.org/ (maybe add to the logstash page?)00:12
mtreinishpleia2: yeah not on the worker, the worker just handles the gearman jobs for storing the streams00:12
mtreinishjeblair: yeah it's been on my todo list for a while00:12
mtreinishpleia2: we use logstash.o.o to handle the proxy to the trove instance and running the db migrations00:13
*** sputnik13 has quit IRC00:14
jeblairpleia2: another thing you might check are the ansible logs from the puppet runs (on puppetmaster) to see if there's any useful output00:14
pleia2so all I can find is the puppet stuff happening,  Scheduling refresh of Exec[backup_subunit2sql_db] && Scheduling refresh of Exec[upgrade_subunit2sql_db]00:14
pleia2jeblair: thanks, I'll check00:14
*** dpyzhov_ has quit IRC00:15
jeblairpleia2: might end up being the same thing, or might have additional lines00:15
*** hdd_ has joined #openstack-infra00:16
*** bdpayne has quit IRC00:17
*** Guest3273 has quit IRC00:17
*** Longgeek has quit IRC00:18
*** alexpilotti has joined #openstack-infra00:19
pleia2can't say these are my favorite logs ever, but it looks like there is an issue: http://paste.openstack.org/show/192214/00:21
*** armax has quit IRC00:21
jeblairmtreinish, pleia2: looks like the timeout killed the schema change process?00:21
pleia230m not enough time for backup?00:22
jeblairright, backup process00:22
*** xgerman has quit IRC00:22
mtreinishpleia2: hmm I would have thought 30min was enough for the mysqldump00:22
mtreinishit only took ~18min for me at home but I did have to use slightly different args because of my limited permissions00:23
jeblairmaybe it completed the dump and was running the upgrade?00:23
jeblairi'm actually not certain how to read that :/00:23
mtreinishjeblair: that's what I was thinking was it puppet timing out or ansible timing out on puppet?00:23
*** armax has joined #openstack-infra00:23
mtreinishbecause I did set the mysqldump timeout to 30min, but the db upgrade to unlimited00:24
jeblairmtreinish: it is our self-imposed timeout of puppet.  so we tell ansible "run puppet and kill it after 30 mins" because internal puppet timeouts are not enough (github failures stall us indefinitely)00:24
mtreinishjeblair: ah ok that explains it then00:25
mtreinishthe db upgrade will probably take well over 30min00:25
jeblairmtreinish: but i am not certain that "scheduling refresh of exec upgrade db" means "i am running exec upgrade db now"00:25
jeblairmtreinish: i think it might.  so i think it was probably running that, but maybe i'm misinterpreting and it was running the dump.00:25
mtreinishjeblair: yeah the wording is weird, but I think the dump finished because it said "Exec[backup_subunit2sql_db]: Triggered 'refresh' from 1 events"00:26
mtreinishthe other Notice statement indicated it updated the package00:26
jeblairi need to run now, sorry00:27
mtreinishwell there's one way to tell, is the sql.gz file in /opt?00:27
mtreinishjeblair: sure np, cya00:27
pleia2checking00:27
pleia2the only thing in /opt is system-config/00:28
*** mpopow has quit IRC00:28
*** signed8bit is now known as signed8bit_ZZZzz00:28
*** flashgordon is now known as jogo00:29
mtreinishpleia2: hmm ok, that's weird it runs the mysqldump with '> /opt/subunit2sql.sql.gz' so if it started at all I'd expect something there00:29
rhe00looks like the change to puppet-subunit2sql broke nodepool image creation.  Trying again to see if I caught it at a bad moment.00:30
pleia2mtreinish: my derp, wrong server :) subunit2sql.sql.gz does exist00:31
mtreinishrhe00: hmm really, they should be independent00:31
mtreinishpleia2: ah ok well then it probably finished the backup and killed it in the middle of the upgrade00:31
mtreinishwhich is kinda scary, I hope it didn't commit any changes or screw anything up...00:32
pleia2mtreinish: hm, it's tiny though, and timestamp of when the puppet job ran: -rw-r--r-- 1 root root 130 Mar 13 23:25 /opt/subunit2sql.sql.gz00:32
pleia2mtreinish: yeah, this didn't work, it's just the mysql dump usage instructions in this file00:33
mtreinishoh ok then that's probably timed out then because my local backup from this afternoon is 4.6G00:33
mtreinishpleia2: heh, nice00:33
mtreinishwell that definitely means it killed the upgrade then :(00:33
mtreinishso much for automating db migrations...00:34
pleia2:\00:34
*** spzala has joined #openstack-infra00:34
mtreinishfwiw, luckily it doesn't look like the db is dead or in some other weird state00:36
mtreinishI guess at this point it just makes sense to try and run the migration manually next week?00:36
rhe00mtreinish: http://paste.openstack.org/show/192215/00:36
mtreinishrhe00: oh, because it's using subunit2sql 0.4.0 but the migration failed so the schema doesn't match00:37
mtreinishrhe00: I forgot we run subunit2sql as part of the image builds00:37
mtreinisherr well sql2subunit (which is part of the package)00:37
mtreinishpleia2: ^^^ maybe we should manually start the migration now then?00:37
mtreinishthe other option would be to push a cap on the subunit2sql version in the nodepool scripts until we run the migration00:38
pleia2mtreinish: sure, I'm around as long as you need, but I'll need a walkthrough00:38
pleia2certainly don't want to make it worse00:38
mtreinishpleia2: well the command should be just: subunit2sql-db-manage --config-file /etc/subunit2sql.conf upgrade head00:39
rhe00mtreinish: a version cap would be nice as a workaround for now.00:39
pleia2mtreinish: I can approve a version cap if that's the safest solution00:39
mtreinishasuuming the config file exists on logstash.o.o00:39
pleia2mtreinish: it does00:40
mtreinishand has disable-microsecond-data-migration = True in default00:40
pleia2confirmed00:40
mtreinishthen assuming the db didn't die because of the killed attempt it should be good to go00:40
mtreinishit should only take a few hours to run, who would have guessed an alter table on >65M rows would take that long...00:41
*** armax has quit IRC00:41
pleia2hah00:42
pleia2maybe we should wait until Monday for this00:42
mtreinishrhe00: is this failure on your personal ci?00:42
mtreinishpleia2: sure, I'll push a version cap to unblock nodepool then00:42
mtreinishone sec00:42
rhe00yes00:42
rhe00trying to set one up for cinder driver testing00:43
mtreinishrhe00: hmm then why are you running the subunit2sql nodepool scripts, there shouldn't be much value for your third party ci00:43
mtreinishthey're only used to preseed timing data to the test slaves with data from the infra system's runs00:43
*** dboik has joined #openstack-infra00:44
rhe00it must be installed by default in the setup scripts that rasselin set up for third party CI00:44
rhe00I have not customized them for our CI00:44
*** Sukhdev has joined #openstack-infra00:44
pleia2good to know00:45
rhe00I have not looked into detail where in the scripts that subunit2sql scripts are executed00:46
openstackgerritMatthew Treinish proposed openstack-infra/project-config: Cap the subunit2sql version in the nodepool scripts  https://review.openstack.org/16437900:46
mtreinishpleia2: ^^^ let me just check that quoting the args like that works00:46
*** dboik has quit IRC00:48
*** cody-somerville has quit IRC00:48
openstackgerritMatthew Treinish proposed openstack-infra/project-config: Cap the subunit2sql version in the nodepool scripts  https://review.openstack.org/16437900:48
mtreinishpleia2: ^^^ ok that should work00:48
openstackgerritJesse DeFer proposed openstack-infra/jenkins-job-builder: Add 'Job Log Logger' wrapper  https://review.openstack.org/16433800:49
mtreinishrhe00: ^^^ that patch shows the 2 locations its called00:49
pleia2mtreinish: looking00:50
pleia2mtreinish: ah yes, much better than the first patch00:50
pleia2mtreinish: this'll grab subunit2sql-0.3.0, good?00:50
mtreinishyeah that was the version we were using before and is what the current schema of the db should be00:50
rhe00mtreinish: ok, I'll take a look00:50
pleia2great00:51
mtreinish(err well the schema version is actually a uuid, but that isn't really relevant)00:51
*** Sukhdev has quit IRC00:51
mtreinishI guess I really had luck on fri 13 :)00:52
pleia2going to let this pass checks before +A just in case00:53
mtreinishpleia2: sure00:53
*** markvoelker has joined #openstack-infra00:54
*** achanda has joined #openstack-infra00:56
*** rwsu has quit IRC00:58
waynrhas anyone using JJB noticed long update times during reconfigure/update/delete of jobs?00:58
waynrit's been taking JJB 2 minutes just to update 6 jobs00:59
waynrit's definitely not due to slowness in JJB itself, it seems to be happening while POSTing the XML config to Jenkins01:00
*** ddieterly has joined #openstack-infra01:08
*** sarob has quit IRC01:08
*** tqtran has quit IRC01:11
*** sarob has joined #openstack-infra01:12
*** koolhead17 has joined #openstack-infra01:13
*** koolhead17 has quit IRC01:13
*** koolhead17 has joined #openstack-infra01:13
*** spzala has quit IRC01:13
*** ivar-lazzaro has quit IRC01:16
*** amitgandhinz has joined #openstack-infra01:23
*** amitgandhinz has quit IRC01:28
*** amitgandhinz has joined #openstack-infra01:29
*** ghostpl_ has joined #openstack-infra01:33
pleia2mtreinish: approved01:35
*** otter768 has joined #openstack-infra01:38
*** gokrokve has quit IRC01:39
*** ghostpl_ has quit IRC01:41
*** r-daneel has quit IRC01:41
*** otter768 has quit IRC01:42
openstackgerritMerged openstack-infra/project-config: Cap the subunit2sql version in the nodepool scripts  https://review.openstack.org/16437901:48
*** Ryan_Lane has quit IRC01:51
*** esker has joined #openstack-infra01:54
*** esker has quit IRC01:54
*** hdd_ has quit IRC01:57
*** sarob has quit IRC02:02
*** Longgeek has joined #openstack-infra02:03
*** Qiming_ has joined #openstack-infra02:03
*** sarob has joined #openstack-infra02:05
*** vigneshvar has joined #openstack-infra02:05
*** alexpilotti has quit IRC02:07
*** alexpilotti has joined #openstack-infra02:08
*** alexpilotti has quit IRC02:08
*** vigneshvar_ has joined #openstack-infra02:08
*** alexpilotti has joined #openstack-infra02:09
*** alexpilotti has quit IRC02:10
*** leakypipes has quit IRC02:11
*** vigneshvar has quit IRC02:12
*** alexpilotti_ has joined #openstack-infra02:14
*** Longgeek has quit IRC02:14
*** alexpilotti_ has quit IRC02:15
*** alexpilotti has joined #openstack-infra02:17
*** alexpilotti has quit IRC02:17
*** alexpilotti has joined #openstack-infra02:18
*** mmedvede has quit IRC02:18
*** alexpilotti has quit IRC02:18
*** alexpilotti has joined #openstack-infra02:20
*** alexpilotti has quit IRC02:20
*** yamahata has quit IRC02:22
*** sputnik13 has joined #openstack-infra02:24
*** tkelsey has joined #openstack-infra02:25
*** niska has quit IRC02:26
*** amitgandhinz has quit IRC02:29
*** tkelsey has quit IRC02:29
*** ajmiller has joined #openstack-infra02:34
*** armax has joined #openstack-infra02:36
*** ayoung has quit IRC02:36
*** niska has joined #openstack-infra02:36
*** kaisers has joined #openstack-infra02:37
*** kaisers1 has quit IRC02:39
*** zz_dimtruck is now known as dimtruck02:42
*** dims_ has quit IRC02:42
*** koolhead17 has quit IRC02:44
*** cody-somerville has joined #openstack-infra02:52
*** dimtruck is now known as zz_dimtruck02:52
*** boris-42 has quit IRC02:52
*** ayoung has joined #openstack-infra02:52
*** harlowja is now known as harlowja_away02:53
mtreinishpleia2: cool. Thanks for all the help02:56
*** baoli has quit IRC02:57
*** baoli has joined #openstack-infra02:57
*** sdake has joined #openstack-infra02:58
*** mmedvede has joined #openstack-infra03:00
pleia2mtreinish: no problem03:04
*** harlowja_at_home has joined #openstack-infra03:05
pleia2cinerama: starting at line 135 of https://etherpad.openstack.org/p/zanata-install I begain fleshing out what we'll need in subsequent commits03:06
pleia2now I should properly end-of-week03:06
*** harlowja_at_home has quit IRC03:08
*** Qiming__ has joined #openstack-infra03:10
*** Qiming_ has quit IRC03:13
*** cody-somerville has quit IRC03:15
*** sputnik13 has quit IRC03:15
*** sputnik13 has joined #openstack-infra03:16
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Promote lbaasv2 api job to both the lbaas and neutron check and gate  https://review.openstack.org/16439003:16
openstackgerritDoug Wiegley proposed openstack-infra/project-config: Promote lbaasv2 api job to both the lbaas and neutron check and gate  https://review.openstack.org/16439003:17
*** achanda has quit IRC03:19
*** achanda has joined #openstack-infra03:19
*** sputnik13 has quit IRC03:22
*** achanda has quit IRC03:24
*** sputnik13 has joined #openstack-infra03:25
*** ghostpl_ has joined #openstack-infra03:25
*** otter768 has joined #openstack-infra03:29
*** mmedvede has quit IRC03:29
*** sdake has quit IRC03:29
*** ghostpl_ has quit IRC03:33
*** yamahata has joined #openstack-infra03:36
*** achanda has joined #openstack-infra03:36
*** achanda has quit IRC03:40
*** koolhead17 has joined #openstack-infra03:41
*** mmedvede has joined #openstack-infra03:54
*** salv-orlando has quit IRC04:00
*** sputnik13 has quit IRC04:04
*** mmedvede has quit IRC04:06
*** garyh has quit IRC04:09
*** vigneshvar_ has quit IRC04:12
*** ujuc has joined #openstack-infra04:13
*** vigneshvar has joined #openstack-infra04:13
*** Ryan_Lane has joined #openstack-infra04:15
*** vigneshvar has quit IRC04:15
*** vigneshvar has joined #openstack-infra04:15
*** Ryan_Lane has quit IRC04:17
*** vigneshvar has quit IRC04:17
*** vigneshvar has joined #openstack-infra04:17
*** harlowja_at_home has joined #openstack-infra04:18
*** harlowja_at_home has quit IRC04:18
*** yamahata has quit IRC04:19
*** sputnik13 has joined #openstack-infra04:20
*** SumitNaiksatam has joined #openstack-infra04:21
*** ddieterly has quit IRC04:22
*** otter768 has quit IRC04:23
*** hdd_ has joined #openstack-infra04:24
*** ayoung has quit IRC04:28
*** mmedvede has joined #openstack-infra04:29
*** Sukhdev has joined #openstack-infra04:29
*** stevemar has joined #openstack-infra04:35
openstackgerritMatthew Treinish proposed openstack-infra/system-config: WIP: Add docs for subunit2sql  https://review.openstack.org/16439704:37
*** salv-orlando has joined #openstack-infra05:02
*** mmedvede has quit IRC05:04
*** reed has quit IRC05:06
*** ujuc has quit IRC05:08
*** salv-orlando has quit IRC05:10
*** ghostpl_ has joined #openstack-infra05:13
*** ghostpl_ has quit IRC05:20
*** ddieterly has joined #openstack-infra05:23
*** ddieterly has quit IRC05:27
*** dhritishikhar has joined #openstack-infra05:30
*** mmedvede has joined #openstack-infra05:32
*** xyang1 has quit IRC05:33
*** salv-orlando has joined #openstack-infra05:34
*** salv-orlando has quit IRC05:37
*** signed8bit_ZZZzz is now known as signed8bit05:40
*** signed8bit is now known as signed8bit_ZZZzz05:40
*** harlowja_away has quit IRC05:41
*** vigneshvar has quit IRC05:41
*** signed8bit_ZZZzz is now known as signed8bit05:42
*** signed8bit is now known as signed8bit_ZZZzz05:42
*** baoli has quit IRC05:52
*** salv-orlando has joined #openstack-infra06:04
*** salv-orlando has quit IRC06:08
*** sabeen has joined #openstack-infra06:08
*** mmedvede has quit IRC06:09
*** dhritishikhar has quit IRC06:14
*** garyh has joined #openstack-infra06:20
*** otter768 has joined #openstack-infra06:24
*** ddieterly has joined #openstack-infra06:24
*** tkelsey has joined #openstack-infra06:26
*** uvirtbot has joined #openstack-infra06:26
*** mmedvede has joined #openstack-infra06:28
*** otter768 has quit IRC06:28
*** ddieterly has quit IRC06:28
*** Sukhdev has quit IRC06:29
*** tkelsey has quit IRC06:31
*** sarob has quit IRC06:43
*** sarob has joined #openstack-infra06:44
*** sarob has quit IRC06:45
*** sarob has joined #openstack-infra06:45
*** hdd_ has quit IRC06:48
*** sarob has quit IRC06:49
*** dhritishikhar has joined #openstack-infra06:52
*** mmedvede has quit IRC06:53
*** dhritishikhar has quit IRC06:57
*** stevemar has quit IRC07:02
*** mmedvede has joined #openstack-infra07:03
*** ghostpl_ has joined #openstack-infra07:05
*** Qiming__ is now known as Qiming07:09
*** ghostpl_ has quit IRC07:15
*** mmedvede has quit IRC07:22
*** tim_o has quit IRC07:25
*** ddieterly has joined #openstack-infra07:26
*** dhritishikhar has joined #openstack-infra07:29
*** koolhead17 has quit IRC07:30
*** ddieterly has quit IRC07:30
*** Longgeek has joined #openstack-infra07:30
*** salv-orlando has joined #openstack-infra07:33
*** achanda has joined #openstack-infra07:33
*** mmedvede has joined #openstack-infra07:39
*** salv-orlando has quit IRC07:43
*** tsg has joined #openstack-infra07:44
*** koolhead17 has joined #openstack-infra07:44
*** koolhead17 has quit IRC07:44
*** koolhead17 has joined #openstack-infra07:44
*** sarob has joined #openstack-infra07:46
*** sarob has quit IRC07:51
*** Qiming_ has joined #openstack-infra07:51
*** mmedvede has quit IRC07:52
*** Qiming has quit IRC07:53
*** koolhead17 is now known as koolhead1107:56
*** koolhead11 is now known as koolhead1707:57
*** dhritishikhar has quit IRC07:58
*** amotoki has joined #openstack-infra08:00
*** achanda has quit IRC08:02
openstackgerritMerged openstack-infra/project-config: Modifying devstack plugin job template  https://review.openstack.org/16332308:04
*** bhunter71 has quit IRC08:05
*** sabeen has quit IRC08:05
*** amotoki has quit IRC08:07
*** links has joined #openstack-infra08:09
*** angela-s has quit IRC08:11
*** salv-orlando has joined #openstack-infra08:14
*** achanda has joined #openstack-infra08:17
*** matrohon has joined #openstack-infra08:19
*** Qiming__ has joined #openstack-infra08:21
*** salv-orlando has quit IRC08:21
*** Qiming_ has quit IRC08:24
*** otter768 has joined #openstack-infra08:25
*** ddieterly has joined #openstack-infra08:26
*** otter768 has quit IRC08:29
*** ddieterly has quit IRC08:31
*** salv-orlando has joined #openstack-infra08:37
*** achanda has quit IRC08:38
*** achanda has joined #openstack-infra08:43
*** salv-orlando has quit IRC08:45
*** salv-orlando has joined #openstack-infra08:55
*** achanda has quit IRC08:56
*** dhritishikhar has joined #openstack-infra08:56
*** ghostpl_ has joined #openstack-infra08:57
*** tsg has quit IRC08:58
*** salv-orlando has quit IRC08:59
*** Longgeek has quit IRC09:00
*** Longgeek has joined #openstack-infra09:01
*** luqas has joined #openstack-infra09:02
*** jkt has quit IRC09:03
*** luqas has quit IRC09:03
*** ghostpl_ has quit IRC09:04
*** salv-orlando has joined #openstack-infra09:10
*** jkt has joined #openstack-infra09:10
*** Qiming_ has joined #openstack-infra09:11
*** Qiming__ has quit IRC09:14
*** salv-orlando has quit IRC09:17
*** ddieterly has joined #openstack-infra09:27
*** ddieterly has quit IRC09:32
*** links has quit IRC09:38
*** Somay has joined #openstack-infra09:41
*** ashishb has joined #openstack-infra10:00
*** tnovacik has joined #openstack-infra10:01
*** Somay has quit IRC10:12
*** jgrimm- is now known as zz_jgrimm-10:18
*** otter768 has joined #openstack-infra10:26
*** Somay has joined #openstack-infra10:27
*** ddieterly has joined #openstack-infra10:28
*** pblaho has joined #openstack-infra10:29
*** pblaho has quit IRC10:30
*** otter768 has quit IRC10:30
*** sputnik13 has quit IRC10:32
*** ddieterly has quit IRC10:32
*** salv-orlando has joined #openstack-infra10:32
*** Somay has quit IRC10:42
*** salv-orlando has quit IRC10:42
*** salv-orlando has joined #openstack-infra10:46
*** ghostpl_ has joined #openstack-infra10:48
*** sarob has joined #openstack-infra10:49
openstackgerrityolanda.robla proposed openstack-infra/system-config: Expose jenkins_gitfullname and jenkins_gitemail  https://review.openstack.org/16169510:49
*** salv-orlando has quit IRC10:54
*** sarob has quit IRC10:55
*** ghostpl_ has quit IRC10:55
*** andreykurilin_ has joined #openstack-infra10:58
*** Qiming__ has joined #openstack-infra11:07
*** Qiming_ has quit IRC11:11
*** ujuc has joined #openstack-infra11:13
*** Somay has joined #openstack-infra11:15
*** salv-orlando has joined #openstack-infra11:16
*** salv-orlando has quit IRC11:19
*** salv-orlando has joined #openstack-infra11:25
*** ashishb has quit IRC11:25
*** ashishb has joined #openstack-infra11:26
*** ddieterly has joined #openstack-infra11:28
*** salv-orlando has quit IRC11:29
*** andreykurilin_ has quit IRC11:30
*** andreykurilin_ has joined #openstack-infra11:30
*** ddieterly has quit IRC11:33
*** salv-orlando has joined #openstack-infra11:33
*** salv-orlando has quit IRC11:41
*** Longgeek has quit IRC11:41
*** ashishb has quit IRC11:41
*** Qiming_ has joined #openstack-infra11:46
*** Longgeek has joined #openstack-infra11:46
*** Qiming__ has quit IRC11:49
*** salv-orlando has joined #openstack-infra11:54
*** ddieterly has joined #openstack-infra11:59
*** ujuc has quit IRC12:00
*** bhunter71 has joined #openstack-infra12:00
*** salv-orlando has quit IRC12:02
*** vigneshvar has joined #openstack-infra12:03
*** tnovacik has quit IRC12:07
*** vigneshvar has quit IRC12:09
*** amotoki has joined #openstack-infra12:12
*** dhritishikhar has quit IRC12:16
*** HeOS has quit IRC12:17
*** ghostpl_ has joined #openstack-infra12:21
*** otter768 has joined #openstack-infra12:27
*** tkelsey has joined #openstack-infra12:28
*** ghostpl_ has quit IRC12:29
*** Somay has quit IRC12:31
*** otter768 has quit IRC12:31
*** tkelsey has quit IRC12:33
*** nelsnelson has joined #openstack-infra12:34
openstackgerritAntoine Musso proposed openstack-infra/git-review: pbr should install the manpage  https://review.openstack.org/13220312:38
openstackgerritAntoine Musso proposed openstack-infra/git-review: pbr should install the manpage  https://review.openstack.org/13220312:38
openstackgerritAntoine Musso proposed openstack-infra/git-review: pbr should install the manpage  https://review.openstack.org/13220312:40
*** nelsnelson has quit IRC12:40
*** Longgeek has quit IRC12:41
*** dimsum__ has joined #openstack-infra12:43
*** chlong has quit IRC12:46
*** Longgeek has joined #openstack-infra12:48
*** boris-42 has joined #openstack-infra12:50
*** dimsum__ has quit IRC12:52
*** chlong has joined #openstack-infra12:58
*** mrmartin has joined #openstack-infra13:01
*** baoli has joined #openstack-infra13:04
*** baoli has quit IRC13:04
fungimordred: if you're around and haven't seen https://github.com/pypa/pip/pull/2535 ...13:06
mordredfungi: thanks!13:10
mordredfungi: certainly looks like something important13:10
*** nelsnelson has joined #openstack-infra13:10
*** mrmartin has quit IRC13:16
*** Longgeek has quit IRC13:21
*** baoli has joined #openstack-infra13:23
*** baoli has quit IRC13:24
*** jklare has quit IRC13:28
*** Longgeek has joined #openstack-infra13:32
*** nelsnelson has quit IRC13:34
*** jklare has joined #openstack-infra13:35
*** spzala has joined #openstack-infra13:43
*** baoli has joined #openstack-infra13:49
*** BharatK has quit IRC13:49
*** BharatK has joined #openstack-infra13:51
*** dimsum__ has joined #openstack-infra13:53
*** Qiming__ has joined #openstack-infra13:54
*** pcaruana has joined #openstack-infra13:55
*** mrmartin has joined #openstack-infra13:55
*** Qiming_ has quit IRC13:57
*** dimsum__ has quit IRC13:58
*** ujuc has joined #openstack-infra14:02
*** koolhead_ has joined #openstack-infra14:06
openstackgerritMORITA Kazutaka proposed openstack-infra/project-config: Add non-voting Sheepdog test job to cinder check pipeline  https://review.openstack.org/15386814:07
*** koolhead17 has quit IRC14:08
*** koolhead_ has quit IRC14:10
*** ghostpl_ has joined #openstack-infra14:13
*** koolhead17 has joined #openstack-infra14:14
*** ghostpl_ has quit IRC14:21
*** ChuckC has quit IRC14:23
*** otter768 has joined #openstack-infra14:27
*** bhunter71 has quit IRC14:31
*** otter768 has quit IRC14:32
*** vryzhenkin has quit IRC14:46
*** andreykurilin_ has quit IRC14:48
*** subscope has joined #openstack-infra14:52
*** freerunner has joined #openstack-infra15:00
openstackgerritMerged openstack-infra/git-review: pbr should install the manpage  https://review.openstack.org/13220315:05
*** ajmiller has quit IRC15:15
zxiiroIn JJB what's the rule of thumb for naming variables? is it preferable to name it what the XML says or what the configuration page in Jenkins said?15:15
jeblairzxiiro: the configuration page -- to make it easier for users15:17
*** ajmiller has joined #openstack-infra15:17
zxiirojeblair: thanks, I'm adding support for a new plugin but the XML and Configuration differs quite vastely so I wasn't sure15:17
*** dhritishikhar has joined #openstack-infra15:17
zxiirofor example "<billOfMaterialsToken>" while in the configuration screen it called it "Application Name"15:18
*** freerunner has quit IRC15:21
jeblairha! yeah, that's a bit different.  :)  i think i would know what to put in application name.  i am not sure i would know how to provide a bill of materials token.15:22
*** freerunner has joined #openstack-infra15:26
SpamapSjeblair: what? You don't know how to set us up the BOM?15:30
*** koolhead17 has quit IRC15:30
jeblairSpamapS: Main screen turn on?15:31
*** ghostpl_ has joined #openstack-infra15:31
*** ihrachyshka has joined #openstack-infra15:32
fungibwahahaha at SpamapS15:35
*** bknudson has joined #openstack-infra15:35
fungi(for great justice)15:35
SpamapSall your Jenkins are belong to jjb15:38
*** ghostpl_ has quit IRC15:38
*** BharatK has quit IRC15:40
*** carl_baldwin has joined #openstack-infra15:44
*** baoli has quit IRC15:49
*** tnovacik has joined #openstack-infra15:49
*** ekarlso has quit IRC15:50
*** ekarlso has joined #openstack-infra15:50
*** baoli has joined #openstack-infra15:50
*** signed8bit_ZZZzz is now known as signed8bit15:53
*** dhritishikhar has quit IRC15:53
*** anthonyper has quit IRC15:53
*** signed8bit is now known as signed8bit_ZZZzz15:53
*** anthonyper has joined #openstack-infra15:54
*** _nadya_ has joined #openstack-infra15:57
*** e0ne has joined #openstack-infra15:57
*** e0ne is now known as e0ne_15:58
*** armax has quit IRC15:58
*** e0ne_ is now known as e0ne15:59
rhe00seems like the subunit2sql changes is still breaking the third party nodepool scripts: http://paste.openstack.org/show/192310/16:01
*** koolhead17 has joined #openstack-infra16:02
*** mpaolino has joined #openstack-infra16:04
*** Qiming__ has quit IRC16:05
*** bswartz has quit IRC16:06
*** Longgeek has quit IRC16:06
*** reed has joined #openstack-infra16:15
*** ddieterly has quit IRC16:16
*** mrmartin has quit IRC16:18
*** mpaolino has quit IRC16:21
*** mpaolino has joined #openstack-infra16:21
*** bhunter71 has joined #openstack-infra16:22
*** yfried|afk has joined #openstack-infra16:25
zxiirojeblair: another interesting one. What if XML has options that are not available to the Jenkins Configuration screen?16:25
zxiiroshould i support it?16:25
SpamapShrm, I have an interesting conundrum that I've run into before16:26
SpamapSI want to test using gear.Server, and ideally I'd do so with a fixture16:26
SpamapSa fixture that would be useful to anyone wanting to test with gear.Server...16:27
SpamapSso do we ship that in gear's pip package? If so, do we add testtools and fixtures to gear's runtime reqs?16:27
*** paul-- has quit IRC16:27
*** otter768 has joined #openstack-infra16:29
*** _nadya_ has quit IRC16:32
*** boris-42 has quit IRC16:32
*** otter768 has quit IRC16:33
*** paul-- has joined #openstack-infra16:33
openstackgerritJesse DeFer proposed openstack-infra/jenkins-job-builder: Add 'Job Log Logger' wrapper  https://review.openstack.org/16433816:33
*** ddieterly has joined #openstack-infra16:37
*** pcaruana has quit IRC16:38
*** andreykurilin_ has joined #openstack-infra16:39
*** yfried|afk has quit IRC16:42
SpamapSoh wow I just learned that if you bind to port == 0 you get a random listen and can find it out through getsockname()16:43
* SpamapS withdraws need for fixture16:43
jeblairSpamapS: that's how the zuul tests use the gear server (so it works in parallel)16:44
jeblairzxiiro: you may not want to support extra options since they won't be documented, and may change in later versions16:45
*** bhunter71 has quit IRC16:46
*** _nadya_ has joined #openstack-infra16:48
*** sarob has joined #openstack-infra16:56
*** andreykurilin_ has quit IRC16:57
SpamapSjeblair: yeah I was wondering how they use it and starting to write a randomizer and then like "hey whats this 0 port thing?"17:00
SpamapSjeblair: TIL :)17:00
zxiirojeblair: ok17:01
*** sarob has quit IRC17:01
*** zz_dimtruck is now known as dimtruck17:03
*** hdd has joined #openstack-infra17:04
*** mpaolino has quit IRC17:09
*** reed has quit IRC17:09
*** dimsum__ has joined #openstack-infra17:10
*** asselin_ has joined #openstack-infra17:11
*** dimsum__ has quit IRC17:14
fungiSpamapS: it's in general a great idea for parallelized tests where you may have some arbitrary number of processes which want a listening socket (such as functional tests for a daemon)17:18
*** trey has quit IRC17:19
*** _nadya_ has joined #openstack-infra17:20
*** trey has joined #openstack-infra17:20
*** koolhead17 has quit IRC17:22
*** ghostpl_ has joined #openstack-infra17:23
*** yfried|afk has joined #openstack-infra17:24
*** _nadya_ has quit IRC17:28
mordredSpamapS: that said - I think if you _did_ want to write a fixture that was reusable such as you were talking about17:30
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add support for Sonatype CLM plugin  https://review.openstack.org/16444617:30
mordredputting it in gear would be a fine thing to do - but I don't think you need to put it in to gear's requirements.txt17:30
zxiiroyay another plugin supported :)17:30
mordredif someone wants to consume a fixture, chances are they'll have installed fixtures themselves17:30
*** ghostpl_ has quit IRC17:31
*** jamesmcarthur has joined #openstack-infra17:31
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Add fallback bindep manifest  https://review.openstack.org/16444717:32
*** yfried|afk has quit IRC17:38
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add support for Sonatype CLM plugin  https://review.openstack.org/16444617:40
openstackgerritThanh Ha proposed openstack-infra/jenkins-job-builder: Add support for Sonatype CLM plugin  https://review.openstack.org/16444617:43
*** dimtruck is now known as zz_dimtruck17:46
*** carl_baldwin has quit IRC17:49
openstackgerritgreghaynes proposed openstack-infra/nodepool: Check image-list output in cmd tests  https://review.openstack.org/16435617:49
openstackgerritPeter Hamilton proposed openstack/requirements: Update PyKMIP version in requirements  https://review.openstack.org/16444917:49
*** Hal has joined #openstack-infra17:51
*** Hal is now known as Guest8921617:52
*** sarob has joined #openstack-infra17:57
*** Guest89216 has quit IRC17:58
*** sarob has quit IRC18:02
*** skraynev has quit IRC18:02
*** jamesmcarthur has quit IRC18:03
*** carl_baldwin has joined #openstack-infra18:03
*** skraynev has joined #openstack-infra18:04
*** sdake has joined #openstack-infra18:05
*** signed8bit_ZZZzz is now known as signed8bit18:06
*** hdd has quit IRC18:06
*** signed8bit is now known as signed8bit_ZZZzz18:07
*** sdake has quit IRC18:09
*** carl_baldwin has quit IRC18:11
*** sarob has joined #openstack-infra18:12
*** mrmartin has joined #openstack-infra18:13
openstackgerritEmilien Macchi proposed openstack-infra/project-config: zuul: add check-grenade-dsvm-neutron to tempest checks  https://review.openstack.org/16445118:14
EmilienMmtreinish: ^18:14
*** ashishb has joined #openstack-infra18:14
*** jamesmcarthur has joined #openstack-infra18:17
*** pcrews has quit IRC18:21
*** achanda has joined #openstack-infra18:21
*** ashishb1 has joined #openstack-infra18:23
*** ashishb has quit IRC18:23
*** pcrews has joined #openstack-infra18:24
*** ghostpl_ has joined #openstack-infra18:26
*** sarob has quit IRC18:29
*** otter768 has joined #openstack-infra18:29
*** tkelsey has joined #openstack-infra18:31
*** otter768 has quit IRC18:34
*** ghostpl_ has quit IRC18:34
*** sarob has joined #openstack-infra18:35
*** tkelsey has quit IRC18:35
*** jamesmcarthur has quit IRC18:35
*** Somay has joined #openstack-infra18:37
*** jamesmcarthur has joined #openstack-infra18:38
SomayHi all! Any commiters, please review my patch here - https://review.openstack.org/#/c/163137/18:41
*** sarob has quit IRC18:44
*** sarob has joined #openstack-infra18:45
*** matrohon has quit IRC18:50
*** sarob has quit IRC18:53
*** funzo has quit IRC18:56
*** Somay has quit IRC18:57
*** funzo has joined #openstack-infra18:58
*** mjturek1 has joined #openstack-infra19:00
*** sarob has joined #openstack-infra19:03
*** Somay has joined #openstack-infra19:06
*** sarob has quit IRC19:08
*** e0ne has quit IRC19:11
*** chlong has quit IRC19:11
*** tsg has joined #openstack-infra19:17
*** tsg_ has joined #openstack-infra19:17
*** tsg_ has quit IRC19:17
*** Somay has quit IRC19:19
*** _nadya_ has joined #openstack-infra19:22
*** achanda has quit IRC19:22
*** bswartz has joined #openstack-infra19:29
*** btran has quit IRC19:30
*** ghostpl_ has joined #openstack-infra19:30
*** kirshil has quit IRC19:30
*** koolhead17 has joined #openstack-infra19:30
*** ghostpl_ has quit IRC19:36
*** HeOS has joined #openstack-infra19:40
*** e0ne has joined #openstack-infra19:41
*** tiswanso has joined #openstack-infra19:45
*** _nadya_ has quit IRC19:51
*** tiswanso_ has joined #openstack-infra19:51
*** tiswanso has quit IRC19:54
*** _nadya_ has joined #openstack-infra19:59
*** adalbas has quit IRC20:04
*** jamesmcarthur has quit IRC20:07
*** andreykurilin_ has joined #openstack-infra20:07
*** funzo has quit IRC20:08
*** funzo has joined #openstack-infra20:09
*** achanda has joined #openstack-infra20:11
*** dimsum__ has joined #openstack-infra20:12
*** funzo has quit IRC20:13
*** andreykurilin_ has quit IRC20:13
*** andreykurilin_ has joined #openstack-infra20:14
openstackgerritSpencer Krum proposed openstack-infra/system-config: Load in nanliu/git module  https://review.openstack.org/16435520:14
*** dimsum__ has quit IRC20:17
openstackgerritSpencer Krum proposed openstack-infra/puppet-jenkins: Use @varname to supress warnings  https://review.openstack.org/16365020:17
*** weshay has quit IRC20:18
*** yfried|afk has joined #openstack-infra20:19
*** ddieterly has quit IRC20:24
openstackgerritSpencer Krum proposed openstack-infra/system-config: Refactor o_p::base into o_p::template  https://review.openstack.org/16283020:24
greghaynesclarkb: cant tell what happened with this coverage job http://logs.openstack.org/56/164356/2/check/nodepool-coverage/4e5ec18/20:26
*** SumitNaiksatam has quit IRC20:26
clarkbswift logs probably broke it20:27
greghaynesbut what will I do without the fancy coverage report web ui?20:28
clarkbwell we should fix it20:29
*** otter768 has joined #openstack-infra20:30
*** e0ne has quit IRC20:31
*** achanda has quit IRC20:32
*** ashishb1 has quit IRC20:32
*** andreykurilin_ has quit IRC20:33
*** otter768 has quit IRC20:35
*** ildikov has quit IRC20:45
*** ddieterly has joined #openstack-infra20:46
*** ddieterl_ has joined #openstack-infra20:46
*** ddieterly has quit IRC20:46
*** jamesmcarthur has joined #openstack-infra20:54
*** otter768 has joined #openstack-infra20:54
*** tnovacik has quit IRC20:55
*** carl_baldwin has joined #openstack-infra20:55
*** mwagner_lap has quit IRC21:01
*** carl_baldwin has quit IRC21:02
*** SumitNaiksatam has joined #openstack-infra21:02
*** achanda has joined #openstack-infra21:07
*** tiswanso_ has quit IRC21:10
*** funzo has joined #openstack-infra21:10
*** jamesmcarthur has quit IRC21:10
*** SumitNaiksatam_ has joined #openstack-infra21:13
*** mrmartin has quit IRC21:14
*** funzo has quit IRC21:15
*** SumitNaiksatam has quit IRC21:17
*** SumitNaiksatam_ is now known as SumitNaiksatam21:17
*** SumitNaiksatam has quit IRC21:20
*** ghostpl_ has joined #openstack-infra21:21
*** SumitNaiksatam has joined #openstack-infra21:21
*** _nadya_ has quit IRC21:23
*** SumitNaiksatam has quit IRC21:23
*** SumitNaiksatam has joined #openstack-infra21:25
*** ghostpl_ has quit IRC21:28
*** jamesmcarthur has joined #openstack-infra21:32
*** achanda has quit IRC21:33
*** achanda has joined #openstack-infra21:34
*** achanda has quit IRC21:34
*** dimsum__ has joined #openstack-infra21:37
*** nelsnelson has joined #openstack-infra21:37
*** masayukig has quit IRC21:37
*** masayukig has joined #openstack-infra21:43
*** otter768 has quit IRC21:44
*** dimsum__ has quit IRC21:47
*** jamesmcarthur has quit IRC21:50
*** r-daneel has joined #openstack-infra22:00
*** tnovacik has joined #openstack-infra22:00
*** achanda has joined #openstack-infra22:03
*** r-daneel has quit IRC22:05
*** achanda has quit IRC22:08
*** baoli has quit IRC22:08
*** baoli has joined #openstack-infra22:09
*** stevemar has joined #openstack-infra22:09
*** koolhead17 has quit IRC22:11
*** jamesmcarthur has joined #openstack-infra22:16
*** jamesmcarthur has quit IRC22:17
SpamapSmordred: excellent point about the fact that one can leave it out of the runtime reqs but still import fixtures.22:20
*** hdd has joined #openstack-infra22:21
*** saper has quit IRC22:22
*** saper has joined #openstack-infra22:22
*** tnovacik has quit IRC22:30
*** tkelsey has joined #openstack-infra22:32
lifelessmordred: SpamapS: btw fixtures is intended as a production (e.g. not just Test) library, and its dep chain reflects that IIRC - so it should be non-contentious to put it in a requirements.22:35
lifelessmordred: SpamapS: further, as fixtures are context managers, there's no reason someone using a fixture would have fixtures installed for another reason.22:35
*** tkelsey has quit IRC22:36
SpamapSlifeless: I know I wouldn't mind having testtools on production, but some might question that.22:36
SpamapSIMO code that tests itself in production is a win. :)22:36
SpamapSbut there's hard liners who think unit tests are over there, and everything else is over here.22:37
* fungi tests himself in production22:37
lifelessSpamapS: fixtures shouldn't depened on testtools22:39
*** achanda has joined #openstack-infra22:39
SpamapSclint@clint-HP:~/src/openstack-infra/gear/.tox/py27/lib/python2.7/site-packages/fixtures-1.0.0-py2.7.egg-info$ cat requires.txt22:39
SpamapStesttools>=0.9.2222:39
lifelessyes, it does22:41
lifelessthats old, needs to depend on extras instead22:41
*** ZZelle has joined #openstack-infra22:42
*** ZZelle has quit IRC22:42
lifelessit uses 'advance_iterator', reraise and try_improts22:42
SpamapSah well there you go.. bugs found :)22:42
lifelessI think they are all variously available in extras + six now.22:42
lifelessSpamapS: please file a bug on fixtures (pad.lv/python-fixtures)22:43
*** e0ne has joined #openstack-infra22:45
*** achanda has quit IRC22:47
*** dimsum__ has joined #openstack-infra22:48
SpamapSlifeless: https://bugs.launchpad.net/python-fixtures/+bug/143225522:49
openstackLaunchpad bug 1432255 in Python Fixtures "requires testtools -- should only need extras" [Undecided,New]22:49
uvirtbotLaunchpad bug 1432255 in python-fixtures "requires testtools -- should only need extras" [Undecided,New]22:49
uvirtbotLaunchpad bug 1432255 in python-fixtures "requires testtools -- should only need extras" [Undecided,New] https://launchpad.net/bugs/143225522:49
SpamapSruhroh22:49
SpamapSwe need to kick one of those out. ;)22:49
*** julim has joined #openstack-infra22:51
*** dimsum__ has quit IRC22:52
*** hdd has quit IRC22:56
*** andreykurilin_ has joined #openstack-infra22:57
*** achanda has joined #openstack-infra23:01
greghayneswow, that was almost hilarious23:04
*** dmellado has quit IRC23:04
greghaynesjust dont paste a bug with a bug url in the main description23:04
*** dmellado has joined #openstack-infra23:05
SpamapSbot fight!23:10
SpamapShttp://www.inewidea.com/wp-content/uploads/2007/12/image0131.jpg23:11
*** ghostpl_ has joined #openstack-infra23:12
fungii'm hesitant to akick uvirtbot, but next time someone sees soren around let's give him the list of channels the openstack meetbot is inhabiting so he can scrub them from his config23:14
*** ihrachyshka has quit IRC23:15
*** Somay has joined #openstack-infra23:15
*** dimsum__ has joined #openstack-infra23:16
*** ghostpl_ has quit IRC23:16
*** Somay has quit IRC23:17
EmilienMfungi: if you can have an eye on https://review.openstack.org/#/c/164451/ , it mays be important to have thing job in tempest too23:18
*** sputnik13 has joined #openstack-infra23:18
*** chlong has joined #openstack-infra23:20
*** matrohon has joined #openstack-infra23:23
*** Somay has joined #openstack-infra23:23
*** armax has joined #openstack-infra23:25
*** Somay has quit IRC23:27
*** nelsnelson has quit IRC23:30
*** yamahata has joined #openstack-infra23:32
*** penguinRaider has joined #openstack-infra23:33
*** bhunter71 has joined #openstack-infra23:35
*** nelsnelson has joined #openstack-infra23:36
*** funzo has joined #openstack-infra23:41
*** otter768 has joined #openstack-infra23:45
*** funzo has quit IRC23:45
*** bhunter71 has quit IRC23:45
*** achanda has quit IRC23:47
*** otter768 has quit IRC23:49
*** andreykurilin_ has quit IRC23:58
*** amotoki has quit IRC23:58
*** EmilienM is now known as EmilienM|afk23:59

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