summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Import version 0.6.2-0ubuntu2ubuntu/0.6.2-0ubuntu2Scott Moser2016-08-233-4/+9
* Import version 0.6.2-0ubuntu1ubuntu/0.6.2-0ubuntu1Scott Moser2016-08-2349-0/+4928
* make-dist-tarball: make output not be debian-like0.6.2Scott Moser2011-10-271-1/+1
* Replace static dict mapping version to packages with a method (LP: #848932)Scott Moser2011-10-271-5/+11
* do not run run-parts if directory has no itemsScott Moser2011-10-271-0/+3
* Improve OVF documentation and provide functional demo.Scott Moser2011-10-138-5/+297
* fix updates.tar function in uncloud-initScott Moser2011-10-091-1/+1
* DataSourceEc2: catch a socket timeout in wait-for-md-service codeScott Moser2011-10-061-1/+3
* increase cloud-init-nonet timeout to 130 seconds from 70Scott Moser2011-09-281-1/+1
* DataSourceOVF: specify timeout=None in read_seeded callScott Moser2011-09-231-1/+1
* mention dependency on python-botoScott Moser2011-09-221-0/+1
* wrap-and-sortScott Moser2011-09-221-1/+9
* remove local copy of boto.utilsScott Moser2011-09-222-108/+1
* make read_seeded return OSError for a file not foundScott Moser2011-09-221-1/+1
* add retrying to read_seeded. have it use read_url.Scott Moser2011-09-221-27/+39
* cloudinit/DataSource.py: fix bad usage of get_fqdn_from_hostsScott Moser2011-09-221-1/+1
* add LICENSE fileScott Moser2011-09-211-0/+674
* cloud-init-nonet.conf: redirect 'start networking' output to /dev/nullScott Moser2011-09-211-1/+1
* try a little harder to get a fqdn rather than defaulting to localdomainScott Moser2011-09-142-21/+47
* [doc] add 'preseed' string to cloud-config for debconf-set-selectionsScott Moser2011-09-131-1/+1
* Chef support fixes, and support for environment and initial attr (LP: #845208)Scott Moser2011-09-133-67/+91
|\
| * Bringing in proper json support for firstboot.json from lp:~avishai-ish-shalo...Mike Moulton2011-09-132-6/+14
| * Set sane defaults for 'node_name' and 'environment'Mike Moulton2011-09-122-13/+30
| * Modifications to properly support both 'gems' and 'packages' install types.Mike Moulton2011-09-103-65/+64
|/
* return a list, not a stringScott Moser2011-09-091-1/+1
* accept that public-keys keys in the metadata service might be a stringScott Moser2011-09-091-0/+4
* Fix minor issue with multiple runlist items not written in the correct format.Scott Moser2011-09-081-4/+4
|\
| * Fixed wrong firstboot json formatAvishai Ish-Shalom2011-09-091-2/+3
* | Fix cc_chef issues (LP: #845161)Scott Moser2011-09-081-5/+12
|\ \ | |/
| * Fixed review rejects: firstboot.json write, gem_binary not defined, wrong val...Avishai Ish-Shalom2011-09-081-2/+7
* | cloud-init-nonet.conf: just allow for the possibility that /var/run != /runScott Moser2011-09-012-4/+6
* | upstart/cloud-init-nonet.conf: update comment/descriptionScott Moser2011-09-011-2/+3
* | DataSourceOVF: change the default instance id from nocloud to iid-dsovfScott Moser2011-09-012-1/+2
* | DataSourceOVF do not provide a default static hostnameScott Moser2011-09-012-4/+4
* | warn on failure of the hostname command when setting hostnameScott Moser2011-09-012-2/+3
* | improve DataSource's get_hostname functionScott Moser2011-09-011-2/+24
* | remove a default 'local-hostname' value from DataSourceNoCloudScott Moser2011-08-311-1/+0
* | cloud-init-nonet.conf: wait for all network interfaces to be upScott Moser2011-08-311-2/+4
* | cloudinit/DataSource.py: for default instance id, use 'iid-datasource'Scott Moser2011-08-311-1/+1
* | improve updating of .ssh/authorized_keysScott Moser2011-08-293-45/+202
* | Add some network debug info printed to the consoleScott Moser2011-08-223-1/+89
* | util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505)Scott Moser2011-08-223-5/+8
* | fix for syntax error around ecdsa changesScott Moser2011-08-221-2/+2
* | merge from Adam, fixes LP: #831505Dustin Kirkland2011-08-221-1/+1
|\ \
| * | cc_apt_update_upgrade.py: Redirect stdin to /dev/null for calls to add-apt-re...Adam Gandelman2011-08-221-1/+1
|/ /
* | add awareness of ecdsa keys.Scott Moser2011-08-153-4/+11
* | minor fixes to docScott Moser2011-08-031-2/+2
* | update ChangeLogScott Moser2011-08-031-0/+4
* | fix incorrect logic when 'manage_etc_hosts' has a valueScott Moser2011-08-031-1/+2
* | remove debug statementScott Moser2011-08-031-1/+0