summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceNoCloud.py
AgeCommit message (Expand)Author
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-09-18Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet
2020-08-07Recognize LABEL_FATBOOT labels (#513)James Falcon
2020-04-28DataSourceNoCloud/OVF: drop claim to support FTP (#333)Daniel Watkins
2020-04-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
2020-04-24nocloud: drop work around for Linux 2.6 (#324)Gonéri Le Bouder
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
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