=== harlowja is now known as harlowja_away === harlowja_away is now known as harlowja === harlowja is now known as harlowja_away [12:43] hi guys, one more question [12:43] when i dismount iso from nocloud [12:43] all settings get reverted also [13:03] nvucinic, that doesn't make much sense. [13:03] what is "dismount" ? [13:04] you mean eject cdrom ? [13:04] the next boot will look for another datasource, yes. [13:04] you can change that with [13:04] manual_cache_clean: True [13:04] see doc/examples/cloud-config.txt [13:05] smoser: it was centos, not cloud-init [13:06] cloud-init works like a charm [13:06] gave a few bitchslaps to drones [13:06] everything is working fine now === zz_gondoi is now known as gondoi === harlowja_away is now known as harlowja [18:56] hmm [18:56] I didn't realize I could just provide a user-data script via the ec2 metadata api [18:56] rather then implmenting all the different parts of that api [19:39] RaginBajin: ping [19:39] pong [19:40] ah [19:40] I was wondering if you've had a chance to checkout those packages yet :) [19:40] I did.. I installed them. I just haven't gone through actually running anything with them [19:40] ah ok [19:41] I did notice that they built the cloudinit python portion differently though [19:41] what do you mean? [19:41] In the directory /usr/local/lib/python2.7/site-xxx/ [19:42] if you build it by hand you just get the cloud-init.xxxx.egg directory [19:42] with yours I seemed to have both the egg and just a directory called cloud-init [19:42] I can get the exact names if you need them [19:42] I'm just trying to go off of memory [19:42] hmk [19:43] well, as long as it just works :) the port's Makefile doesn't do that many, and certainly not very special things [19:44] gotcha. I'll check it out and let you know probably tomorrow. [19:45] great [19:55] is there a way to pass per-instance scripts in via user-data? [19:55] I see talk about executing them from directories, but that's not exactly what I want [20:25] so, I'm writing a file to /var/lib/cloud/scripts/per-instance/ , but it never seems to get run [20:25] I'm testing with "rm -rf /var/lib/cloud/instance/*; cloud-init --debug --force init" [20:25] is there something else I need to be nuking to get this to work? [20:27] ahh missing shebang [20:34] works perfectly now :) === gondoi is now known as zz_gondoi