summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
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-16merge trunkScott Moser
2011-12-16DataSource: fix is_ipv4 usageScott Moser
2011-12-16initial mirror configuration/discoveryScott Moser
2011-12-16move logic of "is this an ipv4 address" to a function is_ipv4Scott Moser
2011-11-30do not convert 'None' to a string in cloud-config mounts input.Scott Moser
2011-10-31use hashlib rather than md5 module to avoid deprecation warning.Scott Moser
2011-10-31fix bug in netinfo.debug_info if no network devices availableScott 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-10-27do not run run-parts if directory has no itemsScott Moser
2011-10-06DataSourceEc2: catch a socket timeout in wait-for-md-service codeScott Moser
2011-09-23DataSourceOVF: specify timeout=None in read_seeded callScott 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-14try a little harder to get a fqdn rather than defaulting to localdomainScott 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-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-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-22cc_apt_update_upgrade.py: Redirect stdin to /dev/null for calls to add-apt-re...Adam Gandelman