summaryrefslogtreecommitdiff
path: root/cloudinit/sources
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-1035-7122/+0
* merge from trunkScott Moser2016-07-133-9/+10
|\
| * Fix SmartOS datasource usage of dict comprehensionsJoshua Harlow2016-07-131-4/+4
| * Another stray occurence of a dict comprehension being removedJoshua Harlow2016-07-131-2/+2
| * Remove another stray dict comprehensionJoshua Harlow2016-07-131-2/+2
| * fix restoring from a datasource that did not have dsmodeScott Moser2016-06-271-1/+2
* | ConfigDrive: write 'injected' files and legacy networkingScott Moser2016-07-131-9/+17
|/
* DataSourceNoCloud: fix stack trace on reboot, default to dsmode=netScott Moser2016-06-151-11/+8
|\
| * remove declaration of dsmode as local in DataSourceNoCloudScott Moser2016-06-151-1/+0
| * merge from trunkScott Moser2016-06-153-7/+7
| |\
| * \ merge with trunkScott Moser2016-06-151-1/+1
| |\ \
| * \ \ merge with trunkScott Moser2016-06-151-1/+1
| |\ \ \
| * | | | fis some Datasourcenocloud issuesScott Moser2016-06-151-10/+8
* | | | | fix usage of OSError.message that will not work in python3Scott Moser2016-06-151-2/+1
| |_|_|/ |/| | |
* | | | fix some errors reported by pylintScott Moser2016-06-153-7/+7
| |_|/ |/| |
* | | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]"Daniel Watkins2016-06-151-1/+1
| |/ |/|
* | [Revert] Remove trailing dot from GCE metadata URLScott Moser2016-06-141-1/+1
|/
* Removes trailing dot in metadata.google.internal GCE metadata lookup.Phil Roche2016-06-131-1/+1
* Just mock 'on_first_boot' vs special argumentJoshua Harlow2016-06-101-3/+2
* Rebase against masterJoshua Harlow2016-06-068-366/+589
|\
| * config drive conversion: recognize 'bridge' as a physical type, fix mtuScott Moser2016-06-031-2/+2
| * ConfigDrive: do not use 'id' on a link for the device nameScott Moser2016-06-021-4/+25
| * re-add the 'Net' classes for datasourcesScott Moser2016-06-023-11/+20
| * fix untested previous change to smartosScott Moser2016-06-021-1/+0
| * smartos: do not raise error when not on smartosScott Moser2016-06-021-3/+10
| * openstack: support decoding when reading files, use that for network_configScott Moser2016-06-021-7/+11
| * SmartOS: datasource improvements, support for networking information.Scott Moser2016-06-021-166/+407
| |\
| | * use constants for kvm and lx-brandScott Moser2016-05-311-2/+2
| | * return dict not None on get_config_objScott Moser2016-05-271-1/+1
| | * smartos is local, but it is named DataSourceSmartOS not DataSourceConfigDriveScott Moser2016-05-271-1/+1
| | * Smartos datasource is local.Scott Moser2016-05-271-1/+1
| | * add nicer mainScott Moser2016-05-271-1/+20
| | * remove debug printScott Moser2016-05-271-1/+0
| | * fix pyflakes and flake8Scott Moser2016-05-271-2/+1
| | * fix the remaining testsScott Moser2016-05-271-2/+2
| | * fix a bunch of the testsScott Moser2016-05-271-5/+7
| | * merge from trunkScott Moser2016-05-2723-412/+427
| | |\
| | * | fix pyflakes and some pylint errors/warningsScott Moser2016-05-271-7/+20
| | * | fix pyflakes, move datasources= to bottomScott Moser2016-05-271-20/+17
| | * | Move sdc:nics to a JSON map. Add unittest for sdc:nicsRyan Harper2016-05-261-8/+11
| | * | Add smartos sdc:nics converter and network_config property for smartos config...Ryan Harper2016-05-261-4/+91
| | * | initial commit of reworkScott Moser2016-05-011-164/+286
| * | | fix typos in namesScott Moser2016-05-261-2/+2
| * | | config drive: log where network config came fromScott Moser2016-05-261-0/+4
| * | | commit to push for fear of loss.Scott Moser2016-05-256-167/+100
| | |/ | |/|
| * | Fix slow testsJoshua Harlow2016-05-161-4/+8
* | | Fix up tests and flake8 warningsJoshua Harlow2016-05-191-1/+0
* | | Remerge against head/masterJoshua Harlow2016-05-194-126/+132
|\ \ \ | |/ / |/| |
| * | Adjust net module to be more isolatedJoshua Harlow2016-05-191-0/+4
| * | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-111-3/+1