summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2011-01-19add cloud-config-archive input type.Scott Moser
2011-01-19do not use 'str' as a variable nameScott 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-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-19add handling of rsyslog in cloud-configScott 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
2011-01-14add support for specifying ssh-import-id on the kernel command lineScott Moser
2011-01-12ssh-import-lp-id was renamed to ssh-import-idScott Moser
2010-09-16If instance is in EC2 VPC, then do not use ec2 ubuntu archive (LP: #615545)Scott Moser
2010-09-11grub-dpkg cloud-config, move convert inline shell to pythonScott Moser
2010-09-10set grub-pc values based on user input or automaticallyScott Moser
2010-09-10improve warning message in DataSourceEc2Scott Moser
2010-09-10cc_mounts.py: convert user input from int to stringScott Moser
2010-09-10fix bad format of log message.Scott Moser
2010-09-09device_name_to_device: return the md's device string even if no deviceScott Moser
2010-09-09change default for ephemeral0 device to use 'nobootwait'Scott Moser
2010-09-08remove broken (syntax) try/catch in UserDataHandler.pyScott Moser
2010-09-07Fix missing import.Mathias Gug
2010-08-31append to apt_sources filenames rather than truncating.Scott Moser
2010-08-31get '##' comment lines through to /etc/apt/sources.list (LP: #627439)Scott Moser
2010-08-17fix syntax error in util.pyScott Moser
2010-08-13add support for '%s' in base of seed.Scott Moser
2010-08-13fix 'seedfrom' in DataSourceNoCloud (LP: #617400)Scott Moser
2010-08-12cc_disable_ec2_metadata.py: fix broken disable_ec2_metadataScott Moser
2010-08-12DataSourceNoCloud: record where seeds were read fromScott Moser
2010-08-12DataSourceNoCloud: fix issue with seeded filesScott Moser
2010-08-12use read_optional_seed, change 'parse_cmdline_data' to return booleanScott Moser
2010-08-12util: add read_optional_seed functionScott Moser
2010-08-12initial dump of "sans-cloud" code (DataSourceNoCloud)Scott Moser
2010-08-09DataSourceEc2.py: remap dev names when metadata service disagress with kernelScott Moser
2010-08-09cc_mounts: improve comment stringsScott Moser
2010-08-09cloud-init-cfg: log warning with traceback on failure of a config moduleScott Moser
2010-07-21invoke apt so dpkg non-interactively takes old conf files (LP: #607642)Scott Moser
2010-07-13fix bad/un-removed code in cd_mounts.pyScott Moser
2010-07-09extend list of possible metadata names with 'ebs[0-9]'Scott Moser