summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig
AgeCommit message (Expand)Author
2012-01-12[PATCH 01/13] Fix pylint warnings W0311 (bad indentation)Scott Moser
2012-01-12fix selection of ec2 mirrors when inside ec2.Scott Moser
2012-01-10fix invalid variable name in cloudinit/CloudConfig/cc_resizefs.pyScott Moser
2012-01-09run resizefs module on every bootScott Moser
2011-12-21fix bug where first entry in the list presented to mergeTogether was ignoredScott Moser
2011-12-20support configuration of landscape-client via cloud-config (LP: #857366)Scott Moser
2011-12-20add INSTANCE_ID to environment of bootcmd scriptsScott Moser
2011-12-20output public ssh host keys to console on boot (LP: #893400)Scott Moser
2011-12-19revert default handling of /etc/hosts to 0.6.1 style (Ubuntu 11.04)Scott Moser
2011-12-16remove trailing :: on apt config for proxyScott Moser
2011-12-16add apt_proxy supportScott Moser
2011-12-16use the distro when searchingScott Moser
2011-12-16only use apt_mirror if it is non-emptyScott Moser
2011-12-16fix issue if apt_mirror is provided in configScott Moser
2011-12-16replace a print with a log.debugScott Moser
2011-12-16initial mirror configuration/discoveryScott Moser
2011-11-30do not convert 'None' to a string in cloud-config mounts input.Scott Moser
2011-10-31make ssh service name configurableScott Moser
2011-10-31make ssh host key deletion configurableScott Moser
2011-10-30Make the types of SSH keys to generate configurableScott Moser
2011-10-30add a warning if there is no known way to enable puppet service.Scott Moser
2011-10-30Make enabling puppet service work on FedoraScott Moser
2011-10-30Write timezone data to /etc/sysconfig/clockScott Moser
2011-10-30Make locale file location configurableScott Moser
2011-10-30Restore created files' selinux contextsScott Moser
2011-10-27Replace static dict mapping version to packages with a method (LP: #848932)Scott Moser
2011-09-13Bringing in proper json support for firstboot.json from lp:~avishai-ish-shalo...Mike Moulton
2011-09-12Set sane defaults for 'node_name' and 'environment'Mike Moulton
2011-09-10Modifications to properly support both 'gems' and 'packages' install types.Mike Moulton
2011-09-08Fix minor issue with multiple runlist items not written in the correct format.Scott Moser
2011-09-09Fixed wrong firstboot json formatAvishai Ish-Shalom
2011-09-08Fix cc_chef issues (LP: #845161)Scott Moser
2011-09-08Fixed review rejects: firstboot.json write, gem_binary not defined, wrong val...Avishai Ish-Shalom
2011-09-01warn on failure of the hostname command when setting hostnameScott Moser
2011-08-29improve updating of .ssh/authorized_keysScott Moser
2011-08-22util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505)Scott Moser
2011-08-22fix for syntax error around ecdsa changesScott Moser
2011-08-22cc_apt_update_upgrade.py: Redirect stdin to /dev/null for calls to add-apt-re...Adam Gandelman
2011-08-15add awareness of ecdsa keys.Scott Moser
2011-08-03fix incorrect logic when 'manage_etc_hosts' has a valueScott Moser
2011-08-03remove debug statementScott Moser
2011-08-03add get_hostname_fqdn method to 'util' and use it for getting hostnameScott Moser
2011-08-03improve update_etc_hosts method in cc_update_etc_hostsScott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-07-26use util.write_file in cc_mcollective.pyScott Moser
2011-07-26cc_mcollective: use util.write_file, change perms of private key file to 0600Scott Moser
2011-07-25Added ssl cert support to mcollectiveMarc Cluet
2011-07-21fix syntax error in cc_chef.pyScott Moser
2011-07-19improve the updating of /etc/hosts with correct fqdn when possibleScott Moser
2011-07-19do not complain if attempt to resizefs in an lxc container failsScott Moser