=== alexpilotti_ is now known as alexpilotti === Guest4574 is now known as mfisch === gondoi is now known as zz_gondoi === harlowja_away is now known as harlowja [18:10] harmw, 'make test' is failing for me. :-( [18:10] and in test_simple_write_freebsd [18:10] i'm not sure why. o rhow i didn't see it before. [18:11] smoser: harlowja did something in that area recently [18:12] *to fix some fault [18:22] smoser ya i fixed it [18:22] smoser try https://code.launchpad.net/~harlowja/cloud-init/test-fixups [18:23] connected to https://bugs.launchpad.net/cloud-init/+bug/1380424 [18:24] harlowja, you rock. [18:25] ha [18:26] no u do [18:36] smoser https://code.launchpad.net/~harlowja/cloud-init/rpm-spec-fixups also if u want [18:36] discovered those when rebuilding the rpm for y! [18:36] and https://code.launchpad.net/~harlowja/cloud-init/fixed-rhel7 if u want [18:40] harlowja, thanks. merged. [18:41] cool [18:41] https://code.launchpad.net/~harlowja/cloud-init/rpm-spec-fixups/+merge/238219 might need a freebsd specific distro variable though, not sure [18:41] harmw let me know and i can adjust that === Guest52830 is now known as mgagne [18:42] basically distros get a new constant 'usr_lib_exec' [18:42] which i guess varies between rhel and others [18:42] mainly used to locate where 'write-ssh-key-fingerprints' is [18:42] hm? [18:42] maybe its time to replace that. :) [18:43] thats another option, ha [18:43] cant 'write-ssh-key-fingerprints' just use python to do it all (i'm not to sure why we need it actually)? [18:43] its not so complex script [18:44] its just vestigial from smoser's love of /bin/sh [18:44] like that 3rd arm of yours [18:44] don't make me shake the 3rd arm again in paris [18:44] lol [18:44] so thats the other option, i can just replace that, lol [18:46] you both updated to Juno already? [18:46] no [18:47] * harlowja we aren't that quick, ha [18:47] :) [18:49] i'm deploying a juno *right now*! [18:49] and after ditching horizon from my devstack config, devstack actually works a fair aount of the time. [18:49] horizon.. puh [18:49] (rather htan failing due to pip on some horizon dependency) [18:50] I hardly ever use horizon [18:50] Ill probably update to Juno somewhre thursday, to finally go dualstack ipv4/ipv6 [18:51] users like horizon though, so i'll/someday at y! probably have to figure out why horizon broken there, lol [18:51] *internal users [18:51] :P [18:51] *i'll/someday -> i'll/somebody [18:55] harlowja, that lockstuff [18:55] tha tyou poitned me at [18:55] thats an entirely local operation right ? [18:55] define local [18:56] local to same host? [18:56] right [18:56] yes [18:56] it is [18:56] not sending messages to say "hey, let me lock a file please!" [18:56] do u want more than that? [18:56] no. i do not. [18:56] kk [18:56] it just seemed slow. [18:56] i can point u at another library i work on for remote locks, lol [18:56] https://github.com/stackforge/tooz [18:56] :-P [18:57] smoser as for speed, ya, i'm not sure, it not doing anything to crazy [18:58] mainly https://github.com/openstack/oslo-incubator/blob/master/openstack/common/lockutils.py#L141 [18:58] although u might want to see how much contention is happening @ https://github.com/openstack/oslo-incubator/blob/master/openstack/common/lockutils.py#L86 [18:58] which depending on the contention rate could be significaent [18:58] also time.sleep(0.01) there... [18:59] ^ which is like an eternity in computer time [18:59] so u might try tweaking that down [19:06] k. yeah, that loks sane. === harlowja is now known as harlowja_away [22:46] Is there some place that describes the difference between "cloud-init init" and "cloud-init modules"? Or in general how to invoke the thing? === harlowja_away is now known as harlowja