index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
sagitta
(mirror of https://github.com/marekm72/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
2020-11-02
cloudinit: move dmi functions out of util (#622)
Scott Moser
2020-08-25
tox: bump the pylint version to 2.6.0 in the default run (#544)
Paride Legovini
2020-06-08
Move subp into its own module. (#416)
Scott Moser
2019-10-31
DataSourceSmartOS: reconfigure network on each boot
Mike Gerdts
2018-10-09
instance-data: Add standard keys platform and subplatform. Refactor ec2.
Chad Smith
2018-09-05
tests: Disallow use of util.subp except for where needed.
Scott Moser
2018-07-21
pylint: Fix pylint warnings reported in pylint 2.0.0.
Scott Moser
2018-05-24
Enable SmartOS network metadata to work with netplan via per-subnet routes
Dan McDonald
2018-05-23
openstack: Allow discovery in init-local using dhclient in a sandbox.
Chad Smith
2018-05-15
ds-identify: recognize container-other as a container, test SmartOS.
Scott Moser
2018-04-23
DataSourceSmartOS: add locking of serial device.
Mike Gerdts
2018-04-20
DataSourceSmartOS: sdc:hostname is ignored
Mike Gerdts
2018-04-20
DataSourceSmartOS: list() should always return a list
Mike Gerdts
2018-04-18
DataSourceSmartOS: fix hang when metadata service is down
Mike Gerdts
2018-04-18
DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4.
Mike Gerdts
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-04-21
pylint: fix all logging warnings
Joshua Powers
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2016-08-12
DigitalOcean: use the v1.json endpoint
Ben Howard
2016-08-10
SmartOS: more improvements for network configuration
Scott Moser
2016-07-13
Fix SmartOS datasource usage of dict comprehensions
Joshua Harlow
2016-06-06
Rebase against master
Joshua Harlow
2016-06-02
fix untested previous change to smartos
Scott Moser
2016-06-02
smartos: do not raise error when not on smartos
Scott Moser
2016-05-31
use constants for kvm and lx-brand
Scott Moser
2016-05-27
return dict not None on get_config_obj
Scott Moser
2016-05-27
smartos is local, but it is named DataSourceSmartOS not DataSourceConfigDrive
Scott Moser
2016-05-27
Smartos datasource is local.
Scott Moser
2016-05-27
add nicer main
Scott Moser
2016-05-27
remove debug print
Scott Moser
2016-05-27
fix pyflakes and flake8
Scott Moser
2016-05-27
fix the remaining tests
Scott Moser
2016-05-27
fix a bunch of the tests
Scott Moser
2016-05-27
fix pyflakes and some pylint errors/warnings
Scott Moser
2016-05-27
fix pyflakes, move datasources= to bottom
Scott Moser
2016-05-26
Move sdc:nics to a JSON map. Add unittest for sdc:nics
Ryan Harper
2016-05-26
Add smartos sdc:nics converter and network_config property for smartos config...
Ryan Harper
2016-05-11
Use a fake serial module that will allow tests to contine
Joshua Harlow
2016-05-01
initial commit of rework
Scott Moser
2016-04-12
SmartOS, CloudSigma: fix error when dmi data is not availble
Scott Moser
2016-03-04
Apply pep8, pyflakes fixes for python2 and 3
Scott Moser
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
[next]