=== shardy_afk is now known as shardy [13:11] Can I specify multiple runcmds? E.g. runcmd, write_files, runcmd? [15:02] bracki, inside multiple cloud-config parts you can specify multiple pieces of config. [15:02] so you could have one part do 'runcmd' , one do 'write_files' [15:02] each is merged over the current config. [15:02] arrays (annoyingly to you) overwrite by default. [15:02] while dicts merge. [15:04] you can change this behavior in recent versions of cloud-init. [15:04] by specifying 'merge_how' [15:04] or by using jsonp [15:04] see some examples in comment 4 https://bugs.launchpad.net/cloud-init/+bug/1316323 === harlowja_away is now known as harlowja [17:46] smoser: I opened an ipv6 support bug for cirros [17:47] just to make sure I don't forget to do that once my cloud goes ipv6 :p [17:55] harmw, yeah.i'm good with that. [17:55] cirros-0.3.3 is just published. [17:56] ah nice [17:56] yeah. [17:56] i really , really need to get a jenkins up and have daily builds and such. [17:56] tell me.. [18:37] smoser: travis-ci is fairly easy to use, but I don't know if there's a way to use it 'detached' from github [18:42] JayF, i suspect i can't use it. [18:42] cirros needs root to build images. [18:42] hm.. [18:42] does it launch vms for everything ? [18:42] i guess it must. [18:44] I don' [18:44] *I don't really know, sorry :/ [18:44] it does. http://docs.travis-ci.com/user/ci-environment/ [18:44] its definitely itneresting === SpamapS_ is now known as SpamapS [21:51] smoser: travis is openvz isn't it?