summaryrefslogtreecommitdiff
path: root/cloudinit/sources
AgeCommit message (Expand)Author
2014-09-03improved logging of errors around module loading/searchingScott Moser
2014-09-02Fix logic statement and pep8 issueJoshua Harlow
2014-09-02Remove/adjust the verbose 'failed at attempted import of' logJoshua Harlow
2014-08-27no functional changes, but some minor changes.Scott Moser
2014-08-27Fix retry cb to reflect what used to existJoshua Harlow
2014-08-27Fixed more of the slowness around fetching and retryingJoshua Harlow
2014-08-26Show the available versions in the debug log messageJoshua Harlow
2014-08-26Log a warning when unable to fetch the openstack versionsJoshua Harlow
2014-08-26Just use os.path.exists directlyJoshua Harlow
2014-08-26Add logging around failure to read optional/mandatory pathsJoshua Harlow
2014-08-26Optimize away most of the path_exists checksJoshua Harlow
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-08-21use url_helper to combine urlScott Moser
2014-06-02SmartOS test: do not require existance of /dev/ttyS1.Scott Moser
2014-05-30CloudSigma: only poll on serial device after dmidecode check.Kiril Vladimiroff
2014-05-30minor cleanups.Scott Moser
2014-05-30Use dmidecode to detect if cloud-init runs in CloudSigma's infrastructureKiril Vladimiroff
2014-05-27Enable vendordata for CloudSigma (LP: #1303986)Ben Howard
2014-03-27change 'default' encoding to be "None"Scott Moser
2014-03-25Added base64 decoding of user data for OpenNebula.Enol Fernandez
2014-03-20NoCloud: fix broken seedfrom on the kernel command lineScott Moser
2014-03-19Azure: pep8 and pylint cleanups from previous commit.Scott Moser
2014-03-19change to unmount then check to address possible raceScott Moser
2014-03-19minor changes: be more careful about umount and warn on failScott Moser
2014-03-18Windows Azure defines the ephemeral0 mount as being a per-boot instead ofBen Howard
2014-03-04CloudSigma: support user-data being base64 encodedKiril Vladimiroff
2014-02-27AltCloud: do not run dmidecode on arm32/arm64 because it leads to kvm crashOleg Strikov
2014-02-26pep8 and pylintScott Moser
2014-02-26SmartOS: do not run on arm as dmidecode causes problemsScott Moser
2014-02-24ConfigDrive: trim trailing newlines in previous-instance-idScott Moser
2014-02-24Reduce OSds LOG levels when detecting and use HAVANA instead of latestJoshua Harlow
2014-02-24Ensure we strip the previous_iid file contentsJoshua Harlow
2014-02-19Read encoded with base64 user dataKiril Vladimiroff
2014-02-18NoCloud: fix broken seed from external imageScott Moser
2014-02-18CloudSigma: remove 'WARN' in not found caseScott Moser
2014-02-14DataSourceGCE: fix 'is_resolvable', remove unnecessary WARNScott Moser
2014-02-14DataSourceOpenStack: allow vendor-data to be a dict with 'cloud-init' insideScott Moser
2014-02-14The symlink of /var/lib/cloud/instance is not created at the time that theBen Howard
2014-02-13re-work vendor-data and smartosScott Moser
2014-02-13merge from trunkScott Moser
2014-02-13some style changes, some pylint, be less noisyScott Moser
2014-02-13Define default vendordata for SmartOS. In absence of a vendordata, use aBen Howard
2014-02-13GCE: use dns name instead of IP addressVaidas Jablonskis
2014-02-13GCE: add unit tests, user-data support and few other fixesVaidas Jablonskis
2014-02-13do not warn on waiting for urlScott Moser
2014-02-13wait less for the metadata service (by default)Scott Moser
2014-02-13merge from trunkScott Moser
2014-02-13Add initial GCE datasourceScott Moser
2014-02-13add 'user-data' support.Scott Moser