summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceConfigDrive.py
AgeCommit message (Expand)Author
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2019-11-04configdrive: fix subplatform config-drive for /config-drive sourceDavid Kindred
2019-10-17fix some more typos in commentsDominic Schlegel
2019-04-18mount_cb: do not pass sync and rw options to mountGonéri Le Bouder
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-20Remove dead-code _write_network distro implementations.Scott Moser
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-04-30IBMCloud: Disable config-drive and nocloud only if IBMCloud is enabled.Scott Moser
2018-03-23IBMCloud: Initial IBM Cloud datasource.Scott Moser
2018-01-23Recognize uppercase vfat disk labelsJames Penick
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-24ConfigDrive: support reading config drive data from /config-drive.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-12MAAS: add vendor-data supportScott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
2016-06-10Just mock 'on_first_boot' vs special argumentJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-06-03config drive conversion: recognize 'bridge' as a physical type, fix mtuScott Moser
2016-06-02ConfigDrive: do not use 'id' on a link for the device nameScott Moser
2016-06-02re-add the 'Net' classes for datasourcesScott Moser
2016-05-26config drive: log where network config came fromScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-05Work on refactoring (and adding) network conversion testsJoshua Harlow
2016-04-29Config Drive: fix check_instance_id signature.Scott Moser
2016-03-24pyflakesScott Moser
2016-03-24fix review commentsRyan Harper
2016-03-23network_data: add link type 'phys', no need to reload json dataRyan Harper
2016-03-23fix openstack versions s/KILO/LIBERY drop networkdata read helperRyan Harper
2016-03-23configdata: parse and convert openstack network_data json to network_configRyan Harper
2016-03-21add check_instance_id to ConfigDriveScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-09-22merge from trunkScott Moser
2014-09-10Openstack: Vendor data cleanupScott Moser
2014-09-10drop version= from readersScott Moser
2014-09-10make BaseReader select latest supported versionScott Moser
2014-09-10Only use vendordata under cloud-init key for ConfigDriveJay Faulkner
2014-09-08Update read_config_drive to use OS_VERSIONS tuple for readersJay Faulkner
2014-08-26Refactor vendor_data handlingJay Faulkner
2014-08-26Add failback for older Openstack configdrive versionsJay Faulkner
2014-08-26Upgrade configdrive versionJay Faulkner
2014-08-18fix: Updated some syntax to be pep8 compliantJoseph Bajin
2014-08-18new: Added FreeBSD support to ConfigDriveJoseph Bajin
2014-02-24ConfigDrive: trim trailing newlines in previous-instance-idScott Moser
2014-02-24Ensure we strip the previous_iid file contentsJoshua Harlow