jeblair | seems like we should just change devstack to stop configuring syslog for swift then... | 00:00 |
---|---|---|
openstackgerrit | Monty Taylor proposed a change to openstack-infra/jeepyb: Rename launchpad parameter to group https://review.openstack.org/63157 | 00:00 |
openstackgerrit | Monty Taylor proposed a change to openstack-infra/jeepyb: Remove the hardcoded project list https://review.openstack.org/63158 | 00:00 |
*** praneshp has quit IRC | 00:00 | |
jeblair | flashgordon: started without error | 00:01 |
*** che-arne has quit IRC | 00:02 | |
flashgordon | hmm | 00:02 |
mordred | jeblair: I agree - I think devstack should not use syslog for swift if SYSLOG=False is set | 00:02 |
flashgordon | mordred: sounds logical | 00:02 |
*** ryanpetrello has quit IRC | 00:02 | |
mordred | except I think that I remember that swift doesn't have a not-syslog logging possibility? | 00:02 |
jeblair | i think i've done all i can here. | 00:03 |
jerryz | sdague: do you know what is the circumstance screen quit fails to kill the nova-* service every time? that's is what happened in my env. I am just curious. | 00:03 |
jeblair | flashgordon: if you don't object, i'm going to delete this node now. | 00:04 |
flashgordon | jeblair: go for it | 00:04 |
flashgordon | t | 00:04 |
flashgordon | too bad in cases like this we can't do a massive bisect test | 00:04 |
jeblair | flashgordon: i am inclined to believe this is not a bug in python code, but rather i think the solution is to either stop logging to syslog or have devstack be more robust about how it restarts rsyslogd | 00:06 |
jeblair | i have to head out now | 00:07 |
*** jhesketh has joined #openstack-infra | 00:10 | |
*** jerryz has quit IRC | 00:10 | |
*** mgagne has quit IRC | 00:10 | |
*** DennyZhang has joined #openstack-infra | 00:20 | |
openstackgerrit | Russell Bryant proposed a change to openstack-infra/config: zuul status: Collapse changes by default https://review.openstack.org/63019 | 00:24 |
*** che-arne has joined #openstack-infra | 00:28 | |
*** dims has quit IRC | 00:32 | |
*** jergerber has quit IRC | 00:35 | |
*** DennyZhang has quit IRC | 00:36 | |
pleia2 | anteaya: btw, I emailed the haecksen organizer and they emailed me my full talk abstract | 00:42 |
pleia2 | anteaya: I felt silly doing so, "thanks for accepting my talk, what was it again?" :P | 00:42 |
pleia2 | (ok, ok, I knew in general) | 00:43 |
*** dims has joined #openstack-infra | 00:45 | |
*** DennyZhang has joined #openstack-infra | 00:45 | |
*** zhiwei has joined #openstack-infra | 00:49 | |
anteaya | ha ha ha | 00:49 |
anteaya | pleia2: that is what I am going to have to do too | 00:49 |
anteaya | I was just going to arrive and read the schedule on Monday to find out what I was going to talk about | 00:49 |
anteaya | :D | 00:49 |
anteaya | but your way is better | 00:51 |
flashgordon | jeblair: I agree, although I can't figure out why this started up all of a sudden | 00:51 |
flashgordon | jeblair: will update the bug | 00:51 |
pleia2 | anteaya: I'm happy to know I'm not the only one who forgot, so thank you for that :) | 00:55 |
* dims catching up | 00:55 | |
dims | flashgordon, so there is some interaction between ovs* processes and rsyslogd? | 00:55 |
*** sarob has quit IRC | 00:56 | |
clarkb | zaro: I think I have a fix | 00:57 |
*** sarob has joined #openstack-infra | 00:57 | |
flashgordon | dims: thats a very good guess | 00:57 |
zaro | clarkb: wat? | 00:57 |
clarkb | zaro: I moved the creation of the session and channel from the perform() job call (in the job thread) to the console copy thread | 00:57 |
flashgordon | dims: but I think the fix is to not use rsyslog | 00:58 |
dims | flashgordon, +1 | 00:58 |
flashgordon | at least for now | 00:58 |
flashgordon | (as in we can revisit that later) | 00:58 |
clarkb | zaro: will need to clean this up to cut down on the number of ssh connections but I think the Jsch session was having trouble being used across threads (eg not threadsafe) | 00:58 |
zaro | clarkb: are those needed in the parent? | 00:58 |
clarkb | zaro: yes the parent needs them for the normal file copies | 00:58 |
zaro | clarkb: so is that a new instance in the console thread? | 00:59 |
clarkb | zaro: yup | 00:59 |
clarkb | zaro: I think the session object isn't thread safe | 00:59 |
anteaya | pleia2: glad I can help in any way possible | 00:59 |
anteaya | :D | 01:00 |
clarkb | zaro: so that will need to be refactored cleanly (my current test code is really ugly) | 01:00 |
clarkb | and with that I am headed home | 01:00 |
dims | flashgordon, still don't know why it cropped up all of a sudden right? | 01:00 |
zaro | clarkb: cool, you want to do the cleanup or did you want me to try that on my end? | 01:00 |
zaro | clarkb: try the fix i mean. | 01:01 |
*** reed has quit IRC | 01:01 | |
flashgordon | dims: no idea | 01:01 |
flashgordon | dims: my hunch is a strange dependency change | 01:01 |
*** sarob has quit IRC | 01:01 | |
flashgordon | dims: if only we had the equavalent of 'git bisect' in openstack | 01:03 |
*** DennyZhang has quit IRC | 01:04 | |
*** sarob has joined #openstack-infra | 01:05 | |
dims | :) | 01:08 |
flashgordon | dims: so it would require a bunch of infra support but shouldn't be that bad I think | 01:08 |
flashgordon | and would be very useful | 01:08 |
flashgordon | except it would use a ton of VMs | 01:08 |
jeblair | flashgordon: it would not require any infra support. | 01:09 |
jeblair | flashgordon: here's the tree to bisect: http://git.openstack.org/cgit/openstack/openstack/ | 01:10 |
flashgordon | can you just run git review on that ? | 01:10 |
flashgordon | if so then sweet | 01:10 |
*** rwsu has quit IRC | 01:11 | |
jeblair | flashgordon: no, you aren't allowed to propose changes to that repo | 01:11 |
jeblair | flashgordon: but you don't need to propose a change to test it. most people who work on openstack have access to a cloud provider | 01:11 |
flashgordon | jeblair: so devstack supports openstack/openstack repo? | 01:13 |
jeblair | flashgordon: i doubt it. i didn't say there was a ready-made solution for this, i just said that you don't need any infra support to get started on it. | 01:13 |
flashgordon | jeblair: get started no, | 01:14 |
jeblair | or finished | 01:14 |
flashgordon | but if we wanted to have this use infra resources -- which we very well may not | 01:14 |
flashgordon | also timeline of dependency changes | 01:14 |
flashgordon | but there is a lot that can be done right now | 01:15 |
*** rwsu has joined #openstack-infra | 01:15 | |
flashgordon | we did the revery per project test for another bug a while back with good results | 01:16 |
*** rnirmal has joined #openstack-infra | 01:16 | |
*** flashgordon is now known as jog0 | 01:16 | |
*** jeblair is now known as corvus | 01:17 | |
*** DennyZhang has joined #openstack-infra | 01:21 | |
*** rwsu has quit IRC | 01:21 | |
*** krotscheck has quit IRC | 01:23 | |
*** sarob has quit IRC | 01:31 | |
*** jcooley_ has quit IRC | 01:34 | |
clarkb | zaro: go for it. I think more people familiar with that codeis good | 01:38 |
*** melwitt has quit IRC | 01:38 | |
*** DennyZhang has quit IRC | 01:39 | |
*** dripton has quit IRC | 01:40 | |
clarkb | zaro: the trick is going to be waiting until you absolutely need a session to create one that way we only create as many sessions as necessary | 01:41 |
*** rnirmal has quit IRC | 01:41 | |
*** DennyZhang has joined #openstack-infra | 01:44 | |
*** sarob has joined #openstack-infra | 01:45 | |
*** jcooley_ has joined #openstack-infra | 01:46 | |
*** DennyZhang has quit IRC | 01:47 | |
*** DennyZhang has joined #openstack-infra | 01:49 | |
*** dripton has joined #openstack-infra | 01:51 | |
*** krotscheck has joined #openstack-infra | 02:02 | |
*** matsuhashi has joined #openstack-infra | 02:15 | |
*** matsuhashi has quit IRC | 02:21 | |
*** matsuhashi has joined #openstack-infra | 02:22 | |
*** sdake has joined #openstack-infra | 02:23 | |
*** matsuhas_ has joined #openstack-infra | 02:25 | |
*** matsuhashi has quit IRC | 02:27 | |
*** jcooley_ has quit IRC | 02:27 | |
*** jcooley_ has joined #openstack-infra | 02:27 | |
*** matsuhas_ has quit IRC | 02:33 | |
*** matsuhashi has joined #openstack-infra | 02:34 | |
*** coolsvap has quit IRC | 02:35 | |
*** coolsvap has joined #openstack-infra | 02:35 | |
*** AaronGr is now known as AaronGr_Zzz | 02:36 | |
*** fifieldt has joined #openstack-infra | 02:37 | |
*** coolsvap has quit IRC | 02:38 | |
*** pcrews has quit IRC | 02:42 | |
*** vipul has quit IRC | 02:46 | |
*** zhiwei has quit IRC | 02:46 | |
*** vipul has joined #openstack-infra | 02:47 | |
*** matsuhashi has quit IRC | 02:56 | |
*** matsuhashi has joined #openstack-infra | 02:57 | |
*** nati_ueno has quit IRC | 03:01 | |
*** DennyZha` has joined #openstack-infra | 03:01 | |
*** matsuhashi has quit IRC | 03:01 | |
*** DennyZhang has quit IRC | 03:02 | |
*** sarob has quit IRC | 03:10 | |
*** sarob has joined #openstack-infra | 03:10 | |
*** krotscheck has quit IRC | 03:15 | |
*** sarob has quit IRC | 03:15 | |
*** sdake_ has quit IRC | 03:15 | |
*** DennyZha` has quit IRC | 03:24 | |
*** hdd_ has joined #openstack-infra | 03:32 | |
*** jcooley_ has quit IRC | 03:34 | |
*** jcooley_ has joined #openstack-infra | 03:35 | |
*** chandankumar_ has joined #openstack-infra | 03:40 | |
*** UtahDave has quit IRC | 03:43 | |
*** jergerber has joined #openstack-infra | 03:48 | |
*** jergerber has quit IRC | 03:48 | |
*** che-arne has quit IRC | 03:48 | |
*** jergerber has joined #openstack-infra | 03:48 | |
*** jergerber has quit IRC | 03:48 | |
*** CaptTofu has joined #openstack-infra | 03:59 | |
*** jcooley_ has quit IRC | 04:05 | |
*** jcooley_ has joined #openstack-infra | 04:06 | |
*** che-arne has joined #openstack-infra | 04:09 | |
*** matsuhashi has joined #openstack-infra | 04:11 | |
*** sarob has joined #openstack-infra | 04:21 | |
*** pub_tap is now known as hub_cap | 04:22 | |
*** jcooley_ has quit IRC | 04:22 | |
*** chandankumar_ has quit IRC | 04:22 | |
*** jcooley_ has joined #openstack-infra | 04:23 | |
*** sarob has quit IRC | 04:25 | |
*** matsuhashi has quit IRC | 04:26 | |
*** jcooley_ has quit IRC | 04:27 | |
*** matsuhashi has joined #openstack-infra | 04:30 | |
*** CaptTofu has quit IRC | 04:33 | |
*** CaptTofu has joined #openstack-infra | 04:33 | |
*** matsuhashi has quit IRC | 04:39 | |
*** ladquin_afk has quit IRC | 04:43 | |
*** jcooley_ has joined #openstack-infra | 04:43 | |
*** matsuhashi has joined #openstack-infra | 04:50 | |
*** DennyZhang has joined #openstack-infra | 04:52 | |
*** jcooley_ has quit IRC | 04:58 | |
*** yidclare has quit IRC | 05:03 | |
*** nati_ueno has joined #openstack-infra | 05:06 | |
*** SergeyLukjanov has joined #openstack-infra | 05:07 | |
*** SergeyLukjanov has quit IRC | 05:07 | |
*** matsuhashi has quit IRC | 05:07 | |
*** SergeyLukjanov has joined #openstack-infra | 05:07 | |
*** nati_ueno has quit IRC | 05:08 | |
*** cody-somerville has quit IRC | 05:08 | |
*** cody-somerville has joined #openstack-infra | 05:09 | |
*** yaguang has joined #openstack-infra | 05:15 | |
*** DennyZhang has quit IRC | 05:17 | |
*** nati_ueno has joined #openstack-infra | 05:23 | |
*** jcooley_ has joined #openstack-infra | 05:27 | |
*** matsuhashi has joined #openstack-infra | 05:32 | |
*** jcooley_ has quit IRC | 05:33 | |
*** che-arne has quit IRC | 05:34 | |
*** harlowja has quit IRC | 05:43 | |
*** sdake has quit IRC | 05:49 | |
*** sdake_ has joined #openstack-infra | 05:54 | |
*** che-arne has joined #openstack-infra | 05:57 | |
*** jcooley_ has joined #openstack-infra | 06:00 | |
*** sdake has joined #openstack-infra | 06:03 | |
*** fifieldt has quit IRC | 06:06 | |
*** matsuhashi has quit IRC | 06:08 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 06:15 | |
*** jcooley_ has quit IRC | 06:21 | |
*** SergeyLukjanov has joined #openstack-infra | 06:22 | |
*** sarob has joined #openstack-infra | 06:22 | |
*** vkozhukalov has joined #openstack-infra | 06:28 | |
*** hdd_ has quit IRC | 06:36 | |
*** praneshp has joined #openstack-infra | 06:36 | |
*** che-arne has quit IRC | 06:37 | |
*** chandankumar has joined #openstack-infra | 06:38 | |
*** sdake_ has quit IRC | 06:45 | |
*** sdake has quit IRC | 06:46 | |
*** chandankumar has quit IRC | 06:49 | |
*** krotscheck has joined #openstack-infra | 06:53 | |
*** jcooley_ has joined #openstack-infra | 06:56 | |
*** sdake has joined #openstack-infra | 06:58 | |
*** sdake_ has joined #openstack-infra | 06:58 | |
*** che-arne has joined #openstack-infra | 07:00 | |
*** krotscheck has quit IRC | 07:02 | |
*** matsuhashi has joined #openstack-infra | 07:03 | |
*** yaguang has quit IRC | 07:05 | |
*** matsuhashi has quit IRC | 07:11 | |
*** SergeyLukjanov has quit IRC | 07:16 | |
*** jcooley_ has quit IRC | 07:19 | |
*** matsuhashi has joined #openstack-infra | 07:22 | |
*** sarob has quit IRC | 07:25 | |
*** sarob has joined #openstack-infra | 07:26 | |
*** sarob has quit IRC | 07:30 | |
*** matsuhashi has quit IRC | 07:34 | |
*** che-arne has quit IRC | 07:35 | |
*** marun has quit IRC | 07:43 | |
*** praneshp has quit IRC | 07:46 | |
*** marun has joined #openstack-infra | 07:48 | |
*** jcooley_ has joined #openstack-infra | 07:52 | |
*** matsuhashi has joined #openstack-infra | 07:54 | |
*** che-arne has joined #openstack-infra | 07:59 | |
*** jcooley_ has quit IRC | 08:03 | |
*** jcooley_ has joined #openstack-infra | 08:05 | |
*** sarob has joined #openstack-infra | 08:09 | |
*** sarob has quit IRC | 08:14 | |
*** matsuhashi has quit IRC | 08:18 | |
*** SergeyLukjanov has joined #openstack-infra | 08:21 | |
*** yolanda_ has joined #openstack-infra | 08:22 | |
*** jcooley_ has quit IRC | 08:23 | |
*** jcooley_ has joined #openstack-infra | 08:24 | |
*** sarob has joined #openstack-infra | 08:24 | |
*** chandankumar has joined #openstack-infra | 08:27 | |
*** sarob has quit IRC | 08:29 | |
*** jcooley_ has quit IRC | 08:43 | |
*** dstanek has quit IRC | 08:44 | |
*** boris-42 has joined #openstack-infra | 08:45 | |
*** tma996 has joined #openstack-infra | 08:58 | |
*** sarob has joined #openstack-infra | 09:25 | |
*** SergeyLukjanov has quit IRC | 09:26 | |
*** sarob has quit IRC | 09:30 | |
*** tma996 has quit IRC | 09:38 | |
*** chandankumar has quit IRC | 09:43 | |
*** tma996 has joined #openstack-infra | 10:07 | |
*** sandywalsh has quit IRC | 10:18 | |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: PyXML required for XML output to be consistent https://review.openstack.org/63579 | 10:22 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Support lazy resolving of include yaml tags https://review.openstack.org/63580 | 10:22 |
openstackgerrit | Darragh Bailey proposed a change to openstack-infra/jenkins-job-builder: Use yaml local tags to support including files https://review.openstack.org/48783 | 10:22 |
*** sarob has joined #openstack-infra | 10:25 | |
*** amotoki_ has joined #openstack-infra | 10:28 | |
*** vkozhukalov has quit IRC | 10:29 | |
*** sarob has quit IRC | 10:29 | |
*** sandywalsh has joined #openstack-infra | 10:32 | |
*** jhesketh has quit IRC | 10:36 | |
*** davidhadas_ has quit IRC | 10:56 | |
*** sandywalsh has quit IRC | 11:14 | |
*** jhesketh__ has quit IRC | 11:16 | |
*** sarob has joined #openstack-infra | 11:25 | |
*** sandywalsh has joined #openstack-infra | 11:27 | |
*** sarob has quit IRC | 11:30 | |
*** jcooley_ has joined #openstack-infra | 11:46 | |
*** jcooley_ has quit IRC | 11:47 | |
*** yamahata has joined #openstack-infra | 12:07 | |
*** Guest33069 has quit IRC | 12:19 | |
*** lillie has joined #openstack-infra | 12:19 | |
*** pvo has quit IRC | 12:19 | |
*** lillie is now known as Guest88910 | 12:20 | |
*** pvo has joined #openstack-infra | 12:22 | |
*** sarob has joined #openstack-infra | 12:25 | |
*** chandankumar has joined #openstack-infra | 12:28 | |
*** sarob has quit IRC | 12:30 | |
*** yolanda_ has quit IRC | 12:30 | |
*** SergeyLukjanov has joined #openstack-infra | 12:41 | |
*** yolanda_ has joined #openstack-infra | 12:57 | |
*** yolanda_ has quit IRC | 13:00 | |
*** nati_ueno has quit IRC | 13:01 | |
*** dstanek has joined #openstack-infra | 13:02 | |
*** sarob has joined #openstack-infra | 13:25 | |
*** vladan has quit IRC | 13:26 | |
*** fifieldt has joined #openstack-infra | 13:28 | |
*** sarob has quit IRC | 13:30 | |
*** davidhadas has joined #openstack-infra | 13:38 | |
*** vladan has joined #openstack-infra | 13:40 | |
*** CaptTofu has quit IRC | 13:53 | |
*** CaptTofu has joined #openstack-infra | 13:53 | |
*** CaptTofu has quit IRC | 13:55 | |
*** krotscheck has joined #openstack-infra | 13:58 | |
*** mriedem has joined #openstack-infra | 13:59 | |
*** fifieldt has quit IRC | 14:04 | |
*** CaptTofu has joined #openstack-infra | 14:10 | |
*** davidhadas has quit IRC | 14:23 | |
*** davidhadas has joined #openstack-infra | 14:24 | |
*** sarob has joined #openstack-infra | 14:25 | |
*** flaper87|afk is now known as flaper87 | 14:28 | |
*** mriedem has quit IRC | 14:29 | |
*** sarob has quit IRC | 14:30 | |
*** praneshp has joined #openstack-infra | 14:35 | |
openstackgerrit | Kei YAMAZAKI proposed a change to openstack-infra/jenkins-job-builder: Added support for Github notifier https://review.openstack.org/63583 | 14:40 |
*** davidhadas has quit IRC | 14:55 | |
*** chandankumar has quit IRC | 14:56 | |
*** davidhadas has joined #openstack-infra | 14:56 | |
*** davidhadas has quit IRC | 15:07 | |
*** tma996 has quit IRC | 15:19 | |
*** odyi has quit IRC | 15:22 | |
*** sarob has joined #openstack-infra | 15:25 | |
*** odyi has joined #openstack-infra | 15:25 | |
*** praneshp has quit IRC | 15:29 | |
*** sarob has quit IRC | 15:29 | |
*** sarob has joined #openstack-infra | 15:46 | |
*** sarob has quit IRC | 15:57 | |
*** sarob has joined #openstack-infra | 15:57 | |
*** ryanpetrello has joined #openstack-infra | 15:59 | |
*** sarob has quit IRC | 16:02 | |
*** amotoki_ has quit IRC | 16:14 | |
*** CaptTofu has quit IRC | 16:21 | |
*** CaptTofu has joined #openstack-infra | 16:22 | |
*** nati_ueno has joined #openstack-infra | 16:24 | |
*** davidhadas has joined #openstack-infra | 16:25 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 16:28 | |
enikanorov__ | hi infra folks. is there any way to enable neutron-pg and neutron-pg-isolated jobs for particular patch being submitted to nova gerrit queue? | 16:28 |
*** _SergeyLukjanov is now known as SergeyLukjanov | 16:29 | |
enikanorov__ | I'm investigating on of the gate failures with neutrion-pg&isolated and i want to debug it from nova side | 16:29 |
*** CaptTofu has quit IRC | 16:29 | |
*** CaptTofu has joined #openstack-infra | 16:30 | |
enikanorov__ | but the patch to nova never failed the gate. apparently because it was not run against neutron-pg* job | 16:30 |
*** persia has quit IRC | 16:31 | |
*** persia has joined #openstack-infra | 16:31 | |
*** persia is now known as Guest38628 | 16:31 | |
*** vkozhukalov has joined #openstack-infra | 16:34 | |
*** chandankumar has joined #openstack-infra | 16:48 | |
*** sarob has joined #openstack-infra | 16:55 | |
*** nati_ueno has quit IRC | 16:56 | |
*** SergeyLukjanov has quit IRC | 16:58 | |
*** flaper87 is now known as flaper87|afk | 16:59 | |
*** sarob has quit IRC | 17:02 | |
*** sarob has joined #openstack-infra | 17:03 | |
fungi | enikanorov__: one option would be to add those jobs to an experimental pipeline for nova in openstack-infra/config modules/openstack_project/files/zuul/layout.yaml, and then once that merges you can leave a "recheck experimental" comment on your nova change | 17:06 |
fungi | enikanorov__: the alternative would be to follow the "simulating devstack gate tests" instructions in the README.rst of openstack-infra/devstack-gate | 17:07 |
enikanorov__ | fungi: thanks | 17:07 |
*** CaptTofu has quit IRC | 17:17 | |
*** cyeoh has quit IRC | 17:17 | |
*** CaptTofu has joined #openstack-infra | 17:18 | |
*** CaptTofu has quit IRC | 17:20 | |
*** CaptTofu has joined #openstack-infra | 17:20 | |
*** sarob has quit IRC | 17:30 | |
*** sarob has joined #openstack-infra | 17:31 | |
*** sarob has quit IRC | 17:35 | |
*** chandankumar has quit IRC | 17:36 | |
*** niska has quit IRC | 17:40 | |
*** niska has joined #openstack-infra | 17:41 | |
*** ywu has quit IRC | 17:41 | |
*** CaptTofu has quit IRC | 17:49 | |
*** CaptTofu has joined #openstack-infra | 17:50 | |
*** SergeyLukjanov has joined #openstack-infra | 18:06 | |
*** SergeyLukjanov is now known as _SergeyLukjanov | 18:07 | |
*** _SergeyLukjanov is now known as SergeyLukjanov | 18:07 | |
*** krtaylor has quit IRC | 18:12 | |
*** yfried has joined #openstack-infra | 18:18 | |
*** praneshp has joined #openstack-infra | 18:31 | |
*** pcrews has joined #openstack-infra | 18:32 | |
*** krotscheck has quit IRC | 18:34 | |
*** yolanda_ has joined #openstack-infra | 18:37 | |
*** jcooley_ has joined #openstack-infra | 18:40 | |
*** sarob has joined #openstack-infra | 18:41 | |
*** sarob has quit IRC | 18:46 | |
*** harlowja has joined #openstack-infra | 18:47 | |
*** yfried1 has joined #openstack-infra | 18:47 | |
*** yfried has quit IRC | 18:47 | |
*** nati_ueno has joined #openstack-infra | 18:50 | |
*** mrodden has quit IRC | 18:56 | |
*** CaptTofu has quit IRC | 19:01 | |
*** CaptTofu has joined #openstack-infra | 19:01 | |
*** jcooley_ has quit IRC | 19:05 | |
*** jcooley_ has joined #openstack-infra | 19:07 | |
*** UtahDave has joined #openstack-infra | 19:17 | |
cody-somerville | https://github.com/walmartlabs/mupd8 <-- interesting. | 19:21 |
*** afazekas_ has joined #openstack-infra | 19:21 | |
fungi | cody-somerville: now try to sell savanna on it ;) | 19:25 |
*** krotscheck has joined #openstack-infra | 19:25 | |
SergeyLukjanov | I see savanna word :) | 19:28 |
*** CaptTofu has quit IRC | 19:32 | |
*** CaptTofu has joined #openstack-infra | 19:32 | |
fungi | SergeyLukjanov: i commend your skillful use of irc keyword triggers ;) | 19:33 |
*** jcooley_ has quit IRC | 19:37 | |
SergeyLukjanov | yup, it's really useful when you have +12h timezone ;) | 19:38 |
*** krotscheck has quit IRC | 19:38 | |
fungi | (or when you lurk in dozens of channels any of whom might need your help on a particular topic) | 19:40 |
*** gema has quit IRC | 19:41 | |
SergeyLukjanov | exactly! | 19:42 |
fungi | SergeyLukjanov: speaking of which, in case anyone hasn't said it recently enough, i REALLY appreciate all the help you've been providing and i know others feel the same. thank you! | 19:48 |
*** yolanda_ has quit IRC | 19:48 | |
*** UtahDave has quit IRC | 19:54 | |
*** yolanda_ has joined #openstack-infra | 19:56 | |
*** pcrews has quit IRC | 19:56 | |
*** praneshp has quit IRC | 19:58 | |
*** salv-orlando_ has joined #openstack-infra | 19:58 | |
*** salv-orlando_ has quit IRC | 19:58 | |
SergeyLukjanov | fungi, thank you, I'm really glad to help you guys! | 19:59 |
*** salv-orlando has quit IRC | 19:59 | |
*** salv-orlando has joined #openstack-infra | 19:59 | |
*** Ryan_Lane has joined #openstack-infra | 20:00 | |
*** Ryan_Lane has joined #openstack-infra | 20:00 | |
*** gema has joined #openstack-infra | 20:00 | |
*** boris-42 has quit IRC | 20:11 | |
*** CaptTofu has quit IRC | 20:27 | |
*** CaptTofu has joined #openstack-infra | 20:27 | |
*** boris-42 has joined #openstack-infra | 20:53 | |
clarkb | indeed | 21:12 |
clarkb | fungi: if you are looking for random interesting fun game to play Don't Starve is pretty awesome | 21:12 |
fungi | clarkb: thanks for the tip | 21:17 |
fungi | currently i'm playing "learn how to temper chocolate" | 21:17 |
fungi | it's a very long, very boring game, but in the end you win chocolate | 21:17 |
*** krotscheck has joined #openstack-infra | 21:19 | |
*** krotscheck has quit IRC | 21:24 | |
*** CaptTofu has quit IRC | 21:27 | |
*** CaptTofu has joined #openstack-infra | 21:27 | |
*** harlowja is now known as harlowja_away | 21:41 | |
anteaya | fungi: are you using a double-boiler? | 21:44 |
fungi | anteaya: makeshift, but yes (steel bowl sitting on standoffs in a pot of water) | 21:45 |
anteaya | that counts | 21:45 |
anteaya | may you end up with good chocolate | 21:46 |
fungi | apparently the trick is to get the chocolate above 105f (for you imperialists), then down into the low 80s f, add some already-tempered chocolate and stir vigorously while bringing it back up to 88f but no hotter (for dark chocolate), then do what you're going to do with it and let it cool normally | 21:47 |
fungi | it's taking a bit of practice | 21:47 |
anteaya | I have never done what you are attempting | 21:47 |
anteaya | how easy is your thermometer to read when coated in steam? | 21:47 |
fungi | instant-read digital stick (not a traditional glass candy thermometer) so works fairly well for this | 21:48 |
anteaya | good | 21:48 |
fungi | also you don't need steam. just hot enough water (after all, most chocolate melts at well under half the boiling temperature of water) | 21:49 |
anteaya | well my experience in firing clay tells me that slow temp changes leave me the happiest | 21:49 |
anteaya | sounds like you are already doing that though, the boring part | 21:49 |
anteaya | that is true | 21:49 |
*** SergeyLukjanov has quit IRC | 21:50 | |
anteaya | are you doing chocolate covered fruit? | 21:50 |
fungi | peppermint bark | 21:50 |
anteaya | or homemade truffles? | 21:50 |
anteaya | really? | 21:50 |
anteaya | I've never had to go through that myself when I make a chocolate bark type product | 21:51 |
fungi | didn't want to get too complicated since i don't normally venture too far into the realm of confection | 21:51 |
anteaya | just melt the chocolate, add in the stuff, pour onto paper on cookie sheet, clean up | 21:51 |
fungi | but i want it to keep at room temperature and not melt when held | 21:51 |
*** hdd_ has joined #openstack-infra | 21:51 | |
anteaya | ha ha ha ha | 21:51 |
anteaya | that has never been a concern of mine | 21:52 |
fungi | and the higher melting point requires tempering | 21:52 |
anteaya | so I am keen to hear your results | 21:52 |
* fungi enjoys geeking out on kitchen chemistry and physics | 21:52 | |
anteaya | go you | 21:52 |
anteaya | have you tried sponge toffee yet | 21:52 |
anteaya | that will keep you going for a few rounds | 21:52 |
*** vkozhukalov has quit IRC | 21:53 | |
anteaya | I saw a friend of mine's failure once and never tried it myself | 21:53 |
anteaya | only willing do make stuff I am willing to eat regardless of how it turns out | 21:53 |
anteaya | turns out well, share | 21:54 |
anteaya | flops, I eat it myself | 21:54 |
fungi | sounds delicious, though i generally limit my adventures to dairy-free things so that i can also eat some | 21:54 |
fungi | vegan, in fact, so that christine can also enjoy it | 21:54 |
fungi | and since she also is allergic to nuts, it gets even more complicated | 21:55 |
anteaya | http://www.canadianliving.com/food/sponge_toffee.php | 21:55 |
anteaya | sugar and baking soda | 21:55 |
anteaya | the trick is to get the baking soda in at the right time so it puffs up | 21:56 |
anteaya | hence the "sponge" part of sponge toffee | 21:56 |
fungi | oh neat. i've never seen toffee recipes which didn't need butter. i'll give that one a try | 21:56 |
anteaya | canadianliving has a good test kitchen | 21:56 |
anteaya | I'll be interested to hear your results | 21:56 |
anteaya | if it fails you end up with a pot of melted sugar | 21:57 |
anteaya | no poof | 21:57 |
anteaya | I have no way of using a pot of melted sugar so I have never tried this one myself | 21:58 |
anteaya | yay, happy solstice | 22:05 |
anteaya | moon is in Capricorn | 22:05 |
anteaya | sorry sun | 22:06 |
anteaya | sun is in capricorn | 22:06 |
fungi | happy solstice to you too. we're heading out to a solstice/yule party momentarily | 22:27 |
anteaya | have a wonderful time | 22:30 |
*** afazekas_ has quit IRC | 22:32 | |
*** CaptTofu has quit IRC | 22:53 | |
*** CaptTofu has joined #openstack-infra | 22:53 | |
*** elasticio has joined #openstack-infra | 23:01 | |
*** sarob has joined #openstack-infra | 23:02 | |
*** mgagne has joined #openstack-infra | 23:09 | |
*** elasticio has quit IRC | 23:12 | |
*** elasticio has joined #openstack-infra | 23:13 | |
*** yolanda_ has quit IRC | 23:14 | |
*** sarob has quit IRC | 23:21 | |
*** sarob has joined #openstack-infra | 23:22 | |
*** sarob_ has joined #openstack-infra | 23:23 | |
*** sarob has quit IRC | 23:26 | |
*** nati_ueno has quit IRC | 23:27 | |
*** sarob_ has quit IRC | 23:28 | |
*** HenryG has quit IRC | 23:30 | |
*** HenryG has joined #openstack-infra | 23:30 | |
*** mancdaz_away has quit IRC | 23:37 | |
*** mgagne has quit IRC | 23:40 | |
*** davidhadas has quit IRC | 23:41 | |
*** hdd_ has quit IRC | 23:45 | |
*** mancdaz_away has joined #openstack-infra | 23:47 | |
*** mancdaz_away is now known as mancdaz | 23:47 | |
*** fbo is now known as fbo_away | 23:49 | |
*** AaronGr_Zzz is now known as AaronGr | 23:50 | |
*** AaronGr is now known as AaronGr_Zzz | 23:52 | |
*** sarob has joined #openstack-infra | 23:52 | |
*** sarob has quit IRC | 23:54 | |
*** sarob has joined #openstack-infra | 23:54 | |
*** ryanpetrello has quit IRC | 23:54 | |
*** sarob has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!