summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
AgeCommit message (Expand)Author
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-06-08Move subp into its own module. (#416)Scott Moser
2019-10-31DataSourceSmartOS: reconfigure network on each bootMike Gerdts
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-09-05tests: Disallow use of util.subp except for where needed.Scott Moser
2018-07-21pylint: Fix pylint warnings reported in pylint 2.0.0.Scott Moser
2018-05-24Enable SmartOS network metadata to work with netplan via per-subnet routesDan McDonald
2018-05-23openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith
2018-05-15ds-identify: recognize container-other as a container, test SmartOS.Scott Moser
2018-04-23DataSourceSmartOS: add locking of serial device.Mike Gerdts
2018-04-20DataSourceSmartOS: sdc:hostname is ignoredMike Gerdts
2018-04-20DataSourceSmartOS: list() should always return a listMike Gerdts
2018-04-18DataSourceSmartOS: fix hang when metadata service is downMike Gerdts
2018-04-18DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4.Mike Gerdts
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
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