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