summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-25add support for redirecting output of cloud-init, cloud-config and cloud-finalScott Moser
2011-01-25use timestamp.gmtime() for timestamps rather than time() or datetimeScott Moser
2011-01-24move cloud-run-user-script.conf to cloud-final, use cloud-cfg for invokingScott Moser
2011-01-24merge in fixes to get to functioning pointScott Moser
2011-01-24cc_update_hostname: fix error handlingScott Moser
2011-01-24cloudinit/__init__: fix get_cpath()Scott Moser
2011-01-24cc_update_hostname: fix bad variable nameScott Moser
2011-01-24cloud-init.py: fix bad variable nameScott Moser
2011-01-24cloudinit/__init__.py: fixes to initfsScott Moser
2011-01-24cloud-init.py: add trailing carriage return to messageScott Moser
2011-01-24add CloudConfig.per-once definitionScott Moser
2011-01-24make the module list that cloud-config selects specified via cmdlineScott Moser
2011-01-24fix cloud-run-user-script for directory change, make it invoke other scriptsScott Moser
2011-01-21add function to cloud-init to run cloud-config style modulesScott Moser
2011-01-21cc_locale: fix copy paste code error if args are givenScott Moser
2011-01-20add 'resize_rootfs' cloud-config option.Scott Moser
2011-01-20TODO: add need to rewrite cloud-init-querScott Moser
2011-01-20remove updates check, as its no longer really necessary (LP: #653220)Scott Moser
2011-01-20update changelog (/var/log rework)Scott Moser
2011-01-20support configuration of what is the default log fileScott Moser
2011-01-20add caching of parsed configs to util.get_base_cfgScott Moser
2011-01-20add TODO and ChangeLogScott Moser
2011-01-19add cloud-config-archive input type.Scott Moser
2011-01-19do not use 'str' as a variable nameScott Moser
2011-01-19pull in the rework of /var/lib/cloud.Scott 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-19write the previous-hostname file to persistent cloud/dataScott 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-19improve log message on failure of initfs. run on both start-local and startScott Moser
2011-01-19move boothooks and user-data into instance dirScott Moser
2011-01-19cloud-init.py: log exception on failure to set hostnameScott Moser
2011-01-19initial /var/lib rework still lots to do. includes a fix for LP: #704509Scott Moser
2011-01-19add doc about redesigned /var/lib/cloudScott Moser
2011-01-19support $MIRROR and $RELEASE in apt-source cloud-config lines (LP: #693292)Scott 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-19make 'do not login as root' message more clear.Scott Moser
2011-01-19move writing of ssh key fingerprints to a separate toolScott Moser
2011-01-19remove write-mime-multipart from setup.pyScott Moser
2011-01-19add handling of rsyslog in cloud-configScott Moser
2011-01-19make timestamps get recorded to /var/log/cloud-init.log when no syslogScott Moser
2011-01-19remove debug print statementScott Moser
2011-01-18remove 'get_locale' from DataSourceEc2.Scott Moser
2011-01-18move setting of default locale out of cloud-init, into cloud-configScott Moser
2011-01-18revert previous commit that special cased 'ssh_import_id' on cmdlineScott Moser
2011-01-18support reading cloud_config from kernel command lineScott Moser
2011-01-18remove 'biultin' config, separate cloud.cfgScott Moser