=== shardy is now known as shardy_afk [19:19] smoser hopefully the commit should be ok now :-p [19:19] can do schema stuff later [19:19] u think schema stuff way to go? [19:33] harlowja, i like the 'validate' [19:33] and i'm fine with 'json-schema' [19:33] cool [19:33] a module wouldn't have to use json-schema [19:33] but probaly would [19:33] (and could run the schema and then further test some stuff in its validate) [19:34] you tihnk it seems sane ? i hope? [19:34] and did you look at the opennebula stuff ? [19:34] i'm really leaning towards just pulling their stuff in. [19:34] haven't check opennebula stuff recently [19:34] :-/ [19:34] ya, no need for module to use json-schema, just provide its own validate() method [19:34] that the cloud-init stages can call before running [19:35] why's it called 'json schema' ? [19:35] really its just 'dict, list, string, int' schema [19:35] right? [19:36] ya [19:36] :-p [19:36] got me, i guess the RFC is for json , but not really limited to [19:36] http://json-schema.org/ [19:37] sorry, not RFC, ' IETF published draft ' [19:37] *whatever that is, ha [21:04] harlowja, [21:04] http://paste.ubuntu.com/6085177/ [21:04] adding that [21:07] harlowja, is there a better way to read /sys ? [21:07] should i use read_file_or_url there ? [21:07] for mocking / wrapping / test purposes [21:09] harlowja, please think, respond, and i'll update and merge your code and then we'll have "random seed" support on azure too [21:09] wee! [21:15] haha [21:16] weee [21:18] smoser why not just load_file ? [21:18] u can still mock load_file ot [21:18] *out [23:29] duh. load_file. yeah.