Age | Commit message (Expand) | Author |
2013-07-24 | add SmartOS datasource supporting Joyent cloud | Ben Howard |
2013-07-24 | shorten comments in example cloud-config | Scott Moser |
2013-07-23 | Added blurb to documentation about the datasource | Ben Howard |
2013-07-23 | Changed get_serial to be fully parameterized and return the serial | Ben Howard |
2013-07-23 | on azure datasource, grab use Deployment as the instance-id | Scott Moser |
2013-07-23 | Move more functionality into get_serial() | Ben Howard |
2013-07-23 | alias 'availability_zone' to availability-zone in metadata service. | Scott Moser |
2013-07-23 | use constants for startswith in handlers. add strip_prefix_suffix. | Joshua Harlow |
2013-07-23 | finalize handlers even when another handler fails. | Joshua Harlow |
2013-07-23 | allow individual MIME segments to be gzip compressed | Joshua Harlow |
2013-07-23 | bump version in cloudinit/version.py | Scott Moser |
2013-07-23 | Fix password setting for rhel5. | Scott Moser |
2013-07-21 | Ensure what we are searching over is a directory. | Joshua Harlow |
2013-07-21 | Also make the dir handler registration a simple function. | Joshua Harlow |
2013-07-21 | Just use an initialized array. | Joshua Harlow |
2013-07-21 | Use a util helper to do prefix/suffix removal. | Joshua Harlow |
2013-07-21 | Use constants for repeated type strings. | Joshua Harlow |
2013-07-20 | Just check the filename existing. | Joshua Harlow |
2013-07-20 | Unify filename, header replacement. | Joshua Harlow |
2013-07-20 | Keep filename from original part. | Joshua Harlow |
2013-07-20 | Ensure we reset the part after decompression. | Joshua Harlow |
2013-07-20 | Remove return not used. | Joshua Harlow |
2013-07-20 | Also handle custom handlers correctly. | Joshua Harlow |
2013-07-20 | Update comments + link to bug. | Joshua Harlow |
2013-07-20 | Init and finalize refactor. | Joshua Harlow |
2013-07-20 | Bump the version. | Joshua Harlow |
2013-07-19 | Add the ability to decompress MIME gzip. | Joshua Harlow |
2013-07-18 | Added SmartOS datasource and unit tests. | Ben Howard |
2013-07-17 | adds support for SLES plus some basic unittests. | Juerg Haefliger |
2013-07-17 | plain text password of '' or None should not trigger setting | Scott Moser |
2013-07-17 | fix indentation a bit in Makefile | Scott Moser |
2013-07-17 | merge from trunk | Scott Moser |
2013-07-17 | Azure: make /var/lib/waagent with 0700 perms | Scott Moser |
2013-07-17 | DataSourceAzure: fix inverted logic on DisablesshPasswordAuthentication | Ben Howard |
2013-07-16 | Use the inverse of DisableSshPasswordAuthentication for ssh_pwauth. | Ben Howard |
2013-07-11 | DataSourceAzure.py: allow 'customdata' to be the name for userdata | Scott Moser |
2013-07-11 | test_builtin_handlers.py: fix pylint | Scott Moser |
2013-07-11 | upstart_job.py: fix pylint and bad bad variable in _has_suitable_upstart | Scott Moser |
2013-07-10 | add Azure datasource | Scott Moser |
2013-07-10 | add waiting for files and reading of crt keys | Scott Moser |
2013-07-09 | build up the 'wait_for' list including fingerprint.crt files | Scott Moser |
2013-07-09 | fill out load_azure_ovf_pubkeys | Scott Moser |
2013-07-09 | mention using cached | Scott Moser |
2013-07-09 | search in the default storage directory for cached ovf-env.xml | Scott Moser |
2013-07-09 | populate /var/lib/waagent with ovf-env.xml | Scott Moser |
2013-07-09 | better handling for user/password | Scott Moser |
2013-07-09 | add stub for ssh keys | Scott Moser |
2013-07-09 | add azure to ds list | Scott Moser |
2013-07-09 | merge from trunk | Scott Moser |
2013-07-09 | re-enable test case because 1124384 is fixed | Scott Moser |