Age | Commit message (Expand) | Author |
2011-01-26 | change 'except' syntax to python 3 style. | Scott Moser |
2011-01-25 | add initial ovf data source class | Scott Moser |
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 |
2011-01-24 | cloudinit/__init__: fix get_cpath() | Scott Moser |
2011-01-24 | cloudinit/__init__.py: fixes to initfs | Scott Moser |
2011-01-21 | add function to cloud-init to run cloud-config style modules | Scott Moser |
2011-01-20 | support configuration of what is the default log file | Scott Moser |
2011-01-19 | fix bug in get_cpath | Scott Moser |
2011-01-19 | add 'data' entry in pathmap and move get_cpath to a static function | Scott Moser |
2011-01-19 | make scripts sub-dirs for per-<item> | Scott Moser |
2011-01-19 | convert 'cachedir' to 'seeddir', move cloud_config, scripts to instance | Scott Moser |
2011-01-19 | move cache to instance specific dir | Scott Moser |
2011-01-19 | move boothooks and user-data into instance dir | Scott Moser |
2011-01-19 | initial /var/lib rework still lots to do. includes a fix for LP: #704509 | Scott Moser |
2011-01-19 | move user scripts ('#!' and runcmd) to be per-instance (LP: #675711) | Scott Moser |
2011-01-19 | add 'cloud-init-query' tool, to query fields from cloud data | Scott Moser |
2011-01-18 | remove 'biultin' config, separate cloud.cfg | Scott Moser |
2010-09-10 | set grub-pc values based on user input or automatically | Scott Moser |
2010-08-12 | initial dump of "sans-cloud" code (DataSourceNoCloud) | Scott Moser |
2010-07-01 | fix removal of '#cloud-boothook' inside a boothook | Scott Moser |
2010-06-18 | add cloud-config hooks for enabling byobu by default. | Scott Moser |
2010-06-18 | add ssh_import_id cloud-config module | Scott Moser |
2010-06-18 | improve the cloud-init-run-module code a bit, fix LP:#568139 | Scott Moser |
2010-06-18 | add the instance-id to the environment as INSTANCE_ID for boothooks | Scott Moser |
2010-06-18 | add 'cloud-boothook' type | Scott Moser |
2010-06-17 | make cloud-config modules configurable by cloud-config | Scott Moser |
2010-06-17 | remove use of cloudinit constants from util.py in get_base_cfg | Scott Moser |
2010-06-17 | remove debug printfs from __init__ | Scott Moser |
2010-06-17 | add initial logging support | Scott Moser |
2010-06-15 | add vi modelines to python files | Scott Moser |
2010-03-02 | purge cache in cloud-init so it doesn't end up persisting across instances | Scott Moser |
2010-02-24 | ensure that cache dir is present if not created, and tighten permissions | Scott Moser |
2010-02-11 | rename EC2Init class to CloudInit | Scott Moser |
2010-02-03 | globally remove ec2init and rename to cloudinit | Scott Moser |