summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-21cloud-init-nonet.conf: redirect 'start networking' output to /dev/nullScott Moser
2011-09-14try a little harder to get a fqdn rather than defaulting to localdomainScott Moser
2011-09-13[doc] add 'preseed' string to cloud-config for debconf-set-selectionsScott Moser
2011-09-13Chef support fixes, and support for environment and initial attr (LP: #845208)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-09return a list, not a stringScott Moser
2011-09-09accept that public-keys keys in the metadata service might be a stringScott Moser
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-01cloud-init-nonet.conf: just allow for the possibility that /var/run != /runScott Moser
2011-09-01upstart/cloud-init-nonet.conf: update comment/descriptionScott Moser
2011-09-01DataSourceOVF: change the default instance id from nocloud to iid-dsovfScott Moser
2011-09-01DataSourceOVF do not provide a default static hostnameScott Moser
2011-09-01warn on failure of the hostname command when setting hostnameScott Moser
2011-09-01improve DataSource's get_hostname functionScott Moser
2011-08-31remove a default 'local-hostname' value from DataSourceNoCloudScott Moser
2011-08-31cloud-init-nonet.conf: wait for all network interfaces to be upScott Moser
2011-08-31cloudinit/DataSource.py: for default instance id, use 'iid-datasource'Scott Moser
2011-08-29improve updating of .ssh/authorized_keysScott Moser
2011-08-22Add some network debug info printed to the consoleScott 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-22merge from Adam, fixes LP: #831505Dustin Kirkland
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-03minor fixes to docScott Moser
2011-08-03update ChangeLogScott Moser
2011-08-03fix incorrect logic when 'manage_etc_hosts' has a valueScott Moser
2011-08-03remove debug statementScott Moser
2011-08-03cloudinit/util.py: fix syntax errorScott 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-03add example part-handler implementing the version 2 part-handlerScott Moser
2011-08-02This fixes LP: #819507, to make consume_userdata run 'always'Scott Moser
2011-08-01avoid a race condition if there were multiple networking devicesScott Moser
2011-07-26add support for 'include-once' and public and private keys to mcollectiveScott Moser
2011-07-26use md5sum as the unique identifier rather than base64Scott Moser
2011-07-26include-once: fixups found in testingScott Moser
2011-07-26use util.write_file in cc_mcollective.pyScott Moser
2011-07-26make 'include-once' really "download source once per-instance"Scott Moser
2011-07-26cc_mcollective: use util.write_file, change perms of private key file to 0600Scott Moser
2011-07-26clarify warning text in mcollective config exampleScott Moser
2011-07-25Added ssl cert support to mcollectiveMarc Cluet
2011-07-25Added new feature include-onceMarc Cluet
2011-07-21add bug number for chef bug to ChangelogScott Moser
2011-07-21add chef module to cloud.cfg so it runs as cloud-configScott Moser