index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
DataSourceSmartOS.py
Age
Commit message (
Expand
)
Author
2016-03-03
Update pep8 runner and fix pep8 issues
Ryan Harper
2016-02-04
SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965)
Robert Jennings
2015-03-25
Compile SmartOS line-parsing regex once.
Daniel Watkins
2015-03-25
Add link to Joyent metadata specification.
Daniel Watkins
2015-03-25
Switch logging from info to debug level.
Daniel Watkins
2015-03-25
Ensure that the serial console is always closed.
Daniel Watkins
2015-03-25
Add logging to JoyentMetadataClient.
Daniel Watkins
2015-03-25
Convert DataSourceSmartOS to use v2 metadata.
Daniel Watkins
2015-03-13
Write and read bytes to/from the SmartOS serial console.
Daniel Watkins
2015-01-27
Respond to review:
Barry Warsaw
2015-01-26
Trunk merged and ported.
Barry Warsaw
2015-01-26
* More str/bytes fixes.
Barry Warsaw
2015-01-21
Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed
Barry Warsaw
2015-01-14
Drop reliance on dmidecode executable.
Ben Howard
2014-08-26
fix(pep8): Fix various pep8 violations and version-lock pep8
Jay Faulkner
2014-06-02
SmartOS test: do not require existance of /dev/ttyS1.
Scott Moser
2014-02-26
pep8 and pylint
Scott Moser
2014-02-26
SmartOS: do not run on arm as dmidecode causes problems
Scott Moser
2014-02-14
The symlink of /var/lib/cloud/instance is not created at the time that the
Ben Howard
2014-02-13
re-work vendor-data and smartos
Scott Moser
2014-02-13
Define default vendordata for SmartOS. In absence of a vendordata, use a
Ben Howard
2014-01-24
minor changes for pylint, write_boot_content improvement.
Scott Moser
2014-01-24
Make SmartOS script handling self-contained in datasource.
Ben Howard
2014-01-24
Fixed flip-flopped comment
Ben Howard
2014-01-24
Fixes for SmartOS datasource (LP: #1272115):
Ben Howard
2014-01-16
Fixed typos
Ben Howard
2014-01-09
Added vendordata to SmartOS
Ben Howard
2013-11-07
Change SmartOS verb for availability zone (LP: #1249124)
Ben Howard
2013-10-07
trim trailing whitespace on smartos hostname when it came from dmidecode.
Scott Moser
2013-10-07
Fixed SmartOS hostname whitespace bug (LP: #1236445).
Ben Howard
2013-10-04
DataSourceSmartOS: remove unnecessary availability_zone attribute
Scott Moser
2013-10-03
Configure SmartOS Datasource to be region aware
Ben Howard
2013-10-03
Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...
Ben Howard
2013-10-02
Added ability to define disks via 'ephemeralX.Y'.
Ben Howard
2013-09-27
Disable partitioning of ephemeral for SmartOS at request of Joyent
Ben Howard
2013-09-27
fix tests small other changes
Scott Moser
2013-09-26
re-work 'ephemeral_disk' and location of builtin config
Scott Moser
2013-09-19
Fixes for the MP.
Ben Howard
2013-08-24
changes to behavior on specifying keys.
Scott Moser
2013-08-23
Fixed some typos. Change decode_base64 from sys_cfg to ds_cfg
Ben Howard
2013-08-20
Fixed no_base64_decode settings
Ben Howard
2013-07-30
Added base64 support to SmartOS datasource.
Ben Howard
2013-07-24
DataSourceSmartOS: fix issue if dmidecode is not present
Scott Moser
2013-07-23
Changed get_serial to be fully parameterized and return the serial
Ben Howard
2013-07-23
Move more functionality into get_serial()
Ben Howard
2013-07-18
Added SmartOS datasource and unit tests.
Ben Howard