tmcpeak | Keystone has expressed interest in volunteering | 00:00 |
---|---|---|
clarkb | tmcpeak: yes and I haev suggsested a straight forward way of doing that | 00:00 |
tmcpeak | ok cool | 00:00 |
tmcpeak | pin version? | 00:00 |
clarkb | allow a specific version in global requirements, add job to keystone using that version | 00:00 |
tmcpeak | clarkb: ok cool, it shall be done :) | 00:00 |
tmcpeak | just wanted to run this other approach by the gracious folks in #openstack-infra really quick | 00:01 |
*** ivar-laz_ has joined #openstack-infra | 00:01 | |
openstackgerrit | Merged openstack-infra/subunit2sql: Stop using numpy for just a mean https://review.openstack.org/149857 | 00:02 |
*** vigneshvar has quit IRC | 00:02 | |
jeblair | clarkb, fungi, mordred, SergeyLukjanov, reed (who is not here): i'm going to change the mm site password to what is actually recorded | 00:02 |
fungi | lessee what fun things i missed while dining | 00:02 |
mordred | jeblair: I support that | 00:02 |
*** Sukhdev has joined #openstack-infra | 00:02 | |
clarkb | jeblair: that works for me. I do not know how that could have changed. I am mostly sure it wasn't me as I don't touch mm adminy bits much | 00:03 |
mordred | tmcpeak: awesome - I'm excited about getting your stuff up and going | 00:03 |
jeblair | done | 00:04 |
tmcpeak | mordred: thank you | 00:04 |
tmcpeak | us too :) | 00:04 |
*** dizquierdo has quit IRC | 00:04 | |
fungi | jeblair: i'm not sure about "month" in 150604 (we just number minor releases sequentially for the given year major number) | 00:05 |
*** ivar-lazzaro has quit IRC | 00:05 | |
jeblair | fungi: derp | 00:05 |
fungi | sdague: i'm +1 on 150618 but not stable core | 00:10 |
jeblair | fungi: i think he added infra-core to stable-core | 00:11 |
jeblair | fungi: if you are using gertty you may need to reload to get the additional perms | 00:11 |
*** MarkAtwood has quit IRC | 00:11 | |
sdague | yeh, I removed it again though after this was approved | 00:11 |
sdague | because that was the wrong call | 00:12 |
fungi | jeblair: it's not actually overridden in all-projects any longer, since the new world order | 00:12 |
sdague | https://review.openstack.org/#/c/150626/ | 00:12 |
sdague | but apparently I can't do that | 00:12 |
jeblair | sdague, fungi: is that an alphabetization issue? | 00:13 |
fungi | adam_g: yes, i had to rerun the release jobs for oslo.messaging 1.6.0 so it went onto the mirrors just as i left to get food | 00:13 |
jeblair | hrm, just says "not normalized" which is "not helpful" :) | 00:13 |
fungi | jeblair: we should be able to reset the mailman global admin password with no ill effects i think | 00:14 |
fungi | if still needed | 00:14 |
jeblair | fungi: i have done so | 00:14 |
*** vigneshvar has joined #openstack-infra | 00:15 | |
*** amotoki has quit IRC | 00:16 | |
openstackgerrit | James E. Blair proposed openstack-infra/shade: Use the "iterate timeout" idiom from nodepool https://review.openstack.org/149087 | 00:17 |
*** Ryan_Lane has quit IRC | 00:18 | |
fungi | jeblair: sdague probably alpha order, but that job should get improved to output the diff | 00:18 |
fungi | jeblair: sdague: oh, nevermind, it does: http://logs.openstack.org/26/150626/1/check/project-config-gerrit/7f1d512/console.html#_2015-01-27_23_53_35_331 | 00:19 |
openstackgerrit | David Pursehouse proposed openstack-infra/jenkins-job-builder: Add support for JDK axis https://review.openstack.org/150633 | 00:21 |
openstackgerrit | Merged stackforge/gertty: Thread changes https://review.openstack.org/145943 | 00:22 |
openstackgerrit | Merged stackforge/gertty: Colorize votes on change list https://review.openstack.org/133562 | 00:23 |
* fungi just loves being _that_ person who suggests things should be improved to do what they already do | 00:23 | |
openstackgerrit | Merged stackforge/gertty: Use category min/max in change list colors https://review.openstack.org/148786 | 00:23 |
openstackgerrit | Merged stackforge/gertty: Always display full date https://review.openstack.org/144876 | 00:23 |
*** crc32 has joined #openstack-infra | 00:24 | |
*** sabeen3 has quit IRC | 00:25 | |
*** yamahata has quit IRC | 00:25 | |
jogo | so setuptools is breaking pbr | 00:25 |
jogo | https://bugs.launchpad.net/nova/+bug/1415106 | 00:25 |
jogo | who is the setuptools person again? | 00:25 |
clarkb | jogo: dstufft | 00:26 |
jogo | dstufft: ping setuptools is breaking me | 00:26 |
*** salv-orlando has joined #openstack-infra | 00:27 | |
clarkb | jogo: canyou expand on how setuptools is related because non of that looks like install time errors | 00:27 |
clarkb | jogo: did the entrypoints go back to using setuptools default? | 00:28 |
jogo | clarkb: we use pbr to change the entrypoint script | 00:28 |
jogo | clarkb: yes | 00:28 |
*** signed8bit has quit IRC | 00:28 | |
jogo | clarkb: exactly and from pkg_resources import load_entry_point | 00:29 |
jogo | is slowwwwww | 00:29 |
dstufft | um | 00:29 |
jogo | dstufft: we were using https://review.openstack.org/#/c/38000/ to change the entry point script | 00:29 |
jogo | that nova-rootwrap (and all of openstack) uses, to remove the line 'from pkg_resources import load_entry_point | 00:30 |
jogo | ' | 00:30 |
fungi | weird... http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-ko seems to be getting served with hangul but http://lists.openstack.org/cgi-bin/mailman/listinfo is full of mojibake | 00:30 |
jogo | which we don't need and slows rootwrap down significantly | 00:30 |
clarkb | jogo: have you narrowed it down to a specific setuptools change? | 00:30 |
jogo | but since 1/19 or so we aren't using the PBR generated script anymore | 00:30 |
jogo | clarkb: 2 | 00:30 |
jogo | 12.03 or 12.04 | 00:30 |
jogo | based on the timestamp | 00:31 |
clarkb | those are releases... | 00:31 |
jogo | that is all I have so far | 00:31 |
*** wenlock has quit IRC | 00:31 | |
*** thedodd has quit IRC | 00:32 | |
clarkb | ok I am restarting 05 now | 00:33 |
jogo | dstufft clarkb: don't know enough about setuptools to be able to easily narrow it beyond that | 00:33 |
*** david-lyle is now known as david-lyle_afk | 00:33 | |
*** carl_baldwin has quit IRC | 00:34 | |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: add infra-core to stable requirements https://review.openstack.org/150626 | 00:35 |
dstufft | I would install different revisions of setuptools and try to replicate with each one until you've narrowed down what changed that introduced it | 00:35 |
*** krtaylor has joined #openstack-infra | 00:35 | |
dstufft | I don't know offhand what would do that | 00:36 |
*** ChuckC__ has quit IRC | 00:36 | |
*** achanda has quit IRC | 00:37 | |
jogo | dstufft: will do | 00:38 |
*** achanda has joined #openstack-infra | 00:39 | |
*** gokrokve has quit IRC | 00:41 | |
jogo | it breaks only for setup develop | 00:41 |
clarkb | jogo: 12.0.3 is small likely in 12.0.4 if you have ruled out earlier releases | 00:42 |
cburgess | Yeah python setup.py install seems to be fine. | 00:42 |
jogo | clarkb: its before 12.0 | 00:42 |
*** yamahata has joined #openstack-infra | 00:43 | |
*** Kerralissa has joined #openstack-infra | 00:43 | |
cburgess | 10.1 is fine. So after 10.1 | 00:43 |
jogo | 11.3.1 works | 00:43 |
cburgess | Testing 11 tree now. | 00:43 |
cburgess | Ahh ok. | 00:43 |
jogo | cburgess: ^ | 00:43 |
cburgess | Nevermind you are ahead of me... | 00:43 |
*** timrc_ is now known as timrc | 00:43 | |
cburgess | OK so it was 12.0 then | 00:44 |
cburgess | 12.0 does not work, 11.3.1 does work. | 00:44 |
timrc | jeblair, For zuul tests is there an easy way to programmatically add changes to the 'gate' pipeline? I'm struggling to figure this out :P | 00:44 |
jeblair | timrc: yeah, submit an approval event instead of a patchset created event | 00:45 |
jeblair | timrc: self.fake_gerrit.addEvent(A.addApproval('APRV', 1)) | 00:45 |
jeblair | timrc: like that ^ | 00:45 |
jogo | dstufft: so something between 12.3.1 and 12.0.0 | 00:47 |
clarkb | jogo: apparently 12.0.0 doesn't work either? so between 11.3.1 and 12.0.0 | 00:47 |
jogo | clarkb: correct | 00:48 |
*** Kerralissa has quit IRC | 00:49 | |
*** vigneshvar has quit IRC | 00:52 | |
timrc | jeblair, Ahah. I was using addApproval. | 00:53 |
timrc | er just using* | 00:53 |
dstufft | I bet it' broke with 12.0 then | 00:54 |
dstufft | that changed some script things | 00:54 |
cburgess | It did. | 00:54 |
cburgess | 11.3.1 is the last released version pre-12.0. | 00:54 |
dstufft | oh is 11.3.1 the last of the 11 releases? | 00:54 |
cburgess | Yes | 00:54 |
dstufft | I can't hardly remember anymore | 00:54 |
*** dannywilson has quit IRC | 00:56 | |
lifeless | hmm | 00:56 |
dstufft | oh | 00:56 |
*** tmcpeak has quit IRC | 00:56 | |
lifeless | I don't seem to be getting edit notifications from the wiki | 00:56 |
dstufft | pbr overrides install_script | 00:56 |
lifeless | AFAICT I've turned that on appropriately | 00:56 |
*** dmsimard_away is now known as dmsimard | 00:56 | |
*** Ryan_Lane has joined #openstack-infra | 00:56 | |
jogo | dstufft: its https://bitbucket.org/pypa/setuptools/commits/b7ff4497056b8b940b6b5c0b313988f54c4e9cd3?at=12.0.5 | 00:57 |
dstufft | that breaks it? | 00:57 |
dstufft | that doesn't make sense | 00:57 |
jogo | dstufft: well that was a merge so | 00:58 |
harlowja | alright, hopefully https://gist.github.com/harlowja/e22e8c0771b336ca392f is useful for someone ;) | 00:58 |
harlowja | it should recurisvely find valid requirement sets | 00:58 |
clarkb | I am updating glibc on centos nodes now | 00:58 |
fungi | lifeless: i believe the way it works is that if you're subscribed to a page you get e-mailed on the next edit. each time you follow the link to view the diff while logged in it resets so that you get e-mailed on the next edit, but if you never follow the link (nor "re-subscribe" for example by editing the page again with the watch-pages-i-edit bit set) then you never get another notification on that | 00:58 |
harlowja | *by searching them all (deeply, lol) | 00:59 |
fungi | particular page | 00:59 |
lifeless | fungi: its a new page a few days old | 00:59 |
lifeless | fungi: ah, found a notification | 00:59 |
lifeless | trying | 00:59 |
clarkb | I don't like that the rpm package doesnt' seem to have a different version/release identifier | 00:59 |
fungi | lifeless: fwiw, the mail spool on that server is empty, so it's not got deferrals or anything | 01:00 |
clarkb | you have the same exact thing onl differeny with fewer bugs now | 01:00 |
fungi | clarkb: need help with that? | 01:00 |
openstackgerrit | Jay Pipes proposed openstack-infra/subunit2sql: Consolidate metadata schema into single table https://review.openstack.org/150643 | 01:00 |
clarkb | fungi: maybe when I get around to rebooting | 01:00 |
clarkb | fungi: actually can you take git-fe01 or git-fe02 out of the dns round robin now? that will help | 01:01 |
clarkb | fungi: let me know which was removed and I will reboot it first | 01:01 |
*** terryw has quit IRC | 01:01 | |
clarkb | then we will leave it out, cycle through the backends bring fe02 back then do fe01 | 01:01 |
*** maxbit has joined #openstack-infra | 01:01 | |
fungi | clarkb: doing now | 01:01 |
fungi | just a sec | 01:02 |
*** otherwiseguy has joined #openstack-infra | 01:02 | |
clarkb | hrm both fe01 and fe02 claim no glibc package update vailable | 01:04 |
clarkb | they were built later than the backends so maybe they have a different mirror? speaking to yum is like speaking in a foreigh language that was built specifically to confuse speakers or another very popular language | 01:04 |
fungi | clarkb: removed git a and aaaa records corresponding to fe01's addresses just now. ttl was 5 minutes | 01:05 |
fungi | it's times like this when i wish rackspace's dns manglement webui sorted records by _anything_ other than the order in which they were added | 01:05 |
clarkb | ok I see 6.4 becomes 6.5 so fe01 and fe02 are definitely not patched | 01:05 |
clarkb | now to see how I can patch them | 01:05 |
fungi | download and rpm -Uvh? | 01:06 |
fungi | hopefully glibc doesn't have a lot of dependencies ;) | 01:06 |
clarkb | actually looks like git0X use centos updates mirror but fe0X use rackspace mirror | 01:07 |
clarkb | so I am just going to manually change that one value for updates and rerun yum | 01:07 |
*** otter768 has joined #openstack-infra | 01:08 | |
fungi | heh. rememberies of my ubuntu issue earlier | 01:08 |
JayF | clarkb: are you saying rackspace mirror has not synced the glibc fix? For what distro/version? | 01:08 |
JayF | clarkb: I can email the appropriate folks | 01:08 |
clarkb | JayF: centos6 | 01:08 |
*** vigneshvar has joined #openstack-infra | 01:08 | |
fungi | someday providers will learn they should _not_ set systems to pull security updates from async-mirrored package repos | 01:08 |
jogo | dstufft: https://bitbucket.org/pypa/setuptools/commits/7646fed735c1c3849ab401ef7c5d00597e68c0a9?at=12.0.5 is real thing | 01:09 |
JayF | fungi: fwiw I agree | 01:09 |
jogo | the other was a merge (?) | 01:09 |
JayF | fungi: since I can't fix all things; I'll get it resynced though :) | 01:09 |
*** spandhe has quit IRC | 01:09 | |
*** vigneshvar_ has joined #openstack-infra | 01:09 | |
clarkb | ok fe01 and fe02 should be ready for reboots now | 01:09 |
fungi | all the distros say mirror the regular repos all you like and we'll put time-sensitive urgent security fixes on a separate system so you can hit just those separate from your mirrored repos | 01:09 |
clarkb | fungi: start with fe01 in about 5 minutes? | 01:09 |
fungi | clarkb: should be plenty fine by then | 01:10 |
clarkb | then I will do git0X series toggling haproxy state on fe02 | 01:10 |
clarkb | and finally we add fe01 back to the rotation and remove fe02 | 01:10 |
jogo | dstufft: + get_script_args = easy_install.get_script_args | 01:11 |
jogo | in pbr | 01:11 |
fungi | clarkb: i will stick around online for whatever help you need with that | 01:11 |
fungi | the plan sounds right | 01:11 |
clarkb | fungi: thanks, I likely won't need help but will shout if anything comes up | 01:11 |
sdague | so barbican client just broke cinder in upgrade - http://logs.openstack.org/18/150618/1/check/check-grenade-dsvm/c727602/logs/grenade.sh.txt.gz | 01:12 |
sdague | which blocked the grenade upgrade fix | 01:12 |
*** yamahata has quit IRC | 01:12 | |
*** otter768 has quit IRC | 01:12 | |
*** yamahata has joined #openstack-infra | 01:13 | |
*** vigneshvar has quit IRC | 01:13 | |
*** spandhe has joined #openstack-infra | 01:13 | |
* fungi shakes his head and sighs at software | 01:13 | |
sdague | anyway, we're about to shut down here for the day, so if someone else wants to poke at it, so be it | 01:13 |
fungi | we should take up long-haul trucking | 01:14 |
clarkb | fungi: my backup is brewing | 01:14 |
clarkb | can't go wrong with alcohol | 01:14 |
fungi | heh, good call | 01:14 |
clarkb | ok it has been much more than 5 minutes rebooting fe01 now | 01:15 |
clarkb | I rpobably should've checked existing connections but the gate is so unahppy as is that meh | 01:15 |
*** dimtruck is now known as zz_dimtruck | 01:16 | |
clarkb | ok fe01 is back which means time to do git0X | 01:16 |
*** zhiwei has joined #openstack-infra | 01:18 | |
clarkb | rebooting git01 now | 01:18 |
*** r-daneel has quit IRC | 01:19 | |
*** amotoki has joined #openstack-infra | 01:19 | |
*** dtroyer_zz has quit IRC | 01:20 | |
*** packet has quit IRC | 01:20 | |
*** dtroyer has joined #openstack-infra | 01:21 | |
*** Ryan_Lane has quit IRC | 01:21 | |
clarkb | now 02 | 01:21 |
*** hdd has joined #openstack-infra | 01:21 | |
*** hj-hp has joined #openstack-infra | 01:22 | |
clarkb | 03 | 01:23 |
*** tjones1 has quit IRC | 01:23 | |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: add stable compat jobs to python-barbicanclient https://review.openstack.org/150645 | 01:23 |
*** jp_at_hp1 has joined #openstack-infra | 01:23 | |
jogo | dstufft: so it looks like the method we were using is has been made private | 01:23 |
jogo | mriedem: ^ | 01:24 |
clarkb | nice | 01:24 |
*** jp_at_hp has quit IRC | 01:25 | |
*** spandhe has quit IRC | 01:25 | |
jogo | mordred: ^ so I may need your help unmucking this mess ... https://bugs.launchpad.net/nova/+bug/1415106 | 01:25 |
*** yamahata has quit IRC | 01:26 | |
*** melwitt has quit IRC | 01:27 | |
*** _nadya_ has joined #openstack-infra | 01:27 | |
*** sarob has quit IRC | 01:27 | |
clarkb | sorry did 4 and now doing 05 | 01:27 |
*** dims has quit IRC | 01:28 | |
*** sarob has joined #openstack-infra | 01:28 | |
clarkb | fungi: can you swap the dns round robin IPs so fe01 will be used? | 01:28 |
fungi | yep | 01:30 |
clarkb | thanks | 01:30 |
*** salv-orlando has quit IRC | 01:30 | |
clarkb | I have all 5 of the backends rebooted and they should be live on fe01 and fe02 now. So all that is remaining is the reboot fe02 once we let the dns ttls run out there | 01:30 |
*** _nadya_ has quit IRC | 01:31 | |
*** jaypipes has quit IRC | 01:32 | |
fungi | clarkb: okay, the remaining a and aaaa records for git.o.o have been changed to the ip addresses of fe01. ttl still 5 minutes | 01:32 |
fungi | once you're done with fe02, i'll add back git.o.o records with its ip addresses | 01:32 |
*** gokrokve has joined #openstack-infra | 01:32 | |
*** sarob has quit IRC | 01:33 | |
*** rwsu is now known as rwsu-afk | 01:33 | |
lifeless | harlowja: I've just done a fairly large edit of ArchitectureThoughts 'structural concepts' - if you're around, eyeballs would be good | 01:33 |
*** hj-hp has quit IRC | 01:33 | |
harlowja | lifeless sureeee | 01:33 |
* harlowja just messing around with https://gist.github.com/harlowja/e22e8c0771b336ca392f and seeing what happens when i give that thing the full requirements list, lol | 01:34 | |
clarkb | fungi: thanks a bunch | 01:35 |
harlowja | ^ crappy recursive depsolver with backtracking for pip requirements :-P | 01:35 |
clarkb | fungi: I am seeing connections on fe01 already but will wait for full ttl before hitting fe02 | 01:35 |
clarkb | fungi: rebooting fe02 now will let you know when its back up and should be added to the round robin again | 01:38 |
*** yamahata has joined #openstack-infra | 01:39 | |
clarkb | fungi: ok go ahead and add it back to the round robin | 01:39 |
*** gokrokve has quit IRC | 01:40 | |
*** gokrokve has joined #openstack-infra | 01:40 | |
*** tmcpeak has joined #openstack-infra | 01:40 | |
clarkb | hrm pbx.openstack.org is a thing and it is centos /me hops on that node | 01:41 |
harlowja | lifeless added some commments, looks pretty good to me | 01:42 |
clarkb | ok pbx.o.o is updated going to reboot it now | 01:43 |
*** timcline has joined #openstack-infra | 01:44 | |
fungi | okay, updating dns now | 01:45 |
clarkb | pbx.o.o is up and has an asterisk process running | 01:45 |
*** tmcpeak has quit IRC | 01:45 | |
*** timcline has quit IRC | 01:45 | |
*** timcline has joined #openstack-infra | 01:46 | |
*** asettle is now known as asettle-BRB | 01:46 | |
*** bdpayne_ has quit IRC | 01:46 | |
*** homeless has quit IRC | 01:47 | |
lifeless | gus: mtreinish: jogo: there's a chunk of content on my architecturethoughts page now; I'm going to do a systematic review of nova bugs next, would love it if you guys can read and comment | 01:47 |
lifeless | (and add all the stuff I've missed!) | 01:47 |
fungi | clarkb: okay, fe02 is back into the git.o.o rr | 01:47 |
clarkb | fungi: thank you | 01:48 |
clarkb | I am settling in with a glass of brandy. at this point only es02-es04 are a problem | 01:48 |
fungi | don't mention it | 01:48 |
*** yamahata has quit IRC | 01:49 | |
clarkb | I should be able to do 04 tonight not sure if I will get to 03 and 02, but they are relatively well protected behind a proxy so less concerned about them for the immediate future | 01:49 |
*** abhirc has quit IRC | 01:49 | |
*** ddieterly has joined #openstack-infra | 01:49 | |
*** gokrokve has quit IRC | 01:50 | |
*** gokrokve has joined #openstack-infra | 01:51 | |
*** yamamoto_ has joined #openstack-infra | 01:52 | |
*** otter768 has joined #openstack-infra | 01:54 | |
*** zz_jgrimm is now known as jgrimm | 01:55 | |
timrc | jeblair, Okay, so based on my observations (looking at the gate queue before and after I dequeue) removeChange()'ing an item with related changes, does not remove the related changes in the gate queue. Maybe I'm doing something wrong though :/ http://paste.openstack.org/show/162994/ (for code) | 01:55 |
jeblair | clarkb: thanks | 01:55 |
clarkb | jeblair: no problem | 01:55 |
*** gokrokve has quit IRC | 01:55 | |
jeblair | timrc: i would replace client.shutdown() with self.waitUntilSettled() | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Port to use keystone sessions and auth plugins https://review.openstack.org/148795 | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Add consistent methods for returning dicts https://review.openstack.org/148794 | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Create a neutron client https://review.openstack.org/147731 | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Adds get_flavor() and get_network() functions https://review.openstack.org/150649 | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Adds some more swift operations https://review.openstack.org/150650 | 01:56 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Fixes broken image/object hashing https://review.openstack.org/150651 | 01:56 |
timrc | jeblair, Okay. I'll give that a shot. (also here's the relevant console output: http://paste.openstack.org/show/162995/) | 01:56 |
jeblair | timrc: it will take the zuul scheduler a pass in order to actually remove those | 01:57 |
*** gyee has quit IRC | 01:57 | |
jeblair | timrc: and that's async (happens in another thread) | 01:57 |
jeblair | timrc: oh, you should probably leave the shutdown in place and just add the waituntilsettled | 01:57 |
*** mohitsharma has joined #openstack-infra | 01:58 | |
adam_g | jeblair, sorry, appears ive just done a bad thing and mistakenly trampled some patches in that stack | 01:58 |
adam_g | including some of your comments | 01:58 |
*** StevenK_ is now known as StevenK | 02:00 | |
sdague | adam_g: https://review.openstack.org/#/c/150618/ updated with just pinning barbicanclient | 02:02 |
*** Sukhdev has quit IRC | 02:02 | |
*** Mmike has quit IRC | 02:04 | |
*** maxbit has quit IRC | 02:05 | |
*** yamahata has joined #openstack-infra | 02:06 | |
*** abhirc has joined #openstack-infra | 02:09 | |
*** Mmike has joined #openstack-infra | 02:10 | |
*** yamahata has quit IRC | 02:11 | |
*** maxbit has joined #openstack-infra | 02:12 | |
timrc | jeblair, Didn't seem to have any effect. I did confirm that the change I'm dequeueing does include the other two changes as related changes. | 02:14 |
*** yamahata has joined #openstack-infra | 02:16 | |
*** bdpayne has joined #openstack-infra | 02:17 | |
*** dmsimard is now known as dmsimard_away | 02:17 | |
*** salv-orlando has joined #openstack-infra | 02:21 | |
*** charz has quit IRC | 02:21 | |
*** fandi has quit IRC | 02:25 | |
*** charz has joined #openstack-infra | 02:25 | |
*** yamahata has quit IRC | 02:26 | |
*** Sukhdev has joined #openstack-infra | 02:27 | |
*** hdd has quit IRC | 02:28 | |
*** jerryz has joined #openstack-infra | 02:32 | |
*** bradjones has quit IRC | 02:33 | |
*** mohitsharma has quit IRC | 02:33 | |
*** yamahata has joined #openstack-infra | 02:34 | |
*** mohitsharma has joined #openstack-infra | 02:36 | |
*** bradjones has joined #openstack-infra | 02:36 | |
*** yamahata has quit IRC | 02:40 | |
*** liusheng has quit IRC | 02:42 | |
*** liusheng has joined #openstack-infra | 02:42 | |
*** maxbit has quit IRC | 02:45 | |
*** ivar-laz_ has quit IRC | 02:54 | |
*** ivar-lazzaro has joined #openstack-infra | 02:54 | |
*** harlowja is now known as harlowja_away | 02:57 | |
* waynr finds a jjb bug | 03:00 | |
* waynr eats it | 03:00 | |
clarkb | rebooting es04 now | 03:01 |
*** marun has quit IRC | 03:02 | |
*** vigneshvar_ has quit IRC | 03:04 | |
*** liusheng has quit IRC | 03:07 | |
*** asettle-BRB is now known as asettle | 03:07 | |
*** ivar-laz_ has joined #openstack-infra | 03:09 | |
*** liusheng has joined #openstack-infra | 03:10 | |
*** ivar-lazzaro has quit IRC | 03:12 | |
*** crc32 has quit IRC | 03:16 | |
*** timcline has quit IRC | 03:19 | |
*** timcline has joined #openstack-infra | 03:19 | |
*** oomichi_ has joined #openstack-infra | 03:21 | |
waynr | woo i am always happy when i find that there are no unit tests protecting buggy behavior :) | 03:21 |
*** Sukhdev has quit IRC | 03:22 | |
*** salv-orlando has quit IRC | 03:23 | |
*** timcline has quit IRC | 03:24 | |
waynr | it's getting to be pretty confusing figuring out the interdependencies between my jjb patches | 03:27 |
waynr | maybe i'm gerriting wrong | 03:27 |
waynr | i'm gonna go get some ramen | 03:27 |
*** ChuckC has joined #openstack-infra | 03:27 | |
openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Fix bug in template job yaml expansion. https://review.openstack.org/150666 | 03:29 |
*** nelsnelson has quit IRC | 03:30 | |
*** liusheng has quit IRC | 03:30 | |
*** liusheng has joined #openstack-infra | 03:31 | |
*** nelsnelson has joined #openstack-infra | 03:31 | |
*** ivar-laz_ has quit IRC | 03:35 | |
*** liusheng has quit IRC | 03:36 | |
*** liusheng has joined #openstack-infra | 03:36 | |
*** ddieterly has quit IRC | 03:43 | |
*** unicell has quit IRC | 03:44 | |
*** slagle has quit IRC | 03:45 | |
*** BharatK has quit IRC | 03:49 | |
*** liusheng has quit IRC | 03:49 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for oslo.messaging/eventlet/grenade bug 1415284 https://review.openstack.org/150668 | 03:51 |
*** liusheng has joined #openstack-infra | 03:51 | |
*** dannywilson has joined #openstack-infra | 03:53 | |
*** achanda has quit IRC | 03:55 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for oslo.messaging/eventlet/grenade bug 1415284 https://review.openstack.org/150668 | 03:56 |
*** armax has quit IRC | 03:57 | |
*** markvoelker has quit IRC | 03:57 | |
*** dannywilson has quit IRC | 03:57 | |
*** markvoelker has joined #openstack-infra | 03:57 | |
*** liusheng has quit IRC | 03:58 | |
*** liusheng has joined #openstack-infra | 03:58 | |
*** yfried_ has joined #openstack-infra | 04:02 | |
*** mohitsharma has quit IRC | 04:02 | |
*** markvoelker has quit IRC | 04:02 | |
*** jp_at_hp1 has quit IRC | 04:04 | |
*** jp_at_hp has joined #openstack-infra | 04:05 | |
*** mohitsharma has joined #openstack-infra | 04:05 | |
*** liusheng has quit IRC | 04:05 | |
*** BharatK has joined #openstack-infra | 04:06 | |
*** oomichi_ has quit IRC | 04:07 | |
*** otter768 has quit IRC | 04:08 | |
openstackgerrit | Bharat Kumar Kobagana proposed openstack-infra/devstack-gate: Allow GlusterFS backend for cinder https://review.openstack.org/143308 | 04:08 |
*** liusheng has joined #openstack-infra | 04:09 | |
*** bradjones has quit IRC | 04:10 | |
*** bradjones has joined #openstack-infra | 04:10 | |
*** woodster_ has quit IRC | 04:13 | |
*** ddieterly has joined #openstack-infra | 04:14 | |
*** garyh has quit IRC | 04:17 | |
*** ddieterly has quit IRC | 04:19 | |
*** liusheng has quit IRC | 04:20 | |
*** Sukhdev has joined #openstack-infra | 04:23 | |
*** salv-orlando has joined #openstack-infra | 04:24 | |
*** abhirc has quit IRC | 04:24 | |
*** liusheng has joined #openstack-infra | 04:26 | |
*** dims has joined #openstack-infra | 04:29 | |
*** bradjones has quit IRC | 04:29 | |
*** bradjones has joined #openstack-infra | 04:30 | |
*** asselin has joined #openstack-infra | 04:31 | |
*** liusheng has quit IRC | 04:31 | |
*** liusheng has joined #openstack-infra | 04:32 | |
*** dims has quit IRC | 04:33 | |
*** bswartz has joined #openstack-infra | 04:35 | |
*** zz_dimtruck is now known as dimtruck | 04:35 | |
*** asselin has quit IRC | 04:38 | |
*** BharatK has quit IRC | 04:39 | |
*** liusheng has quit IRC | 04:41 | |
*** liusheng has joined #openstack-infra | 04:42 | |
*** talluri has quit IRC | 04:44 | |
*** liusheng has quit IRC | 04:49 | |
*** liusheng has joined #openstack-infra | 04:49 | |
*** baoli has quit IRC | 04:53 | |
*** BharatK has joined #openstack-infra | 04:54 | |
clarkb | just two more shards to go before I can do 03. Might have only one to do inthe morning (02) | 04:55 |
*** achanda has joined #openstack-infra | 04:55 | |
*** talluri has joined #openstack-infra | 04:55 | |
*** liusheng has quit IRC | 04:56 | |
clarkb | mriedem: note that by removing python-libvirt from test requirements none of hte upstream jenkins testing will use libvirt proper in the unittests. Not sure if that is intentional or not | 04:58 |
*** nelsnelson has quit IRC | 04:58 | |
clarkb | mriedem: its not clear to me from the commit message if you intend to support the fake and the lib proper | 04:59 |
*** liusheng has joined #openstack-infra | 04:59 | |
mriedem | clarkb: originally i wasn't removing libvirt-python, but then figured it's pointless to keep it in there | 04:59 |
mriedem | if we're moving to make fakelibvirt the thing, might as well make that work for new tests as well | 04:59 |
*** nelsnelson has joined #openstack-infra | 04:59 | |
mriedem | otherwise we just keep regressing | 04:59 |
clarkb | sure but ou should make the other thing go away completely then | 05:00 |
clarkb | don't continue to support either or like nova has for at least 2 years | 05:00 |
mriedem | i'm missing what isn't being removed | 05:00 |
*** achanda has quit IRC | 05:01 | |
clarkb | mriedem: nova has supported real libvirt in the unittests or fake libvirt depending on what you have installed | 05:01 |
mriedem | yeah | 05:01 |
mriedem | poorly | 05:01 |
mriedem | b/c most of the time real libvirt is there | 05:01 |
clarkb | mriedem: I am saing stop doing that if you are removing real libvirt from test requirements | 05:01 |
mriedem | so you get your shit working locally and push it up and kablammo | 05:01 |
clarkb | otherwise you have the same situation in reverse | 05:01 |
mriedem | clarkb: http://git.openstack.org/cgit/openstack/nova/tree/nova/tests/unit/virt/libvirt/test_driver.py#n90 | 05:02 |
mriedem | i guess i didn't remove that... | 05:02 |
mriedem | is it frowned upon to use the term "pussy foot" in a review? | 05:04 |
*** liusheng has quit IRC | 05:04 | |
clarkb | webster says tergiversate is a synonym I would go with that | 05:05 |
*** liusheng has joined #openstack-infra | 05:05 | |
mriedem | clarkb: anyway, added you to the review, will see what danpb says since he'd probably be the only one to object and he already commented in the review that anything testing against real libvirt should be a functional test | 05:05 |
clarkb | (I have never heard tht word before) | 05:05 |
clarkb | mriedem: I am not disagreeing | 05:05 |
mriedem | i've never heard tergiversate before | 05:05 |
clarkb | mriedem: I am saying rip out anything real libvirt from the unittests if you remove it from test-requirements | 05:05 |
clarkb | mriedem: if however you don't remove real libvirt from the unitests leave it as a test requirement | 05:06 |
mriedem | ha, the google speech thingy for tergiversate makes me laugh | 05:06 |
mriedem | clarkb: yeah, i agree with that | 05:06 |
mriedem | shit or get off the pot, etc | 05:06 |
clarkb | right | 05:06 |
mriedem | what does webster say about that? | 05:06 |
clarkb | just rebooted es03 | 05:07 |
clarkb | I don't think webster does phrases? | 05:07 |
mriedem | fair enough | 05:07 |
mriedem | i'll rev that patch in the morning | 05:07 |
mriedem | going to bed | 05:07 |
mriedem | later | 05:07 |
clarkb | good night | 05:07 |
*** mriedem is now known as mriedem_zz | 05:07 | |
jogo | lifeless: just opened up the tab, it looks much nicer then last time | 05:10 |
*** BharatK has quit IRC | 05:11 | |
*** liusheng has quit IRC | 05:11 | |
*** talluri has quit IRC | 05:12 | |
*** markvoelker has joined #openstack-infra | 05:13 | |
*** liusheng has joined #openstack-infra | 05:13 | |
*** wolsen_ is now known as wolsen | 05:15 | |
*** ddieterly has joined #openstack-infra | 05:15 | |
bhunter71 | nodepool/jenkins question: when nodepool creates devstack-trusty, it is registering with gearman. Initial jenkins slave connection fails with "cannot find ssh user credentials with id: null". Editing the slave and pressing save makes it pick up my 'jenkins' credentials and all is good (ssh-credentials plugin 1.10, ssh-slaves 1.9 if it matters.). Is there a place to specify this credential name? | 05:16 |
*** liusheng has quit IRC | 05:18 | |
clarkb | bhunter71: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/nodepool/nodepool.yaml.erb#n1041 note the credentials-id key | 05:19 |
*** ddieterly has quit IRC | 05:20 | |
clarkb | bhunter71: I think it expects the credential uuid but may also take a name? | 05:21 |
clarkb | that probably depends on the api and we just move those bytes around | 05:21 |
*** liusheng has joined #openstack-infra | 05:21 | |
bhunter71 | thanks clarkb! | 05:21 |
*** unicell has joined #openstack-infra | 05:22 | |
*** hdd has joined #openstack-infra | 05:24 | |
*** liusheng has quit IRC | 05:26 | |
*** liusheng has joined #openstack-infra | 05:26 | |
*** unicell1 has joined #openstack-infra | 05:26 | |
*** unicell has quit IRC | 05:27 | |
*** bswartz has quit IRC | 05:30 | |
*** dims has joined #openstack-infra | 05:30 | |
*** liusheng has quit IRC | 05:31 | |
*** markvoelker has quit IRC | 05:34 | |
*** BharatK has joined #openstack-infra | 05:34 | |
*** markvoelker has joined #openstack-infra | 05:34 | |
*** liusheng has joined #openstack-infra | 05:36 | |
*** erikmwilson has quit IRC | 05:38 | |
*** erikmwilson has joined #openstack-infra | 05:38 | |
*** dimtruck has quit IRC | 05:39 | |
*** harlowja_at_home has joined #openstack-infra | 05:39 | |
*** markvoelker has quit IRC | 05:39 | |
*** dimtruck has joined #openstack-infra | 05:39 | |
*** BharatK has quit IRC | 05:39 | |
*** wendar_ has joined #openstack-infra | 05:39 | |
*** pradk has quit IRC | 05:40 | |
*** wendar has quit IRC | 05:40 | |
*** msuriar has quit IRC | 05:40 | |
*** amotoki_ has joined #openstack-infra | 05:41 | |
*** liusheng has quit IRC | 05:42 | |
*** bhunter71 has quit IRC | 05:43 | |
*** liusheng has joined #openstack-infra | 05:44 | |
*** msuriar has joined #openstack-infra | 05:45 | |
*** pradk has joined #openstack-infra | 05:46 | |
*** yfried_ has quit IRC | 05:47 | |
*** liusheng has quit IRC | 05:49 | |
*** liusheng has joined #openstack-infra | 05:49 | |
*** oomichi_ has joined #openstack-infra | 05:50 | |
*** BharatK has joined #openstack-infra | 05:52 | |
openstackgerrit | Merged openstack-infra/zuul: Update example gerrit messages for new syntax https://review.openstack.org/150616 | 05:55 |
*** mohitsha_ has joined #openstack-infra | 06:00 | |
*** achanda has joined #openstack-infra | 06:01 | |
*** HeOS has quit IRC | 06:01 | |
*** mohitsharma has quit IRC | 06:03 | |
*** harlowja_at_home has quit IRC | 06:06 | |
*** ivar-lazzaro has joined #openstack-infra | 06:06 | |
*** mrmartin has joined #openstack-infra | 06:07 | |
*** dims has quit IRC | 06:07 | |
*** MarkAtwood has joined #openstack-infra | 06:07 | |
*** ivar-lazzaro has quit IRC | 06:07 | |
*** otter768 has joined #openstack-infra | 06:09 | |
*** liusheng has quit IRC | 06:10 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out meetbot module https://review.openstack.org/150698 | 06:10 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-meetbot as split out module https://review.openstack.org/150699 | 06:10 |
*** woodster_ has joined #openstack-infra | 06:11 | |
*** liusheng has joined #openstack-infra | 06:11 | |
*** gokrokve has joined #openstack-infra | 06:12 | |
*** otter768 has quit IRC | 06:13 | |
*** MarkAtwood has quit IRC | 06:15 | |
*** ildikov has quit IRC | 06:16 | |
*** ddieterly has joined #openstack-infra | 06:16 | |
*** doude has quit IRC | 06:17 | |
*** liusheng has quit IRC | 06:17 | |
*** liusheng has joined #openstack-infra | 06:18 | |
*** ddieterly has quit IRC | 06:21 | |
*** Sukhdev has quit IRC | 06:23 | |
*** pcrews has quit IRC | 06:24 | |
*** mase_home has joined #openstack-infra | 06:26 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out logstash module https://review.openstack.org/150705 | 06:28 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-logstash as split out module https://review.openstack.org/150706 | 06:28 |
*** mohitsha_ has quit IRC | 06:30 | |
*** gema_ is now known as gema | 06:30 | |
*** liusheng has quit IRC | 06:32 | |
*** liusheng has joined #openstack-infra | 06:33 | |
*** markvoelker has joined #openstack-infra | 06:35 | |
*** KanagarajM2 has joined #openstack-infra | 06:36 | |
*** Mmike has quit IRC | 06:37 | |
*** Mmike has joined #openstack-infra | 06:37 | |
*** hdd has quit IRC | 06:38 | |
*** _nadya_ has joined #openstack-infra | 06:39 | |
*** yfried_ has joined #openstack-infra | 06:40 | |
*** _nadya_ has quit IRC | 06:40 | |
*** markvoelker has quit IRC | 06:41 | |
*** yfried__ has joined #openstack-infra | 06:44 | |
*** amotoki_ has quit IRC | 06:44 | |
*** yfried_ has quit IRC | 06:45 | |
*** amotoki_ has joined #openstack-infra | 06:45 | |
*** rlandy has joined #openstack-infra | 06:46 | |
*** talluri has joined #openstack-infra | 06:50 | |
openstackgerrit | Jerry Zhao proposed openstack-infra/zuul: Revert "Pin python-daemon<2.0" https://review.openstack.org/150268 | 06:50 |
*** gokrokve_ has joined #openstack-infra | 06:52 | |
*** gokrokve_ has quit IRC | 06:53 | |
*** gokrokve_ has joined #openstack-infra | 06:53 | |
*** mtanino has quit IRC | 06:54 | |
*** gokrokve has quit IRC | 06:56 | |
*** gokrokve_ has quit IRC | 06:57 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out zuul module https://review.openstack.org/150712 | 06:57 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out nodepool module https://review.openstack.org/150711 | 06:57 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-nodepool as split out module https://review.openstack.org/150714 | 06:57 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-zuul as split out module https://review.openstack.org/150713 | 06:57 |
*** Kerralissa has joined #openstack-infra | 07:02 | |
*** andreykurilin_ has joined #openstack-infra | 07:05 | |
*** afazekas has joined #openstack-infra | 07:07 | |
*** scheuran has joined #openstack-infra | 07:08 | |
*** mohitsharma has joined #openstack-infra | 07:11 | |
*** ildikov has joined #openstack-infra | 07:16 | |
*** achanda has quit IRC | 07:17 | |
*** _nadya_ has joined #openstack-infra | 07:17 | |
*** ddieterly has joined #openstack-infra | 07:17 | |
*** avozza is now known as zz_avozza | 07:20 | |
*** _nadya_ has quit IRC | 07:20 | |
*** achanda has joined #openstack-infra | 07:20 | |
*** ddieterly has quit IRC | 07:22 | |
*** andreykurilin_ has quit IRC | 07:22 | |
*** jcoufal has joined #openstack-infra | 07:23 | |
*** mrunge has joined #openstack-infra | 07:23 | |
*** amotoki_ has quit IRC | 07:23 | |
*** amotoki_ has joined #openstack-infra | 07:24 | |
*** unicell has joined #openstack-infra | 07:26 | |
*** unicell1 has quit IRC | 07:29 | |
*** stevemar has quit IRC | 07:33 | |
*** jgallard_ has joined #openstack-infra | 07:34 | |
*** talluri has quit IRC | 07:35 | |
openstackgerrit | Guido Günther proposed openstack-infra/jenkins-job-builder: Add Requieres for bdist_rpm https://review.openstack.org/150719 | 07:36 |
*** coolsvap|afk is now known as coolsvap | 07:37 | |
*** markvoelker has joined #openstack-infra | 07:38 | |
*** zz_avozza is now known as avozza | 07:40 | |
*** mohitsharma has quit IRC | 07:40 | |
*** mohitsharma has joined #openstack-infra | 07:41 | |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Fixes broken image/object hashing https://review.openstack.org/150651 | 07:42 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Adds some more swift operations https://review.openstack.org/150650 | 07:42 |
*** Ala has joined #openstack-infra | 07:43 | |
*** markvoelker has quit IRC | 07:43 | |
*** avozza is now known as zz_avozza | 07:50 | |
*** belmoreira has joined #openstack-infra | 07:54 | |
openstackgerrit | Alexander Kislitsky proposed openstack-infra/project-config: Add Fuel Plugins to Stackforge https://review.openstack.org/147169 | 07:54 |
*** zz_avozza is now known as avozza | 07:54 | |
*** zzz_pczesno has joined #openstack-infra | 07:57 | |
*** wznoinsk_ has joined #openstack-infra | 07:58 | |
*** achanda has quit IRC | 07:59 | |
*** wznoinsk has quit IRC | 08:00 | |
openstackgerrit | Merged openstack-infra/project-config: Enable functional test job in openstack ci for neutron-vpnaas https://review.openstack.org/148616 | 08:00 |
*** isaacb has joined #openstack-infra | 08:01 | |
*** jlibosva has joined #openstack-infra | 08:01 | |
*** pczesno has quit IRC | 08:01 | |
*** yjiang5 is now known as yjiang5_away | 08:05 | |
*** avozza is now known as zz_avozza | 08:05 | |
*** oomichi_ has quit IRC | 08:05 | |
*** bradjones has quit IRC | 08:07 | |
*** achanda has joined #openstack-infra | 08:07 | |
*** bradjones has joined #openstack-infra | 08:08 | |
*** jamielennox is now known as jamielennox|away | 08:09 | |
*** jeblair has quit IRC | 08:09 | |
*** otter768 has joined #openstack-infra | 08:09 | |
*** jeblair has joined #openstack-infra | 08:10 | |
*** markvoelker has joined #openstack-infra | 08:13 | |
*** otter768 has quit IRC | 08:14 | |
*** markus_z has joined #openstack-infra | 08:17 | |
*** markvoelker has quit IRC | 08:17 | |
*** ddieterly has joined #openstack-infra | 08:18 | |
*** HeOS has joined #openstack-infra | 08:22 | |
*** ddieterly has quit IRC | 08:23 | |
*** woodster_ has quit IRC | 08:23 | |
*** scheuran has quit IRC | 08:29 | |
*** dhritishikhar has joined #openstack-infra | 08:33 | |
*** zz_avozza is now known as avozza | 08:35 | |
ttx | jeblair: jogo wanted to work on that as well, would be nice to include him | 08:35 |
*** talluri has joined #openstack-infra | 08:36 | |
*** bdpayne has quit IRC | 08:40 | |
*** talluri has quit IRC | 08:41 | |
*** mrmartin has quit IRC | 08:41 | |
*** bdpayne has joined #openstack-infra | 08:45 | |
openstackgerrit | Di Xu proposed openstack-infra/jenkins-job-builder: fix story 2000137 https://review.openstack.org/150730 | 08:48 |
*** MaxV has joined #openstack-infra | 08:49 | |
*** achanda has quit IRC | 08:50 | |
*** mika has quit IRC | 08:51 | |
openstackgerrit | Mehdi Abaakouk proposed openstack-infra/project-config: Use DEVSTACK_GATE_MQ_DRIVER to setup qpid https://review.openstack.org/150731 | 08:51 |
*** amotoki_ has quit IRC | 08:53 | |
*** berendt has joined #openstack-infra | 08:54 | |
*** liusheng has quit IRC | 08:55 | |
*** mika has joined #openstack-infra | 08:56 | |
*** liusheng has joined #openstack-infra | 08:56 | |
*** talluri has joined #openstack-infra | 08:56 | |
*** mika has joined #openstack-infra | 08:56 | |
*** mika has joined #openstack-infra | 08:56 | |
*** amotoki_ has joined #openstack-infra | 08:57 | |
*** amotoki_ has quit IRC | 08:58 | |
*** amotoki_ has joined #openstack-infra | 08:59 | |
*** jp_at_hp has quit IRC | 09:00 | |
*** derekh has joined #openstack-infra | 09:02 | |
openstackgerrit | Mehdi Abaakouk proposed openstack-infra/project-config: oslo.messaging: Setup devstack QPID correctly https://review.openstack.org/150731 | 09:03 |
*** amotoki_ has quit IRC | 09:06 | |
*** jpich has joined #openstack-infra | 09:07 | |
*** dims has joined #openstack-infra | 09:08 | |
*** Guest28610 has joined #openstack-infra | 09:09 | |
openstackgerrit | Di Xu proposed openstack-infra/jenkins-job-builder: fix story 2000137 https://review.openstack.org/150730 | 09:10 |
*** mescanef has joined #openstack-infra | 09:11 | |
openstackgerrit | Mehdi Abaakouk proposed openstack-infra/project-config: oslo.messaging: Setup devstack QPID correctly https://review.openstack.org/150731 | 09:11 |
*** dims has quit IRC | 09:13 | |
*** markvoelker has joined #openstack-infra | 09:14 | |
*** bdpayne has quit IRC | 09:15 | |
*** markvoelker has quit IRC | 09:19 | |
*** yamamoto_ has quit IRC | 09:20 | |
openstackgerrit | Guido Günther proposed openstack-infra/jenkins-job-builder: Add Requieres for bdist_rpm https://review.openstack.org/150719 | 09:21 |
openstackgerrit | Di Xu proposed openstack-infra/jenkins-job-builder: fix story 2000137 https://review.openstack.org/150730 | 09:22 |
*** jistr has joined #openstack-infra | 09:23 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: Make manila tox job 'genconfig' votable https://review.openstack.org/150521 | 09:24 |
*** mase_home_ has joined #openstack-infra | 09:24 | |
*** hichihara has quit IRC | 09:25 | |
*** mase_home has quit IRC | 09:26 | |
*** mrunge has quit IRC | 09:26 | |
*** ihrachyshka has joined #openstack-infra | 09:34 | |
*** teran has quit IRC | 09:36 | |
openstackgerrit | Guido Günther proposed openstack-infra/jenkins-job-builder: Add Requieres for bdist_rpm https://review.openstack.org/150719 | 09:36 |
*** dhritishikhar has quit IRC | 09:37 | |
*** amotoki_ has joined #openstack-infra | 09:40 | |
*** ssam2 has joined #openstack-infra | 09:40 | |
openstackgerrit | Eran Gampel proposed openstack-infra/project-config: Register DragonFlow stackforge project to the OpenStack CI System Change-Id: I95c15a6f1d0998e8c79abba53239f0b95e6646a3 https://review.openstack.org/150437 | 09:42 |
*** dizquierdo has joined #openstack-infra | 09:45 | |
*** yamamoto_ has joined #openstack-infra | 09:47 | |
*** arxcruz has joined #openstack-infra | 09:49 | |
*** yamamoto_ has quit IRC | 09:50 | |
*** arxcruz has quit IRC | 09:50 | |
*** arxcruz has joined #openstack-infra | 09:51 | |
*** jp_at_hp has joined #openstack-infra | 09:52 | |
*** mohitsharma has quit IRC | 09:53 | |
*** mrunge has joined #openstack-infra | 09:54 | |
*** mkoderer_cloud has joined #openstack-infra | 09:56 | |
*** dtantsur|afk is now known as dtantsur | 09:56 | |
*** mohitsharma has joined #openstack-infra | 09:57 | |
*** pelix has joined #openstack-infra | 09:58 | |
*** pradk has quit IRC | 09:58 | |
*** doude has joined #openstack-infra | 10:05 | |
*** vigneshvar has joined #openstack-infra | 10:05 | |
*** e0ne has joined #openstack-infra | 10:06 | |
*** arxcruz has quit IRC | 10:08 | |
*** mase_x200 has joined #openstack-infra | 10:09 | |
*** otter768 has joined #openstack-infra | 10:10 | |
*** mase_x200 has quit IRC | 10:13 | |
*** otter768 has quit IRC | 10:15 | |
*** jedimike has joined #openstack-infra | 10:15 | |
*** markvoelker has joined #openstack-infra | 10:15 | |
*** nijaba has quit IRC | 10:16 | |
*** dhritishikhar has joined #openstack-infra | 10:18 | |
*** e0ne is now known as e0ne_ | 10:18 | |
*** dosaboy_ is now known as dosaboy | 10:19 | |
*** ddieterly has joined #openstack-infra | 10:19 | |
openstackgerrit | yolanda.robla proposed openstack-infra/infra-specs: StoryBoard integration tests specification https://review.openstack.org/150743 | 10:20 |
*** e0ne_ is now known as e0ne | 10:20 | |
*** jerryz has quit IRC | 10:20 | |
*** jgjl has joined #openstack-infra | 10:21 | |
*** markvoelker has quit IRC | 10:22 | |
*** nijaba has joined #openstack-infra | 10:22 | |
*** jerryz has joined #openstack-infra | 10:24 | |
*** arxcruz has joined #openstack-infra | 10:24 | |
*** ddieterly has quit IRC | 10:24 | |
*** mtanino has joined #openstack-infra | 10:29 | |
*** arxcruz has quit IRC | 10:30 | |
*** arxcruz has joined #openstack-infra | 10:30 | |
openstackgerrit | Merged openstack-infra/project-config: Fuel-qa repo for Fuel https://review.openstack.org/150271 | 10:35 |
*** liusheng has quit IRC | 10:35 | |
*** liusheng has joined #openstack-infra | 10:36 | |
openstackgerrit | Victor Stinner proposed openstack/requirements: Add aioeventlet dependency https://review.openstack.org/138750 | 10:40 |
*** dhritishikhar has quit IRC | 10:43 | |
*** teran has joined #openstack-infra | 10:44 | |
*** che-arne has joined #openstack-infra | 10:45 | |
*** ldnunes has joined #openstack-infra | 10:47 | |
openstackgerrit | Alexander Kislitsky proposed openstack-infra/project-config: Add Fuel Plugins to Stackforge https://review.openstack.org/147169 | 10:48 |
*** openstackgerrit has quit IRC | 10:50 | |
*** openstackgerrit has joined #openstack-infra | 10:50 | |
*** yfried__ is now known as yfried|afk | 10:52 | |
openstackgerrit | Merged openstack-dev/pbr: Update README format to match release notes tool https://review.openstack.org/150563 | 10:55 |
*** jgallard_ has quit IRC | 10:56 | |
openstackgerrit | Angus Salkeld proposed openstack-infra/reviewstats: Update Heat's core team https://review.openstack.org/150750 | 10:59 |
*** amotoki_ has quit IRC | 11:02 | |
*** yfried|afk is now known as yfried__ | 11:03 | |
*** amotoki_ has joined #openstack-infra | 11:03 | |
*** amotoki_ has quit IRC | 11:05 | |
*** amotoki_ has joined #openstack-infra | 11:06 | |
*** mtanino has quit IRC | 11:06 | |
*** talluri has quit IRC | 11:07 | |
*** talluri_ has joined #openstack-infra | 11:07 | |
*** avozza is now known as zz_avozza | 11:07 | |
*** zz_avozza is now known as avozza | 11:08 | |
*** rfolco has joined #openstack-infra | 11:09 | |
*** zhiwei has quit IRC | 11:11 | |
*** doude has quit IRC | 11:15 | |
*** adalbas has joined #openstack-infra | 11:17 | |
*** talluri_ has quit IRC | 11:18 | |
*** talluri has joined #openstack-infra | 11:18 | |
*** Guest28610 has quit IRC | 11:19 | |
*** talluri has quit IRC | 11:19 | |
*** talluri has joined #openstack-infra | 11:20 | |
*** ddieterly has joined #openstack-infra | 11:20 | |
*** ddieterly has quit IRC | 11:25 | |
openstackgerrit | Venu Murthy proposed openstack-infra/project-config: adding noop-jobs https://review.openstack.org/150755 | 11:31 |
openstackgerrit | Merged openstack-infra/project-config: Make rally-py34 job voting https://review.openstack.org/150621 | 11:32 |
*** e0ne is now known as e0ne_ | 11:33 | |
*** jgjl has quit IRC | 11:34 | |
openstackgerrit | Merged openstack-infra/project-config: Return py26 job to rally gate https://review.openstack.org/150007 | 11:35 |
*** jerryz has quit IRC | 11:39 | |
*** Kerralissa has quit IRC | 11:40 | |
*** amotoki_ has quit IRC | 11:40 | |
*** KanagarajM2 has quit IRC | 11:42 | |
*** e0ne_ has quit IRC | 11:43 | |
*** amotoki_ has joined #openstack-infra | 11:44 | |
*** amotoki_ has quit IRC | 11:46 | |
*** yamamoto_ has joined #openstack-infra | 11:47 | |
*** amotoki_ has joined #openstack-infra | 11:47 | |
*** amotoki_ has quit IRC | 11:49 | |
*** pc_m has joined #openstack-infra | 11:50 | |
*** jerryz has joined #openstack-infra | 11:51 | |
*** amotoki_ has joined #openstack-infra | 11:52 | |
*** _nadya_ has joined #openstack-infra | 11:53 | |
*** jgjl has joined #openstack-infra | 11:55 | |
*** ihrachyshka has quit IRC | 11:57 | |
*** gnuoy` is now known as gnuoy | 11:58 | |
*** mrmartin has joined #openstack-infra | 12:00 | |
openstackgerrit | Aleksey Ripinen proposed openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 12:02 |
*** mase_x200 has joined #openstack-infra | 12:04 | |
*** amotoki_ has quit IRC | 12:05 | |
*** e0ne has joined #openstack-infra | 12:06 | |
*** slagle has joined #openstack-infra | 12:06 | |
*** otter768 has joined #openstack-infra | 12:11 | |
*** ihrachyshka has joined #openstack-infra | 12:13 | |
*** _nadya_ has quit IRC | 12:14 | |
*** otter768 has quit IRC | 12:16 | |
*** markvoelker has joined #openstack-infra | 12:19 | |
*** amotoki_ has joined #openstack-infra | 12:20 | |
*** ddieterly has joined #openstack-infra | 12:21 | |
*** _nadya_ has joined #openstack-infra | 12:22 | |
*** markvoelker has quit IRC | 12:24 | |
*** liusheng has quit IRC | 12:25 | |
*** amotoki_ has quit IRC | 12:25 | |
*** dhritishikhar has joined #openstack-infra | 12:25 | |
*** liusheng has joined #openstack-infra | 12:26 | |
*** ddieterly has quit IRC | 12:26 | |
*** doude has joined #openstack-infra | 12:30 | |
*** dtantsur is now known as dtantsur|brb | 12:31 | |
*** talluri has quit IRC | 12:32 | |
*** jerryz has quit IRC | 12:34 | |
*** mohitsharma has quit IRC | 12:39 | |
*** talluri has joined #openstack-infra | 12:40 | |
*** berendt has quit IRC | 12:43 | |
*** woodster_ has joined #openstack-infra | 12:45 | |
*** jerryz has joined #openstack-infra | 12:47 | |
*** jerryz has quit IRC | 12:50 | |
openstackgerrit | Aleksey Ripinen proposed openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 12:51 |
*** mohitsharma has joined #openstack-infra | 12:55 | |
* fungi can smell the puppet module sprint warming up already | 12:56 | |
fungi | join us in #openstack-sprint if you want to help | 12:56 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Register DragonFlow stackforge project to the OpenStack CI System https://review.openstack.org/150437 | 12:57 |
*** redixin has joined #openstack-infra | 12:58 | |
*** ChanServ changes topic to "Virtual Sprint today! Join #openstack-sprint and work on our puppet modules." | 12:59 | |
*** Guest28610 has joined #openstack-infra | 13:00 | |
*** yamamoto_ has quit IRC | 13:00 | |
*** mbacchi has joined #openstack-infra | 13:00 | |
*** aysyd has joined #openstack-infra | 13:01 | |
*** dprince has joined #openstack-infra | 13:06 | |
*** bradjones has quit IRC | 13:17 | |
*** bradjones has joined #openstack-infra | 13:18 | |
*** markvoelker has joined #openstack-infra | 13:20 | |
*** ddieterly has joined #openstack-infra | 13:22 | |
*** tnovacik has joined #openstack-infra | 13:22 | |
openstackgerrit | Guido Günther proposed openstack-infra/jenkins-job-builder: Add Requires for bdist_rpm https://review.openstack.org/150719 | 13:22 |
*** bradjones has quit IRC | 13:23 | |
*** markvoelker has quit IRC | 13:25 | |
*** ddieterly has quit IRC | 13:26 | |
*** bradjones has joined #openstack-infra | 13:26 | |
openstackgerrit | Aleksey Ripinen proposed openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 13:27 |
*** dtantsur|brb is now known as dtantsur | 13:28 | |
*** Ala has quit IRC | 13:30 | |
*** Ala has joined #openstack-infra | 13:34 | |
*** jgjl has quit IRC | 13:34 | |
*** bknudson has joined #openstack-infra | 13:35 | |
*** mase_x200 has quit IRC | 13:35 | |
*** markvoelker has joined #openstack-infra | 13:36 | |
openstackgerrit | Eran Gampel proposed openstack-infra/project-config: Patchset 4 Register DragonFlow stackforge project to the OpenStack CI System https://review.openstack.org/150776 | 13:37 |
*** mriedem_zz is now known as mriedem | 13:37 | |
*** _nadya_ has quit IRC | 13:38 | |
*** mase_x200 has joined #openstack-infra | 13:39 | |
openstackgerrit | Eran Gampel proposed openstack-infra/project-config: Patchset 4 Register DragonFlow stackforge project to the OpenStack CI System https://review.openstack.org/150437 | 13:42 |
*** vigneshvar has quit IRC | 13:42 | |
*** bhunter71 has joined #openstack-infra | 13:43 | |
*** mjturek has joined #openstack-infra | 13:44 | |
*** weshay has joined #openstack-infra | 13:44 | |
openstackgerrit | Ilia Meerovich proposed openstack-infra/jenkins-job-builder: Adding coverage.py publisher for ShiningPanda Plugin https://review.openstack.org/150028 | 13:45 |
*** stevemar has joined #openstack-infra | 13:46 | |
*** bradjones has quit IRC | 13:51 | |
*** mase_x200 has quit IRC | 13:53 | |
*** zzz_pczesno is now known as pczesno | 13:54 | |
openstackgerrit | Barnaby Court proposed openstack-infra/jenkins-job-builder: Enable whitelisting branches with pull request builder https://review.openstack.org/150457 | 13:54 |
*** bradjones has joined #openstack-infra | 13:55 | |
*** Ala has quit IRC | 13:55 | |
rcarrillocruz | hmm | 13:56 |
*** dalgaaf has joined #openstack-infra | 13:56 | |
*** Ala has joined #openstack-infra | 13:56 | |
rcarrillocruz | fungi, clarkb: when you are around, I'd like to get your opinions on https://review.openstack.org/#/c/150264/, change submitter has pushed similar other changes | 13:57 |
rcarrillocruz | i'm not sure if we want to go into the rabbithole of making infra scripts 'portable' for NetBSD and OSX | 13:57 |
fungi | rcarrillocruz: i'm sort of indifferent. those platforms _also_ have bash available, many even install it by default | 13:58 |
rcarrillocruz | bash has some useful bashisms... i'd say people is more comfortable in general to bash than plain sh | 13:58 |
*** talluri has quit IRC | 13:58 | |
rcarrillocruz | do we have an 'official' stance on what infra supported platforms are ? | 13:59 |
clarkb | on the bash front I prefer it to sh these days because bash is bash | 13:59 |
clarkb | I dont mind using better find options though | 13:59 |
rcarrillocruz | i remember a similar discussion in tripleo/devtest script, someone wanted to stick to GNU and sh, etc | 13:59 |
rcarrillocruz | and the consensus was to stick to bash, as it was widely available and had useful constructs that were not available on sh | 14:00 |
clarkb | also I have bo idea why I am awake right now | 14:00 |
openstackgerrit | Eran Gampel proposed openstack-infra/project-config: Register DragonFlow stackforge project to the OpenStack CI System https://review.openstack.org/150437 | 14:00 |
rcarrillocruz | imho, it's a good topic to raise in a meeting, clarify supported platforms of infra scripts/manifests... | 14:00 |
*** mtanino has joined #openstack-infra | 14:03 | |
fungi | it's one thing if someone actually has a platform they're trying to use this on where bash is inconvenient or generally not available, but that should be spelled out in a connected bug report or the commit message or something | 14:03 |
*** dkliban_afk is now known as dkliban | 14:05 | |
fungi | yay! my testing turned up that jjb has grown a py34 incompatibility recently | 14:07 |
openstackgerrit | Aleksey Ripinen proposed openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 14:08 |
fungi | just one test failing, seems to need a fix similar to https://review.openstack.org/142582 | 14:08 |
*** dhritishikhar has quit IRC | 14:08 | |
fungi | so should be quick to patch up | 14:08 |
fungi | er, https://review.openstack.org/128474 i mean | 14:08 |
*** BharatK has quit IRC | 14:10 | |
*** markvoelker has quit IRC | 14:11 | |
mordred | fungi, clarkb, rcarrillocruz: it _is_ a good idea to be explicit about bash in the shebang line if it uses bashisms of course | 14:11 |
mordred | but it seems that patch removes that | 14:12 |
*** ameade_ is now known as ameade | 14:12 | |
*** otter768 has joined #openstack-infra | 14:12 | |
fungi | the risk is that if we claim #!/bin/sh then we need to test with something like posh | 14:14 |
fungi | or checkbashisms or something | 14:14 |
mordred | I just -1'd that | 14:14 |
Mithrandir | dash should generally be fine. Which is what /bin/sh is on ubuntu and debian systems | 14:15 |
mordred | but asked that it be brought up at the next infra meeting | 14:15 |
mordred | I do not feel comfortable supporting compatability patches for platforms I havent' decidced to support | 14:16 |
fungi | Mithrandir: yeah, dash is likely fine even though it technically supports a couple of extensions which aren't strict posix | 14:16 |
clarkb | but dash isnt sh on say arch or osx iirc | 14:16 |
*** otter768 has quit IRC | 14:17 | |
BobBall | Anyone aware of https://review.openstack.org/#/c/142967/ breaking devstack? It's removed auth_host from keystone's conf file which I suspect to be the cause of the XenServer CI breaking as well as my local devstack environments. Any idea why the main CI isn't broken by this as well? | 14:17 |
fungi | mordred: my bigger concern is that it's just a nebulous "portability" patch without actual explanation of where it wants to port for or why | 14:17 |
Mithrandir | the change from export TMPDIR=… to two lines is pointless anyway. | 14:17 |
Mithrandir | only place I know it matters is Solaris < 11 | 14:18 |
BobBall | The breakage is swift can't access "http://keystonehost:35357" because keystonehost isn't defined therefore authentication fails | 14:18 |
Mithrandir | and really, at that point, you have a lot of work to do anyway. | 14:18 |
*** dustins has joined #openstack-infra | 14:18 | |
rcarrillocruz | mordred: nod, that was my point, it opens a precedent that i'm not sure we'd want... | 14:18 |
Mithrandir | that script could use a cleanup function and some other bits anyway, though. | 14:19 |
fungi | worth noting this was proposed as part of a set of similar changes https://review.openstack.org/#/q/status:open+project:openstack-infra/project-config+branch:master+topic:portability,n,z | 14:19 |
rcarrillocruz | 'hey, you accepted this patch on script X to support NetBSD, now let's make ALL infra stuff working on NetBSD' | 14:19 |
Mithrandir | oh, it does that, I'm just blind. | 14:19 |
fungi | rcarrillocruz: i'm not at all opposed to that if someone wants to help implement and support it | 14:19 |
clarkb | BobBall I wpuld start by grabbing swift configs from the logs pf our jobs | 14:20 |
clarkb | see if it is configured the same broken way | 14:20 |
fungi | rcarrillocruz: but it needs to be part of a coordinated effort, not just a shotgun blast of random "portability" patches | 14:20 |
rcarrillocruz | fungi: sure, that's why i think it would be good to clarify what's supported and what's not. If we are open to support platforms other than Linux, then i'm ok with those patched | 14:20 |
rcarrillocruz | ++ | 14:20 |
*** mattfarina has joined #openstack-infra | 14:21 | |
BobBall | clarkb: It is - auth_host in http://logs.openstack.org/67/142967/8/gate/gate-tempest-dsvm-full/7030661/logs/etc/swift/proxy-server.conf.txt.gz is set to "keystonehost" | 14:21 |
yolanda | cosita | 14:22 |
nibalizer | rcarrillocruz: i dislike the argument that /bin/sh is more standard very much | 14:22 |
yolanda | uups, wrong window | 14:22 |
nibalizer | /bin/bash is just more consistent across platforms | 14:23 |
BobBall | (FYI that log was from the passing run for the changeset I'm worried about) | 14:23 |
nibalizer | for instance /bin/sh's read doesn't do -r on solaris | 14:23 |
nibalizer | not that anyone should be running anything on solaris | 14:23 |
nibalizer | i mean, unless you're into that sort of thing | 14:23 |
clarkb | BobBall is swift setup to do keystone auth? I honestly know very little about swift and its auth options | 14:23 |
* rcarrillocruz worked as SW Support engineer in a software that ran in all range of Unix in a previous job and had a hard time figuring out differences... | 14:25 | |
*** yamamoto_ has joined #openstack-infra | 14:25 | |
*** salv-orlando has quit IRC | 14:26 | |
BobBall | clarkb: Yes, I believe so. I'm equally stumbling in the dark here because I haven't found a trace that shows me where it's using keystonehost :/ Very confused. Oh... Unless... hang on. | 14:26 |
*** salv-orlando has joined #openstack-infra | 14:26 | |
BobBall | no... same versions of keystonemiddleware/client... | 14:27 |
*** jerryz has joined #openstack-infra | 14:28 | |
*** yfried__ is now known as yfried|afk | 14:30 | |
*** teran_ has joined #openstack-infra | 14:32 | |
*** teran has quit IRC | 14:35 | |
*** teran_ has quit IRC | 14:36 | |
*** teran has joined #openstack-infra | 14:36 | |
*** homeless has joined #openstack-infra | 14:38 | |
openstackgerrit | Flavio Percoco proposed openstack-infra/project-config: Fix oslo.messaging experimental jobs https://review.openstack.org/150795 | 14:39 |
*** dimtruck is now known as zz_dimtruck | 14:39 | |
*** mfink_ has joined #openstack-infra | 14:42 | |
*** bradjones has quit IRC | 14:42 | |
*** sabeen1 has joined #openstack-infra | 14:42 | |
*** dims has joined #openstack-infra | 14:43 | |
*** bradjones has joined #openstack-infra | 14:44 | |
*** dustins_ has joined #openstack-infra | 14:45 | |
openstackgerrit | Merged openstack-infra/puppet-elasticsearch: Add standard puppet module files and .gitreview https://review.openstack.org/148119 | 14:45 |
*** yfried|afk is now known as yfried__ | 14:46 | |
*** mjturek has quit IRC | 14:46 | |
*** dustins has quit IRC | 14:47 | |
*** r-daneel has joined #openstack-infra | 14:48 | |
*** r-daneel has quit IRC | 14:48 | |
*** r-daneel has joined #openstack-infra | 14:48 | |
*** dustins_ has quit IRC | 14:49 | |
*** jgrimm is now known as zz_jgrimm | 14:49 | |
*** dustins has joined #openstack-infra | 14:49 | |
*** yamamoto_ has quit IRC | 14:50 | |
*** tonytan4ever has joined #openstack-infra | 14:51 | |
*** gema has quit IRC | 14:52 | |
dhellmann | mriedem, sdague, fungi: What's the state of capping requirements in stable branches? Are we still doing those one by one, or should we try capping them all again? (sorry about the oslo.messaging thing, I was out for dinner last night) | 14:53 |
*** mjturek has joined #openstack-infra | 14:54 | |
*** yamamoto_ has joined #openstack-infra | 14:55 | |
*** gampel has joined #openstack-infra | 14:55 | |
*** EmilienM is now known as EmilienM|afk | 14:55 | |
*** amitgandhinz has joined #openstack-infra | 14:55 | |
mriedem | dhellmann: i was out last week so i'm behind on the status, i'd probably ask ihrachyshka or adam_g | 14:56 |
clarkb | rebooting es02 now | 14:56 |
*** gampel has quit IRC | 14:57 | |
*** yfried__ has quit IRC | 14:58 | |
*** dhritishikhar has joined #openstack-infra | 14:59 | |
ihrachyshka | dhellmann, there is an attempt to cap stuff: https://review.openstack.org/#/c/147451/4/global-requirements.txt | 15:00 |
dhellmann | ihrachyshka: looks like the tests are failing? | 15:01 |
*** yamamoto_ has quit IRC | 15:01 | |
dhellmann | mriedem: ack, thanks | 15:01 |
*** mestery has quit IRC | 15:01 | |
clarkb | ok we should be patched on all es nodes and cluster is recovering | 15:01 |
fungi | dhellmann: i believe yesterday's oslo.messaging and python-barbicanclient releases broke juno and/or icehouse | 15:01 |
*** tmcpeak has joined #openstack-infra | 15:01 | |
fungi | by adding new requirements | 15:01 |
mriedem | ihrachyshka: dhellmann: rechecked | 15:02 |
dhellmann | fungi: yeah, that's what I figured | 15:02 |
mriedem | should be fixed by the eventlet cap from sdague last night | 15:02 |
mriedem | or what fungi said ^ :) | 15:02 |
ihrachyshka | mriedem, it will still fail I guess due to suds (see Issues section in commit message) | 15:02 |
*** mohitsharma has quit IRC | 15:02 | |
*** mohitsharma has joined #openstack-infra | 15:02 | |
dhellmann | fungi: at one point I tried capping oslo, but that broke some other things. It looks like ihrachyshka and jogo are working on it now, so I'm checking to see if I can help | 15:02 |
sdague | so, my change was a spot fix last night | 15:02 |
*** patrickeast has joined #openstack-infra | 15:02 | |
*** salv-orlando has quit IRC | 15:02 | |
*** mohitsharma has quit IRC | 15:03 | |
*** isaacb has quit IRC | 15:03 | |
sdague | but I agree that capping all at once is probably the only sane thing to do | 15:03 |
*** abhirc has joined #openstack-infra | 15:03 | |
sdague | long term | 15:03 |
ihrachyshka | dhellmann, me? not really working, I expected someone else would magically fix it :) | 15:03 |
dhellmann | ihrachyshka: oh, fine, be like me ;-) | 15:03 |
*** MaxV has quit IRC | 15:03 | |
ihrachyshka | best community practices | 15:03 |
sdague | our code is important to you... please hold for the next available magic fairy.... expected wait time is currently 6 months | 15:04 |
dhellmann | sdague: now that most of the namespace stuff is done, I may have time to dig in a bit more again. Is jogo leading the current effort? | 15:04 |
dhellmann | sdague: lol | 15:04 |
*** sabeen3 has joined #openstack-infra | 15:04 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out zuul module https://review.openstack.org/150712 | 15:04 |
sdague | dhellmann: I think he was looking at i | 15:05 |
sdague | it | 15:05 |
* fungi totally believes in magic code fairies | 15:05 | |
sdague | I'll ask him today | 15:05 |
*** sabeen1 has quit IRC | 15:05 | |
sdague | fungi: do they steal your teeth? | 15:05 |
fungi | sdague: sadly, but they leave test coverage under your pillow | 15:05 |
dhellmann | sdague: ok, I'll check back later today when the west coast is online -- you're at the nova midcycle still, right? | 15:06 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Support script text override for newer develop https://review.openstack.org/150803 | 15:06 |
BobBall | clarkb: FYI, current theory is that https://review.openstack.org/#/c/142967/ has broken swift, but the DVSM jobs use local storage to back glance rather than uploading to swift, so didn't hit this. Thanks to jordanP for helping understand that one. | 15:08 |
openstackgerrit | Mehdi Abaakouk proposed openstack-infra/project-config: oslo.messaging: Setup devstack QPID correctly https://review.openstack.org/150731 | 15:08 |
clarkb | huh I thought we used swift to back glance in the gate | 15:09 |
BobBall | heh... I just confirmed that you do. | 15:09 |
*** teran_ has joined #openstack-infra | 15:09 | |
* BobBall goes back to the drawing board with jordanP :) | 15:09 | |
*** _nadya_ has joined #openstack-infra | 15:10 | |
clarkb | http://logs.openstack.org/67/142967/8/check/check-tempest-dsvm-full/113a28d/logs/etc/glance/glance-api.conf.txt.gz ya default store there is swift | 15:10 |
*** dmsimard_away is now known as dmsimard | 15:10 | |
* BobBall was sure that was the winner :( | 15:10 | |
*** bdpayne has joined #openstack-infra | 15:11 | |
sdague | dhellmann: yeh | 15:11 |
*** heyongli has quit IRC | 15:11 | |
mordred | mriedem: jogo dhellmann clarkb ^^ | 15:12 |
*** dhritishikhar has quit IRC | 15:12 | |
*** zz_dimtruck is now known as dimtruck | 15:12 | |
mordred | patch for novoa pbr script issue | 15:13 |
clarkb | mordred: will that work with older setuptools? | 15:13 |
sileht | sdague, I'm trying to finish the funcionnal gate jobs for olso.messaging, I have sucessfully run this tests for rabbit, now I try to setup QPID correctly in gate, can you take a look on: https://review.openstack.org/#/c/150731/, thanks in advance | 15:13 |
mriedem | clarkb: there are definitely glance/swift interactions for uploading volumes | 15:13 |
clarkb | looks like it just imports and overrides assuming that is valid for older setuptools | 15:13 |
*** teran has quit IRC | 15:13 | |
mriedem | clarkb: those intermittently fail in swift, then return error to glance which then fails back to cinder | 15:13 |
mriedem | was just looking at one of those in the pg job yesterday | 15:14 |
mriedem | BobBall: ^ | 15:14 |
*** koolhead17 has joined #openstack-infra | 15:14 | |
*** koolhead17 has joined #openstack-infra | 15:14 | |
*** heyongli has joined #openstack-infra | 15:14 | |
BobBall | mriedem: Did you dig enough to see if they are related to auth_host being "keystonehost" which isn't resolvable? | 15:15 |
mriedem | BobBall: don't think so, but sec, i can find a link | 15:15 |
mriedem | BobBall: http://logs.openstack.org/33/150333/1/gate/gate-tempest-dsvm-postgres-full/bbd7eb9/logs/screen-g-api.txt.gz?level=TRACE#_2015-01-27_13_30_24_121 | 15:16 |
clarkb | mtreinish: by the way subunit workers breaking with DBDuplicateEntry | 15:16 |
BobBall | Certainly my logstash search doesn't find anything with "https://keystonehost:35357" which is my failure string | 15:16 |
*** e0ne is now known as e0ne_ | 15:16 | |
*** e0ne_ is now known as e0ne | 15:16 | |
mriedem | BobBall: client read timed out in swift proxy logs: proxy-server: ERROR Client read timeout (60s) (txn: tx884c86edf96d416cbba09-0054c79284) (client_ip: 127.0.0.1) proxy-server: 127.0.0.1 127.0.0.1 27/Jan/2015/13/30/15 PUT /v1/AUTH_2b9a92121dbc4e509dbabd2d960a980b/glance/ec67654b-a0dd-4105-b2eb-031517a8dce0 HTTP/1.0 408 - python-swiftclient-2.3.1 MIIT-wYJKoZI... 998899712 116 - tx884c86edf96d416cbba09-0054c79284 - 98.4547 - | 15:17 |
mriedem | http://logs.openstack.org/33/150333/1/gate/gate-tempest-dsvm-postgres-full/bbd7eb9/logs/screen-s-proxy.txt.gz | 15:17 |
BobBall | Ah - yes - that's not the issue I'm tracking | 15:17 |
mriedem | BobBall: yeah, the read timeout is an ooold issue | 15:17 |
*** isaacb has joined #openstack-infra | 15:17 | |
mriedem | ever since swiftclient and glanceclient moved to requests their connection pools have had issues (i think with streaming large blobs) and things timeout | 15:18 |
mriedem | https://bugs.launchpad.net/python-glanceclient/+bug/1341777 | 15:18 |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:18 | |
*** ZZelle has joined #openstack-infra | 15:20 | |
*** dustins has quit IRC | 15:21 | |
mordred | clarkb: good question - what version of setuptools do we declare support for? | 15:22 |
clarkb | mordred: we don't because its setuptools | 15:22 |
clarkb | so far we have managed to support everything since the merge I think | 15:22 |
*** koolhead17 has quit IRC | 15:22 | |
clarkb | not that that is actually tested | 15:23 |
*** bdpayne_ has joined #openstack-infra | 15:24 | |
*** timcline has joined #openstack-infra | 15:25 | |
*** timcline has quit IRC | 15:25 | |
*** timcline has joined #openstack-infra | 15:26 | |
*** signed8bit has joined #openstack-infra | 15:26 | |
*** bknudson has quit IRC | 15:27 | |
*** jcoufal_ has joined #openstack-infra | 15:27 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out gerrit module https://review.openstack.org/150814 | 15:28 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-gerrit as split out module https://review.openstack.org/150815 | 15:28 |
*** bdpayne has quit IRC | 15:28 | |
*** prad has joined #openstack-infra | 15:29 | |
clarkb | mtreinish: ok it looks like subunit workers use the jenkins job uuid as a primary key in the runs table | 15:29 |
clarkb | mtreinish: and that is where we are getting duplicates somehow | 15:29 |
*** berendt has joined #openstack-infra | 15:29 | |
clarkb | jeblair: any idea how jenkins jobs might share uuids? is that possible when restarting zuul? | 15:29 |
*** pblaho has joined #openstack-infra | 15:29 | |
*** jcoufal has quit IRC | 15:30 | |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Remove use of setuptools internals for scripts https://review.openstack.org/150817 | 15:30 |
*** MaxV has joined #openstack-infra | 15:31 | |
mordred | clarkb: I do not believe we support old setuptools actually - but I'll investigate | 15:31 |
*** abhirc has quit IRC | 15:32 | |
*** liusheng has quit IRC | 15:33 | |
mordred | also - there's another patch which removes the pieces we were using that broke when 12 came out | 15:33 |
clarkb | mtreinish: jeblair fwiw I have restarted the subunit worker again hopingit consumes the duplicate events from teh queue and moves on | 15:33 |
clarkb | mtreinish: jeblair which should be fine if they are real duplicates as those runs should alrady be in the db | 15:33 |
mordred | I'm am 100% certain that will not work with <12 - so we probably want to think about what we feel we need to support | 15:33 |
mordred | I _can) support bothIm pretty sure | 15:34 |
*** liusheng has joined #openstack-infra | 15:34 | |
clarkb | hrm a lot more duplicates than I expected. This probably needs more rigorous debugging | 15:34 |
clarkb | mordred: ideally we would support a reasonably old setuptools simply so that if you pip install X that depends on pbr you don't always have to update setuptools first | 15:35 |
openstackgerrit | Filip Blaha proposed openstack-infra/project-config: Functional tests job for policy enforcement https://review.openstack.org/150401 | 15:35 |
clarkb | updating setuptools to latest always is a not very user friendly requirement | 15:35 |
*** andreaf is now known as andreaf_ | 15:35 | |
ihrachyshka | sdague, have a sec for me? I have a qucik question on grenade | 15:36 |
*** amotoki_ has joined #openstack-infra | 15:36 | |
ihrachyshka | sdague, grenade fails for a patch in master probably since new requirements are not applied after upgrade, so a library is missing, and we fail. isn't it supposed to update reqs? | 15:37 |
*** jerryz has quit IRC | 15:37 | |
*** mpaolino has joined #openstack-infra | 15:37 | |
fungi | clarkb: do you have an example of a duplicated id? | 15:38 |
clarkb | fungi: DBDuplicateEntry: (IntegrityError) (1062, "Duplicate entry '5462cede5d3847dd8a0dff0166e6d41d' for key 'PRIMARY'") for example | 15:38 |
*** amotoki_ has quit IRC | 15:39 | |
clarkb | in INSERT INTO runs (...) | 15:39 |
*** abhirc has joined #openstack-infra | 15:39 | |
*** Sukhdev has joined #openstack-infra | 15:39 | |
fungi | searching zuul debug logs for it | 15:40 |
openstackgerrit | Timothy R. Chavez proposed openstack-infra/zuul: Add a dequeue command https://review.openstack.org/95035 | 15:40 |
*** wenlock has joined #openstack-infra | 15:40 | |
*** talluri has joined #openstack-infra | 15:41 | |
timrc | jesusaurus, jeblair I removed the related_change thing I did and tried to fix up the test, but something is missing as creating a C -> B -> A dependency tree in 'gate' pipeline and then dequeing A does not dequeue B and C | 15:41 |
*** tkelsey has joined #openstack-infra | 15:42 | |
tkelsey | hello infra-folks :) have some questions about PyPI if anyone here can help that would be awesome | 15:43 |
*** MaxV has quit IRC | 15:43 | |
fungi | tkelsey: ask the question and if someone knows the answer they'll help | 15:43 |
*** MaxV has joined #openstack-infra | 15:43 | |
*** woodster_ has quit IRC | 15:43 | |
clarkb | zaro: ndipanov over in the nova channel points out that gerrit UI says https://review.openstack.org/#/c/98608/ has a -1 from Chris but its actually a -2 according to the log and if you query the change over ssh it shows up as a -2 | 15:44 |
clarkb | zaro: is that a known bug? | 15:44 |
jeblair | clarkb, mtreinish: perhaps if zuul detects a job error from jenkins and restarts it, it uses the same uuid. and perhaps if the errored job got far enough to cause the subunit worker to process the result, it would end up in the table. i would look for the uuid in the zuul log and see if that's the case. | 15:44 |
tkelsey | im looking at the bandit project specifically, I would like to upload it as a versioned package to PyPI and want to know if there is any special infra-related stuff i should know about | 15:44 |
clarkb | jeblair: cool will do | 15:44 |
timrc | I'm going to assume I'm setting up the test wrong :( | 15:44 |
*** garyh has joined #openstack-infra | 15:44 | |
*** timrc is now known as timrc-afk | 15:44 | |
timrc-afk | brb | 15:44 |
jeblair | clarkb: chris is not in nova-core | 15:45 |
jeblair | clarkb: (anymore) | 15:45 |
clarkb | jeblair: correct, chris was at the time | 15:45 |
openstackgerrit | Monty Taylor proposed openstack-dev/pbr: Remove use of setuptools internals for scripts https://review.openstack.org/150817 | 15:45 |
clarkb | jeblair: and the vote is still a -2 | 15:45 |
clarkb | jeblair: so not sure why the ui renders it as a -1 | 15:45 |
jeblair | clarkb: i believe because it's "really" a -1 now. it's mapped down to match his current perms | 15:45 |
*** pcrews has joined #openstack-infra | 15:46 | |
jeblair | clarkb: so i think the bug is perhaps that it shows as -2 over ssh | 15:46 |
clarkb | jeblair: I see | 15:46 |
*** koolhead17 has joined #openstack-infra | 15:46 | |
*** bknudson has joined #openstack-infra | 15:47 | |
*** markvoelker has joined #openstack-infra | 15:47 | |
*** cdent has joined #openstack-infra | 15:47 | |
*** bradjones has quit IRC | 15:47 | |
*** harlowja_away has quit IRC | 15:49 | |
*** woodster_ has joined #openstack-infra | 15:49 | |
*** baoli has joined #openstack-infra | 15:49 | |
*** bradjones has joined #openstack-infra | 15:49 | |
*** hj-hp has joined #openstack-infra | 15:50 | |
*** radez_g0n3 is now known as radez | 15:51 | |
dhellmann | mordred: how are we declaring our dependency on setuptools now? can we be sure of that version in the wild? | 15:51 |
*** baoli has quit IRC | 15:52 | |
*** dangers_away is now known as dangers | 15:52 | |
*** baoli has joined #openstack-infra | 15:53 | |
clarkb | jeblair: mtreinish zuul definitely ran the job once. further inspection of the subunit worker logs implies the event was in the gearman queue twice | 15:53 |
*** gokrokve has joined #openstack-infra | 15:54 | |
clarkb | lookingat the gearman client side we definitely have >1 connection per jenkins master | 15:54 |
*** e0ne has quit IRC | 15:54 | |
clarkb | which may lead to receiving the jenkins event twice and publishing to gearman twice? | 15:55 |
*** dims has quit IRC | 15:55 | |
fungi | clarkb: it looks like chris was removed from nova-core, which might explain it | 15:55 |
clarkb | fungi: ya I think that explains the oddity but not why ssh and http don't agree on the value | 15:55 |
clarkb | I am going to kick the gearman client so that it will have a single jenkins connection per master | 15:55 |
fungi | gerrit will remove/downgrade votes in the webui if the acl doesn't allow the vote recorded for you in the db | 15:56 |
clarkb | but not via ssh | 15:56 |
clarkb | ok so bug is likely in the ssh output then | 15:56 |
annegentle | ttx: When rebasing against a series of patches like the governance one at https://review.openstack.org/#/c/150030/ I'm not sure whether I leave all four "pick" lines alone? Seems like the right thing to do but I haven't had to do this before. | 15:56 |
fungi | and now that i'm caught up on scrollback i see this was more or less already discussed | 15:56 |
*** koolhead17 has quit IRC | 15:56 | |
annegentle | ttx: or am I squashing into my commit? | 15:57 |
annegentle | ttx: oh heck I'll just try it and see what happens :) | 15:58 |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Split out redis module https://review.openstack.org/150828 | 15:58 |
*** isaacb has quit IRC | 15:58 | |
*** EmilienM|afk is now known as EmilienM | 15:58 | |
*** salv-orlando has joined #openstack-infra | 15:58 | |
clarkb | annegentle: if you just want to add a new commit atop the others leave them as pick | 15:58 |
clarkb | annegentle: use squash if ou want to end up with combined commits at the end | 15:58 |
annegentle | clarkb: it was already based on other commits, so I think it was already "uncombined" or unsquashed. so I left it that way. | 15:58 |
*** tkelsey has quit IRC | 15:59 | |
annegentle | clarkb: thanks though :) I always have git hesitation and you all help me out | 15:59 |
annegentle | git hesitation, the new hypochondria | 15:59 |
clarkb | the best part is git usually allows you to undo whatever ou might have done :) | 16:00 |
*** tobiash_ has quit IRC | 16:00 | |
openstackgerrit | Kurt Taylor proposed openstack-infra/project-config: Add puppet-bup as split out module https://review.openstack.org/150830 | 16:01 |
*** david-lyle_afk is now known as david-lyle | 16:01 | |
*** pblaho_ has joined #openstack-infra | 16:02 | |
*** pblaho has quit IRC | 16:02 | |
*** unicell has quit IRC | 16:02 | |
*** salv-orlando has quit IRC | 16:03 | |
*** BharatK has joined #openstack-infra | 16:04 | |
*** dhritishikhar has joined #openstack-infra | 16:05 | |
*** amrith is now known as _amrith_ | 16:06 | |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Split out openstackid module https://review.openstack.org/150831 | 16:06 |
*** reed has joined #openstack-infra | 16:06 | |
*** ddieterly has joined #openstack-infra | 16:06 | |
*** _amrith_ is now known as amrith | 16:07 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-openstackid as split out module https://review.openstack.org/149994 | 16:07 |
*** liusheng has quit IRC | 16:08 | |
*** liusheng has joined #openstack-infra | 16:09 | |
*** mestery has joined #openstack-infra | 16:10 | |
*** jgallard_ has joined #openstack-infra | 16:10 | |
clarkb | OHHHHH I figured it out \o/ | 16:10 |
*** jistr has quit IRC | 16:11 | |
clarkb | we have two testrepositories for grenade jobs | 16:11 |
clarkb | mtreinish: ^ your primary key is not unique enough | 16:11 |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Split out redis module https://review.openstack.org/150828 | 16:11 |
clarkb | ok I feel like maybe I am getting useful things done this morning even though I haven't helped with the sprint yet | 16:12 |
*** jistr has joined #openstack-infra | 16:12 | |
fungi | clarkb: agreed, i find no actual duplication of the id sample you provided in the debug logs | 16:12 |
*** armax has joined #openstack-infra | 16:12 | |
fungi | looks like zuul only ever assigned and used it once | 16:13 |
clarkb | fungi: ya I am 99% sure that something must've changed in how we testrepository recently resulting in non unique primary keys as used | 16:13 |
*** otter768 has joined #openstack-infra | 16:13 | |
*** ddieterly has quit IRC | 16:13 | |
*** tobiash has joined #openstack-infra | 16:14 | |
*** afazekas has quit IRC | 16:16 | |
openstackgerrit | Marton Kiss proposed openstack-infra/project-config: Add puppet-redis as split out module https://review.openstack.org/149953 | 16:16 |
*** otter768 has quit IRC | 16:17 | |
openstackgerrit | Mehdi Abaakouk proposed openstack-infra/project-config: oslo.messaging: Setup devstack QPID correctly https://review.openstack.org/150731 | 16:20 |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Split out drupal module https://review.openstack.org/150834 | 16:21 |
openstackgerrit | Marton Kiss proposed openstack-infra/project-config: Add puppet-drupal as split out module https://review.openstack.org/150115 | 16:22 |
*** rlandy has quit IRC | 16:23 | |
*** bradjones has quit IRC | 16:23 | |
*** ddieterly has joined #openstack-infra | 16:24 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Remove recheckwatch module https://review.openstack.org/140431 | 16:25 |
*** bradjones has joined #openstack-infra | 16:26 | |
mordred | dhellmann, clarkb: my latest patch to pbr should support all the setuptoolses | 16:27 |
*** avozza is now known as zz_avozza | 16:28 | |
*** mescanef has quit IRC | 16:28 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-logstash as split out module https://review.openstack.org/150706 | 16:28 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-nodepool as split out module https://review.openstack.org/150714 | 16:28 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-meetbot as split out module https://review.openstack.org/150699 | 16:28 |
mordred | dstufft: I'm on a really crappy link right now, but I'd like to chat at some point about adding an entry point (or something) to setuptools that would let us declare an override for easy_install.ScriptWriter.template | 16:29 |
*** isaacb has joined #openstack-infra | 16:29 | |
*** bswartz has joined #openstack-infra | 16:29 | |
mordred | dstufft: or, possibly better yet - to allow specification of an override to ScriptWriter - but I can't really figure out a non-clunky way to specify that without having it be global for all things installed (Which seems rude) | 16:30 |
*** salv-orlando has joined #openstack-infra | 16:30 | |
openstackgerrit | Merged openstack/requirements: attempt to install all of global requirements https://review.openstack.org/147660 | 16:30 |
*** skolekonov has quit IRC | 16:31 | |
*** CIBuilds_ has joined #openstack-infra | 16:33 | |
*** mpaolino has quit IRC | 16:35 | |
jeblair | krotscheck: storyborad says "Progress" instead of "In Progress". is that intentional? (i find it confusing -- like "click here to see progress") | 16:37 |
*** isviridov is now known as isviridov_away | 16:37 | |
*** tobiash has quit IRC | 16:37 | |
*** markus_z has quit IRC | 16:37 | |
*** ihrachyshka has quit IRC | 16:37 | |
*** mpaolino has joined #openstack-infra | 16:38 | |
*** tobiash has joined #openstack-infra | 16:38 | |
*** timrc-afk is now known as timrc | 16:40 | |
*** dizquierdo has quit IRC | 16:40 | |
*** bknudson has quit IRC | 16:41 | |
*** ildikov has quit IRC | 16:41 | |
*** tobiash has quit IRC | 16:42 | |
*** tobiash has joined #openstack-infra | 16:42 | |
*** melwitt has joined #openstack-infra | 16:44 | |
*** packet has joined #openstack-infra | 16:44 | |
fungi | it needs spinning wheels of progress | 16:44 |
*** andreaf has joined #openstack-infra | 16:44 | |
*** zz_jgrimm is now known as jgrimm | 16:44 | |
*** coolsvap is now known as coolsvap|afk | 16:45 | |
openstackgerrit | Thierry Carrez proposed openstack-infra/release-tools: Support neutron advanced services https://review.openstack.org/150845 | 16:50 |
*** mpaolino has quit IRC | 16:50 | |
*** unicell has joined #openstack-infra | 16:52 | |
jogo | dhellmann: I dig into things a bit, but got side tracked with nova mid cycle. | 16:52 |
jogo | dhellmann: what broke when you tried capping oslo? | 16:52 |
jogo | mordred: having fun with setuptools :) | 16:53 |
*** rmcall has joined #openstack-infra | 16:53 | |
*** jlibosva has quit IRC | 16:54 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-meetbot as split out module https://review.openstack.org/150699 | 16:55 |
jogo | dhellmann: because I was thinking as a first pass capping everything in globalreqs but not the deps -- as that is a lot more complex | 16:55 |
jogo | dhellmann: but not sure how much that will help | 16:55 |
*** dims has joined #openstack-infra | 16:55 | |
*** unicell has quit IRC | 16:56 | |
*** unicell has joined #openstack-infra | 16:56 | |
*** unicell has quit IRC | 16:57 | |
*** unicell1 has joined #openstack-infra | 16:57 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-logstash as split out module https://review.openstack.org/150706 | 16:57 |
*** yamahata has joined #openstack-infra | 16:57 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-nodepool as split out module https://review.openstack.org/150714 | 16:57 |
*** marun has joined #openstack-infra | 16:58 | |
*** tjones1 has joined #openstack-infra | 16:59 | |
*** BharatK has quit IRC | 17:00 | |
*** zz_avozza is now known as avozza | 17:01 | |
*** andreaf has quit IRC | 17:02 | |
*** yolanda has quit IRC | 17:03 | |
*** yolanda has joined #openstack-infra | 17:04 | |
*** yolanda has quit IRC | 17:04 | |
*** yolanda has joined #openstack-infra | 17:05 | |
*** rwsu-afk is now known as rwsu | 17:05 | |
*** tkelsey has joined #openstack-infra | 17:05 | |
*** unicell1 is now known as unicell | 17:06 | |
*** unicell has joined #openstack-infra | 17:06 | |
*** avozza is now known as zz_avozza | 17:08 | |
*** wendar_ is now known as wendar | 17:09 | |
*** jistr has quit IRC | 17:10 | |
*** hdd has joined #openstack-infra | 17:10 | |
*** isaacb has quit IRC | 17:10 | |
*** che-arne has quit IRC | 17:11 | |
*** dtantsur is now known as dtantsur|afk | 17:11 | |
*** pblaho_ has quit IRC | 17:13 | |
*** gyee has joined #openstack-infra | 17:13 | |
*** pblaho_ has joined #openstack-infra | 17:13 | |
*** mpaolino has joined #openstack-infra | 17:13 | |
*** hj-hp has quit IRC | 17:15 | |
*** jaypipes has joined #openstack-infra | 17:16 | |
*** andreaf has joined #openstack-infra | 17:16 | |
*** heyongli has quit IRC | 17:16 | |
anteaya | so I made it to the cinder meetup to learn they talked about third party stuff yesterday while I was at nova | 17:17 |
*** jaypipes has quit IRC | 17:17 | |
anteaya | I can't help but feeling there has been an effort to do an end run around me | 17:17 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-redis as split out module https://review.openstack.org/149953 | 17:17 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-drupal as split out module https://review.openstack.org/150115 | 17:17 |
*** heyongli has joined #openstack-infra | 17:18 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-askbot as a separate puppet module https://review.openstack.org/150036 | 17:18 |
*** jaypipes has joined #openstack-infra | 17:19 | |
*** tiswanso has joined #openstack-infra | 17:21 | |
*** hj-hp has joined #openstack-infra | 17:21 | |
*** EmilienM is now known as EmilienM|afk | 17:22 | |
*** mkoderer_cloud has quit IRC | 17:22 | |
*** Sukhdev has quit IRC | 17:23 | |
*** jgallard_ has quit IRC | 17:24 | |
openstackgerrit | James Graf proposed openstack-infra/jenkins-job-builder: Add support for Job DSL plugin for Groovy-based job and view creation and management https://review.openstack.org/150112 | 17:24 |
anteaya | I had to state that publicly as my response was blocking me from finding the tone of the room | 17:24 |
*** talluri has quit IRC | 17:25 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-nodepool as split out module https://review.openstack.org/150850 | 17:25 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out Asterisk module https://review.openstack.org/150851 | 17:26 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out cgit module https://review.openstack.org/150852 | 17:26 |
*** armax has quit IRC | 17:26 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-asterisk as split out module https://review.openstack.org/150850 | 17:26 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out subversion module https://review.openstack.org/150853 | 17:27 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for cgit puppet module https://review.openstack.org/150854 | 17:28 |
*** salv-orlando has quit IRC | 17:28 | |
*** kurtmartin has joined #openstack-infra | 17:28 | |
*** tnovacik has quit IRC | 17:29 | |
*** salv-orlando has joined #openstack-infra | 17:29 | |
*** arxcruz has quit IRC | 17:29 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out statusbot module https://review.openstack.org/150857 | 17:31 |
*** talluri has joined #openstack-infra | 17:32 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out sudoers module https://review.openstack.org/150858 | 17:33 |
*** Ryan_Lane has joined #openstack-infra | 17:33 | |
*** salv-orlando has quit IRC | 17:34 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out iptables https://review.openstack.org/150859 | 17:34 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-iptables as split out module https://review.openstack.org/150860 | 17:34 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out tmpreaper module https://review.openstack.org/150861 | 17:34 |
*** unicell1 has joined #openstack-infra | 17:34 | |
*** unicell has quit IRC | 17:35 | |
*** unicell1 has quit IRC | 17:35 | |
*** harlowja_at_home has joined #openstack-infra | 17:35 | |
*** unicell has joined #openstack-infra | 17:35 | |
*** sdake has quit IRC | 17:35 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add puppet-iptables as split out module https://review.openstack.org/150860 | 17:37 |
*** liusheng has quit IRC | 17:38 | |
*** liusheng has joined #openstack-infra | 17:39 | |
mtreinish | clarkb: oh, sigh... | 17:39 |
mtreinish | clarkb: I guess we can just revert that zuul uuid patch on the gearman worker | 17:39 |
*** HeOS has quit IRC | 17:40 | |
mtreinish | clarkb: there is definitely a unique constraint on that id column for the runs table which would explain that error | 17:40 |
*** pblaho_ has quit IRC | 17:40 | |
jeblair | failed: [git02.openstack.org] => {"changed": false, "disabled": false, "error": true, "rc": 1} | 17:41 |
jeblair | stdout: Notice: Run of Puppet configuration client already in progress; skipping (/var/lib/puppet/state/agent_catalog_run.lock exists) | 17:41 |
openstackgerrit | Matthew Treinish proposed openstack-infra/system-config: Revert "Add support to the subunit workers to reuse zuul uuids" https://review.openstack.org/150865 | 17:41 |
jeblair | fungi, clarkb, mordred: ^ | 17:41 |
jeblair | fungi, clarkb, mordred: there is definitely a puppet run still happening on there... | 17:42 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-logstash: Add standard puppet module files and .gitreview https://review.openstack.org/150866 | 17:42 |
*** talluri has quit IRC | 17:43 | |
jeblair | fungi, clarkb, mordred: there is no indication in ansible that the previous run failed | 17:43 |
*** harlowja_at_home has quit IRC | 17:43 | |
jeblair | mordred: it would be helpful if the run_all log had timestamps | 17:43 |
*** belmoreira has quit IRC | 17:43 | |
openstackgerrit | Marton Kiss proposed openstack-infra/puppet-openstackid: Add standard puppet module files and .gitreview https://review.openstack.org/150870 | 17:44 |
fungi | weird | 17:44 |
*** BobBall is now known as BobBall_AWOL | 17:45 | |
*** tonytan4ever has quit IRC | 17:45 | |
fungi | no puppet processes on it now | 17:45 |
BobBall_AWOL | Does anyone know jamielennox|away's typically hours? | 17:45 |
*** kgiusti has joined #openstack-infra | 17:45 | |
jeblair | it's root 30617 0.0 0.0 11004 1332 ? Ss 17:18 0:00 /usr/bin/git fetch origin | 17:45 |
jeblair | fungi: yeah it timed out | 17:45 |
*** tonytan4ever has joined #openstack-infra | 17:46 | |
jeblair | fungi: i was able to strace it and found that it was calling wait4() on that pid ^ | 17:46 |
*** tqtran has joined #openstack-infra | 17:46 | |
*** talluri has joined #openstack-infra | 17:46 | |
jeblair | so basically, it seems like puppet got stuck on a git process, and ansible gave up on it and continued, yet considered it a successful run | 17:46 |
*** MaxV has quit IRC | 17:46 | |
jeblair | mordred: ^ so i think we have an ansible puppet issue there | 17:46 |
fungi | i see, trying to update the origin remote for openstack-infra/project-config | 17:46 |
*** MaxV has joined #openstack-infra | 17:47 | |
fungi | we used to see this happen to puppet agent back when it was daemonized and we were cloning things from github | 17:47 |
jeblair | so it should self-correct, though it does mean that when this happens, we could be in that old state where we create a repo in gerrit before it is created on the git servers | 17:47 |
fungi | git would hang indefinitely like this and tie up the agent daemon until someone noticed, logged in and manually killed it (days or weeks later in many cases) | 17:48 |
*** jp_at_hp has quit IRC | 17:48 | |
jeblair | yep -- though now we have it wrapped in timeout | 17:48 |
jeblair | fungi: you saw it disappear because it had just reached the 30m timeout | 17:48 |
fungi | right | 17:48 |
*** liusheng has quit IRC | 17:48 | |
clarkb | mtreinish ya its a primary key :) | 17:48 |
fungi | jeblair: and yeah, i wouldn't be surprised if this gets raced with gerrit and then replication fails | 17:49 |
*** liusheng has joined #openstack-infra | 17:49 | |
*** tonytan4ever has quit IRC | 17:50 | |
*** MaxV has quit IRC | 17:51 | |
*** r-daneel has quit IRC | 17:52 | |
tqtran | can we get more eyes on this patch? https://review.openstack.org/#/c/149036/ Jasmine tests are currently failing on horizon until we can get this patch through. Thanks! | 17:53 |
*** sarob has joined #openstack-infra | 17:54 | |
*** sdake has joined #openstack-infra | 17:55 | |
*** sdake has quit IRC | 17:55 | |
*** sdake has joined #openstack-infra | 17:55 | |
*** doude has quit IRC | 17:55 | |
openstackgerrit | Doug Hellmann proposed openstack/requirements: oslo.messaging & oslo.vmware without namespace pkg https://review.openstack.org/150556 | 17:55 |
*** ddieterly has quit IRC | 17:56 | |
*** doude has joined #openstack-infra | 17:56 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out reviewday module https://review.openstack.org/150873 | 17:56 |
*** ddieterly has joined #openstack-infra | 17:56 | |
mtreinish | clarkb, fungi: https://review.openstack.org/#/c/150865/ | 17:56 |
*** doude has quit IRC | 17:56 | |
mtreinish | I think we'll just have to keep the zuul uuid linkage in the metadata table | 17:57 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Refactor subversion module away https://review.openstack.org/150874 | 17:57 |
*** achanda has joined #openstack-infra | 17:57 | |
*** BharatK has joined #openstack-infra | 17:57 | |
clarkb | mtreinish or make the primary key uuid + something | 17:57 |
*** doug-fish has joined #openstack-infra | 17:57 | |
*** ZZelle_ has joined #openstack-infra | 17:58 | |
dhellmann | sdague, clarkb, jogo: There are 2 patches to finish bumping the minimum requirements of oslo libs to ensure the non-ns pkg is there. https://review.openstack.org/#/c/150556/ and https://review.openstack.org/#/c/150529/ -- if you have time for some +2s today I would appreciate it. | 17:58 |
*** patrickeast has quit IRC | 17:58 | |
*** ildikov has joined #openstack-infra | 17:59 | |
*** dizquierdo has joined #openstack-infra | 17:59 | |
jogo | dhellmann: I don't have global reqs core ^_^ | 17:59 |
dhellmann | jogo: how did we let that happen? Are you interested? It's probably time to review that core team anyway. | 18:00 |
*** rmcall has quit IRC | 18:00 | |
*** kurtmartin has quit IRC | 18:00 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add statusbot as a split out module https://review.openstack.org/150879 | 18:01 |
jogo | dhellmann: *shrug* | 18:01 |
*** jpich has quit IRC | 18:01 | |
jogo | dhellmann: I don't really care either way, I would be happy to help if needed | 18:01 |
mordred | jeblair: that def sounds like a bug ... Timeout should not ==success .. | 18:02 |
dhellmann | jogo: I don't want to sign you up for something you're not interested in, so think about it and let me know | 18:02 |
mordred | jeblair: I just landed, I'll investigate soon | 18:02 |
*** bswartz has quit IRC | 18:02 | |
*** rmcall has joined #openstack-infra | 18:02 | |
*** derekh has quit IRC | 18:03 | |
jogo | dhellmann: I don't actually do a lot of those reqs reviews | 18:03 |
*** erikwilson has joined #openstack-infra | 18:03 | |
*** erikmwilson is now known as Guest26584 | 18:03 | |
*** erikwilson is now known as erikmwilson | 18:03 | |
jogo | let me fix that first | 18:03 |
jeblair | mordred: i do not believe the timeout command was exiting -- it's almost like ansible itself timed-out or gave up on it before it had completed. | 18:03 |
jeblair | mordred: (since "timeout puppet agent ..." was still running on the host) | 18:03 |
*** hj-hp has quit IRC | 18:03 | |
*** mpaolino has quit IRC | 18:04 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-reviewday as split out module https://review.openstack.org/150880 | 18:04 |
mordred | There is also an ansible timeout ... So I'll need to investigate why that didn't mean error | 18:04 |
sdague | jeblair / clarkb / fungi / mordred - https://review.openstack.org/#/c/150626/ - that will give infra core requirements approve permission on stable, and ttx is +1 on it, which I think is the important vote | 18:04 |
clarkb | grr es02 is still derping on recover | 18:06 |
*** armax has joined #openstack-infra | 18:06 | |
clarkb | I am going to give it another hour and if it still hasn't done anything new I will restart the es service | 18:06 |
*** _nadya_ has quit IRC | 18:06 | |
dhellmann | jogo: good plan | 18:07 |
*** ssam2 has quit IRC | 18:07 | |
*** sdake has quit IRC | 18:07 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add sudoers as a split out module https://review.openstack.org/150881 | 18:08 |
CIBuilds_ | Neutron has been failing on each build, are there any config changes i need to make? | 18:09 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add tmpreaper as a split out module https://review.openstack.org/150882 | 18:09 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-meetbot: Add standard puppet module files and .gitreview https://review.openstack.org/150883 | 18:11 |
jeblair | 18:11 < nibalizer> wow storyboard as a tool to quickly add people to subtasks is AMAZING | 18:11 |
jeblair | krotscheck, ttx: ^ | 18:11 |
jeblair | krotscheck, ttx: re https://storyboard.openstack.org/#!/story/302 | 18:11 |
clarkb | jhesketh: I just saw the new swift indexes they look good | 18:11 |
*** hj-hp has joined #openstack-infra | 18:11 | |
krotscheck | Thanks :) | 18:12 |
*** mriedem has quit IRC | 18:12 | |
clarkb | jhesketh: if you get a chance to debug the downloads I will be interested to see what you find. However do we even need that first download anmore? I think the second is the one we are using and the first was for compat? maybe we can reduce it to the first one to at least simplify the number of variables | 18:13 |
clarkb | jhesketh: then debug from there | 18:13 |
*** jedimike has quit IRC | 18:14 | |
*** openstackgerrit has quit IRC | 18:14 | |
*** otter768 has joined #openstack-infra | 18:14 | |
*** openstackgerrit has joined #openstack-infra | 18:14 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-gerrit as split out module https://review.openstack.org/150815 | 18:15 |
*** yfried__ has joined #openstack-infra | 18:15 | |
clarkb | jeblair: ^ | 18:15 |
*** SotK has quit IRC | 18:16 | |
clarkb | jeblair: so next puppet run should create that repo | 18:16 |
*** sarob has quit IRC | 18:16 | |
*** gokrokve has quit IRC | 18:16 | |
*** jcoufal_ has quit IRC | 18:17 | |
CIBuilds_ | https://review.openstack.org/#/c/145565/ was fine, and then https://review.openstack.org/#/c/124917/ (and since then) failed with flake8 syntax errors. Any ideas? | 18:17 |
*** armax has quit IRC | 18:17 | |
*** sdake has joined #openstack-infra | 18:17 | |
*** sdake has quit IRC | 18:17 | |
*** sdake has joined #openstack-infra | 18:17 | |
clarkb | wow elasticsearch. so I toggled the disable_allocation flag and it seems to be moving again on es02 | 18:17 |
*** dannywilson has joined #openstack-infra | 18:17 | |
clarkb | CIBuilds_: you may have better luck with neutron devs? | 18:18 |
clarkb | CIBuilds_: it looks like the tests ran properly they just happened to fail | 18:18 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-nodepool: Add standard puppet module files and .gitreview https://review.openstack.org/150885 | 18:18 |
*** Guest28610 has quit IRC | 18:19 | |
*** otter768 has quit IRC | 18:19 | |
*** SumitNaiksatam has joined #openstack-infra | 18:20 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out ulimit module https://review.openstack.org/150886 | 18:21 |
*** ivar-lazzaro has joined #openstack-infra | 18:22 | |
*** ivar-lazzaro has quit IRC | 18:22 | |
gilliard | sdague (or other) - can you have a look at https://review.openstack.org/#/c/150193/ please | 18:22 |
openstackgerrit | Joe Gordon proposed openstack-infra/project-config: Stop running non-voting docker job on nova https://review.openstack.org/150887 | 18:22 |
*** ivar-lazzaro has joined #openstack-infra | 18:23 | |
gilliard | it's a project-config change to blacklist the last failing test from the cels check job | 18:23 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add ulimit as a split out module https://review.openstack.org/150888 | 18:23 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out unattended_upgrades module https://review.openstack.org/150889 | 18:25 |
*** dannywilson has quit IRC | 18:25 | |
*** dannywilson has joined #openstack-infra | 18:26 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/pbr: Replace setuptools develop entry point https://review.openstack.org/150890 | 18:26 |
*** tsg has joined #openstack-infra | 18:27 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add unattended_upgrades as a split out module https://review.openstack.org/150891 | 18:27 |
sdague | gilliard: +A | 18:28 |
*** harlowja has joined #openstack-infra | 18:28 | |
*** heyongli has quit IRC | 18:28 | |
clarkb | I know we are sprinting but the last remaining item post GHOST other than elasticsearch recovery is https://review.openstack.org/#/c/150865/ would be great if we can get that reviewed real quickly | 18:28 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out elastic_recheck module https://review.openstack.org/150892 | 18:29 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-elastic_recheck as split out module https://review.openstack.org/150893 | 18:29 |
*** tonytan4ever has joined #openstack-infra | 18:29 | |
*** Ala has quit IRC | 18:29 | |
*** mriedem has joined #openstack-infra | 18:29 | |
clarkb | oh hrm except that change probably conflicts with the sprint | 18:30 |
clarkb | meh we will get to it one way or another | 18:30 |
*** armax has joined #openstack-infra | 18:30 | |
*** bknudson has joined #openstack-infra | 18:30 | |
*** talluri has quit IRC | 18:30 | |
*** dannywilson has quit IRC | 18:31 | |
*** heyongli has joined #openstack-infra | 18:31 | |
*** zxiiro has quit IRC | 18:31 | |
*** amitgandhinz has quit IRC | 18:31 | |
fungi | clarkb: how is 150865 related to the vulnerability? | 18:32 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out planet module https://review.openstack.org/150894 | 18:32 |
clarkb | fungi: we restarted the service with the new code and it broke the service | 18:32 |
*** shayneburgess_ has joined #openstack-infra | 18:33 | |
*** shayneburgess_ has quit IRC | 18:33 | |
clarkb | fungi: it was running fine before because it hadn't been restarted | 18:33 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add unattended_upgrades as a split out module https://review.openstack.org/150891 | 18:33 |
fungi | oh! | 18:33 |
openstackgerrit | Kurt Taylor proposed openstack-infra/system-config: Split out bup module https://review.openstack.org/150895 | 18:33 |
*** zxiiro has joined #openstack-infra | 18:33 | |
*** liusheng has quit IRC | 18:33 | |
fungi | but yeah, we should probably resubmit that revert to the new project | 18:34 |
openstackgerrit | Merged openstack-infra/project-config: Add regression exception for Nova Cells V1 check job https://review.openstack.org/150193 | 18:34 |
*** liusheng has joined #openstack-infra | 18:34 | |
clarkb | fungi: wfm | 18:34 |
gilliard | Thanks sdague | 18:35 |
*** teran_ has quit IRC | 18:36 | |
*** teran has joined #openstack-infra | 18:37 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-gerrit: Add standard puppet module files and .gitreview https://review.openstack.org/150897 | 18:37 |
jeblair | failed: [jenkins04.openstack.org] => {"changed": false, "disabled": false, "error": true, "rc": 1} | 18:37 |
jeblair | stdout: Notice: Run of Puppet configuration client already in progress; skipping (/var/lib/puppet/state/agent_catalog_run.lock exists) | 18:37 |
jeblair | mordred: ^ seems to actually happen fairly often | 18:37 |
*** _nadya_ has joined #openstack-infra | 18:37 | |
*** EmilienM|afk is now known as EmilienM | 18:38 | |
clarkb | jeblair: that must mean our 15 minute loop is too short when jjb runs? | 18:38 |
*** garyh has quit IRC | 18:38 | |
clarkb | (I am assuming jjb is at fault here because its the major time sink) | 18:38 |
*** liusheng has quit IRC | 18:39 | |
jeblair | clarkb: well, the problem is that ansible appears to think the run succeded when it is actually still in progress | 18:39 |
clarkb | oh! | 18:39 |
*** liusheng has joined #openstack-infra | 18:39 | |
jogo | mordred: so dims is awesome: https://review.openstack.org/#/c/150890/1 | 18:39 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Remove recheckwatch module https://review.openstack.org/140431 | 18:40 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add statusbot as a split out module https://review.openstack.org/150879 | 18:40 |
clarkb | jeblair: did you want me to debug that? or should I focus on the splits changes? | 18:40 |
*** achanda has quit IRC | 18:40 | |
*** _nadya_ has quit IRC | 18:40 | |
openstackgerrit | Marton Kiss proposed openstack-infra/puppet-redis: Add standard puppet module files and .gitreview https://review.openstack.org/150898 | 18:40 |
stevemar | question for y'all, where is this guy maintained: http://docs.openstack.org/developer/openstack-projects.html ? | 18:40 |
openstackgerrit | Merged openstack-infra/system-config: Split out meetbot module https://review.openstack.org/150698 | 18:41 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-planet as split out module https://review.openstack.org/150899 | 18:41 |
*** sarob has joined #openstack-infra | 18:41 | |
*** teran has quit IRC | 18:41 | |
stevemar | looks like in openstack-manuals :) | 18:41 |
jeblair | clarkb: morded said he'd do it; it's not urgent, let's do splits | 18:42 |
*** achanda has joined #openstack-infra | 18:42 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add sudoers as a split out module https://review.openstack.org/150881 | 18:42 |
dims | jogo: thanks :) | 18:42 |
*** hj-hp has quit IRC | 18:42 | |
clarkb | jeblair: ok | 18:42 |
openstackgerrit | Merged openstack-infra/system-config: Split out openstackid module https://review.openstack.org/150831 | 18:43 |
*** tnovacik has joined #openstack-infra | 18:43 | |
*** pelix has quit IRC | 18:43 | |
*** spandhe has joined #openstack-infra | 18:43 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add tmpreaper as a split out module https://review.openstack.org/150882 | 18:44 |
*** sarob has quit IRC | 18:44 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-zuul: Add standard puppet module files and .gitreview https://review.openstack.org/150900 | 18:44 |
stevemar | jeez the openstack-manuals repo is HUGE | 18:44 |
*** tsg has quit IRC | 18:45 | |
fungi | stevemar: i think they do (or maybe did but it sticks in the git history forever) have some large files in it | 18:45 |
*** heyongli has quit IRC | 18:46 | |
stevemar | fungi, they must, i am cloning it now, 50% done the clone and it's over 400 MB | 18:46 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out accessbot module https://review.openstack.org/150902 | 18:46 |
fungi | this is one of the reasons why keeping binary blobs in revision control is sometimes not great | 18:46 |
*** dhritishikhar has quit IRC | 18:47 | |
*** heyongli has joined #openstack-infra | 18:47 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-elastic_recheck as split out module https://review.openstack.org/150893 | 18:48 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add ulimit as a split out module https://review.openstack.org/150888 | 18:48 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out elastic_recheck module https://review.openstack.org/150892 | 18:48 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-asterisk as split out module https://review.openstack.org/150850 | 18:50 |
*** dizquierdo has quit IRC | 18:51 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out nodepool module https://review.openstack.org/150711 | 18:51 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out logstash module https://review.openstack.org/150705 | 18:51 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-iptables as split out module https://review.openstack.org/150860 | 18:51 |
*** hj-hp has joined #openstack-infra | 18:52 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-accessbot as split out module https://review.openstack.org/150903 | 18:52 |
*** dizquierdo has joined #openstack-infra | 18:52 | |
openstackgerrit | Marton Kiss proposed openstack-infra/puppet-openstackid: Add standard puppet module files and .gitreview https://review.openstack.org/150870 | 18:52 |
Shrews | adam_g: are you working on undoing the changes to the shade review patchsets you overwrote yesterday? | 18:53 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-reviewday as split out module https://review.openstack.org/150880 | 18:53 |
adam_g | Shrews, i was just trying to and having trouble. cherry-picking the last good patchset on top of master and trying to push that appears not to work | 18:54 |
Shrews | k | 18:54 |
marun | jhesketh: hi! | 18:55 |
marun | 724033 | 18:55 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out unbound as its own module https://review.openstack.org/150905 | 18:55 |
*** markvoelker has quit IRC | 18:56 | |
openstackgerrit | Doug Hellmann proposed openstack-infra/project-config: enable python 3 testing for debtcollector https://review.openstack.org/150906 | 18:56 |
*** markvoelker has joined #openstack-infra | 18:56 | |
adam_g | Shrews, one of them looks like it was rebased against master but those changes are showing up in the diff? https://review.openstack.org/#/c/148794/9..10/shade/meta.py | 18:57 |
*** MaxV has joined #openstack-infra | 18:57 | |
*** sdake has quit IRC | 18:57 | |
zaro | morning | 18:57 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out releasestatus module https://review.openstack.org/150910 | 18:57 |
zaro | clarkb: i've not seen that issue reported before. | 18:58 |
clarkb | zaro: ok I will try to write it up on their bugtracker today when things quiet down | 18:58 |
morganfainberg | jeblair, clarkb, are the puppet modules (split) supposed to have .gitreview files? https://github.com/openstack-infra/puppet-meetbot | 18:58 |
cody-somerville | Hey. How big is a days worth of zuul debug logs for you guys?> | 18:59 |
clarkb | morganfainberg: not yet, first change (or early change) should add them | 18:59 |
*** BharatK has quit IRC | 18:59 | |
*** sdake has joined #openstack-infra | 18:59 | |
*** sdake has quit IRC | 18:59 | |
*** sdake has joined #openstack-infra | 18:59 | |
*** dizquierdo has quit IRC | 18:59 | |
morganfainberg | clarkb, ok. so i should add it as puppet-meetbot was removed from system-config | 18:59 |
Shrews | adam_g: yeah, that diff is from a change that was merged. that one is actually probably ok. It's the next one that depends on it (https://review.openstack.org/148795) where the trouble begins, I *think* | 18:59 |
clarkb | morganfainberg: ya you can definitely add it | 18:59 |
morganfainberg | unless it's already proposed | 18:59 |
morganfainberg | clarkb, k, cool | 18:59 |
morganfainberg | clarkb, just checking ;) if it is already up i;ll rebase my change on top of that one | 19:00 |
*** dimtruck is now known as zz_dimtruck | 19:00 | |
dhellmann | fungi, clarkb, jeblair: we missed python 3 support when we added the jobs for debtcollector. If you have a few minutes to review the change ^^ to add the jobs today, that would help us get a release out today or tomorrow | 19:00 |
*** maxbit has joined #openstack-infra | 19:00 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-releasestatus as split out module https://review.openstack.org/150911 | 19:00 |
morganfainberg | clarkb, there it is: https://review.openstack.org/#/c/150883/ great | 19:00 |
morganfainberg | clarkb, thanks. | 19:00 |
jeblair | cody-somerville: -rw-rw-r-- 1 zuul zuul 4005143 Jan 28 06:39 zuul.log.1.gz | 19:01 |
*** markvoelker has quit IRC | 19:01 | |
jeblair | cody-somerville: -rw-rw-r-- 1 zuul zuul 271289174 Jan 28 06:38 debug.log.1.gz | 19:01 |
jeblair | cody-somerville: i'd estimate about 10x that | 19:01 |
cody-somerville | Thanks. | 19:01 |
jeblair | (due to compression) | 19:01 |
*** MaxV has quit IRC | 19:01 | |
cody-somerville | jeblair: What is gzipping your logs? | 19:01 |
*** liusheng has quit IRC | 19:02 | |
*** liusheng has joined #openstack-infra | 19:02 | |
openstackgerrit | Morgan Fainberg proposed openstack-infra/puppet-meetbot: Add Bugtracker plugin to meetbot supybot https://review.openstack.org/150913 | 19:02 |
jeblair | cody-somerville: /etc/logrotate.d/zuul-debug.log | 19:02 |
clarkb | woot es is completely rebooted and recovered \o/ that concludes most of the GHOSTery | 19:02 |
clarkb | last remaining piece is fixing the subunit workers | 19:02 |
fungi | dhellmann: have you tried it with python 3.4? | 19:03 |
fungi | don't want it insta-breaking on us in a couple days | 19:03 |
dhellmann | fungi: the code came out of taskflow, which does have python 3 tests, but I don't know if it was 3.3 or 3.4 | 19:03 |
dhellmann | yep, good point | 19:03 |
dhellmann | harlowja: ^^ | 19:03 |
fungi | dhellmann: yeah, they test 3.4 there | 19:03 |
harlowja | 3.4 (and previously 3.3) | 19:03 |
fungi | so seems fine | 19:03 |
dhellmann | fungi: based on the ML thread, it sounds like we're on track to move to 3.4 and drop the 3.3 jobs for those 2 oslo projects | 19:04 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out graphite module https://review.openstack.org/150914 | 19:04 |
openstackgerrit | Marton Kiss proposed openstack-infra/puppet-drupal: Add standard puppet module files and .gitreview https://review.openstack.org/150915 | 19:04 |
fungi | dhellmann: that was my takeaway from it as well | 19:05 |
openstackgerrit | Merged openstack-infra/project-config: Stop running non-voting docker job on nova https://review.openstack.org/150887 | 19:05 |
fungi | thanks again | 19:05 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out redis module https://review.openstack.org/150828 | 19:05 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out drupal module https://review.openstack.org/150834 | 19:05 |
*** spzala has joined #openstack-infra | 19:06 | |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Port to use keystone sessions and auth plugins https://review.openstack.org/148795 | 19:07 |
*** e0ne has joined #openstack-infra | 19:07 | |
sdague | ok, oslo.vmware is now breaking everything in the same way as barbican and oslo.messaging yesterday - http://logs.openstack.org/43/149843/9/gate/gate-grenade-dsvm/9b38e84//logs/grenade.sh.txt.gz | 19:07 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-graphite as split out module https://review.openstack.org/150916 | 19:07 |
dhellmann | sdague: :-( | 19:07 |
dhellmann | sdague: so a cap to oslo.vmware in stable? | 19:07 |
sdague | so basically we can't release any more olso libs for things not pinned in stable | 19:07 |
sdague | yes | 19:07 |
dhellmann | the vmware one is the last one for now | 19:08 |
sdague | eventlet support in juno is incompatible with eventlet support in master | 19:08 |
dhellmann | I'll work on a cap | 19:08 |
sdague | dhellmann: great, thanks | 19:08 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out user module https://review.openstack.org/150917 | 19:08 |
dhellmann | sdague: and jogo and dtroyer are working on caps for everything | 19:09 |
fungi | jeblair: clarkb: mordred: new project creation is not the only place we have centos servers timing out on git repo activities... http://logs.openstack.org/12/150712/2/check/gate-infra-puppet-apply-centos6/8bbb9ec/console.html#_2015-01-28_18_34_17_100 | 19:09 |
clarkb | fungi: huh | 19:09 |
clarkb | fungi: the funny thing is that its centos to centos | 19:10 |
*** thedodd has joined #openstack-infra | 19:10 | |
dhellmann | sdague: https://review.openstack.org/150919 | 19:10 |
adam_g | i thought we already hit that with oslo.vmware+eventlet in the past | 19:11 |
adam_g | maybe it was icehouse | 19:11 |
dhellmann | adam_g: probably | 19:12 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out mediawiki module https://review.openstack.org/150920 | 19:12 |
*** vigneshvar has joined #openstack-infra | 19:12 | |
*** hj-hp has quit IRC | 19:12 | |
*** elliottk has joined #openstack-infra | 19:12 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-mediawiki as split out module https://review.openstack.org/150921 | 19:14 |
*** heyongli has quit IRC | 19:14 | |
clarkb | I think the gate trouble may be starving our sprint of test nodes | 19:14 |
*** ociuhandu has quit IRC | 19:14 | |
*** dannywilson has joined #openstack-infra | 19:15 | |
fungi | i'm looking | 19:16 |
fungi | can't have that now, can we? | 19:16 |
*** ociuhandu has joined #openstack-infra | 19:16 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add unbound as a split out module https://review.openstack.org/150923 | 19:16 |
dims | sdague: here's the oslo.vmware pin for stable/jobs - https://review.openstack.org/150922 | 19:17 |
*** yolanda has quit IRC | 19:17 | |
*** heyongli has joined #openstack-infra | 19:17 | |
*** tkelsey has quit IRC | 19:17 | |
dhellmann | dims: https://review.openstack.org/#/c/150919/ | 19:17 |
fungi | oh, indeed so this is the grenade broken because stable whatever problem | 19:17 |
*** yolanda has joined #openstack-infra | 19:17 | |
fungi | and people are approving changes anyway not realizing they're all going to fail | 19:18 |
dims | fungi: yep | 19:18 |
*** yolanda has quit IRC | 19:18 | |
clarkb | fungi: yea right now we are between resets s owe are ok but then the tp of the gate should reset shortly and use all the nodes again | 19:18 |
fungi | and then someone approved a 13-change keystone series | 19:18 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add split out user module https://review.openstack.org/150924 | 19:18 |
dims | dhellmann: ah you beat me by 3 reviews :) | 19:18 |
* dhellmann head-desks | 19:18 | |
fungi | so every reset ahead of it chewed up all our workers | 19:18 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for cgit puppet module https://review.openstack.org/150854 | 19:18 |
clarkb | fungi: oui | 19:18 |
jogo | dhellmann sdague: well step 1 is cap, some things | 19:18 |
jeblair | fungi: oh, if it's a 13 change series then it should stop resetting soon :) | 19:18 |
clarkb | fungi: and since we have a lower bound of 20 on our window size its not going to shrink much | 19:18 |
fungi | jeblair: right | 19:18 |
jeblair | (nnfi will stop testing 807 and below after 854 fails | 19:19 |
jeblair | oh it already did that | 19:19 |
stevemar | morganfainberg, your attempt to push all our juno changes will not work :) ^^ | 19:20 |
jeblair | (oh, but it's restarting due to a failure above, that's what clarkb was saying) | 19:20 |
* dims prints a 3D helmet for dhellmann | 19:20 | |
fungi | dims: print him a padded desk | 19:20 |
*** ociuhandu has quit IRC | 19:20 | |
dhellmann | s/desk/room/ | 19:20 |
stevemar | it's good for banging your head on, and for sleeping | 19:21 |
morganfainberg | fungi, didn't see they'd fail till after i approved :( | 19:21 |
morganfainberg | fungi, sorry | 19:21 |
stevemar | morganfainberg, ya you should be! | 19:21 |
morganfainberg | stevemar, shush | 19:21 |
morganfainberg | :P | 19:21 |
fungi | morganfainberg: can't be helped. they'll fall back out soon enough | 19:21 |
dims | fungi: haha | 19:21 |
*** yolanda has joined #openstack-infra | 19:22 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add statusbot as a split out module https://review.openstack.org/150879 | 19:22 |
morganfainberg | fungi, at least it's only 13 keystone changes :P | 19:22 |
morganfainberg | >.> | 19:22 |
*** yolanda has quit IRC | 19:22 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add tmpreaper as a split out module https://review.openstack.org/150882 | 19:22 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add sudoers as a split out module https://review.openstack.org/150881 | 19:22 |
morganfainberg | and i did the same w/ ksc [not sure if those will also fail] damn it. | 19:22 |
fungi | morganfainberg: itym "at least it's only keystone changes" | 19:22 |
morganfainberg | fungi, /me is bad for clogging the gate up | 19:22 |
morganfainberg | more. | 19:23 |
morganfainberg | that is | 19:23 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add ssh as split out module https://review.openstack.org/150926 | 19:23 |
morganfainberg | fungi, hehe | 19:23 |
*** yolanda has joined #openstack-infra | 19:23 | |
morganfainberg | fungi, "meh keystone changes - who needs that?" | 19:24 |
morganfainberg | /s | 19:24 |
stevemar | morganfainberg, s/fungi/many people | 19:24 |
*** yolanda has quit IRC | 19:24 | |
morganfainberg | stevemar, you're not helping :P | 19:24 |
morganfainberg | ;) | 19:24 |
openstackgerrit | David Caro proposed openstack-infra/jenkins-job-builder: Added possibility to use non-existent keys https://review.openstack.org/101580 | 19:24 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out ssh module https://review.openstack.org/150927 | 19:25 |
morganfainberg | stevemar, at least hand me a shovel or pickaxe so i can dig this hole deeper | 19:25 |
*** yolanda has joined #openstack-infra | 19:26 | |
*** dustins has joined #openstack-infra | 19:26 | |
*** yolanda has quit IRC | 19:27 | |
elliottk | i'm looking for someone who can help me figure out what is wrong with the configuration i'm using to update jobs on jenkins with jjb | 19:27 |
*** zz_dimtruck is now known as dimtruck | 19:28 | |
elliottk | when i run the command "jenkins-jobs update blah", it fails and i see messages like this in the httpd error log: [client 127.0.1.1] File does not exist: /var/www/html/crumbIssuer | 19:28 |
*** yolanda has joined #openstack-infra | 19:28 | |
*** yolanda has quit IRC | 19:29 | |
elliottk | i'm guessing my directory specifications in my httpd conf file are not quite right but i'm not sure what they should be | 19:29 |
*** heyongli has quit IRC | 19:30 | |
elliottk | has anyone seen this before? | 19:30 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-planet as split out module https://review.openstack.org/150899 | 19:31 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for cgit puppet module https://review.openstack.org/150854 | 19:32 |
*** heyongli has joined #openstack-infra | 19:33 | |
*** mhanif has joined #openstack-infra | 19:35 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-ansible as split out module https://review.openstack.org/150931 | 19:35 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-bugdaystats as split out module https://review.openstack.org/150932 | 19:35 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out ansible module https://review.openstack.org/150933 | 19:35 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out bugdaystats module https://review.openstack.org/150934 | 19:35 |
mhanif | Jenkins is failing on the cookie cutter project submission with error "Zero tests were run. At least one test should have been run". Anyone has run in to this before? Any suggestions for a fix? | 19:36 |
*** achanda has quit IRC | 19:36 | |
clarkb | mhanif: you need to have at least one test | 19:36 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Create a neutron client https://review.openstack.org/147731 | 19:36 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out logrotate https://review.openstack.org/150935 | 19:37 |
*** spzala has quit IRC | 19:37 | |
fungi | mhanif: or else not run that job, whichever one it is, if you have no tests | 19:37 |
*** HeOS has joined #openstack-infra | 19:37 | |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Adds get_flavor() and get_network() functions https://review.openstack.org/150649 | 19:38 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Fixes broken image/object hashing https://review.openstack.org/150651 | 19:38 |
openstackgerrit | Adam Gandelman proposed openstack-infra/shade: Adds some more swift operations https://review.openstack.org/150650 | 19:38 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add ulimit as a split out module https://review.openstack.org/150888 | 19:39 |
mhanif | clarkb: fungi: Thanks! I just want to complete the first commit. I could probably submit a dummy test. It fails in python27 gate. | 19:39 |
*** gokrokve has joined #openstack-infra | 19:39 | |
*** ddieterly has quit IRC | 19:40 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add ssh as split out module https://review.openstack.org/150926 | 19:41 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add logrotate as split out module https://review.openstack.org/150936 | 19:41 |
*** bswartz has joined #openstack-infra | 19:41 | |
*** krtaylor has quit IRC | 19:41 | |
mhanif | clarkb: fungi: Why is that I don't see the failure locally but see it once it is committed to gerrit? | 19:42 |
clarkb | mhanif: because the check that you actually run a test is part of the jenkins job not part of tox | 19:42 |
fungi | right, we run a script which not only runs tox -e py27 but also checks afterward to make sure >0 tests ran | 19:44 |
*** vigneshvar has quit IRC | 19:44 | |
mhanif | clarkb: Got it. I believe I have a dummy test already in place which does something like "def test_something(self):pass" Not sure why it doesn't get registered? | 19:45 |
fungi | something we assume local testers will be likely to spot but which we need to confirm when we run in complete automation | 19:45 |
*** amitgandhinz has joined #openstack-infra | 19:45 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out logrotate https://review.openstack.org/150935 | 19:45 |
openstackgerrit | Merged openstack-infra/system-config: Refactor subversion module away https://review.openstack.org/150874 | 19:45 |
openstackgerrit | Merged openstack-infra/system-config: Split out gerrit module https://review.openstack.org/150814 | 19:46 |
openstackgerrit | Marton Kiss proposed openstack-infra/puppet-askbot: Add standard puppet metadata.json and remove Modulefile https://review.openstack.org/150938 | 19:46 |
openstackgerrit | Merged openstack-infra/system-config: Split out logstash module https://review.openstack.org/150705 | 19:48 |
openstackgerrit | Merged openstack-infra/system-config: Split out nodepool module https://review.openstack.org/150711 | 19:48 |
*** ihrachyshka has joined #openstack-infra | 19:48 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add unattended_upgrades as a split out module https://review.openstack.org/150891 | 19:49 |
*** krtaylor has joined #openstack-infra | 19:53 | |
fungi | 150885 is ready too | 19:53 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for etherpad_lite puppet module https://review.openstack.org/150940 | 19:54 |
fungi | er, wrong channel ;) | 19:54 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out etherpad_lite module https://review.openstack.org/150942 | 19:55 |
*** armax has quit IRC | 19:56 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add puppet-bup as split out module https://review.openstack.org/150830 | 20:00 |
*** kurtmartin has joined #openstack-infra | 20:00 | |
*** zul has quit IRC | 20:00 | |
openstackgerrit | Merged openstack-infra/project-config: enable python 3 testing for debtcollector https://review.openstack.org/150906 | 20:00 |
*** liusheng has quit IRC | 20:00 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-releasestatus as split out module https://review.openstack.org/150911 | 20:00 |
*** ihrachyshka has quit IRC | 20:01 | |
*** liusheng has joined #openstack-infra | 20:01 | |
*** armax has joined #openstack-infra | 20:02 | |
*** achanda has joined #openstack-infra | 20:02 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-elastic_recheck as split out module https://review.openstack.org/150893 | 20:03 |
*** thedodd has quit IRC | 20:04 | |
*** hdd has quit IRC | 20:06 | |
*** zul has joined #openstack-infra | 20:06 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out exim module https://review.openstack.org/150945 | 20:08 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for etherpad_lite puppet module https://review.openstack.org/150940 | 20:08 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for exim puppet module https://review.openstack.org/150946 | 20:08 |
*** salv-orlando has joined #openstack-infra | 20:09 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Parse event_info into JSON. https://review.openstack.org/149126 | 20:10 |
*** r-daneel has joined #openstack-infra | 20:11 | |
*** aysyd has quit IRC | 20:11 | |
*** rlandy has joined #openstack-infra | 20:12 | |
openstackgerrit | Kurt Taylor proposed openstack-infra/project-config: Add puppet-bup as split out module https://review.openstack.org/150830 | 20:12 |
*** carl_baldwin has joined #openstack-infra | 20:12 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Update query for bug 1415284 due to oslo.vmware release https://review.openstack.org/150949 | 20:12 |
*** tsg has joined #openstack-infra | 20:13 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Update query for bug 1415284 due to oslo.vmware release https://review.openstack.org/150949 | 20:13 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add mailman as split out repo https://review.openstack.org/150950 | 20:13 |
*** armax has quit IRC | 20:13 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out mailman module https://review.openstack.org/150951 | 20:13 |
*** koolhead17 has joined #openstack-infra | 20:14 | |
*** koolhead17 has joined #openstack-infra | 20:14 | |
*** ldnunes has quit IRC | 20:14 | |
*** otter768 has joined #openstack-infra | 20:15 | |
*** martingc has joined #openstack-infra | 20:15 | |
*** r-daneel has quit IRC | 20:16 | |
*** kurtmartin has quit IRC | 20:17 | |
*** spzala has joined #openstack-infra | 20:18 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-accessbot as split out module https://review.openstack.org/150903 | 20:18 |
*** thedodd has joined #openstack-infra | 20:19 | |
*** otter768 has quit IRC | 20:20 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: subscription_helper now supports timeline_events https://review.openstack.org/150170 | 20:22 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Singularized resource names. https://review.openstack.org/150169 | 20:22 |
openstackgerrit | Kurt Taylor proposed openstack-infra/system-config: Split out bup module https://review.openstack.org/150895 | 20:22 |
*** _nadya_ has joined #openstack-infra | 20:22 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-graphite as split out module https://review.openstack.org/150916 | 20:24 |
*** baoli has quit IRC | 20:24 | |
*** Sukhdev has joined #openstack-infra | 20:24 | |
*** teran has joined #openstack-infra | 20:25 | |
openstackgerrit | Adalberto Medeiros proposed openstack-infra/nodepool: Adding a cleanup timeout to nodepool https://review.openstack.org/150955 | 20:26 |
*** sarob has joined #openstack-infra | 20:27 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out planet module https://review.openstack.org/150894 | 20:28 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out elastic_recheck module https://review.openstack.org/150892 | 20:28 |
*** liusheng has quit IRC | 20:29 | |
*** liusheng has joined #openstack-infra | 20:30 | |
*** rfolco has quit IRC | 20:30 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-mediawiki as split out module https://review.openstack.org/150921 | 20:31 |
openstackgerrit | Merged openstack-infra/project-config: Add unbound as a split out module https://review.openstack.org/150923 | 20:32 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add split out user module https://review.openstack.org/150924 | 20:35 |
*** rlandy has quit IRC | 20:35 | |
krotscheck | Anyone know how many email clients out there have a preference bit that allows them to pick their preferred message encoding type to display? | 20:35 |
* nibalizer has no information, sorry | 20:36 | |
clarkb | krotscheck: you mean an option to render html emails as txt or vice versa? or are we talking utf8 vs asciss vs latin1 vs utf16? | 20:36 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Remove recheckwatch module https://review.openstack.org/140431 | 20:37 |
* fungi assumes he means language encoding, not mime content type | 20:37 | |
krotscheck | clarkb: So if a message comes with two body parts, one text/html and one text/plain, the email spec says that the last body segment in the email wins if there’s otherwise no user preference. My question is: does your mail client have a bit you can flip that says: I never want to see html, just give me text/plain. | 20:38 |
*** tonytan4ever has quit IRC | 20:38 | |
*** tonytan4ever has joined #openstack-infra | 20:39 | |
fungi | krotscheck: mine does, and i have that set | 20:39 |
nibalizer | gerrit seems to be doing something weird, or unexpected to me at least | 20:39 |
anteaya | nibalizer: do expand | 20:39 |
nibalizer | on this review, it has not added the owner as a reviewer https://review.openstack.org/#/c/150933/1 | 20:39 |
fungi | nibalizer: that's normal for the first patchset | 20:39 |
nibalizer | on this review it has the same behviour, but it looks even more strange https://review.openstack.org/#/c/150934/ | 20:39 |
nibalizer | okay cool, i wont worry then | 20:40 |
fungi | nibalizer: it adds anyone who uploads a subsequent patchset as a reviewer even if they're the owner | 20:40 |
*** kurtmartin has joined #openstack-infra | 20:40 | |
fungi | but for the first patchset it never does | 20:40 |
anteaya | nibalizer: the second patchset has zero reviews so far | 20:40 |
krotscheck | fungi: Gotcha. | 20:41 |
anteaya | so the reviewer table isn't generated yet in the gui | 20:41 |
clarkb | fungi: is that because text is the only thing mutt will display? :P | 20:41 |
fungi | krotscheck: in my .mutt/muttrc i have "alternative_order text/plain text/enriched text" | 20:41 |
krotscheck | fungi: I’m trying to figure out whether including HTML emails in StoryBoard (in addition to text bodies) is a thing we can do, or whether it’s something that will annoy people. | 20:41 |
fungi | clarkb: no, html-only messages end up getting piped through w3m | 20:41 |
clarkb | gotcha | 20:41 |
krotscheck | It feels like one of those religious things. | 20:42 |
*** sdake has quit IRC | 20:42 | |
clarkb | in this case I think its just practicallity | 20:42 |
clarkb | if mua is in a terminal well text is your friend | 20:42 |
fungi | but if a message has both text/plain and text/html then i have it give me the text version because presumably the sender has put effort into the user experience for anyone looking at the text version with a plaintext viewer | 20:42 |
*** tonytan4ever has quit IRC | 20:43 | |
sdague | fungi: can you stick 150919,1 in the gate | 20:43 |
sdague | that fixes the world | 20:43 |
sdague | it passes the critical tests | 20:43 |
krotscheck | That’s my goal :) | 20:43 |
fungi | krotscheck: clarkb: for example, say it's a confirmation message from some service then it likely gives me a hyperlink in the html version but the text version will have a straight up url or confirmation id string or something | 20:44 |
clarkb | krotscheck: are you going to send not text email? | 20:44 |
fungi | sdague: doing | 20:44 |
krotscheck | Honestly, HTML email is such a pain for formatting anyway that I’m of half a mind to ignore it. | 20:44 |
krotscheck | clarkb: I’m going to send both. | 20:44 |
clarkb | I would ignore html email. nothing good comes out of it | 20:44 |
krotscheck | clarkb: Yes, but managers like their pretty colors. | 20:44 |
fungi | krotscheck: i send text/plain html exclusively | 20:44 |
*** sarob has quit IRC | 20:44 | |
fungi | er, test/plain e-mail | 20:45 |
fungi | something | 20:45 |
fungi | damn these fingers | 20:45 |
*** hdd has joined #openstack-infra | 20:45 | |
clarkb | krotscheck: thats part of the problem | 20:45 |
jeblair | krotscheck: yeah, i was trying to figure out if we actually had a use for html (like we were really going to put effort into making it a significantly better experience) or if it would just end up being mostly text content wrapped in <html> tags | 20:45 |
clarkb | ever try reading messages on crazy background with colorful fonts? | 20:45 |
jeblair | krotscheck: if we don't really have a _use_ for html, then i'd say just save some typing and make nice text mail (which will look just fine in html renderers). and when we figure out what we _need_ html for, we can always add it | 20:45 |
krotscheck | clarkb: Oh yeah, I’m embedding purple comic sans. | 20:45 |
clarkb | krotscheck: on an orange background right? | 20:46 |
krotscheck | clarkb: Oh yeah. | 20:46 |
sdague | fungi: can you promote that | 20:46 |
jeblair | krotscheck: use papyrus for the title | 20:46 |
sdague | all the gate jobs fail until that's in there | 20:46 |
anteaya | can we add blinking? | 20:46 |
krotscheck | jeblair: The biggest issue with relying on plain text is that not all email clients use a fixed-width font, so things like aligned tabular data (like a list of tasks) falls apart really quickly. | 20:46 |
fungi | sdague: already did | 20:46 |
fungi | it's up top now | 20:46 |
*** _nadya_ has quit IRC | 20:46 | |
sdague | ok, I guess I had an old zuul screen | 20:46 |
krotscheck | anteaya: Sure, once the under-construction sign is up. | 20:47 |
jeblair | krotscheck: really good point | 20:47 |
clarkb | krotscheck: wait really even when its text/plain? | 20:47 |
fungi | sdague: nah, there's a slight lag while it gets processed | 20:47 |
clarkb | pretty sure mine changes based on mime type | 20:47 |
*** _nadya_ has joined #openstack-infra | 20:47 | |
clarkb | text is fixed width | 20:47 |
clarkb | html renders as html | 20:47 |
krotscheck | clarkb: Yep. MacMail for instance uses helvetica | 20:47 |
fungi | krotscheck: you and your irish mua should find the config option for that | 20:48 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out jeepyb module https://review.openstack.org/150959 | 20:48 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add project for jeepyb puppet module https://review.openstack.org/150960 | 20:48 |
*** rlandy has joined #openstack-infra | 20:51 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-zuul: Add standard puppet module files and .gitreview https://review.openstack.org/150900 | 20:51 |
*** c0m0 has joined #openstack-infra | 20:51 | |
*** dprince has quit IRC | 20:51 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add log processor as split out module https://review.openstack.org/150961 | 20:52 |
*** _nadya_ has quit IRC | 20:52 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-gerrit: Add standard puppet module files and .gitreview https://review.openstack.org/150897 | 20:52 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-ssl_cert_check as split out module https://review.openstack.org/150962 | 20:52 |
* krotscheck just changed outlook to only display comic sans. | 20:52 | |
krotscheck | …what does that say about my relationship with corp? | 20:52 |
fungi | that's pretty awesome | 20:53 |
*** sdake has joined #openstack-infra | 20:54 | |
fungi | comic sans gets a lot of flack, but it's actually useful for... comics (and also parodying itself) | 20:54 |
fungi | if your work e-mail is already enough like reading a comic strip, it likely benefits greatly from that flourish | 20:55 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out ssl_cert_check module https://review.openstack.org/150964 | 20:55 |
pleia2 | krotscheck: haha :) | 20:56 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Remove unused puppet module https://review.openstack.org/150965 | 20:56 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out log_processor https://review.openstack.org/150966 | 20:56 |
*** sigmavirus24 is now known as sigmavirus24_awa | 20:57 | |
*** yamahata has quit IRC | 20:58 | |
*** mhanif has quit IRC | 20:58 | |
*** gema has joined #openstack-infra | 21:00 | |
*** rlandy has quit IRC | 21:01 | |
*** erikmwilson has quit IRC | 21:02 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out smnpd module https://review.openstack.org/150968 | 21:02 |
*** achanda has quit IRC | 21:02 | |
jeblair | ianw: ping | 21:04 |
ianw | jeblair: hi | 21:05 |
jeblair | ianw: hi, can you update 136959? | 21:05 |
jeblair | ianw: (btw, we're doing a virtual sprint over in #openstack-sprint to split out all the puppet modules and get them into shape) | 21:06 |
*** ddieterly has joined #openstack-infra | 21:06 | |
ianw | jeblair: ok cool. sorry just got back from PTO like right now :) | 21:07 |
jeblair | ianw: ha! excellent timing! ;) | 21:07 |
*** koolhead17 has quit IRC | 21:08 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add smnpd as split out module https://review.openstack.org/150972 | 21:08 |
*** rlandy has joined #openstack-infra | 21:08 | |
*** dims has quit IRC | 21:10 | |
*** elliottk has quit IRC | 21:11 | |
openstackgerrit | Merged openstack-infra/project-config: Add statusbot as a split out module https://review.openstack.org/150879 | 21:11 |
openstackgerrit | Merged openstack-infra/system-config: Split out zuul module https://review.openstack.org/150712 | 21:11 |
*** CIBuilds has quit IRC | 21:11 | |
openstackgerrit | Merged openstack-infra/system-config: Split out redis module https://review.openstack.org/150828 | 21:12 |
*** achanda has joined #openstack-infra | 21:12 | |
*** sarob has joined #openstack-infra | 21:12 | |
openstackgerrit | Merged openstack-infra/system-config: Split out drupal module https://review.openstack.org/150834 | 21:12 |
*** sigmavirus24_awa is now known as sigmavirus24 | 21:12 | |
openstackgerrit | Merged openstack-infra/system-config: Split out Asterisk module https://review.openstack.org/150851 | 21:12 |
clarkb | ianw: jeblair it seems to work if I refresh the authorize page | 21:12 |
*** btran has quit IRC | 21:12 | |
openstackgerrit | Merged openstack-infra/project-config: Add project for cgit puppet module https://review.openstack.org/150854 | 21:12 |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-ansible as split out module https://review.openstack.org/150931 | 21:12 |
openstackgerrit | Merged openstack-infra/puppet-drupal: Add standard puppet module files and .gitreview https://review.openstack.org/150915 | 21:13 |
jeblair | krotscheck: ianw reports problems logging into storyboard | 21:13 |
openstackgerrit | Merged openstack-infra/puppet-logstash: Add standard puppet module files and .gitreview https://review.openstack.org/150866 | 21:13 |
openstackgerrit | Merged openstack-infra/puppet-meetbot: Add standard puppet module files and .gitreview https://review.openstack.org/150883 | 21:13 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add puppet-packagekit as split out module https://review.openstack.org/150974 | 21:13 |
openstackgerrit | Merged openstack-infra/puppet-httpd: Adding readme https://review.openstack.org/135376 | 21:13 |
krotscheck | ianw: What’s up? | 21:13 |
krotscheck | I don’t see anything in scrollback.... | 21:14 |
ianw | krotscheck: my path was to go to a page, try to look and it said please log in in a pop-up, i clicked on that, got redirected to the storyboard page but then never bounced me to the launchpad login I guess. when i refreshed the auth page, it worked | 21:14 |
*** maurosr has quit IRC | 21:14 | |
ianw | also, when i was on the auth page, clicking the login button in the top right didn't do anything | 21:14 |
clarkb | ya same here. I hit login which didn't do the launchpad dance I had to refresh first | 21:15 |
krotscheck | ianw: That second part sounds like the same lockup that happens when deep linking directly to a story | 21:15 |
*** patrickeast has joined #openstack-infra | 21:15 | |
*** maurosr has joined #openstack-infra | 21:15 | |
krotscheck | Let me see if I can repro that. | 21:15 |
ianw | krotscheck: just logged out and tried same thing again, and it worked as expected | 21:16 |
*** dims has joined #openstack-infra | 21:16 | |
openstackgerrit | Merged openstack-infra/puppet-openstackid: Add standard puppet module files and .gitreview https://review.openstack.org/150870 | 21:17 |
anteaya | cookies? | 21:18 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Split out packagekit module https://review.openstack.org/150977 | 21:18 |
openstackgerrit | Ramy Asselin proposed openstack-infra/project-config: Add mysql backup as split out module https://review.openstack.org/150978 | 21:18 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add ulimit as a split out module https://review.openstack.org/150888 | 21:18 |
*** SotK has joined #openstack-infra | 21:18 | |
*** Mmike has quit IRC | 21:19 | |
openstackgerrit | Ian Wienand proposed openstack-infra/puppet-httpd: Update Rakefile and module info https://review.openstack.org/136959 | 21:19 |
openstackgerrit | Merged openstack-infra/puppet-zuul: Add standard puppet module files and .gitreview https://review.openstack.org/150900 | 21:19 |
*** garyh has joined #openstack-infra | 21:19 | |
*** sarob has quit IRC | 21:20 | |
openstackgerrit | Merged openstack-infra/puppet-redis: Add standard puppet module files and .gitreview https://review.openstack.org/150898 | 21:20 |
*** SotK has quit IRC | 21:20 | |
*** slagle has quit IRC | 21:20 | |
*** zz_avozza is now known as avozza | 21:20 | |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-bugdaystats as split out module https://review.openstack.org/150932 | 21:21 |
*** jvrbanac_ has quit IRC | 21:23 | |
*** jvrbanac has joined #openstack-infra | 21:23 | |
*** xarses has joined #openstack-infra | 21:23 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out mysql_backup module https://review.openstack.org/150982 | 21:23 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add ssh as split out module https://review.openstack.org/150926 | 21:24 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add logrotate as split out module https://review.openstack.org/150936 | 21:24 |
ZZelle_ | fungi, hi | 21:24 |
jeblair | sdague: 144697 is failing large-ops but is tested behind 150919 | 21:24 |
*** berendt has quit IRC | 21:24 | |
xarses | hello infra team, it looks like infra runs ci for stackforge/fuels-specs, I posted a revision to https://review.openstack.org/#/c/112148/ about 30 min ago and Jenkins hasn't returned yet. Is there something I need to look at to track the status? | 21:25 |
jeblair | xarses: http://status.openstack.org/zuul/ | 21:25 |
fungi | ZZelle_: hey! here to help with our sprint? it's in #openstack-sprint | 21:26 |
*** liusheng has quit IRC | 21:26 | |
*** achanda has quit IRC | 21:26 | |
ZZelle_ | fungi, nope, sorry, just pinging for git-review review :) | 21:26 |
*** SotK has joined #openstack-infra | 21:26 | |
ZZelle_ | fungi, i can wait | 21:26 |
*** liusheng has joined #openstack-infra | 21:27 | |
xarses | jeblair: whats the time, est wait? | 21:27 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out gerritbot module https://review.openstack.org/150983 | 21:29 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-gerritbot as split out module https://review.openstack.org/150984 | 21:29 |
*** sarob has joined #openstack-infra | 21:29 | |
jeblair | xarses: assuming your change is 112148,2; it has been in the queue for 35 minutes and zuul does not have an ETA yet. if you scroll up to the changes in the check pipeline that do have an eta, you will see they have been in the queue for 1 hour and 40 minutes. | 21:29 |
*** sarob has quit IRC | 21:29 | |
*** sarob_ has joined #openstack-infra | 21:30 | |
jeblair | xarses: (the top time is estimated time remaining, the bottom time is time elapsed in queue) | 21:30 |
*** mrmartin has quit IRC | 21:30 | |
*** mrunge has quit IRC | 21:30 | |
*** slagle has joined #openstack-infra | 21:31 | |
*** radez is now known as radez_g0n3 | 21:31 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out iptables https://review.openstack.org/150859 | 21:31 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add tmpreaper as a split out module https://review.openstack.org/150882 | 21:32 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add sudoers as a split out module https://review.openstack.org/150881 | 21:32 |
*** Mmike has joined #openstack-infra | 21:33 | |
*** sarob_ has quit IRC | 21:34 | |
*** tsg has quit IRC | 21:35 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add unattended_upgrades as a split out module https://review.openstack.org/150891 | 21:36 |
*** tsg has joined #openstack-infra | 21:36 | |
*** baoli has joined #openstack-infra | 21:37 | |
*** markvoelker has joined #openstack-infra | 21:38 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out mediawiki module https://review.openstack.org/150920 | 21:38 |
*** baoli_ has joined #openstack-infra | 21:38 | |
*** carl_baldwin has quit IRC | 21:40 | |
*** carl_baldwin has joined #openstack-infra | 21:42 | |
*** baoli has quit IRC | 21:42 | |
*** tsg has quit IRC | 21:44 | |
*** yolanda has joined #openstack-infra | 21:44 | |
openstackgerrit | Adam Reznechek proposed openstack-infra/project-config: Add PowerVM driver projects to Stackforge https://review.openstack.org/150989 | 21:44 |
*** yjiang5_away is now known as yjiang5 | 21:45 | |
*** dizquierdo has joined #openstack-infra | 21:45 | |
*** cdent has quit IRC | 21:45 | |
*** tqtran is now known as tqtran_afk | 21:46 | |
mattfarina | dhellmann mordred SergeyLukjanov jeblair or anyone else core on openstack/requirements can you take a look at https://review.openstack.org/#/c/149036/. This is a version change we're waiting on in Horizon. David Lyle has already +1'd it and we talked about it in our meeting today. | 21:46 |
*** Mmike has quit IRC | 21:46 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out snmpd module https://review.openstack.org/150968 | 21:46 |
*** achanda has joined #openstack-infra | 21:46 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Update query for bug 1415284 due to oslo.vmware release https://review.openstack.org/150949 | 21:47 |
*** sarob has joined #openstack-infra | 21:49 | |
openstackgerrit | Merged openstack-infra/project-config: Add project for etherpad_lite puppet module https://review.openstack.org/150940 | 21:51 |
jhesketh | Morning | 21:51 |
sdague | jeblair: yeh, I think that's unrelated | 21:52 |
clarkb | jhesketh morning. we are sprinting in the sprint channel and your new index files look good | 21:52 |
*** Mmike has joined #openstack-infra | 21:52 | |
jhesketh | Cool | 21:52 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out reviewday module https://review.openstack.org/150873 | 21:53 |
mattfarina | clarkb any chance you could take 2 minutes to look at https://review.openstack.org/#/c/149036/ | 21:53 |
*** hj-hp has joined #openstack-infra | 21:53 | |
mattfarina | it's a Horizon blocker for openstack/requirements | 21:53 |
dstufft | clarkb: mordred fungi sdague etc just pushed a pip release and will be pushing a virtualenv release soon, It shouldn't be breaking (minor release etc) but just a fyi | 21:53 |
fungi | dstufft: thanks for the heads up. i'll try to keep an ear to the ground just in case | 21:54 |
dstufft | it should fix the hash mask problem though | 21:54 |
*** liusheng has quit IRC | 21:54 | |
*** liusheng has joined #openstack-infra | 21:54 | |
fungi | dstufft: awesome--i look forward to being able to spot our actual network failures now ;) | 21:55 |
clarkb | mattfarina I do my best to only jump on those if the gate is broken | 21:55 |
clarkb | defering to non infra core members otherwise | 21:55 |
openstackgerrit | Merged openstack-infra/project-config: Add project for exim puppet module https://review.openstack.org/150946 | 21:56 |
jeblair | sdague: k. yeah, i notice other changes are passing, supporting that theory | 21:56 |
sdague | jeblair: yeh, it's the issue jogo and dims are working on with pbr | 21:56 |
openstackgerrit | Ramy Asselin proposed openstack-infra/system-config: Split out graphite module https://review.openstack.org/150914 | 21:56 |
fungi | mattfarina: same, infra-core and release managers are only really in requirements-core to fix infrastructure and release related blockers. otherwise we tend to defer to the direct requirements-core group members to review those changes | 21:56 |
*** achanda has quit IRC | 21:57 | |
*** dkliban is now known as dkliban_afk | 21:57 | |
fungi | mattfarina: the people you see listed at https://review.openstack.org/#/admin/groups/131,members | 21:57 |
mattfarina | i see them. i'll start tracking them down. thanks | 21:57 |
*** achanda has joined #openstack-infra | 21:58 | |
mattfarina | that's where i found the list with your names :) | 21:58 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out planet module https://review.openstack.org/150894 | 21:58 |
mattfarina | i'll reach out to some of them tomorrow. thanks | 21:59 |
*** achanda has quit IRC | 22:00 | |
*** achanda has joined #openstack-infra | 22:00 | |
*** achanda has quit IRC | 22:01 | |
*** briancurtin has joined #openstack-infra | 22:02 | |
*** mattfarina has quit IRC | 22:03 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add puppet-bup as split out module https://review.openstack.org/150830 | 22:03 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add mailman as split out repo https://review.openstack.org/150950 | 22:03 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add puppet-accessbot as split out module https://review.openstack.org/150903 | 22:03 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out releasestatus module https://review.openstack.org/150910 | 22:03 |
*** achanda has joined #openstack-infra | 22:03 | |
*** hj-hp has quit IRC | 22:04 | |
notmyname | is there a tl;dr on the current check-grenade failures? | 22:04 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-cgit: Add new puppet-module boilerplate https://review.openstack.org/150996 | 22:04 |
*** hj-hp has joined #openstack-infra | 22:05 | |
*** sarob has quit IRC | 22:05 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-cgit: Add new puppet module boilerplate https://review.openstack.org/150996 | 22:05 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out ansible module https://review.openstack.org/150933 | 22:06 |
notmyname | looks like http://logs.openstack.org/70/145970/6/check/check-grenade-dsvm/a6dfffb/logs/grenade.sh.txt.gz#_2015-01-28_20_36_24_371 | 22:06 |
*** sarob has joined #openstack-infra | 22:06 | |
clarkb | notmyname oslo.vmware release pulledin eventlet that is incompatible with juno | 22:06 |
*** hj-hp has quit IRC | 22:06 | |
clarkb | fix was to pin oslo.vmware in juno and should be merged | 22:06 |
notmyname | clarkb: ok. did that jsut happend? | 22:07 |
clarkb | yes it was in the gae when I stepped away about 45 minutes ago for lunch | 22:07 |
notmyname | ie what do I need to check or wait for to get patches checked? | 22:07 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out unbound as its own module https://review.openstack.org/150905 | 22:07 |
notmyname | hmm..ok | 22:08 |
notmyname | I got a failure about 15 minutes ago | 22:08 |
jogo | sdague: mordred was supposed to take a whack at it too | 22:08 |
jeblair | notmyname: check or gate? | 22:08 |
notmyname | check | 22:08 |
notmyname | https://review.openstack.org/#/c/150909/ | 22:08 |
jeblair | notmyname: it recently merged, that would have predated it, so 'recheck' | 22:08 |
*** sarob has quit IRC | 22:08 | |
openstackgerrit | Merged openstack-infra/project-config: Add split out user module https://review.openstack.org/150924 | 22:09 |
*** rlandy has quit IRC | 22:09 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out statusbot module https://review.openstack.org/150857 | 22:09 |
*** dustins has quit IRC | 22:10 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-dev/pbr: Replace setuptools develop entry point https://review.openstack.org/150890 | 22:11 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out cgit module https://review.openstack.org/150852 | 22:12 |
*** salv-orlando has quit IRC | 22:12 | |
harlowja | btw, i shoved up my pip recursive resolver code (which seems to work) @ ttps://github.com/harlowja/pippin#pippin ; might be useful to someone/and/or the current situation... | 22:13 |
harlowja | * https://github.com/harlowja/pippin#pippin | 22:13 |
notmyname | https://review.openstack.org/#/c/150531/ was never added to zuul. or there's no CI comments and it's not currently on the status page | 22:13 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/system-config: Split out kerberos module https://review.openstack.org/150999 | 22:14 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-kerberos as split out module https://review.openstack.org/151000 | 22:14 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add project for jeepyb puppet module https://review.openstack.org/150960 | 22:14 |
clarkb | notmyname: it was likely approved during the GHOST reboots | 22:15 |
*** jgrimm is now known as zz_jgrimm | 22:15 | |
clarkb | the recheck has enqueued it | 22:15 |
notmyname | that's my guess too. just wanted to bring it up in case there's other stuff | 22:15 |
*** otter768 has joined #openstack-infra | 22:16 | |
*** hj-hp has joined #openstack-infra | 22:16 | |
harlowja | * http://paste.ubuntu.com/9925080/ is the current stable set that resolver finds (when ran against the global-requirements file) | 22:17 |
openstackgerrit | Ian Wienand proposed openstack-infra/puppet-httpd: Update Rakefile and module info https://review.openstack.org/136959 | 22:17 |
clarkb | harlowja: I meant to ask how it is different than just installing everything and letting pip "figure" it out. Does it actually negotiate without order being important? | 22:18 |
fungi | clarkb: great news! did you see mike bayer's pymysql feedback on the -dev ml? | 22:18 |
fungi | looks like he's in favor overall | 22:18 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/project-config: Add new project for jeepyb puppet module https://review.openstack.org/150960 | 22:18 |
clarkb | fungi: I saw the wiki post | 22:18 |
clarkb | havne't read the mail thread yet | 22:18 |
fungi | awesome | 22:18 |
clarkb | but I think its supposed to be similar | 22:18 |
harlowja | clarkb ya; it negotiates | 22:19 |
fungi | he links to the review wiki | 22:19 |
*** liusheng has quit IRC | 22:20 | |
*** liusheng has joined #openstack-infra | 22:20 | |
*** otter768 has quit IRC | 22:20 | |
*** armax has joined #openstack-infra | 22:20 | |
harlowja | basically it starts off with a list of requirements; finds the potential versions of 1 requirement; adds that to a 'gathered' dictionary; then recurses; tries to add another requirement (from the desired set) into the 'gathered' dictionary; if a version is found that isn't compatible with the currently gathered set it will backtrack; and try a different version (and rinse and repeat) | 22:20 |
adreznec | Hi all. I just proposed a Stackforge new project changeset and the project creator's guide says to coordinate with the infra team at this point. Does anyone know who I need to interlock with to get the right reviewers on the change? | 22:20 |
harlowja | at the end of that; it either can't find any versions of anything that work along side the gathered set (and u'll see things like) | 22:21 |
clarkb | adreznec: any of the project-config repo core reviewers | 22:22 |
harlowja | Undoing decision to select 'pytidylib6==0.2.2' ; Undoing decision to select 'sphinxcontrib-docbookrestapi==0.2.1' ... (and then it will try another version and recurse...) | 22:22 |
clarkb | adreznec: motly though I think the idea is it needs to be reviewed and we are doing a virtual sprint to do some puppet housekeepingtoday so probably won't happen immediately | 22:22 |
adreznec | clarkb: all right, thanks | 22:22 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add log processor as split out module https://review.openstack.org/150961 | 22:22 |
clarkb | harlowja: gotcha | 22:22 |
harlowja | clarkb so its more of an actual resolver imho than pips (in that this thing deeply analyzes dependencies), lol | 22:22 |
harlowja | *alibelty slow ... | 22:23 |
harlowja | but at least it explores deeply the versions and backtracks when it finds issues (and tries another version, and repeat...) | 22:24 |
harlowja | instead of not, lol | 22:24 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-ssl_cert_check as split out module https://review.openstack.org/150962 | 22:24 |
*** Sukhdev has quit IRC | 22:24 | |
openstackgerrit | Merged openstack-infra/puppet-nodepool: Add standard puppet module files and .gitreview https://review.openstack.org/150885 | 22:25 |
openstackgerrit | K Jonathan Harker proposed openstack-infra/puppet-exim: Add new module boilerplate https://review.openstack.org/151013 | 22:25 |
harlowja | https://github.com/harlowja/pippin/blob/master/pippin.py#L268 (the probing recursion...; really the 'meat' of the program, ha) | 22:26 |
mmedvede | krotscheck: is it possible to unassign tasks in storyboard? | 22:26 |
*** Guest26584 is now known as erikmwilson | 22:27 | |
*** bknudson has quit IRC | 22:29 | |
openstackgerrit | K Jonathan Harker proposed openstack-infra/system-config: Split out bugdaystats module https://review.openstack.org/150934 | 22:30 |
*** Sukhdev has joined #openstack-infra | 22:30 | |
krotscheck | mmedvede: Nope. The assumption was that once someone takes a task, it’s up to them to find someone else to take it over or mark it as invalid. | 22:30 |
krotscheck | mmedvede: Wouldn’t be hard to add though. | 22:30 |
*** baoli_ has quit IRC | 22:31 | |
*** pc_m has quit IRC | 22:31 | |
*** baoli has joined #openstack-infra | 22:32 | |
mmedvede | krotscheck: ok, wfm. When creating a new task it sometimes would assign it to me as default. Was unable to create unassigned task until I reloaded the page | 22:32 |
clarkb | krotscheck: it isn't valid to just give up and let someone else volunteer to pick it up again? | 22:32 |
krotscheck | mmedvede: That seems like two issues that also need to be fixed. | 22:32 |
krotscheck | mmedvede: WOuld you mind filing a story? | 22:32 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Split out tmpreaper module https://review.openstack.org/150861 | 22:32 |
krotscheck | clarkb: Well, I was hoping to discourage the ‘ehn I don’t care’ behaviour :) | 22:33 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out elastic_recheck module. https://review.openstack.org/150892 | 22:33 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add smnpd as split out module https://review.openstack.org/150972 | 22:33 |
*** salv-orlando has joined #openstack-infra | 22:34 | |
openstackgerrit | Merged openstack-infra/system-config: Remove recheckwatch module https://review.openstack.org/140431 | 22:35 |
*** elliottk_ has joined #openstack-infra | 22:35 | |
*** elliottk_ has left #openstack-infra | 22:36 | |
*** elliottk_ has joined #openstack-infra | 22:36 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add tmpreaper as a split out module https://review.openstack.org/150882 | 22:36 |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Add sudoers as a split out module https://review.openstack.org/150881 | 22:37 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out user module https://review.openstack.org/150917 | 22:37 |
*** elliottk_ has left #openstack-infra | 22:37 | |
openstackgerrit | Merged openstack-infra/project-config: Add mysql backup as split out module https://review.openstack.org/150978 | 22:38 |
mmedvede | krotscheck: I would file the story when done with current sprint | 22:38 |
*** elliottk_ has joined #openstack-infra | 22:38 | |
ZZelle_ | marun, hi² | 22:39 |
*** garyh has quit IRC | 22:40 | |
nikhil_k | hi | 22:40 |
nikhil_k | can we get some reviews on https://review.openstack.org/#/c/150992 ? | 22:40 |
openstackgerrit | Merged openstack-infra/puppet-gerrit: Add standard puppet module files and .gitreview https://review.openstack.org/150897 | 22:41 |
openstackgerrit | Merged openstack-infra/system-config: Remove unused puppet module https://review.openstack.org/150965 | 22:41 |
*** elliottk_ has quit IRC | 22:42 | |
krotscheck | mmedvede: Gotcha, so logging after work completed. | 22:42 |
*** elliottk has joined #openstack-infra | 22:42 | |
clarkb | nikhil_k: you will need glance reviewers to review that change | 22:42 |
krotscheck | Valid use case. | 22:42 |
krotscheck | And honestly I’m not that tied to forced assignment | 22:42 |
nikhil_k | clarkb: Thanks, just realized it was the sync and not the global one! (oops) | 22:43 |
*** liusheng has quit IRC | 22:43 | |
nikhil_k | in travel mode so not at my best | 22:43 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add ulimit as a split out module https://review.openstack.org/150888 | 22:43 |
openstackgerrit | Yichen Wang proposed openstack-infra/project-config: Register new project "vmtp" into stackforge https://review.openstack.org/150606 | 22:44 |
*** liusheng has joined #openstack-infra | 22:44 | |
elliottk | hi folks, i am still having issues identifying my jjb jenkins.create_job failure because the crumbIssuer, job, and createItem apis referenced in python2.6/site-packages/jenkins cannot be found | 22:44 |
elliottk | i'm not sure what i'm missing. is there someone here who can help me track this down? | 22:44 |
*** c0m0 has quit IRC | 22:45 | |
openstackgerrit | Merged openstack-infra/project-config: Add ssh as split out module https://review.openstack.org/150926 | 22:46 |
openstackgerrit | James E. Blair proposed openstack-infra/project-config: Add puppet-bugdaystats as split out module https://review.openstack.org/150932 | 22:46 |
*** DuncanT has joined #openstack-infra | 22:47 | |
clarkb | elliottk: have you pasted full logs of running jjb? | 22:47 |
DuncanT | anteaya: http://review.whamcloud.com/#/c/13402/1/lustre/tests/parallel-scale-cifs.sh is an example of the patchcheck (like out pep8 check) posting inline in the review and how much more readable it is | 22:48 |
elliottk | i can do that. not much from jjb update, itself. | 22:48 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Add puppet-kerberos as split out module https://review.openstack.org/151000 | 22:48 |
clarkb | I must be 18 or older. Good thing I am | 22:48 |
anteaya | DuncanT: thank you | 22:48 |
clarkb | >_> | 22:48 |
openstackgerrit | Merged openstack-infra/project-config: Add logrotate as split out module https://review.openstack.org/150936 | 22:49 |
elliottk | clarkb: it looks like, though, i don't have all of the python2.6 jenkins module installed due to a gcc failure | 22:49 |
DuncanT | clarkb: Lawyers. They sue if you shoot them :-( | 22:49 |
anteaya | so for reference in the cinder mid-cycle we are doing around the room discussing tools | 22:49 |
*** e0ne has quit IRC | 22:49 | |
anteaya | so DuncanT's link was mostly for my reference to bring something up with the group after the current split sprint | 22:50 |
clarkb | DuncanT: how do you give a thing gerrit access when you accept code from the internet? | 22:50 |
anteaya | also 4 way diffs and packer | 22:50 |
clarkb | DuncanT: or has it justnot been a problem? | 22:50 |
DuncanT | clarkb: I don't understand the question, sorry | 22:50 |
*** e0ne has joined #openstack-infra | 22:50 | |
openstackgerrit | Merged openstack-infra/system-config: Split out iptables https://review.openstack.org/150859 | 22:51 |
clarkb | DuncanT: you accept code from the internet, take the code put it on a machine and lint it, then comment back to gerrit | 22:51 |
*** heyongli has quit IRC | 22:51 | |
DuncanT | clarkb: So jenkins is already doing it | 22:51 |
*** bknudson has joined #openstack-infra | 22:51 | |
clarkb | DuncanT: that last step requires gerrit credentials and the second step gives the random internet code access to your gerrit credentials | 22:51 |
clarkb | so you need some way of separating gerrit access from running the check | 22:51 |
clarkb | DuncanT: oh so it is a jenkins plugin? | 22:51 |
DuncanT | clarkb: I suggest it should be a jenkins pluging | 22:52 |
DuncanT | clarkb: I can't see how lustre does it | 22:52 |
clarkb | DuncanT: oh ok | 22:52 |
jeblair | for us, it should be something that a zuul worker passes back in the response to zuul, then zuul can do it | 22:52 |
*** hj-hp has quit IRC | 22:52 | |
clarkb | in our case we shouldn't make it a jenkins plugin because we are trying to rm jenkins but sorting out ACLs like that is a thing we would need to do | 22:52 |
clarkb | jeblair: ya or I was thinking something like the subunit/logstash workers could do it | 22:52 |
jeblair | clarkb: that would work too, but then that's extra comments (2x per change) | 22:53 |
clarkb | jeblair: good point | 22:53 |
*** heyongli has joined #openstack-infra | 22:53 | |
anteaya | mostly I am collecting info on what tools folks are using and they find valuable | 22:53 |
*** Hal has joined #openstack-infra | 22:53 | |
clarkb | anteaya: yup its good to do that. I was just genuinely curious how intel solved that | 22:53 |
anteaya | clarkb: yup | 22:53 |
anteaya | clarkb: and glad you are over 18 | 22:54 |
jeblair | anteaya: anyone in the room willing to work on this, or dedicate someone to do it? (since it's totally possible, just requires programming :) | 22:54 |
*** Hal is now known as Guest17903 | 22:54 | |
DuncanT | jeblair: clarkb: I posted the message because I thought it was an interface improvement, and you guys know more about how it might be done | 22:54 |
clarkb | DuncanT: ya I thought you might have been involved in the implementation there. no worries | 22:54 |
*** garyh has joined #openstack-infra | 22:55 | |
openstackgerrit | Merged openstack-infra/project-config: Add puppet-gerritbot as split out module https://review.openstack.org/150984 | 22:55 |
clarkb | anteaya: also what is the fourth piece of info in a 4 way diff? | 22:56 |
jeblair | clarkb: ? | 22:56 |
DuncanT | jeblair: Somebody here is interested, they should be along in a moment | 22:56 |
bswartz | clarkb: it's not really a 4 way diff | 22:57 |
*** tsg has joined #openstack-infra | 22:57 | |
clarkb | jeblair: anteaya also said people want 4 way diffs. I don't know what a 4 way diff is | 22:57 |
bswartz | it's a diff of 2 diffs involving 4 hashes | 22:57 |
openstackgerrit | Merged openstack-infra/project-config: Limit Workflow +/-1 in openstack-specs to tc-chair https://review.openstack.org/150581 | 22:57 |
openstackgerrit | Merged openstack-infra/project-config: Limit Workflow +/-1 in openstack-specs to tc-chair https://review.openstack.org/150581 | 22:57 |
clarkb | three way diff is our, theirs, base | 22:57 |
bswartz | sometimes known as an interdiff | 22:57 |
anteaya | bswartz: explain the use case | 22:57 |
anteaya | bswartz: that helped me | 22:57 |
*** cebruns has joined #openstack-infra | 22:57 | |
clarkb | oh that explains it ok | 22:57 |
anteaya | oh clarkb has it | 22:58 |
bswartz | the 4 soruces are: patchset A, parent of patchset A, patchset B, and parent of patchset B | 22:58 |
cebruns | anteaya: hello! | 22:58 |
anteaya | clarkb: do we have a tool that does that yet? I couldn't think of one | 22:58 |
openstackgerrit | Merged openstack-infra/system-config: Split out mediawiki module https://review.openstack.org/150920 | 22:58 |
anteaya | cebruns: meet jeblair | 22:58 |
anteaya | jeblair: meet cebruns | 22:58 |
bswartz | the theory being that if there were merge conflicts resolved between patchsets A and B, then the existing tools don't work | 22:58 |
anteaya | cebruns works at intel and is sitting two chairs to my right | 22:59 |
anteaya | that is the extent of what I know about him | 22:59 |
*** garyh has quit IRC | 22:59 | |
anteaya | that and he has agreed to assist here | 22:59 |
cebruns | Hi jeblair | 22:59 |
DuncanT | anteaya: https://bugs.launchpad.net/cinder/+bug/1415241 is a cinder bug at the moment, but really should be listed as a global hacking check. Is there bug category for that? | 22:59 |
jeblair | cebruns: hi there | 23:00 |
*** tsg has quit IRC | 23:00 | |
jeblair | cebruns: do you do gerrity stuff at intel? | 23:01 |
*** tsg has joined #openstack-infra | 23:01 | |
*** patrickeast has quit IRC | 23:01 | |
bswartz | clarkb: I'm dropping offline to drive to dinner with the cinder folks | 23:01 |
bswartz | bbl | 23:01 |
*** bswartz has quit IRC | 23:01 | |
*** garyh has joined #openstack-infra | 23:01 | |
cebruns | jeblair: No, haven't used it before but anteaya brought it up today and will get me up to speed. I've just started working in Cinder | 23:01 |
*** kurtmartin has quit IRC | 23:02 | |
anteaya | DuncanT: I would suggest https://launchpad.net/hacking | 23:02 |
anteaya | DuncanT: which is jogo's repo | 23:02 |
jeblair | cebruns: are you interested in hacking on infrastructure stuff? | 23:02 |
elliottk | clarkb: i was able to do a pip install jenkins and that finished successfully but there are only two files in the jenkins module: version and init. i pasted both the "jenkins-jobs update templates" output and the info from the httpd logs | 23:03 |
*** hj-hp has joined #openstack-infra | 23:03 | |
*** Guest17903 has quit IRC | 23:03 | |
*** ddieterly has quit IRC | 23:03 | |
elliottk | clarkb: jjb update: http://tny.cz/3096eb27 httpd: http://tny.cz/f4aeb956 | 23:03 |
* anteaya twists cebruns' arm | 23:03 | |
*** amitgandhinz has quit IRC | 23:03 | |
clarkb | elliottk: I don't know what pip install jenkins will do. You want to do `pip install $pathtojjb` to get latest jjb | 23:03 |
openstackgerrit | Merged openstack-infra/project-config: Register DragonFlow stackforge project to the OpenStack CI System https://review.openstack.org/150437 | 23:04 |
jeblair | clarkb, anteaya: we should totally see if we can get gertty to do interdiffs | 23:04 |
elliottk | clarkb: yes, that's how i installed jjb and the jenkins module with it | 23:04 |
jeblair | that would be a _huge_ improvement | 23:04 |
elliottk | but there's nothing in that module directory so i tried removing it and reinstalling it | 23:05 |
DuncanT | jeblair: If you do it, I'll buy you beer | 23:05 |
anteaya | jeblair: yay, ben has left the room but folks will tell him at dinner | 23:05 |
elliottk | there's still only two py files there | 23:05 |
clarkb | elliottk: so the module that jjb uses if python-jenkins not jenkins | 23:05 |
clarkb | elliottk: which probably explains some of what is going on here | 23:05 |
DuncanT | jeblair: Or wine, whiskey or other tipple of your choice | 23:05 |
clarkb | elliottk: I would do a new install in a fresh virtualenv where you just `pip install $pathtojenkins` | 23:05 |
*** e0ne has quit IRC | 23:05 | |
cebruns | jeblair: Sure! DuncanT just described what he's looking for and what would help us in reviews and understanding infra would be an added bennie. | 23:05 |
clarkb | er $pathtojjb | 23:06 |
*** openstackgerrit has quit IRC | 23:06 | |
elliottk | clarkb: ok, let me try that | 23:06 |
*** openstackgerrit has joined #openstack-infra | 23:06 | |
jeblair | cebruns: great, i hope we'll see you at our irc meeting next tuesday! | 23:06 |
cebruns | jeblair: sounds good! Thanks anteaya for the into. I'll be there next Tuesday. | 23:08 |
*** EmilienM is now known as EmilienM|afk | 23:08 | |
anteaya | yay | 23:09 |
anteaya | thank you | 23:09 |
anteaya | so my ride is waiting for me to go | 23:09 |
anteaya | so time for dinner | 23:10 |
anteaya | the sprint looks very successful yay | 23:10 |
anteaya | see you tomorrow | 23:10 |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Split out ssh module https://review.openstack.org/150927 | 23:10 |
*** tnovacik has quit IRC | 23:10 | |
clarkb | https://jenkins05.openstack.org/job/gate-infra-puppet-apply-centos6/637/console looks potentially stuck? | 23:12 |
clarkb | or maybe it is just very slow | 23:12 |
krotscheck | jeblair: Given your context manager comment on the email provider review- I’m not familiar with that construct/pattern, is there a doc somewhere that explains it? Googling is giving me lots of different opinions. | 23:14 |
*** yamamoto_ has joined #openstack-infra | 23:14 | |
*** liusheng has quit IRC | 23:14 | |
krotscheck | jeblair: Is it sortof like this? http://paste.openstack.org/show/163399/ | 23:14 |
*** liusheng has joined #openstack-infra | 23:15 | |
jeblair | krotscheck: yep that's it | 23:15 |
*** bdpayne_ has quit IRC | 23:15 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/devstack-gate: Allow for git base override https://review.openstack.org/151034 | 23:16 |
jeblair | krotscheck: you check the second argument to exit (type in your example, but i would rename it so it doesn't shadow the global type() func) and if it is truthy there was an exception, otherwise the code in the with clause exited normally | 23:17 |
jeblair | krotscheck: probably in this case though, there's no difference | 23:17 |
*** hj-hp has quit IRC | 23:17 | |
krotscheck | jeblair: Neat! | 23:18 |
krotscheck | jeblair: So more like this: http://paste.openstack.org/show/163401/ | 23:18 |
jeblair | krotscheck: yeah, great for files, databases, and things that generally need closing | 23:18 |
fungi | clarkb: that's likely another one of those which is going to hit the 30-minute timeout stalled on a remote git operation? | 23:18 |
jogo | clarkb: FYI https://review.openstack.org/151036 does that look at least half sane | 23:18 |
krotscheck | jeblair: I’ll wrap some tests around it so I can grok the behavior of __exit__ properly. | 23:19 |
clarkb | fungi: it doesn't look like git though, it appears to be running puppet | 23:19 |
clarkb | fungi: unless wait puppet runs git | 23:19 |
clarkb | fungi: so ya probably related | 23:19 |
jeblair | krotscheck: and yeah, that code lgtm | 23:19 |
fungi | clarkb: yeah, the last puppet messages there are about vcsrepo | 23:19 |
fungi | so... moar gits | 23:20 |
clarkb | should we try to hold that node? | 23:20 |
clarkb | I will do it just in case | 23:20 |
clarkb | done | 23:21 |
*** dmsimard is now known as dmsimard_away | 23:21 | |
clarkb | fungi: strace says its suck on a read of stdinput | 23:22 |
*** patrickeast has joined #openstack-infra | 23:22 | |
fungi | yeah | 23:22 |
fungi | is there a git child process? | 23:22 |
clarkb | which is probably the two git processes trying to talk to each other and locking | 23:22 |
fungi | or is that the child process? | 23:22 |
clarkb | fungi: the child is the one on the read. looking at the parent now | 23:22 |
*** garyh has quit IRC | 23:23 | |
clarkb | the parent is stuck on a read on fd 7 whihc I am going to guess is the other side of this | 23:23 |
clarkb | watch this be a new glibc bug | 23:23 |
clarkb | I only updated glibc yesterday though our daily updates may have pulled other things in | 23:23 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-iptables: Add module boilerplate files for puppet-iptables https://review.openstack.org/151039 | 23:24 |
*** garyh_ has joined #openstack-infra | 23:24 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Split out logrotate https://review.openstack.org/150935 | 23:24 |
*** carl_baldwin has quit IRC | 23:24 | |
clarkb | nice when jenkins times the build out we get an orphaned puppet apply that reparents to init | 23:25 |
clarkb | and its happily sitting there waiting for git to finish | 23:26 |
fungi | clarkb: that's exactly what's happening when git is called from the puppet agent on the git backend servers | 23:26 |
fungi | stuck doing a fetch remote origin for the project-config repo | 23:26 |
fungi | we have a timeout which kills the puppet process, and then the git subprocess continues on without it | 23:27 |
*** dizquierdo has quit IRC | 23:27 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-asterisk: Add boilerplate files for Asterisk puppet module https://review.openstack.org/151040 | 23:27 |
*** maxbit has quit IRC | 23:28 | |
*** shardy is now known as shardy_afk | 23:28 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-iptables: Add module boilerplate files for puppet-iptables https://review.openstack.org/151039 | 23:28 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Prepare project-config for remaining splits https://review.openstack.org/151041 | 23:28 |
*** maxbit has joined #openstack-infra | 23:29 | |
openstackgerrit | Merged openstack-infra/project-config: Add unattended_upgrades as a split out module https://review.openstack.org/150891 | 23:31 |
openstackgerrit | Merged openstack-infra/project-config: Add Fuel Plugins to Stackforge https://review.openstack.org/147169 | 23:32 |
openstackgerrit | Merged openstack-infra/project-config: Use a canonical way to specify python https://review.openstack.org/150262 | 23:33 |
jeblair | jhesketh: occasionally i check back over here and look for messages indicating changes have merged ^ | 23:33 |
*** thedodd has quit IRC | 23:33 | |
*** gokrokve has quit IRC | 23:33 | |
jhesketh | jeblair: I'm keeping an eye on the ones that I approve specifically | 23:34 |
*** ddieterly has joined #openstack-infra | 23:34 | |
*** yamamoto_ has quit IRC | 23:35 | |
*** signed8bit has quit IRC | 23:36 | |
*** timcline_ has joined #openstack-infra | 23:38 | |
*** timcline_ has quit IRC | 23:38 | |
*** baoli has quit IRC | 23:39 | |
*** timcline has quit IRC | 23:42 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/puppet-gerritbot: Add standard puppet module files and .gitreview https://review.openstack.org/151044 | 23:42 |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-jenkins: Correct puppet module boilerplate files https://review.openstack.org/151045 | 23:42 |
jeblair | fungi: wow, the centos6->centos6 git failures are happening a lot | 23:42 |
openstackgerrit | Joe Gordon proposed openstack-infra/project-config: Add functional test job for python-novaclient https://review.openstack.org/151046 | 23:42 |
jogo | mtreinish: ^ how does that look? | 23:42 |
*** baoli has joined #openstack-infra | 23:43 | |
*** maxbit has quit IRC | 23:43 | |
fungi | jeblair: i almost wonder if this is a result of the gethostbyname fix | 23:43 |
jeblair | yikes | 23:43 |
clarkb | fungi: that was the only thing I could figure | 23:43 |
clarkb | let maybe that introduced a bug to glibc that git is trippingover | 23:43 |
fungi | maybe a name resolution timeout masquerading as a connection/application timeout | 23:43 |
fungi | i really have no evidence on which to base this wild hypothesis | 23:44 |
*** maxbit has joined #openstack-infra | 23:44 | |
fungi | other than coincidental timing | 23:44 |
*** hj-hp has joined #openstack-infra | 23:44 | |
*** ZZelle_ has quit IRC | 23:45 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 23:47 | |
* mordred is barely here - but is excited about the possibility of glibc breaking something | 23:49 | |
*** tsg has quit IRC | 23:50 | |
*** maxbit has quit IRC | 23:51 | |
fungi | mordred: be excited by the certainty that we're hacking away at the system-config repo till there's nought left | 23:51 |
fungi | save openstack_project itself | 23:51 |
fungi | and a global site manifest i guess | 23:51 |
mordred | fungi: I am excited by that | 23:51 |
*** maxbit has joined #openstack-infra | 23:52 | |
mordred | fungi: I asumme I still need to look in to the ansible tieout thing, yeah? | 23:52 |
*** tsg has joined #openstack-infra | 23:52 | |
jeblair | mordred: yep | 23:52 |
*** tqtran_afk is now known as tqtran | 23:52 | |
mordred | kk | 23:52 |
*** hj-hp has quit IRC | 23:56 | |
*** Kerralissa has joined #openstack-infra | 23:56 | |
*** dangers is now known as dangers_away | 23:56 | |
*** patrickeast has quit IRC | 23:56 | |
*** mfink_ has quit IRC | 23:57 | |
*** aysyd has joined #openstack-infra | 23:58 | |
*** baoli has quit IRC | 23:58 | |
*** salv-orlando has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!