| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-27 | improve comment strings in rsyslog config file tools/21-cloudinit.conf | Scott Moser | |
| 2011-01-27 | fix bug in fixing permission on default log file | Scott Moser | |
| 2011-01-26 | make the next target release 0.6.0, not 0.5.16 | Scott Moser | |
| 2011-01-26 | update the changelog with other items from development branch | Scott Moser | |
| 2011-01-26 | add timezone to cloud-config (LP: #645458) | Scott Moser | |
| LP: #645458 | |||
| 2011-01-26 | rework of DataSource loading. | Scott Moser | |
| The DataSources that are loaded are now controlled entirely via configuration file of 'datasource_list', like: datasource_list: [ "NoCloud", "OVF", "Ec2" ] Each item in that list is a "DataSourceCollection". for each item in the list, cloudinit will attempt to load: cloudinit.DataSource<item> and, failing that, DataSource<item> The module is required to have a method named 'get_datasource_list' in it that takes a single list of "dependencies" and returns a list of python classes inside the collection that can run needing only those dependencies. The dependencies are defines in DataSource.py. Currently: DEP_FILESYSTEM = "FILESYSTEM" DEP_NETWORK = "NETWORK" When 'get_datasource_list' is called for the DataSourceOVF module with [DEP_FILESYSTEM], then DataSourceOVF returns a single item list with a reference to the 'DataSourceOVF' class. When 'get_datasource_list' is called for the DataSourceOVF module with [DEP_FILESYSTEM, DEP_NETWORK], it will return a single item list with a reference to 'DataSourceOVFNet'. cloudinit will then instanciate the class and call its 'get_data' method. if the get_data method returns 'True', then it selects this class as the selected Datasource. | |||
| 2011-01-25 | add mention of OVF to changelog | Scott Moser | |
| 2011-01-25 | add support for posting data to a URL (phone_home) | Scott Moser | |
| There is no default configured. Nothing is done by default. | |||
| 2011-01-25 | add support for redirecting output of cloud-init, cloud-config and cloud-final | Scott Moser | |
| 2011-01-24 | move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invoking | Scott Moser | |
| This moves what was done as cloud-run-user-script.conf to 'cloud-final' and makes that re-use the cloud-init-cfg code, but simply with a different set of default configs. Also, adds keys_to_console and final_message cloud-config modules LP: #653271 | |||
| 2011-01-21 | add function to cloud-init to run cloud-config style modules | Scott Moser | |
| add 'hostname' cloud-config option for setting hostname make rsyslog and resizefs run at cloud-init time | |||
| 2011-01-20 | add 'resize_rootfs' cloud-config option. | Scott Moser | |
| 2011-01-20 | remove updates check, as its no longer really necessary (LP: #653220) | Scott Moser | |
| LP: #653220 | |||
| 2011-01-20 | update changelog (/var/log rework) | Scott Moser | |
| 2011-01-20 | add TODO and ChangeLog | Scott Moser | |
