Age | Commit message (Expand) | Author |
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 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-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-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-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 |
2012-03-19 | DataSource: if public-keys is a string, split it on newline | Scott Moser |
2012-03-16 | add supprot for reading public-keys from DataSourcMAAS | Scott Moser |
2012-03-16 | rename DataSourceMaaS to DataSourceMAAS, generally use MAAS everywhere | Scott Moser |
2012-03-12 | Warn in user-data processing on non-multipart, non-handled data | Scott Moser |
2012-03-12 | fix pylint/pep8 issues in DataSourceCloudStack | Scott Moser |
2012-03-12 | import CloudStack data source [Cosmin Luta] | Scott Moser |
2012-03-12 | cloudinit/DataSourceCloudStack: updated copyright and author | Scott Moser |
2012-03-12 | Restrict warning to userdata without MIME wrapping only while still ignoring ... | Martin Packman |
2012-03-09 | Renamed data source to CloudStack | Cosmin Luță |
2012-03-09 | fix copyright and author on cloudinit/DataSourceMaaS.py | Scott Moser |
2012-03-09 | If the user has chosen to remove default ca-certs, prevent package upgrade | Scott Moser |
2012-03-09 | fix spelling error in apt pipeline filename | Scott Moser |
2012-03-09 | add option apt_pipelining to cloud-config to address s3 mirrors (LP: #948461) | Scott Moser |
2012-03-09 | Some cleanups before merge. | Scott Moser |
2012-03-08 | Simplified proposed patch | Ben Howard |
2012-03-08 | DataSourceMaaS: some fixes found in testing | Scott Moser |
2012-03-08 | Add DataSourceMaaS, a Data Source for Ubuntu Machine as a Service | Scott Moser |
2012-03-08 | remove debug statement | Scott Moser |