summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-09fix updates.tar function in uncloud-initScott Moser
2011-10-06DataSourceEc2: catch a socket timeout in wait-for-md-service codeScott Moser
2011-09-28increase cloud-init-nonet timeout to 130 seconds from 70Scott Moser
2011-09-23DataSourceOVF: specify timeout=None in read_seeded callScott Moser
2011-09-22mention dependency on python-botoScott Moser
2011-09-22wrap-and-sortScott Moser
2011-09-22remove local copy of boto.utilsScott Moser
2011-09-22make read_seeded return OSError for a file not foundScott Moser
2011-09-22add retrying to read_seeded. have it use read_url.Scott Moser
2011-09-22cloudinit/DataSource.py: fix bad usage of get_fqdn_from_hostsScott Moser
2011-09-21add LICENSE fileScott Moser
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