summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-04add mcollective to cloud.cfgScott Moser
2011-03-03add 'timezone' cloud-config module to cloud.cfgScott Moser
2011-03-03make update of sources not prevent installation attempt (LP: #728167)Scott Moser
2011-03-03cc_resizefs.py: log output of failed resizefs or blkid commandsScott Moser
2011-03-03in subp, put output and stderr into the raised errorScott Moser
2011-03-02fix bug preventing early exit of cloud-init on 'no-net' pathScott Moser
2011-02-22merge mcollective fixes from Marc. Changes to indentation and added commentsScott Moser
2011-02-20Change output format for ConfigParserMarc Cluet
2011-02-20Changes to mcollective module, added docsMarc Cluet
2011-02-19add examples of kernel command line cloud-configScott Moser
2011-02-18minor updates to ovf documentationScott Moser
2011-02-18handle no datasource better cloud-init-cfgScott Moser
2011-02-18in nonet wait, print how long wait will be.Scott Moser
2011-02-18add carriage return to cc_final_message.py outputScott Moser
2011-02-18fix the base64 encoded value for user-data.Scott Moser
2011-02-18fix bug if ovf had empty seedfromScott Moser
2011-02-18fix syntax erorr in cc_puppet.pyScott Moser
2011-02-18cloud-init-nonet.conf: redirect grep to /dev/null, so it doesn't goScott Moser
2011-02-18update changelog for Marc's contributionsScott Moser
2011-02-18Update puppet to replace rather than append, add mcollective [Marc Cluet]Scott Moser
2011-02-18improve startup if no eth0 is available (LP: #714807)Scott Moser
2011-02-18change 0.6.0 -> 0.6.1Scott Moser
2011-02-17update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-configScott Moser
2011-02-17change from yaml+'#include' to yaml + config.d format for cloud.cfgScott Moser
2011-02-15Changes to puppet module + mcollective moduleMarc Cluet
2011-02-07add 'bootcmd' like 'runcmd' to cloud-config syntax for running things earlyScott Moser
2011-02-07add apt helper routeins to CloudConfig, and use them in apt and puppetScott Moser
2011-02-07add 'run_per_instance' to CloudConfigScott Moser
2011-02-07rename 'datadir' key to 'data' in pathmapScott Moser
2011-02-07update TODO, ChangeLogScott Moser
2011-02-07make DataSourceEc2 configurable (timeout, retries), lower default retriesScott Moser
2011-02-07call DataSource classes with sys_cfg argumentScott Moser
2011-02-07add sys_cfg option to DataSource:__init__ , populate ds_cfg from itScott Moser
2011-02-07add utility function get_cfg_by_pathScott Moser
2011-02-07add config option 'manual_cache_clean'.Scott Moser
2011-02-04add a debian.trunk dir and tools/bddeb to easily build a deb from hereScott Moser
2011-02-04fix logging in DataSource modulesScott Moser
2011-02-04resizefs didn't work, as 'blkid' would return error status 2Scott Moser
2011-02-04update changelogScott Moser
2011-02-04First try to read from cdrom device before mountingScott Moser
2011-02-04update changelogScott Moser
2011-02-04change default of resize_rootfs to TrueScott Moser
2011-02-03update TODOScott Moser
2011-02-01remove double slash returned by get_ipath_curScott Moser
2011-02-01fix the path for user scripts.Scott Moser
2011-02-01Fixes issue puppet configuration option values in quotes.Scott Moser
2011-01-31make write_to_cache raise errors if it fails rather than surpressingScott Moser
2011-01-31replace DataSource's self.logScott Moser
2011-01-31close file descriptors given to cPickle.load and cPickle.dumpScott Moser
2011-01-31allow 'ds=nocloud' to appear at end or beginning kernel cmdlineScott Moser