summaryrefslogtreecommitdiff
path: root/tests/unittests/test_datasource/test_azure.py
AgeCommit message (Expand)Author
2018-11-29azure: detect vnet migration via netlink media change eventTamilmani Manoharan
2018-11-15azure: _poll_imds only retry on 404. Fail on TimeoutChad Smith
2018-11-13azure: retry imds polling on requests.TimeoutChad Smith
2018-11-12azure: Accept variation in error msg from mount for ntfs volumesJason Zions
2018-11-12azure: fix regression introduced when persisting ephemeral dhcp leaseasakkurr
2018-10-31azure: report ready to fabric after reprovision and reduce loggingasakkurr
2018-10-17azure: Add apply_network_config option to disable network from IMDSChad Smith
2018-10-09instance-data: Add standard keys platform and subplatform. Refactor ec2.Chad Smith
2018-08-17azure: allow azure to generate network configuration from IMDS per boot.Chad Smith
2018-05-23Azure: Ignore NTFS mount errors when checking ephemeral drivePaul Meyer
2018-05-03azure: Add reported ready marker file.Joshua Chan
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-03-23Reduce AzurePreprovisioning HTTP timeouts.Douglas Jordan
2018-03-10This commit fixes get_hostname on the AzureDataSource.Douglas Jordan
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-20Azure: Only bounce network when necessary.Chad Smith
2017-12-07pylint: Update pylint to 1.7.1, run on tests/ and tools and fix complaints.Ryan Harper
2017-12-05Datasources: Formalize DataSource get_data and related properties.Chad Smith
2017-11-30ec2: Fix sandboxed dhclient background process cleanup.Chad Smith
2017-09-05relocate tests/unittests/helpers.py to cloudinit/testsLars Kellogg-Stedman
2017-06-27Azure: Add network-config, Refactor net layer to handle duplicate macs.Ryan Harper
2017-06-15FreeBSD: fix test failureScott Moser
2017-06-15FreeBSD: fix cdrom mounting failure if /mnt/cdrom/secure did not exist.Hongjiang Zhang
2017-06-15write_file(s): Print permissions as octal, not decimalAndrew Jorgensen
2017-06-01azure: identify platform by well known value in chassis asset tag.Chad Smith
2017-05-23flake8: move the pinned version of flake8 up to 3.3.0Scott Moser
2017-05-17Azure: fix reformatting of ephemeral disks on resize to large types.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-11-22Azure: No longer rely on walinux agent.Scott Moser
2016-11-18Add activate_datasource, for datasource specific code paths.Scott Moser
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12run flake8 instead of pyflakes in tox. expect tests/ to pass flake8.Scott Moser
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-03-04pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial)Ryan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-14AZURE: support extracting SSH key values from ovf-env.xmlBen Howard
2015-07-22mounts: support reliably detecting and using Azure ephemeral disksScott Moser
2015-07-21fix 'make pyflakes'Scott Moser
2015-07-21Use /dev/disk devices for Azure ephemeral disk.Daniel Watkins
2015-05-22AZURE: Redact on-disk user password in /var/lib/ovf-env.xmlBen Howard
2015-05-15pep8 fixesScott Moser
2015-05-08Reintroduce original code path.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins
2015-05-08Make find_endpoint a staticmethod to clean up top-level namespace.Daniel Watkins
2015-05-08Return a dict of data from WALinuxAgentShim, rather than accessing attributes.Daniel Watkins
2015-05-07Implement basic replacement for walinuxagent in Azure data source.Daniel Watkins
2015-04-15Reset host name after bounce has allowed walinuxagent to run successfully.Daniel Watkins