=== shardy_afk is now known as shardy [10:27] yes harlowja, just need to find me some time :) [14:49] matrix3000 stop asking a quesiton and then leaving! [14:49] i'm not awake at 2 am [20:22] smoser: I have a question regarding the review https://code.launchpad.net/~shraddha-pandhe/cloud-init/debug-module/+merge/198119 [20:22] k [20:22] The very last point, adding argument support [20:23] ok [20:25] I am a newbie, and just wondering, how useful is this going to be? I added support for namespace and output file as a parameter in the config file.. [20:25] my use case is for running it manually [20:26] without having to modify config files [20:26] you're right, you can certainly do: [20:26] printf "debug:\n output: /tmp/output.txt" | sudo tee /etc/cloud/cloud.cfg.d/my-config.cfg [20:27] then [20:27] cloud-init single --frequency=always --name=debug [20:27] cat /tmp/output.txt [20:27] but i'd like to be able to have someone type just [20:27] cloud-init-single --frequency=always --name=debug /tmp/output.txt [20:27] ok.. this way looks a bit tedious. [20:29] the only real reason for the file name as input is that 'cloud-init single' output is possibly obfuscated already [20:29] (by other cloud-init config files) [20:29] so here specifying it directly is useful [20:30] ok.. I am facing some issues with running it this way.. let me figure those out.. [22:24] smoser: I made the changes as suggested. [22:24] spandhe_, thank you. [22:25] i'll take a look at this tomorrow. [22:25] sounds good. thank you! [22:25] thx spandhe_ !