summaryrefslogtreecommitdiff
path: root/cloudinit/__init__.py
AgeCommit message (Expand)Author
2011-01-26rework of DataSource loading.Scott Moser
2011-01-26change 'except' syntax to python 3 style.Scott Moser
2011-01-25add initial ovf data source classScott Moser
2011-01-25add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser
2011-01-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-24cloudinit/__init__: fix get_cpath()Scott Moser
2011-01-24cloudinit/__init__.py: fixes to initfsScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-20support configuration of what is the default log fileScott Moser
2011-01-19fix bug in get_cpathScott Moser
2011-01-19add 'data' entry in pathmap and move get_cpath to a static functionScott Moser
2011-01-19make scripts sub-dirs for per-<item>Scott Moser
2011-01-19convert 'cachedir' to 'seeddir', move cloud_config, scripts to instanceScott Moser
2011-01-19move cache to instance specific dirScott Moser
2011-01-19move boothooks and user-data into instance dirScott Moser
2011-01-19initial /var/lib rework still lots to do. includes a fix for LP: #704509Scott Moser
2011-01-19move user scripts ('#!' and runcmd) to be per-instance (LP: #675711)Scott Moser
2011-01-19add 'cloud-init-query' tool, to query fields from cloud dataScott Moser
2011-01-18remove 'biultin' config, separate cloud.cfgScott Moser
2010-09-10set grub-pc values based on user input or automaticallyScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-07-01fix removal of '#cloud-boothook' inside a boothookScott Moser
2010-06-18add cloud-config hooks for enabling byobu by default.Scott Moser
2010-06-18add ssh_import_id cloud-config moduleScott Moser
2010-06-18improve the cloud-init-run-module code a bit, fix LP:#568139Scott Moser
2010-06-18add the instance-id to the environment as INSTANCE_ID for boothooksScott Moser
2010-06-18add 'cloud-boothook' typeScott Moser
2010-06-17make cloud-config modules configurable by cloud-configScott Moser
2010-06-17remove use of cloudinit constants from util.py in get_base_cfg Scott Moser
2010-06-17remove debug printfs from __init__Scott Moser
2010-06-17add initial logging supportScott Moser
2010-06-15add vi modelines to python filesScott Moser
2010-03-02purge cache in cloud-init so it doesn't end up persisting across instancesScott Moser
2010-02-24ensure that cache dir is present if not created, and tighten permissionsScott Moser
2010-02-11rename EC2Init class to CloudInitScott Moser
2010-02-03globally remove ec2init and rename to cloudinitScott Moser