Age | Commit message (Expand) | Author |
2012-06-08 | Cleaning this up, logic should be more sound around attempts and retries now. | Joshua Harlow |
2012-06-08 | Ensure files end with ".tmpl" if they don't initially. | Joshua Harlow |
2012-06-08 | Working on making this have the old setup (where strings are taken in for con... | Joshua Harlow |
2012-06-08 | This now holds the following classes: | Joshua Harlow |
2012-06-08 | This now only holds some simple top level functions. | Joshua Harlow |
2012-06-08 | Renamed this, since its more of settings, not all constants. | Joshua Harlow |
2012-06-08 | Putting back into utils for now (until that gets to big). | Joshua Harlow |
2012-06-08 | Seems like the util function extraction was not actually needed. | Joshua Harlow |
2012-06-08 | Moved this to a file called parts which handles this type of functionality. | Joshua Harlow |
2012-06-08 | Moving exceptions to modules where they are used. Seems to make sense. | Joshua Harlow |
2012-06-07 | Add a standard exception holding file. | Joshua Harlow |
2012-06-07 | Add in a utility class that will handle all shell-like actions. | Joshua Harlow |
2012-06-07 | Add this file which will contain the cloud init and cloud config classes. | Joshua Harlow |
2012-06-07 | Start moving code from there to here. | Joshua Harlow |
2012-06-07 | Move the contents of this file to __init__ in sources. | Joshua Harlow |
2012-06-07 | 1. Move cloud init and cloud config objects to a cloud file. | Joshua Harlow |
2012-06-07 | Add in a helper that is useful for running pep8/pylint | Joshua Harlow |
2012-06-07 | Add a file that just deals with url like functions | Joshua Harlow |
2012-06-07 | Add a file that just deals with handling modules and part data | Joshua Harlow |
2012-06-07 | Darn it. Those shouldn't be there! | Joshua Harlow |
2012-06-07 | 1. Adding some new helper files that split off file inclusion, templating, im... | Joshua Harlow |
2012-06-07 | Move binaries to an actual binary dir. | Joshua Harlow |
2012-05-22 | remove usage of subprocess.check_output | Scott Moser |
2012-05-22 | support relative path in AuthorizedKeysFile | Scott Moser |
2012-04-10 | cc_landscape.py: if /etc/landscape does not exist, then create it | Scott Moser |
2012-04-10 | pep8: fix white space | Scott Moser |
2012-04-09 | fix chef documentation (LP: #960564) | Scott Moser |
2012-04-09 | replace bug links with LP: # syntax, use '$RELEASE' for apt source | Scott Moser |
2012-04-07 | Added an example for using Chef with oneiric | Lorin Hochstein |
2012-04-07 | Added GPG key | Lorin Hochstein |
2012-04-05 | Fixed opscode repo in chef recipe | Lorin Hochstein |
2012-04-05 | Allow a url to cloud-config data to be specified on kernel config line | Scott Moser |
2012-04-05 | add a better exception message | Scott Moser |
2012-04-05 | revert improved exception printing, as it was broken | Scott Moser |
2012-04-05 | syntax error fix | Scott Moser |
2012-04-05 | improve exception message | Scott Moser |
2012-04-05 | move the reading of the cmdline cloud-config url to cloud-init.py | Scott Moser |
2012-04-04 | fix issue found in real test | Scott Moser |
2012-04-04 | add reading of 'seedfrom' via DataSourceNoCloud's DataSourceConfig | Scott Moser |
2012-04-04 | initial checkin of kernel commandline cloud-config url support | Scott Moser |
2012-04-04 | Provide informative message when user logs in with unsupported locale | Scott Moser |
2012-04-04 | minor cleanup to messages, combine commands to single line | Scott Moser |
2012-04-04 | Only show this message one time. | Scott Moser |
2012-04-04 | move Z99-cloud-locale-test.sh out of profile.d to tools | Scott Moser |
2012-04-02 | Fixed deficiency in merge proposal. | Ben Howard |
2012-03-30 | Added a profile.d message to inform people about invalid locale setting. | Ben Howard |
2012-03-26 | cc_chef: fix bug when validation_key was present, but validation_cert was not | Scott Moser |
2012-03-21 | fix bad variable if blocking cc_resizefs | Scott Moser |
2012-03-21 | allow cloud-config to control if resizefs is blocking or not | Scott Moser |
2012-03-21 | cc_resizefs: run resizefs in the background during boot. | Scott Moser |