summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
AgeCommit message (Expand)Author
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-12DigitalOcean: use the v1.json endpointBen Howard
2016-08-10SmartOS: more improvements for network configurationScott Moser
2016-07-13Fix SmartOS datasource usage of dict comprehensionsJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-06-02fix untested previous change to smartosScott Moser
2016-06-02smartos: do not raise error when not on smartosScott Moser
2016-05-31use constants for kvm and lx-brandScott Moser
2016-05-27return dict not None on get_config_objScott Moser
2016-05-27smartos is local, but it is named DataSourceSmartOS not DataSourceConfigDriveScott Moser
2016-05-27Smartos datasource is local.Scott Moser
2016-05-27add nicer mainScott Moser
2016-05-27remove debug printScott Moser
2016-05-27fix pyflakes and flake8Scott Moser
2016-05-27fix the remaining testsScott Moser
2016-05-27fix a bunch of the testsScott Moser
2016-05-27fix pyflakes and some pylint errors/warningsScott Moser
2016-05-27fix pyflakes, move datasources= to bottomScott Moser
2016-05-26Move sdc:nics to a JSON map. Add unittest for sdc:nicsRyan Harper
2016-05-26Add smartos sdc:nics converter and network_config property for smartos config...Ryan Harper
2016-05-11Use a fake serial module that will allow tests to contineJoshua Harlow
2016-05-01initial commit of reworkScott Moser
2016-04-12SmartOS, CloudSigma: fix error when dmi data is not availbleScott Moser
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-02-04SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings
2015-03-25Compile SmartOS line-parsing regex once.Daniel Watkins
2015-03-25Add link to Joyent metadata specification.Daniel Watkins
2015-03-25Switch logging from info to debug level.Daniel Watkins
2015-03-25Ensure that the serial console is always closed.Daniel Watkins
2015-03-25Add logging to JoyentMetadataClient.Daniel Watkins
2015-03-25Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins
2015-03-13Write and read bytes to/from the SmartOS serial console.Daniel Watkins
2015-01-27Respond to review:Barry Warsaw
2015-01-26Trunk merged and ported.Barry Warsaw
2015-01-26* More str/bytes fixes.Barry Warsaw
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2015-01-14Drop reliance on dmidecode executable.Ben Howard
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-06-02SmartOS test: do not require existance of /dev/ttyS1.Scott Moser
2014-02-26pep8 and pylintScott Moser
2014-02-26SmartOS: do not run on arm as dmidecode causes problemsScott 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-13Define default vendordata for SmartOS. In absence of a vendordata, use aBen Howard
2014-01-24minor changes for pylint, write_boot_content improvement.Scott Moser
2014-01-24Make SmartOS script handling self-contained in datasource.Ben Howard
2014-01-24Fixed flip-flopped commentBen Howard
2014-01-24Fixes for SmartOS datasource (LP: #1272115):Ben Howard