*** salv-orl_ has quit IRC | 00:03 | |
*** sputnik13 has joined #openstack-infra | 00:04 | |
*** andreykurilin_ has quit IRC | 00:06 | |
*** ivar-lazzaro has joined #openstack-infra | 00:17 | |
*** ivar-lazzaro has quit IRC | 00:18 | |
*** ivar-lazzaro has joined #openstack-infra | 00:19 | |
*** ghostpl_ has joined #openstack-infra | 00:22 | |
*** stevemar has joined #openstack-infra | 00:26 | |
*** markvoelker has joined #openstack-infra | 00:27 | |
*** ghostpl_ has quit IRC | 00:27 | |
*** mriedem has joined #openstack-infra | 00:28 | |
*** mriedem1 has quit IRC | 00:29 | |
*** markvoelker has quit IRC | 00:32 | |
*** stevemar has quit IRC | 00:32 | |
*** dimtruck is now known as zz_dimtruck | 00:37 | |
*** vilobhmm has quit IRC | 00:43 | |
*** sabeen has joined #openstack-infra | 00:44 | |
*** koolhead17 has joined #openstack-infra | 01:09 | |
*** koolhead17 has joined #openstack-infra | 01:09 | |
*** ddieterly has quit IRC | 01:10 | |
*** signed8bit has joined #openstack-infra | 01:10 | |
*** sdake_ has joined #openstack-infra | 01:12 | |
*** jamielennox|away is now known as jamielennox | 01:12 | |
*** masayukig has quit IRC | 01:14 | |
*** masayukig has joined #openstack-infra | 01:15 | |
*** signed8bit has quit IRC | 01:15 | |
*** ddieterly has joined #openstack-infra | 01:17 | |
*** sdake_ has quit IRC | 01:17 | |
*** otter768 has joined #openstack-infra | 01:17 | |
*** otter768 has quit IRC | 01:22 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add support for xvnc https://review.openstack.org/156086 | 01:23 |
---|---|---|
*** markvoelker has joined #openstack-infra | 01:28 | |
mordred | clarkb, fungi: you know - we could switch infra servers to run freebsd - it doesn't have systemd | 01:30 |
bswartz | +1 | 01:30 |
clarkb | mordred: or gentoo | 01:31 |
clarkb | mordred: did you see the recent freebsd security bug? | 01:31 |
mordred | clarkb: no, I didn't. Also, gentoo has moved to systemd | 01:32 |
*** markvoelker has quit IRC | 01:32 | |
clarkb | mordred: if you run freebsd you need to pdate your kernel and reboot, and :( I thought they were committed to openrc | 01:33 |
mordred | clarkb: oh - my bad - they just support it | 01:33 |
StevenK | mordred: Rargh, when did Gentoo do that? | 01:34 |
mordred | clarkb: but openrc looks similarly extra baroque | 01:35 |
* StevenK makes a face at the lack of good food around Sea-Tac C gates. | 01:35 | |
dstufft | there's a good chance FreeBSD will move to something systemd or lanuchd esque | 01:36 |
*** harlowja_at_home has joined #openstack-infra | 01:36 | |
mordred | StevenK: the good food is in the center food court | 01:36 |
mordred | StevenK: between concourses B and C | 01:36 |
mordred | dstufft: sigh | 01:36 |
StevenK | The systemd guys have said they refuse to add support for non-Linux APIs | 01:36 |
StevenK | So this might be hilarious | 01:36 |
dstufft | hence the "esque" ;) | 01:37 |
clarkb | mordred: you are already flying away from scale? | 01:37 |
StevenK | If they write systemd-but-no-lennart, I'm going to sigh, and then ponder porting it. | 01:37 |
mordred | in my talk today, I had a list of untruths that we perpetrate in the tech world | 01:37 |
mordred | such as "mysql doesn't support transactions" | 01:37 |
mordred | the last in the list was "sysvinit needs to be replaced" | 01:38 |
StevenK | Bwaha | 01:38 |
mordred | it got a positive vocal response | 01:38 |
StevenK | mordred: "postgresql is slower than mysql" ? :-P | 01:38 |
dstufft | I'm ok with replacing sysvinit if it means i never need to write another crappy shell script to start my services | 01:38 |
StevenK | dstufft: You'd rather to have to write service files? | 01:38 |
dstufft | yes | 01:38 |
StevenK | ... | 01:38 |
mordred | dstufft: i'd be ok with not having a shell script if I could actually simply achieve "please run this script, then start networking" | 01:39 |
dstufft | declarative is great | 01:39 |
dstufft | I don't care what flavor you use | 01:39 |
dstufft | systemd, upstart, whatever | 01:39 |
mordred | without creating 7 files with a bunch of sym links | 01:39 |
*** Ryan_Lane has joined #openstack-infra | 01:39 | |
mordred | I find systemd and upstart to both have fine models for expressing something that I do not need to express | 01:39 |
StevenK | Sadly, upstart seems to have lost the war. | 01:39 |
mordred | upstart is not any better | 01:40 |
StevenK | Well, no. | 01:40 |
mordred | it still makes simple tasks hard | 01:40 |
mordred | and hard tasks copletely unintelligible | 01:40 |
*** Ryan_Lane has quit IRC | 01:40 | |
StevenK | But if your only requirement is "Boot my system, and don't make me write shell scripts to start services" then ... | 01:40 |
dstufft | ehhh | 01:40 |
dstufft | I find upstart things pretty easy to write :shrug: | 01:40 |
dstufft | I've never actually written a sysvinit script, I just copy/paste one and try to adjust it until it works | 01:41 |
dstufft | cargo culting ftw | 01:41 |
StevenK | Unless you want it to start it before other things, but it depends on a few other things. | 01:41 |
StevenK | Then it's *mind-bending* | 01:41 |
StevenK | start on (local-filesystems | 01:41 |
StevenK | and (stopped udevtrigger or container)) or runlevel [2345] or stopped networking RESULT=failed PROCESS=post-stop EXIT_STATUS=100 | 01:41 |
bswartz | sysvinit had a good solution for that problem | 01:42 |
mordred | yeah - I think this is why I've come to really like ansible | 01:42 |
mordred | it turns out that listing an order of steps is very understanable | 01:42 |
StevenK | How is that that A) readable, B) any better whatsoever? | 01:42 |
mordred | StevenK: ++ | 01:42 |
StevenK | *And* it still includes 55 lines of shell | 01:43 |
StevenK | Haha. Heard in Sea-Tac: "Final chance for <name> to board flight <number> to SFO. Please run to gate C9, doors will close in one minute." | 01:45 |
mordred | nice | 01:45 |
StevenK | I'm tempted to hang around if they announce, "Too bad <name>, you've missed your chance!" | 01:46 |
dstufft | StevenK: That bothers me less than a sysvinit script yes (It's quite possible I'm a wierdo though :V) but even then, if we assume for a moment that upstart and/or systemd's syntax for specifying that isn't good, I still think that line of init is better than writing a shell script and then having to go around and adjust the filenames to add some 0's or so to make sure things boot in the order you need them too | 01:47 |
StevenK | Usually you add or minus 1 to the number | 01:48 |
dstufft | If I'm on a dstiro that doesn't have upstart or something like it, I go and install supervisord instead to run my services so I don't have to write some sysvinit's | 01:48 |
StevenK | If that doesn't work, add a z st the start or something | 01:48 |
StevenK | dstufft: Pffft. Put them in /etc/inittab, and sob, like a real man. | 01:48 |
dstufft | (I support using FreeBSD for other reasons, becuase I <3 FreeBSD) | 01:49 |
StevenK | I'd prefer contributing to a community that doesn't flame newbies so hard they are indistinguishable from ash. | 01:50 |
dstufft | most of my upstart files have start on/stop on's as simple as ``start on started postgresl`` or ``stop on stopping postgresql`` | 01:50 |
dstufft | StevenK: so not LKML then? ;) | 01:51 |
StevenK | You don't tend to see many newbies posting to LKML | 01:51 |
dstufft | oh right, Linus just tells long term contributors they should have been aborted | 01:51 |
StevenK | dstufft: How often do you see people who have installed Linux the day before for the first time posting to any mailing list, let alone LKML? | 01:52 |
* StevenK goes to follow mordred's direction to some hopefully good food in Sea-Tac. | 01:53 | |
dstufft | StevenK: dunno, I don't subscribe to any linux MLs besides debian-python and fedora-python because I avoid that community where I can | 01:54 |
*** sarob has joined #openstack-infra | 01:55 | |
*** baoli has joined #openstack-infra | 01:55 | |
*** sarob has quit IRC | 02:00 | |
*** sdake_ has joined #openstack-infra | 02:02 | |
*** ghostpl_ has joined #openstack-infra | 02:11 | |
*** ghostpl_ has quit IRC | 02:15 | |
*** markvoelker has joined #openstack-infra | 02:29 | |
*** yamamoto has joined #openstack-infra | 02:31 | |
*** markvoelker has quit IRC | 02:34 | |
*** dimsum__ has joined #openstack-infra | 02:57 | |
*** bhunter71 has joined #openstack-infra | 03:13 | |
*** otter768 has joined #openstack-infra | 03:18 | |
*** baoli has quit IRC | 03:19 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: BugFix: pollscm trigger docs & unittests https://review.openstack.org/147555 | 03:22 |
*** otter768 has quit IRC | 03:23 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Enable whitelisted-orgs-as-admins for ghprb trigger https://review.openstack.org/157050 | 03:23 |
*** stevemar has joined #openstack-infra | 03:24 | |
*** markvoelker has joined #openstack-infra | 03:30 | |
*** markvoelker has quit IRC | 03:35 | |
*** hdd has joined #openstack-infra | 03:36 | |
*** cody-somerville has joined #openstack-infra | 03:39 | |
*** stevemar has quit IRC | 03:39 | |
*** signed8bit has joined #openstack-infra | 03:40 | |
*** dimsum__ has quit IRC | 03:41 | |
*** yamamoto has quit IRC | 03:42 | |
*** Sukhdev has joined #openstack-infra | 03:43 | |
*** achanda has joined #openstack-infra | 03:45 | |
*** otter768 has joined #openstack-infra | 03:47 | |
*** woodster_ has quit IRC | 03:50 | |
*** otter768 has quit IRC | 03:59 | |
*** ghostpl_ has joined #openstack-infra | 04:00 | |
*** baoli has joined #openstack-infra | 04:02 | |
*** ghostpl_ has quit IRC | 04:04 | |
*** achanda has quit IRC | 04:09 | |
*** bhunter71 has quit IRC | 04:11 | |
*** achanda has joined #openstack-infra | 04:11 | |
*** otter768 has joined #openstack-infra | 04:14 | |
*** sputnik13 has joined #openstack-infra | 04:16 | |
*** yamamoto has joined #openstack-infra | 04:17 | |
*** ddieterly has quit IRC | 04:19 | |
*** otter768 has quit IRC | 04:26 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Adding coverage.py publisher for ShiningPanda Plugin https://review.openstack.org/150028 | 04:28 |
*** baoli has quit IRC | 04:31 | |
*** markvoelker has joined #openstack-infra | 04:32 | |
*** baoli has joined #openstack-infra | 04:33 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add details to credentials param in scm docs https://review.openstack.org/156141 | 04:34 |
*** xgerman has joined #openstack-infra | 04:35 | |
*** markvoelker has quit IRC | 04:36 | |
*** baoli has quit IRC | 04:40 | |
*** baoli has joined #openstack-infra | 04:41 | |
*** dimsum__ has joined #openstack-infra | 04:42 | |
*** baoli has quit IRC | 04:42 | |
*** signed8bit has quit IRC | 04:46 | |
*** dimsum__ has quit IRC | 04:46 | |
*** rodrigods is now known as needsbeer | 04:47 | |
*** harlowja_at_home has quit IRC | 04:50 | |
*** stevemar has joined #openstack-infra | 04:51 | |
*** chlong has quit IRC | 05:01 | |
*** needsbeer is now known as rodrigods | 05:08 | |
*** garyh has quit IRC | 05:09 | |
*** rodrigods is now known as needsbeer | 05:10 | |
*** needsbeer is now known as rodrigods | 05:17 | |
*** ivar-laz_ has joined #openstack-infra | 05:19 | |
*** xgerman has quit IRC | 05:19 | |
*** ddieterly has joined #openstack-infra | 05:20 | |
*** ivar-lazzaro has quit IRC | 05:22 | |
*** ivar-laz_ has quit IRC | 05:24 | |
*** ddieterly has quit IRC | 05:24 | |
*** sdake__ has joined #openstack-infra | 05:32 | |
*** markvoelker has joined #openstack-infra | 05:33 | |
*** SumitNaiksatam has quit IRC | 05:35 | |
*** sdake_ has quit IRC | 05:35 | |
*** SumitNaiksatam has joined #openstack-infra | 05:36 | |
*** vilobhmm has joined #openstack-infra | 05:37 | |
*** markvoelker has quit IRC | 05:39 | |
*** sdake__ has quit IRC | 05:40 | |
*** Sukhdev has quit IRC | 05:43 | |
*** ghostpl_ has joined #openstack-infra | 05:48 | |
*** ghostpl_ has quit IRC | 05:53 | |
*** koolhead17 has quit IRC | 05:56 | |
*** yfried has quit IRC | 06:00 | |
*** armax has quit IRC | 06:07 | |
*** armax has joined #openstack-infra | 06:08 | |
*** garyh has joined #openstack-infra | 06:10 | |
*** hdd has quit IRC | 06:13 | |
*** ivar-lazzaro has joined #openstack-infra | 06:18 | |
*** ivar-lazzaro has quit IRC | 06:19 | |
*** ivar-lazzaro has joined #openstack-infra | 06:20 | |
*** ddieterly has joined #openstack-infra | 06:21 | |
*** e0ne has joined #openstack-infra | 06:24 | |
*** e0ne is now known as e0ne_ | 06:24 | |
*** e0ne_ is now known as e0ne | 06:24 | |
*** ddieterly has quit IRC | 06:25 | |
*** otter768 has joined #openstack-infra | 06:27 | |
*** yamamoto has quit IRC | 06:31 | |
*** markvoelker has joined #openstack-infra | 06:35 | |
*** otter768 has quit IRC | 06:36 | |
*** markvoelker has quit IRC | 06:40 | |
*** yamamoto has joined #openstack-infra | 06:43 | |
*** hdd has joined #openstack-infra | 06:45 | |
*** yfried has joined #openstack-infra | 06:50 | |
*** yfried is now known as yfried|afk | 06:50 | |
*** yfried|afk has quit IRC | 06:55 | |
*** yfried has joined #openstack-infra | 06:55 | |
*** yfried is now known as yfried|afk | 06:55 | |
*** achanda has quit IRC | 07:01 | |
*** achanda has joined #openstack-infra | 07:01 | |
*** hdd has quit IRC | 07:02 | |
*** achanda has quit IRC | 07:03 | |
*** sabeen has quit IRC | 07:06 | |
*** armax has quit IRC | 07:09 | |
*** yamamoto has quit IRC | 07:11 | |
*** _nadya_ has joined #openstack-infra | 07:13 | |
openstackgerrit | Merged openstack-infra/project-config: Add non-voting Python 3 job for openstack/heat-cfntools https://review.openstack.org/157593 | 07:15 |
*** jcoufal has joined #openstack-infra | 07:16 | |
*** achanda has joined #openstack-infra | 07:16 | |
*** e0ne has quit IRC | 07:19 | |
*** ddieterly has joined #openstack-infra | 07:21 | |
*** sergsh has joined #openstack-infra | 07:22 | |
SpamapS | StevenK: still waiting on delayed flight? | 07:25 |
*** ddieterly has quit IRC | 07:26 | |
StevenK | SpamapS: Yup | 07:29 |
StevenK | Doesn't board until 0205 local | 07:30 |
*** markvoelker has joined #openstack-infra | 07:37 | |
*** ghostpl_ has joined #openstack-infra | 07:37 | |
*** markvoelker has quit IRC | 07:41 | |
*** ghostpl_ has quit IRC | 07:42 | |
*** yamamoto has joined #openstack-infra | 07:46 | |
*** dimsum__ has joined #openstack-infra | 07:46 | |
*** dimsum__ has quit IRC | 07:51 | |
SpamapS | StevenK: blech | 08:03 |
SpamapS | StevenK: regarding neutering dh_installinit, I don't think thats what you want | 08:04 |
SpamapS | StevenK: what you probably want is a policy-rc.d to not run things on install. | 08:04 |
*** yamamoto has quit IRC | 08:07 | |
StevenK | SpamapS: But that's up to machine we're installing onto, dh_installinit -n means it won't do it for any machine. | 08:07 |
*** _nadya_ has quit IRC | 08:10 | |
*** achanda has quit IRC | 08:11 | |
StevenK | SpamapS: But I guess you know that -- given the hacks we have in TripleO that insist policy-rc.d is not enough, what are your thoughts? | 08:11 |
*** achanda has joined #openstack-infra | 08:17 | |
SpamapS | StevenK: -n means the init scripts don't get inserted into the normal boot sequence. | 08:19 |
SpamapS | StevenK: if that's ok (I'm ok with that) then yeah, it's the way to go. | 08:19 |
SpamapS | StevenK: if we want them to start on boot w/o puppet having run (that might be a mistake) then policy-rc.d is the way to go | 08:20 |
SpamapS | (and damn the hacks. ;) | 08:20 |
SpamapS | anyway, time for me to sleep | 08:20 |
StevenK | SpamapS: I wish it was for me, I have another 1h40 to go until boarding. :-( | 08:20 |
StevenK | I daresay not getting fed until 0400 | 08:21 |
SpamapS | morganfainberg: btw, I've been poking at a thing to make broadcast work with coalsced workers as the subscribers and less chance of loss. More on Monday. :) | 08:21 |
*** vilobhmm has quit IRC | 08:21 | |
StevenK | SpamapS: I'm hacking on deloran, we shall see how far I get before boarding. | 08:21 |
SpamapS | StevenK: ugh. I always hate when they feed me not in sync with destination timezone. That will mean you're eating at like 23:00 Sydney time won't it? | 08:22 |
StevenK | Nope, 0400 local is probably 2200 Sydney time | 08:22 |
SpamapS | close enough | 08:22 |
StevenK | Which is a pretty late dinner, but bareable | 08:22 |
*** ddieterly has joined #openstack-infra | 08:22 | |
SpamapS | well good luck | 08:23 |
SpamapS | passing out in 5...4.. | 08:23 |
StevenK | SpamapS: Haha. Sleep well. | 08:23 |
*** ddieterly has quit IRC | 08:27 | |
*** Ryan_Lane has joined #openstack-infra | 08:27 | |
*** Ryan_Lane has quit IRC | 08:28 | |
*** otter768 has joined #openstack-infra | 08:37 | |
*** markvoelker has joined #openstack-infra | 08:38 | |
*** ghostpl_ has joined #openstack-infra | 08:38 | |
*** _nadya_ has joined #openstack-infra | 08:41 | |
*** otter768 has quit IRC | 08:42 | |
*** Ryan_Lane has joined #openstack-infra | 08:42 | |
*** markvoelker has quit IRC | 08:42 | |
*** ghostpl_ has quit IRC | 08:43 | |
*** Ryan_Lane has quit IRC | 08:48 | |
*** _nadya_ has quit IRC | 08:49 | |
*** yamamoto has joined #openstack-infra | 09:03 | |
*** ivar-lazzaro has quit IRC | 09:03 | |
*** ddieterly has joined #openstack-infra | 09:23 | |
*** yfried|afk is now known as yfried | 09:26 | |
*** achanda has quit IRC | 09:27 | |
*** ddieterly has quit IRC | 09:28 | |
*** stevemar has quit IRC | 09:36 | |
*** markvoelker has joined #openstack-infra | 09:39 | |
*** yamamoto has quit IRC | 09:41 | |
*** achanda has joined #openstack-infra | 09:42 | |
*** markvoelker has quit IRC | 09:44 | |
*** yamamoto has joined #openstack-infra | 09:45 | |
*** fabo has quit IRC | 09:59 | |
*** fabo has joined #openstack-infra | 10:05 | |
*** yamamoto has quit IRC | 10:11 | |
*** chlong has joined #openstack-infra | 10:15 | |
*** ddieterly has joined #openstack-infra | 10:24 | |
*** achanda has quit IRC | 10:25 | |
*** ghostpl_ has joined #openstack-infra | 10:27 | |
*** ddieterly has quit IRC | 10:28 | |
*** tnovacik has joined #openstack-infra | 10:28 | |
*** ghostpl_ has quit IRC | 10:32 | |
*** otter768 has joined #openstack-infra | 10:38 | |
*** markvoelker has joined #openstack-infra | 10:40 | |
*** yamamoto has joined #openstack-infra | 10:41 | |
*** otter768 has quit IRC | 10:43 | |
*** markvoelker has quit IRC | 10:44 | |
*** yfried is now known as yfried|afk | 10:45 | |
*** rlandy has joined #openstack-infra | 11:02 | |
*** rlandy_ has joined #openstack-infra | 11:04 | |
*** yfried|afk is now known as yfried | 11:05 | |
*** rlandy has quit IRC | 11:06 | |
openstackgerrit | Max Rydahl Andersen proposed openstack-infra/jenkins-job-builder: Initial work for supporting downstream-ext https://review.openstack.org/158117 | 11:08 |
openstackgerrit | Max Rydahl Andersen proposed openstack-infra/jenkins-job-builder: Remove nonexistent servername and cleanup build publisher https://review.openstack.org/156091 | 11:21 |
*** rlandy_ is now known as rlandy | 11:21 | |
*** ddieterly has joined #openstack-infra | 11:25 | |
openstackgerrit | Max Rydahl Andersen proposed openstack-infra/jenkins-job-builder: Initial work for supporting downstream-ext https://review.openstack.org/158117 | 11:27 |
*** ddieterly has quit IRC | 11:29 | |
*** markvoelker has joined #openstack-infra | 11:41 | |
*** yamamoto has quit IRC | 11:45 | |
*** markvoelker has quit IRC | 11:46 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add a method to create image snapshots from nova. https://review.openstack.org/158119 | 11:49 |
*** ghostpl_ has joined #openstack-infra | 11:58 | |
*** ghostpl_ has quit IRC | 12:02 | |
*** salv-orlando has joined #openstack-infra | 12:09 | |
*** ociuhandu has quit IRC | 12:10 | |
*** salv-orlando has quit IRC | 12:14 | |
*** ddieterly has joined #openstack-infra | 12:26 | |
*** ddieterly has quit IRC | 12:30 | |
*** dimsum__ has joined #openstack-infra | 12:36 | |
*** otter768 has joined #openstack-infra | 12:39 | |
*** markvoelker has joined #openstack-infra | 12:42 | |
*** otter768 has quit IRC | 12:44 | |
*** ddieterly has joined #openstack-infra | 12:44 | |
*** tnovacik has quit IRC | 12:44 | |
*** yamamoto has joined #openstack-infra | 12:46 | |
*** markvoelker has quit IRC | 12:47 | |
*** pblaho has joined #openstack-infra | 12:50 | |
*** yamamoto has quit IRC | 12:51 | |
*** MaxV has joined #openstack-infra | 13:00 | |
*** yolanda_ has joined #openstack-infra | 13:30 | |
*** yfried has quit IRC | 13:33 | |
*** rodrigods is now known as needsbeer | 13:36 | |
*** needsbeer is now known as rodrigods | 13:37 | |
*** rodrigods has joined #openstack-infra | 13:37 | |
*** MaxV has quit IRC | 13:43 | |
*** ghostpl_ has joined #openstack-infra | 13:43 | |
*** markvoelker has joined #openstack-infra | 13:43 | |
*** rodrigods is now known as needsbeer | 13:45 | |
*** ghostpl_ has quit IRC | 13:48 | |
*** markvoelker has quit IRC | 13:48 | |
*** ddieterly has quit IRC | 13:50 | |
*** needsbeer is now known as rodrigods | 13:51 | |
*** koolhead17 has joined #openstack-infra | 13:51 | |
*** koolhead17 has joined #openstack-infra | 13:51 | |
*** MaxV has joined #openstack-infra | 13:52 | |
*** rodrigods has quit IRC | 13:52 | |
*** ddieterly has joined #openstack-infra | 13:57 | |
*** e0ne has joined #openstack-infra | 14:02 | |
*** _nadya_ has joined #openstack-infra | 14:08 | |
*** mriedem1 has joined #openstack-infra | 14:10 | |
*** mriedem has quit IRC | 14:12 | |
*** eharney has quit IRC | 14:12 | |
*** sergsh has quit IRC | 14:14 | |
*** ociuhandu_ has joined #openstack-infra | 14:17 | |
*** mtanino has joined #openstack-infra | 14:18 | |
*** yfried has joined #openstack-infra | 14:28 | |
*** otter768 has joined #openstack-infra | 14:40 | |
*** markvoelker has joined #openstack-infra | 14:45 | |
*** otter768 has quit IRC | 14:45 | |
*** mtanino has quit IRC | 14:47 | |
*** markvoelker has quit IRC | 14:49 | |
*** wenlock has joined #openstack-infra | 14:53 | |
*** tnovacik has joined #openstack-infra | 14:58 | |
openstackgerrit | greghaynes proposed openstack-infra/project-config: Support custom static nameserver during build https://review.openstack.org/157554 | 14:59 |
*** wenlock has quit IRC | 14:59 | |
*** bhunter71 has joined #openstack-infra | 14:59 | |
openstackgerrit | greghaynes proposed openstack-infra/project-config: Support custom static nameserver during build https://review.openstack.org/157554 | 15:00 |
*** woodster_ has joined #openstack-infra | 15:01 | |
*** pcaruana has joined #openstack-infra | 15:06 | |
*** tteggel has quit IRC | 15:23 | |
*** SpamapS has quit IRC | 15:23 | |
*** ekarlso has quit IRC | 15:23 | |
*** martingc has quit IRC | 15:23 | |
*** mrda-weekend has quit IRC | 15:23 | |
*** neoice has quit IRC | 15:23 | |
*** bookwar has quit IRC | 15:23 | |
*** mikal has quit IRC | 15:23 | |
*** greghaynes has quit IRC | 15:23 | |
*** jcooley has quit IRC | 15:23 | |
*** jbryce has quit IRC | 15:23 | |
*** d0ugal has quit IRC | 15:23 | |
*** lbragstad has quit IRC | 15:23 | |
*** apmelton has quit IRC | 15:23 | |
*** crinkle has quit IRC | 15:23 | |
*** gilliard has quit IRC | 15:23 | |
*** pashkin has quit IRC | 15:23 | |
*** Clint has quit IRC | 15:23 | |
*** filler has quit IRC | 15:23 | |
*** schang has quit IRC | 15:23 | |
*** bodepd_ has quit IRC | 15:23 | |
*** zaro has quit IRC | 15:23 | |
*** mfink has quit IRC | 15:23 | |
*** cloudnull has quit IRC | 15:23 | |
*** ttx has quit IRC | 15:23 | |
*** odyssey4me has quit IRC | 15:23 | |
*** sigmavirus24_awa has quit IRC | 15:23 | |
*** dolphin has quit IRC | 15:23 | |
*** fungi has quit IRC | 15:23 | |
*** mancdaz has quit IRC | 15:23 | |
*** cschwede has quit IRC | 15:23 | |
*** adam_g has quit IRC | 15:23 | |
*** jlk has quit IRC | 15:23 | |
*** hockeynut has quit IRC | 15:23 | |
*** apmelton has joined #openstack-infra | 15:24 | |
*** bodepd has joined #openstack-infra | 15:24 | |
*** jbryce_ has joined #openstack-infra | 15:24 | |
*** mikal has joined #openstack-infra | 15:24 | |
*** SpamapS has joined #openstack-infra | 15:24 | |
*** SpamapS has quit IRC | 15:24 | |
*** SpamapS has joined #openstack-infra | 15:24 | |
*** Clint has joined #openstack-infra | 15:24 | |
*** Clint has quit IRC | 15:24 | |
*** Clint has joined #openstack-infra | 15:24 | |
*** d0ugal has joined #openstack-infra | 15:24 | |
*** lbragstad has joined #openstack-infra | 15:24 | |
*** dolphm has joined #openstack-infra | 15:24 | |
*** greghaynes has joined #openstack-infra | 15:24 | |
*** jlk has joined #openstack-infra | 15:24 | |
*** martingc has joined #openstack-infra | 15:24 | |
*** schang has joined #openstack-infra | 15:24 | |
*** zaro has joined #openstack-infra | 15:24 | |
*** adam_g` has joined #openstack-infra | 15:24 | |
*** gilliard has joined #openstack-infra | 15:24 | |
*** ekarlso has joined #openstack-infra | 15:24 | |
*** bookwar has joined #openstack-infra | 15:24 | |
*** crinkle has joined #openstack-infra | 15:24 | |
*** mrda-weekend has joined #openstack-infra | 15:24 | |
*** hockeynut has joined #openstack-infra | 15:24 | |
*** cschwede has joined #openstack-infra | 15:24 | |
*** neoice has joined #openstack-infra | 15:24 | |
*** d0ugal is now known as Guest78669 | 15:24 | |
*** jbryce_ is now known as jbryce | 15:24 | |
*** mfink has joined #openstack-infra | 15:24 | |
*** bmwiedemann has joined #openstack-infra | 15:24 | |
*** fungi has joined #openstack-infra | 15:24 | |
*** mancdaz has joined #openstack-infra | 15:24 | |
*** cloudkiller has joined #openstack-infra | 15:24 | |
*** cloudkiller is now known as Guest82030 | 15:24 | |
*** jcooley has joined #openstack-infra | 15:24 | |
*** sigmavirus24_awa has joined #openstack-infra | 15:24 | |
*** sigmavirus24_awa has joined #openstack-infra | 15:24 | |
*** pashkin has joined #openstack-infra | 15:24 | |
*** f1ller has joined #openstack-infra | 15:25 | |
*** odyssey4me has joined #openstack-infra | 15:25 | |
*** tteggel has joined #openstack-infra | 15:25 | |
*** MaxV has quit IRC | 15:25 | |
*** _nadya_ has quit IRC | 15:29 | |
*** ghostpl_ has joined #openstack-infra | 15:32 | |
*** ghostpl_ has quit IRC | 15:37 | |
*** jcoufal has quit IRC | 15:38 | |
*** jcoufal has joined #openstack-infra | 15:38 | |
*** ddieterly has quit IRC | 15:42 | |
*** MaxV has joined #openstack-infra | 15:43 | |
*** markvoelker has joined #openstack-infra | 15:45 | |
*** MaxV has quit IRC | 15:47 | |
*** pblaho has quit IRC | 15:50 | |
*** markvoelker has quit IRC | 15:50 | |
*** Guest82030 is now known as cloudnull | 15:51 | |
*** mriedem has joined #openstack-infra | 16:03 | |
*** pblaho has joined #openstack-infra | 16:06 | |
*** yolanda_ has quit IRC | 16:06 | |
*** pblaho has quit IRC | 16:06 | |
*** mriedem1 has quit IRC | 16:07 | |
*** ekarlso has quit IRC | 16:07 | |
*** ekarlso has joined #openstack-infra | 16:07 | |
*** ddieterly has joined #openstack-infra | 16:08 | |
SpamapS | hm | 16:14 |
SpamapS | so playing with gear | 16:14 |
SpamapS | not clear how to say "block until my submitted job is responded to" | 16:14 |
openstackgerrit | Matt Riedemann proposed openstack-infra/project-config: Revert "Temporarily disable swift-dsvm-functional for Icehouse" https://review.openstack.org/158133 | 16:14 |
SpamapS | ah I think I have to poke the connection.readPacket() calls | 16:17 |
*** yamamoto has joined #openstack-infra | 16:19 | |
*** armax has joined #openstack-infra | 16:19 | |
TheJulia | /w/win 7 | 16:19 |
*** tnovacik has quit IRC | 16:20 | |
SpamapS | no.. that doesn't work | 16:21 |
SpamapS | hrm | 16:21 |
* SpamapS gives up and loops sleeping | 16:22 | |
*** sputnik13 has quit IRC | 16:22 | |
*** yamamoto has quit IRC | 16:24 | |
clarkb | SpamapS is supposed to be async | 16:24 |
clarkb | your client overrides the message received handler(s) | 16:25 |
clarkb | see zuul/zuul/launchers/gearman.py | 16:25 |
SpamapS | clarkb: I have that. but I don't know how to say "block until I got a message" | 16:25 |
clarkb | you dont is what I am saying | 16:26 |
SpamapS | I really do have to block. :-D | 16:26 |
SpamapS | same way getJob blocks | 16:26 |
SpamapS | It's not fire and forget for sync jobs. I am waiting for a response. Right now I only know how to wait by sleeping in a loop | 16:27 |
SpamapS | I think it might just be a missing API call | 16:27 |
SpamapS | even async things have select() :) | 16:27 |
clarkb | submitJob can block | 16:28 |
clarkb | but it sounds like you are just waiting for data to arrive which by default doesnt have a block here and wait iirc | 16:28 |
SpamapS | oh hah, zuul sleeps too | 16:29 |
SpamapS | clarkb: I may have an enhancement to gear's API once I get through this broadcaster worker thing I'm poking at. :) | 16:29 |
clarkb | well gear doesnt coalesce so at least that :) | 16:30 |
SpamapS | eh? | 16:30 |
SpamapS | uniques are ignored? | 16:30 |
clarkb | no it just wont collapse them into a boradcast | 16:31 |
*** yfried has quit IRC | 16:31 | |
SpamapS | it's not an easy thing to do, so I wouldn't be surprised | 16:31 |
SpamapS | clarkb: that's the same thing. :-d | 16:31 |
clarkb | I think the conn + uuid is the key | 16:31 |
clarkb | no its not | 16:31 |
SpamapS | you get one job to workers | 16:31 |
clarkb | coalesce is racy what gear does shouldnt be | 16:31 |
SpamapS | but then what? | 16:31 |
SpamapS | if you only get one job to workers, then it does coalesce | 16:32 |
SpamapS | as that is the point | 16:32 |
SpamapS | if it has to iterate and send each client a response, that's fantastic | 16:32 |
SpamapS | that's really multiplexing, not broadcasting in the wire-protocol sense | 16:32 |
SpamapS | but that's how gearmand does it too | 16:32 |
clarkb | pretty sure you get two jobs run each reported to the client | 16:33 |
clarkb | because its conn + uuid, but its easy to test/double check | 16:33 |
SpamapS | so there's a uuid that matches, but you get two jobs to the workers? | 16:33 |
*** sdake_ has joined #openstack-infra | 16:34 | |
clarkb | pulling up that source file on phone is sad times | 16:35 |
*** zul has quit IRC | 16:38 | |
*** sdake_ has quit IRC | 16:38 | |
SpamapS | clarkb: no worries I'm reading it. And it doesn't break anything for what I'm doing if the server just ignores uniques across the pool of workers and only does them for each worker connection. | 16:39 |
*** otter768 has joined #openstack-infra | 16:41 | |
clarkb | SpamapS: https://git.openstack.org/cgit/openstack-infra/gear/tree/gear/__init__.py#n3000 right around there | 16:41 |
clarkb | SpamapS: notice that "unique" isn't the key used | 16:41 |
*** zul has joined #openstack-infra | 16:42 | |
clarkb | its definitely part of the data, but I think the job will run as many times as you submit it | 16:42 |
clarkb | also the function on 3025 | 16:44 |
*** otter768 has quit IRC | 16:46 | |
*** markvoelker has joined #openstack-infra | 16:47 | |
*** baoli has joined #openstack-infra | 16:51 | |
*** markvoelker has quit IRC | 16:52 | |
*** e0ne has quit IRC | 16:53 | |
*** yolanda_ has joined #openstack-infra | 16:54 | |
*** cdent has joined #openstack-infra | 16:55 | |
*** baoli has quit IRC | 16:57 | |
*** MaxV has joined #openstack-infra | 16:57 | |
*** baoli has joined #openstack-infra | 16:58 | |
SpamapS | clarkb: ah yeah, that's interesting actually. Handle should be identical on a given server for jobs with the same name+unique ... | 16:59 |
*** jcoufal has quit IRC | 17:00 | |
SpamapS | clarkb: that wouldn't be hard to change, and might not even cause issues. ;) | 17:02 |
*** MaxV has quit IRC | 17:02 | |
*** yfried has joined #openstack-infra | 17:03 | |
mordred | SpamapS: you look to be having fun this morning! | 17:09 |
SpamapS | mordred: I am | 17:10 |
SpamapS | though | 17:10 |
SpamapS | I think I just did a git checkout on the last 2 hours of work | 17:10 |
mordred | uhoh | 17:11 |
mordred | I hate it when I do that | 17:11 |
*** sputnik13 has joined #openstack-infra | 17:11 | |
SpamapS | I was trying to git checkout blahblah.pyc so I could get rid of them | 17:12 |
SpamapS | and tab[enter] too fast | 17:12 |
mordred | L( | 17:12 |
SpamapS | and of course vim is no help | 17:12 |
SpamapS | can I reconstruct from the pyc? ;) | 17:12 |
mordred | possibly? it's not very different from the .py ... | 17:13 |
mordred | SpamapS: https://github.com/wibiti/uncompyle2 | 17:13 |
SpamapS | yeah trying that now | 17:14 |
SpamapS | also why doesn't git just stash somewhere before checkout? | 17:15 |
SpamapS | nice | 17:17 |
SpamapS | full recovery | 17:17 |
SpamapS | but still wtf | 17:17 |
SpamapS | http://paste.ubuntu.com/10359400/ | 17:17 |
SpamapS | not an insignificant win | 17:17 |
*** yolanda_ has quit IRC | 17:19 | |
*** ghostpl_ has joined #openstack-infra | 17:21 | |
*** sputnik13 has quit IRC | 17:23 | |
SpamapS | btw this is what I've been working on | 17:24 |
SpamapS | https://github.com/SpamapS/gearhorn | 17:24 |
* SpamapS realizes he should have boiler plated this with the openstack boiler platey thing | 17:24 | |
*** ghostpl_ has quit IRC | 17:25 | |
* SpamapS finds cookiecutter in his offline memory (~/src) | 17:25 | |
*** sergsh has joined #openstack-infra | 17:27 | |
*** jcoufal has joined #openstack-infra | 17:32 | |
mordred | SpamapS: hey - you know lots of things (as do you fungi if you're around...) | 17:34 |
*** jcoufal has quit IRC | 17:34 | |
mordred | I'm applying a license to some html | 17:34 |
mordred | obviously I can put in a comment | 17:34 |
*** jcoufal has joined #openstack-infra | 17:34 | |
*** jcoufal has quit IRC | 17:34 | |
mordred | but is there an html meta tag that people use for such things/ | 17:34 |
mordred | ooh - https://wiki.creativecommons.org/Extend_Metadata | 17:36 |
SpamapS | mordred: that one :) | 17:41 |
*** armax has quit IRC | 17:44 | |
openstackgerrit | Khai Do proposed openstack-infra/publications: add git logo https://review.openstack.org/158134 | 17:47 |
*** markvoelker has joined #openstack-infra | 17:48 | |
*** markvoelker has quit IRC | 17:53 | |
*** koolhead17 has quit IRC | 17:59 | |
*** armax has joined #openstack-infra | 18:01 | |
SpamapS | hm | 18:11 |
SpamapS | why does gear force <2.0 for python-daemon | 18:11 |
clarkb | Spamaps python-daemon 2.0 and several other relaeses after were broken | 18:13 |
SpamapS | suck.. since it looks like 2.0 added py34 support | 18:13 |
clarkb | you can use >=2.0.4 iirc | 18:13 |
* SpamapS tries that | 18:16 | |
*** cdent has quit IRC | 18:18 | |
SpamapS | clarkb: with that, py34 fails for py34 difference reasons, so might be close to being able to py34 gate gear. :) | 18:20 |
*** ghostpl_ has joined #openstack-infra | 18:22 | |
*** e0ne has joined #openstack-infra | 18:23 | |
*** ghostpl_ has quit IRC | 18:26 | |
openstackgerrit | Russell Bryant proposed openstack-infra/project-config: Add stackforge/networking-ovn project https://review.openstack.org/158137 | 18:27 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add caching interval to mutable caches https://review.openstack.org/158138 | 18:27 |
*** yolanda has quit IRC | 18:29 | |
*** _nadya_ has joined #openstack-infra | 18:30 | |
*** yolanda has joined #openstack-infra | 18:30 | |
*** _nadya_ has quit IRC | 18:34 | |
SpamapS | some definite weirdness in the interactions between gear and py34 | 18:37 |
SpamapS | looks like some stuff doesn't raise OSError anymore | 18:37 |
*** woodster_ has quit IRC | 18:40 | |
*** otter768 has joined #openstack-infra | 18:42 | |
*** armax has quit IRC | 18:46 | |
*** otter768 has quit IRC | 18:46 | |
*** markvoelker has joined #openstack-infra | 18:49 | |
*** e0ne has quit IRC | 18:53 | |
SpamapS | and even more fun, now there are threads timing out that should have errored leading to about 30s before the debugger gets preempted somehow | 18:54 |
*** zz_dimtruck is now known as dimtruck | 18:54 | |
*** rlandy has quit IRC | 18:57 | |
*** dhritishikhar_ has joined #openstack-infra | 19:00 | |
*** baoli has quit IRC | 19:02 | |
*** mwagner_lap has quit IRC | 19:02 | |
*** woodster_ has joined #openstack-infra | 19:03 | |
*** changbl has quit IRC | 19:04 | |
*** baoli has joined #openstack-infra | 19:05 | |
mordred | SpamapS: wow, you're having a fun day of hacking! | 19:08 |
clarkb | mordred did you know jeff gordon is 6th all time in nascar laps led? | 19:09 |
*** ivar-lazzaro has joined #openstack-infra | 19:09 | |
*** sergsh has quit IRC | 19:10 | |
*** salv-orlando has joined #openstack-infra | 19:10 | |
*** ivar-lazzaro has quit IRC | 19:11 | |
*** ivar-lazzaro has joined #openstack-infra | 19:12 | |
mordred | clarkb: I did not - but it does not surprise me at all | 19:12 |
*** krtaylor has quit IRC | 19:15 | |
*** achanda has joined #openstack-infra | 19:18 | |
*** dimtruck is now known as zz_dimtruck | 19:20 | |
*** baoli has quit IRC | 19:20 | |
*** dimsum__ has quit IRC | 19:21 | |
*** yamamoto has joined #openstack-infra | 19:21 | |
* dtroyer til clarkb doesn't run and hide from NASCAR broadcasts… | 19:22 | |
clarkb | I'm bored | 19:22 |
clarkb | its perfect boredom television | 19:22 |
*** yamamoto has quit IRC | 19:26 | |
*** krtaylor has joined #openstack-infra | 19:26 | |
openstackgerrit | Jan Hruban proposed openstack-infra/jenkins-job-builder: Add 'Build Flow Test Aggregator' publisher https://review.openstack.org/158083 | 19:29 |
*** otter768 has joined #openstack-infra | 19:32 | |
*** ddieterly has quit IRC | 19:39 | |
*** yolanda_ has joined #openstack-infra | 19:45 | |
*** e0ne has joined #openstack-infra | 19:46 | |
*** mescanef has quit IRC | 19:49 | |
*** sweston has quit IRC | 19:50 | |
*** sweston has joined #openstack-infra | 19:50 | |
*** tchaypo has quit IRC | 19:50 | |
*** edwarnicke has quit IRC | 19:50 | |
*** jraim has quit IRC | 19:50 | |
*** mgagne has quit IRC | 19:50 | |
*** zhiyan has quit IRC | 19:51 | |
*** dougwig has quit IRC | 19:51 | |
*** briancurtin has quit IRC | 19:51 | |
*** simonmcc has quit IRC | 19:51 | |
*** willroberts_ has quit IRC | 19:51 | |
*** ryanpetrello has quit IRC | 19:51 | |
*** vishy has quit IRC | 19:51 | |
*** erikmwilson has quit IRC | 19:51 | |
*** zz_gondoi has quit IRC | 19:51 | |
*** rainya has quit IRC | 19:51 | |
*** mattoliverau has quit IRC | 19:51 | |
*** zz_dimtruck has quit IRC | 19:51 | |
*** wendar has quit IRC | 19:51 | |
*** e0ne has quit IRC | 19:51 | |
*** wendar has joined #openstack-infra | 19:52 | |
*** mattoliverau has joined #openstack-infra | 19:52 | |
*** ghostpl_ has joined #openstack-infra | 19:52 | |
*** adam_g` has quit IRC | 19:52 | |
*** jbryce has quit IRC | 19:52 | |
*** Adri2000 has quit IRC | 19:52 | |
*** odyssey4me has quit IRC | 19:53 | |
*** fungi has quit IRC | 19:53 | |
*** jamielennox has quit IRC | 19:53 | |
*** cyeoh has quit IRC | 19:53 | |
*** comstud has quit IRC | 19:53 | |
*** jvrbanac has quit IRC | 19:53 | |
*** rossella_s has quit IRC | 19:53 | |
*** asadoughi has quit IRC | 19:53 | |
*** jroll has quit IRC | 19:53 | |
*** msuriar has quit IRC | 19:53 | |
*** dtroyer has quit IRC | 19:53 | |
*** Zenet has quit IRC | 19:53 | |
*** zhiyan has joined #openstack-infra | 19:54 | |
*** yolanda_ has quit IRC | 19:54 | |
*** simonmcc has joined #openstack-infra | 19:54 | |
*** dougwig has joined #openstack-infra | 19:55 | |
*** jraim has joined #openstack-infra | 19:55 | |
*** baoli has joined #openstack-infra | 19:55 | |
*** yolanda_ has joined #openstack-infra | 19:55 | |
*** comstud has joined #openstack-infra | 19:55 | |
*** rossella_s has joined #openstack-infra | 19:56 | |
*** ryanpetrello has joined #openstack-infra | 19:56 | |
*** briancurtin has joined #openstack-infra | 19:56 | |
*** asadoughi has joined #openstack-infra | 19:56 | |
*** jvrbanac has joined #openstack-infra | 19:56 | |
*** msuriar has joined #openstack-infra | 19:56 | |
*** mescanef has joined #openstack-infra | 19:56 | |
*** erikmwilson has joined #openstack-infra | 19:56 | |
*** fungi has joined #openstack-infra | 19:56 | |
*** odyssey4me has joined #openstack-infra | 19:56 | |
*** mgagne has joined #openstack-infra | 19:56 | |
*** mgagne is now known as Guest28285 | 19:56 | |
*** cyeoh has joined #openstack-infra | 19:57 | |
*** jamielennox has joined #openstack-infra | 19:57 | |
*** willroberts_ has joined #openstack-infra | 19:57 | |
*** dtroyer has joined #openstack-infra | 19:57 | |
*** jroll has joined #openstack-infra | 19:57 | |
*** zz_dimtruck has joined #openstack-infra | 19:57 | |
*** weshay has joined #openstack-infra | 19:57 | |
*** zz_dimtruck is now known as dimtruck | 19:57 | |
*** ghostpl_ has quit IRC | 19:58 | |
*** tchaypo has joined #openstack-infra | 19:58 | |
*** adam_g has joined #openstack-infra | 19:58 | |
*** rainya has joined #openstack-infra | 19:58 | |
*** adam_g has quit IRC | 19:58 | |
*** adam_g has joined #openstack-infra | 19:58 | |
*** vishy has joined #openstack-infra | 20:00 | |
*** yolanda_ has quit IRC | 20:00 | |
*** Adri2000 has joined #openstack-infra | 20:00 | |
*** zz_gondoi has joined #openstack-infra | 20:00 | |
*** edwarnicke has joined #openstack-infra | 20:01 | |
*** jbryce has joined #openstack-infra | 20:02 | |
*** dhritishikhar_ has quit IRC | 20:03 | |
*** baoli has quit IRC | 20:09 | |
*** claudiub has joined #openstack-infra | 20:10 | |
*** yamahata has joined #openstack-infra | 20:12 | |
*** achanda has quit IRC | 20:19 | |
*** achanda has joined #openstack-infra | 20:20 | |
*** sc68cal has quit IRC | 20:25 | |
*** Ryan_Lane has joined #openstack-infra | 20:26 | |
*** ddieterly has joined #openstack-infra | 20:28 | |
*** sc68cal has joined #openstack-infra | 20:29 | |
*** ociuhandu_ has quit IRC | 20:29 | |
*** Ryan_Lane has quit IRC | 20:30 | |
*** sdake_ has joined #openstack-infra | 20:38 | |
*** baoli has joined #openstack-infra | 20:41 | |
*** sdake_ has quit IRC | 20:47 | |
*** tnovacik has joined #openstack-infra | 20:50 | |
*** baoli has quit IRC | 20:55 | |
*** andreykurilin_ has joined #openstack-infra | 20:56 | |
*** armax has joined #openstack-infra | 20:59 | |
*** ociuhandu has joined #openstack-infra | 20:59 | |
*** sdake_ has joined #openstack-infra | 21:02 | |
*** koolhead17 has joined #openstack-infra | 21:05 | |
*** salv-orlando has quit IRC | 21:08 | |
*** dimtruck is now known as zz_dimtruck | 21:11 | |
*** cody-somerville has quit IRC | 21:12 | |
*** armax has quit IRC | 21:16 | |
*** mrda-weekend is now known as mrda | 21:18 | |
*** armax has joined #openstack-infra | 21:19 | |
*** vilobhmm has joined #openstack-infra | 21:24 | |
*** dhritishikhar_ has joined #openstack-infra | 21:27 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Make neutron-pylint voting again https://review.openstack.org/158144 | 21:28 |
jhesketh | Morning | 21:29 |
*** salv-orlando has joined #openstack-infra | 21:29 | |
*** changbl has joined #openstack-infra | 21:31 | |
*** achanda has quit IRC | 21:35 | |
*** dhritishikhar_ has quit IRC | 21:35 | |
*** koolhead17 has quit IRC | 21:38 | |
*** ghostpl_ has joined #openstack-infra | 21:41 | |
*** armax has quit IRC | 21:42 | |
*** hdd has joined #openstack-infra | 21:45 | |
*** ghostpl_ has quit IRC | 21:46 | |
fungi | clarkb: nascar is mildly more exciting if you remember that it descended from prohibition era bootleggers | 21:47 |
fungi | clarkb: still not exciting enough to keep me from hating it though | 21:47 |
fungi | growing up in nc results in overexposure to nascar | 21:47 |
*** dimsum__ has joined #openstack-infra | 21:52 | |
*** dims_ has joined #openstack-infra | 21:54 | |
*** tnovacik has quit IRC | 21:57 | |
*** Sukhdev has joined #openstack-infra | 21:59 | |
*** dimsum__ has quit IRC | 21:59 | |
*** chlong has quit IRC | 21:59 | |
openstackgerrit | Douglas Mendizábal proposed openstack-infra/project-config: Add a new devstack-gate job to Barbican's tests https://review.openstack.org/157607 | 22:03 |
*** sdake_ has quit IRC | 22:14 | |
*** markvoelker has quit IRC | 22:14 | |
*** achanda has joined #openstack-infra | 22:15 | |
*** yamamoto has joined #openstack-infra | 22:23 | |
*** bknudson has joined #openstack-infra | 22:24 | |
*** dims_ has quit IRC | 22:27 | |
*** yamamoto has quit IRC | 22:28 | |
openstackgerrit | Jamie Lennox proposed openstack/requirements: Update version of neutronclient https://review.openstack.org/142657 | 22:29 |
*** jroll has quit IRC | 22:33 | |
*** jroll has joined #openstack-infra | 22:33 | |
*** zz_dimtruck is now known as dimtruck | 22:38 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/gear: Raising pid of python-daemon to aid with python3 https://review.openstack.org/158146 | 22:43 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/gear: Resolve python3 byte/string type failures https://review.openstack.org/158147 | 22:44 |
SpamapS | pid doh | 22:45 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/gear: Resolve python3 byte/string type failures https://review.openstack.org/158147 | 22:46 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/gear: Raising pin of python-daemon to aid with python3 https://review.openstack.org/158146 | 22:46 |
*** hdd has quit IRC | 22:48 | |
*** camunoz has joined #openstack-infra | 23:01 | |
*** sarob has joined #openstack-infra | 23:04 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/project-config: Add py34 check job for gear https://review.openstack.org/158148 | 23:08 |
*** bknudson has quit IRC | 23:10 | |
*** markvoelker has joined #openstack-infra | 23:14 | |
*** andreykurilin_ has quit IRC | 23:15 | |
*** hichihara has joined #openstack-infra | 23:19 | |
*** markvoelker has quit IRC | 23:20 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/gear: Fix acl.py for py3k sort/dict_items changes https://review.openstack.org/158149 | 23:20 |
*** vilobhmm has quit IRC | 23:22 | |
*** yamamoto has joined #openstack-infra | 23:25 | |
*** achanda has quit IRC | 23:25 | |
*** bknudson has joined #openstack-infra | 23:27 | |
*** dimsum__ has joined #openstack-infra | 23:28 | |
*** ghostpl_ has joined #openstack-infra | 23:30 | |
*** vilobhmm has joined #openstack-infra | 23:30 | |
SpamapS | aha | 23:31 |
SpamapS | in python2.7, b'\x00'[0] == b'\x00' | 23:31 |
SpamapS | but in python3.4, b'\x00'[0] == int(0) | 23:31 |
SpamapS | thats a new one on me | 23:32 |
*** dimsum__ has quit IRC | 23:33 | |
*** ghostpl_ has quit IRC | 23:34 | |
*** yamamoto has quit IRC | 23:35 | |
*** achanda has joined #openstack-infra | 23:36 | |
*** yamamoto has joined #openstack-infra | 23:38 | |
*** yamamoto has quit IRC | 23:39 | |
dstufft | SpamapS: yea indexes a bytes preoduces int in py3 | 23:42 |
dstufft | it's terrible, but can't be changed now | 23:42 |
dstufft | you can do b"\x00"[0:1] to get the same behavior on both | 23:43 |
clarkb | there is a way around that iirc, you slice or something silly | 23:43 |
clarkb | ya | 23:43 |
*** chlong has joined #openstack-infra | 23:43 | |
dstufft | I think mostof python-dev realize that the new behavior is subpar, but ~backwards compat~ | 23:44 |
*** sdake_ has joined #openstack-infra | 23:46 | |
*** garyh has quit IRC | 23:47 | |
*** Sukhdev has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!