Age | Commit message (Expand) | Author |
2012-06-08 | Remove the main function from this, seems like that should be in a test if ne... | Joshua Harlow |
2012-06-08 | Remove is ipv4 function from here and move to utils + move exceptions to here... | Joshua Harlow |
2012-06-08 | Remove cloud config from here and move to cloud.py | Joshua Harlow |
2012-06-08 | This file now holds the default part handlers (shell script, cloud-config, up... | Joshua Harlow |
2012-06-08 | Moved some of the mounting logic here. Also introduced a context manager whic... | Joshua Harlow |
2012-06-08 | Moved the shell functionality back in here. | Joshua Harlow |
2012-06-08 | Large amounts of refactoring. | Joshua Harlow |
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 |