Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-24 | default bddeb to building both systemd and upstart | Scott Moser | |
2014-07-24 | Merge systemd instlal paths. | Dimitri John Ledkov | |
2014-07-24 | refactor redundant systemd_root | Dimitri John Ledkov | |
2014-07-24 | Use pkg-config | Dimitri John Ledkov | |
2014-07-24 | Yeah, tests pass now. | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | use override targets | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more | Dimitri John Ledkov | |
2014-07-23 | more import statements | Dimitri John Ledkov | |
2014-07-23 | Use nosetests and absolute imports | Dimitri John Ledkov | |
2014-07-23 | Use tests | Dimitri John Ledkov | |
2014-07-23 | fix up | Dimitri John Ledkov | |
2014-07-23 | fix ups | Dimitri John Ledkov | |
2014-07-23 | refactor | Dimitri John Ledkov | |
2014-07-23 | Modernise packaging, and allow multiple init system installation (based on ↵ | Dimitri John Ledkov | |
smoser pastebins). | |||
2014-07-23 | Make systemd root installation dir appropriate for debian-like systems, else ↵ | Dimitri John Ledkov | |
fallback to universally acceptable one. | |||
2014-07-21 | Allow the usage of jinja2 templates | Scott Moser | |
This drops the hard requirement on Cheetah. Jinja is a python 2.4->3.x compatible templating engine, allow its optional usage (until we can depreciate cheetah) by allowing for specifying a template file header that can define which template engine to use. If the template file header does not specify a renderer, then assume that that is cheetah. If cheetah is not available, then use a limited builtin renderer on a best effort basis, and log the warning. LP: #1219223 | |||
2014-07-21 | add package info for bddeb/brpm | Scott Moser | |
2014-07-21 | use textwrap, simple formatting improvement. | Scott Moser | |
2014-07-21 | merge from trunk | Scott Moser | |
2014-07-18 | Add non braces matching and a few more tests | Joshua Harlow | |
2014-07-16 | fix 'make test' in python 2.6 | Scott Moser | |
2014-07-16 | Fix a few tests that have been failing in python 2.6 | Joshua Harlow | |
A few of the current tests have been continually failing in python 2.6 based systems, due to lack of unit test functions that are now added to ensure we can run the unit tests (and not have to ignore those failures) on python 2.6 | |||
2014-07-16 | Log the renderer type when rendering files | Joshua Harlow | |
2014-07-16 | Add basic renderer support and more robust import handling | Joshua Harlow | |
2014-07-16 | Less noisy logs, and improve some log messages. | Scott Moser | |
Removes some of the log messages that are not really meaningful. | |||
2014-07-15 | Add more useful execution continuing message | Joshua Harlow | |
2014-07-15 | Remove some of the more useless debug logs | Joshua Harlow | |
2014-07-07 | move TODO to TODO.rst | Scott Moser | |
2014-06-29 | Move to a rst format for the TODO file | Joshua Harlow | |
Adjust the TODO file to be in rst format (which is nicer to look at) and remove some of the TODO items that are no longer relevant. | |||
2014-06-09 | doc: fix user-groups doc to reference plural ssh-authorized-keys | Scott Moser | |
LP: #1327065 | |||
2014-06-02 | SmartOS test: do not require existance of /dev/ttyS1. | Scott Moser | |
LP: #1316597 | |||
2014-05-30 | CloudSigma: only poll on serial device after dmidecode check. | Kiril Vladimiroff | |
On systems with a ttyS1 and nothing attached, the read attempts that the cloud sigma datasource would do would block. Also, Add timeouts for reading/writting from/to the serial console LP: #1316475 | |||
2014-05-30 | minor cleanups. | Scott Moser | |
* do not run dmidecode on arm. * line length * comment that 60 second time out is expected | |||
2014-05-30 | add vendordata support to cloudsigma datasource | Scott Moser | |
LP: #1303986 | |||
2014-05-30 | open 0.7.6 | Scott Moser | |
2014-05-30 | Use dmidecode to detect if cloud-init runs in CloudSigma's infrastructure | Kiril Vladimiroff | |
2014-05-30 | Add timeouts for reading/writing from/to to the serial console | Kiril Vladimiroff | |
2014-05-27 | Enable vendordata for CloudSigma (LP: #1303986) | Ben Howard | |
2014-04-01 | pyflakes cleanups | Scott Moser | |
2014-03-27 | OpenNebula: support base64 encoded user-data | Scott Moser | |
This change adds the possibility to have base64 encoded userdata in OpenNebula source. OpenNebula uses a text file with shell variables for storing the configuration variables (including user provided data). Some user data may not be renderable into this format, so using base64 encoding alleviates the problem. The change here allows the user to provide a second variable USERDATA_ENCODING (or USER_DATA_ENCODING) and set that value to 'base64' to indicate that USERDATA is base64 encoded. | |||
2014-03-27 | change 'default' encoding to be "None" | Scott Moser | |
Instead of just trying to see if userdata decodes as the indication that it should be encoded, the user must explicitly set this. The "just try it" will fail in the case where the user had other use of user-data and wanted a blob of data to go through unrecognized by cloud-init. In cases where there can be mistake in automatic behavior, and some users may be relaying on old behavior, its best to just require explicit use. | |||
2014-03-25 | Added base64 decoding of user data for OpenNebula. | Enol Fernandez | |
2014-03-20 | NoCloud: fix broken seedfrom on the kernel command line | Scott Moser | |
This was broken in the VendorData add. LP: #1295223 | |||
2014-03-19 | Azure: pep8 and pylint cleanups from previous commit. | Scott Moser | |
2014-03-19 | Azure: re-format ephemeral disk if necessary | Scott Moser | |
On azure, the ephemeral disk may be destroyed and replaced with a fresh ephemeral disk on any reboot or stop and start cycle. This makes the datasource able to detect that by presence of an unformatted and specifically labeled NTFS filesystem with no files on it. LP: #1292648 | |||
2014-03-19 | change to unmount then check to address possible race | Scott Moser | |
2014-03-19 | minor changes: be more careful about umount and warn on fail | Scott Moser | |