summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceSmartOS.py
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code (#2038)Brett Holman2023-03-031-3/+0
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-141-1/+1
* Remove xenial references (#1472)Alberto Contreras2022-06-081-2/+1
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-231-2/+4
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-242/+313
* Allow user control over update events (#834)James Falcon2021-05-131-2/+6
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-021-1/+2
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-251-1/+3
* Move subp into its own module. (#416)Scott Moser2020-06-081-2/+3
* DataSourceSmartOS: reconfigure network on each bootMike Gerdts2019-10-311-1/+7
* instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith2018-10-091-0/+3
* tests: Disallow use of util.subp except for where needed.Scott Moser2018-09-051-12/+17
* pylint: Fix pylint warnings reported in pylint 2.0.0.Scott Moser2018-07-211-1/+1
* Enable SmartOS network metadata to work with netplan via per-subnet routesDan McDonald2018-05-241-5/+41
* openstack: Allow discovery in init-local using dhclient in a sandbox.Chad Smith2018-05-231-5/+4
* ds-identify: recognize container-other as a container, test SmartOS.Scott Moser2018-05-151-2/+2
* DataSourceSmartOS: add locking of serial device.Mike Gerdts2018-04-231-0/+2
* DataSourceSmartOS: sdc:hostname is ignoredMike Gerdts2018-04-201-2/+8
* DataSourceSmartOS: list() should always return a listMike Gerdts2018-04-201-3/+3
* DataSourceSmartOS: fix hang when metadata service is downMike Gerdts2018-04-181-15/+102
* DataSourceSmartOS: change default fs on ephemeral disk from ext3 to ext4.Mike Gerdts2018-04-181-1/+1
* Datasources: Formalize DataSource get_data and related properties.Chad Smith2017-12-051-1/+4
* pylint: fix all logging warningsJoshua Powers2017-04-211-1/+1
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-17/+6
* DigitalOcean: use the v1.json endpointBen Howard2016-08-121-7/+1
* SmartOS: more improvements for network configurationScott Moser2016-08-101-23/+91
* 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