[00:10] kasey-al` ya, there is a way [00:11] kasey-al` try https://gist.github.com/harlowja/398a66974f08a2ac3a3e as the user-data [00:11] that should start logging at DEBUG (from what i remember) [00:26] Thank you! I will give that a shot === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === cpaelzer is now known as cpaelzer_afk === cpaelzer_afk is now known as cpaelzer === smoser` is now known as smoser === cpaelzer is now known as cpaelzer_afk === shardy is now known as shardy_afk [20:35] hello [20:50] trying to figure out if there's something wrong with my cloud init file -> http://pastebin.com/Ygj1Yyhi [20:50] nova boot isn't applying it for some reason [21:31] gord0, seems ok, any idea what nova boot is applying (if anything at all?) [21:32] harlowja_at_home: not applying anything. i did some testing and took a simple file that applies only /etc/environemnt and yum.conf and that works fine. i have to figure out where its failing [21:32] is there a syntax checker or some such? [21:33] well that file is just yaml, so yaml syntax [21:33] but cloud-init logs stuff, so u might check in var/log/cloud [21:33] see if anything useful there [21:34] this is on the node where i run it right? there is no /var/log/cloud [21:35] ah nvm i see it [21:35] there are no errors there [21:39] ah [21:39] can u paste? [21:46] ok i'm trying once more [23:07] hey folks, I'm curious if anyone knows of a way to add runcmd to vendor-data which can't be overridden by user-data. The docs say no, with exception of using `[{ "op": "add", "path": "/runcmd", "value": ["my", "command", "here"]}]` from the user-data side. I'm wondering if the inverse is true? [23:08] i.e. can the vender-data side merge onto the user side? [23:09] also, not trying to do anything "evil" [23:09] as per https://github.com/number5/cloud-init/blob/master/doc/vendordata.txt [23:11] gord0 did u have any luck getting that paste (i was offline for a while)