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
/
tests
Age
Commit message (
Expand
)
Author
2018-05-01
netinfo: fix netdev_pformat when a nic does not have an address assigned.
Scott Moser
2018-04-26
IBMCloud: recognize provisioning environment during debug boots.
Scott Moser
2018-04-26
net: detect unstable network names and trigger a settle if needed
Ryan Harper
2018-04-20
schema: in validation, raise ImportError if strict but no jsonschema.
Scott Moser
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-18
net: Depend on iproute2's ip instead of net-tools ifconfig or route
Chad Smith
2018-03-23
IBMCloud: Initial IBM Cloud datasource.
Scott Moser
2018-03-22
ubuntu-advantage: Add new config module to support ubuntu-advantage-tools
Chad Smith
2018-03-16
net: recognize iscsi root cases without ip= on kernel command line.
Scott Moser
2018-03-16
tests: Make pylint happy and fix python2.6 uses of assertRaisesRegex.
Scott Moser
2018-03-14
set_hostname: When present in metadata, set it before network bringup.
Chad Smith
2018-03-14
tests: Centralize and re-use skipTest based on json schema presense.
Scott Moser
2018-03-09
shellify: raise TypeError on bad input.
Scott Moser
2018-02-12
tests: run nosetests in cloudinit/ directory, fix py26 fallout.
Scott Moser
2018-01-24
btrfs: support resizing if root is mounted ro.
Robert Schweikert
2017-12-07
pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.
Ryan Harper
2017-12-05
Datasources: Formalize DataSource get_data and related properties.
Chad Smith
2017-10-10
simpletable: Fix get_string method to return table-formatted string
Chad Smith
2017-10-02
Add missing simpletable and simpletable tests for failed merge
Chad Smith
2017-09-22
DataSourceOVF: use util.find_devs_with(TYPE=iso9660)
Ryan Harper
2017-09-18
ec2: Fix maybe_perform_dhcp_discovery to use /var/tmp as a tmpdir
Chad Smith
2017-09-05
relocate tests/unittests/helpers.py to cloudinit/tests
Lars Kellogg-Stedman
2017-08-30
url_helper: dynamically import oauthlib import from inside oauth_headers
Chad Smith