summaryrefslogtreecommitdiff
path: root/bin/cloud-init
Commit message (Expand)AuthorAgeFilesLines
* Fix exception when running with no arguments on Python 3Scott Moser2015-05-011-0/+2
|\
| * Fix traceback with no arguments on Python 3.Daniel Watkins2015-02-261-0/+2
* | status_wrapper: do not swallow errorsScott Moser2015-02-261-0/+2
|/
* use encode_textScott Moser2015-02-101-1/+1
* fix for cloud-init bin use encodeScott Moser2015-02-101-1/+1
* remove un-used 'end' in result.json and status.jsonScott Moser2014-08-131-1/+1
* Add more useful execution continuing messageJoshua Harlow2014-07-151-0/+3
* version space (v1:) result_path json alsoScott Moser2014-03-031-1/+1
* be atomic when writing status filesScott Moser2014-02-251-6/+16
* fix write_json callScott Moser2014-02-241-1/+1
* minor cleanupsScott Moser2014-02-241-8/+11
* fixes from testing, force symlinkScott Moser2014-02-241-22/+26
* possibly functional start testingScott Moser2014-02-241-62/+66
* initial commit for statusScott Moser2014-02-201-2/+88
* Significant re-working of the userdata handling and introduction ofBen Howard2014-01-081-3/+3
* set reading /proc/uptime to false by default.Scott Moser2013-07-301-3/+2
* add util.log_time helperScott Moser2013-07-301-1/+4
* if a logged message fails, fallback to logging to stdoutJoshua Harlow2012-09-191-0/+3
|\
| * First thing that we do after we can start importingJoshua Harlow2012-09-191-0/+3
* | Add capturing of basic signal handlers toJoshua Harlow2012-09-061-0/+4
|/
* Move the code that did the 'cloud-config' upstart event name emitting to Joshua Harlow2012-08-091-28/+0
* emit the cloud-config event againScott Moser2012-07-261-0/+28
* Change the welcome message to be slightly differentJoshua Harlow2012-07-101-1/+4
* re-setup logging to address cloud-config changes input via user-dataScott Moser2012-07-101-4/+7
* send welcome message after logging has been appliedScott Moser2012-07-101-7/+27
* cloud-init: do not warn on failure to find local datasourceScott Moser2012-07-091-6/+8
* Revert back to using cheetah + adjust resultant code + templatesJoshua Harlow2012-07-091-3/+3
* 1. Move the welcome message template string to a constant at the top of the m...Joshua Harlow2012-07-021-3/+8
* Add a multi log function that can write to stderr, console and a log debug, u...Joshua Harlow2012-07-011-3/+1
* If logging hasn't been enabled via '--debug' at least log the exceptions that...Joshua Harlow2012-06-291-0/+19
* Add a force option which will allow users to continue running when no datasou...Joshua Harlow2012-06-291-7/+19
* Fix the datasource not being fetched in single running mode.Joshua Harlow2012-06-291-6/+17
* Add a message about why the second consume_userdata occurs since its not very...Joshua Harlow2012-06-291-1/+2
* 1. Update with smosers code review and comments (and put some of those commen...Joshua Harlow2012-06-281-14/+35
* No longer need to do this special config appending, the config merger class h...Joshua Harlow2012-06-271-7/+1
* 1. Return which modules ran from the run module functionharlowja2012-06-221-7/+9
* Ensure that nothing was ran by checking the total countharlowja2012-06-211-1/+2
* 1. Move all info() logging methods to debug() harlowja2012-06-211-2/+1
* 1. Shorten the passed in name for frequency (and expand it later)Joshua Harlow2012-06-201-9/+16
* No need for this now that we have the imports done correctlyJoshua Harlow2012-06-201-6/+0
* Massive pylint + pep8 fixups!Joshua Harlow2012-06-201-10/+10
* 1. Use the name modules where transforms was usedJoshua Harlow2012-06-201-96/+84
* Remove the .py extension for this new main program binary.Joshua Harlow2012-06-201-0/+422