summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
Commit message (Expand)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-781/+0
* Fix SmartOS datasource usage of dict comprehensionsJoshua Harlow2016-07-131-4/+4
* Rebase against masterJoshua Harlow2016-06-061-165/+412
|\
| * 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
| * 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
| * 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
* | Use a fake serial module that will allow tests to contineJoshua Harlow2016-05-111-3/+1
|/
* SmartOS, CloudSigma: fix error when dmi data is not availbleScott Moser2016-04-121-1/+1
* Apply pep8, pyflakes fixes for python2 and 3Scott Moser2016-03-041-5/+4
|\
| * Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-4/+3
|/
* SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)Robert Jennings2016-02-041-103/+154
* Compile SmartOS line-parsing regex once.Daniel Watkins2015-03-251-5/+5
* Add link to Joyent metadata specification.Daniel Watkins2015-03-251-0/+6
* Switch logging from info to debug level.Daniel Watkins2015-03-251-3/+3
* Ensure that the serial console is always closed.Daniel Watkins2015-03-251-4/+5
* Add logging to JoyentMetadataClient.Daniel Watkins2015-03-251-1/+7
* Convert DataSourceSmartOS to use v2 metadata.Daniel Watkins2015-03-251-20/+55
* Write and read bytes to/from the SmartOS serial console.Daniel Watkins2015-03-131-2/+3
* Respond to review:Barry Warsaw2015-01-271-10/+1
* Trunk merged and ported.Barry Warsaw2015-01-261-19/+6
|\
| * Drop reliance on dmidecode executable.Ben Howard2015-01-141-19/+6
* | * More str/bytes fixes.Barry Warsaw2015-01-261-2/+13
* | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw2015-01-211-7/+8
|/
* fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner2014-08-261-16/+16
* SmartOS test: do not require existance of /dev/ttyS1.Scott Moser2014-06-021-2/+8
* pep8 and pylintScott Moser2014-02-261-2/+3
* SmartOS: do not run on arm as dmidecode causes problemsScott Moser2014-02-261-0/+6
* The symlink of /var/lib/cloud/instance is not created at the time that theBen Howard2014-02-141-3/+4
* re-work vendor-data and smartosScott Moser2014-02-131-38/+59
* Define default vendordata for SmartOS. In absence of a vendordata, use aBen Howard2014-02-131-0/+33
* minor changes for pylint, write_boot_content improvement.Scott Moser2014-01-241-7/+6
* Make SmartOS script handling self-contained in datasource.Ben Howard2014-01-241-3/+60
* Fixed flip-flopped commentBen Howard2014-01-241-9/+9
* Fixes for SmartOS datasource (LP: #1272115):Ben Howard2014-01-241-6/+39
* Fixed typosBen Howard2014-01-161-1/+1
* Added vendordata to SmartOSBen Howard2014-01-091-0/+2
* Change SmartOS verb for availability zone (LP: #1249124)Ben Howard2013-11-071-1/+1