summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceNoCloud.py
AgeCommit message (Expand)Author
2019-10-17fix some more typos in commentsDominic Schlegel
2019-09-25Add missing space in warning: "not avalid seed"Brian Candler
2019-05-24freebsd: NoCloud data source supportGonéri Le Bouder
2019-04-09Change DataSourceNoCloud to ignore file system label's case.Risto Oikarinen
2018-12-03NoCloud: Allow top level 'network' key in network-config.Scott Moser
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-05-29pyflakes: fix unused variable references identified by pyflakes 2.0.0.Scott Moser
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-06-06NoCloud: support seed of nocloud from smbios informationVladimir Pouzanov
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-11NoCloud: fix bug providing network-interfaces via meta-data.Scott Moser
2016-06-15remove declaration of dsmode as local in DataSourceNoCloudScott Moser
2016-06-15fis some Datasourcenocloud issuesScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-04-12DataSourceNoCloud: fix check_instance_id when upgradedScott Moser
2016-03-24some final changesScott Moser
2016-03-24remove debug codeScott Moser
2016-03-24provide datasource.check_instance_id with access to system configScott Moser
2016-03-22fix quick_read_instance_id in nocloud for seed_dirs changeScott Moser
2016-03-22make NoCloud work for seeding network.Scott Moser
2016-03-21merge from trunkScott Moser
2016-03-21quickly check to see if the previous instance id is still validScott Moser
2016-03-16fix regression when command line (ds=nocloud) is presentScott Moser
2016-03-11minor changes use the helpers in cloudinit/netScott Moser
2016-03-10commit planned implementation of datasourcenocloudScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2015-09-08NoCloud: fix consumption of vendor-dataScott Moser
2015-03-27NoCloud: the local portion of NoCloud incorrectly claimed datasourcesScott Moser
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-03-20NoCloud: fix broken seedfrom on the kernel command lineScott Moser
2014-02-18NoCloud: fix broken seed from external imageScott Moser
2014-01-28DataSourceNoCloud: support reading vendor-data Scott Moser
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-06-04support optical drives with dev node /dev/sr1Greg Padgett
2013-03-26compatibility fixes for Fedora and RHELGreg Padgett
2013-03-07merge from trunkScott Moser
2013-03-06Make conf.d and the default merging use the new merging algos.Joshua Harlow
2013-03-06Continue working on merging code.Joshua Harlow
2013-03-01fix regression on expected label of filesystem for DataSourceNoneScott Moser
2013-02-07add test_nocloud unit tests, fix one issue foundScott Moser
2013-02-07user-data doesn't merge in from meta-data (typo)Scott Moser
2013-02-04make config of nocloud datasource able to specify meta-data and user-dataScott Moser
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Complete initial cleanup for refactoring/rework.Joshua Harlow
2012-06-07Darn it. Those shouldn't be there!Joshua Harlow