summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/azure.py
AgeCommit message (Expand)Author
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2019-12-12azure: avoid re-running cloud-init when instance-id is byte-swapped (#84)AOhassan
2019-12-02url_helper: read_file_or_url should pass headers param into readurl (#66)Chad Smith
2019-08-14Azure: Record boot timestamps, system information, and diagnostic eventsAnh Vo
2019-05-10Azure: Return static fallback address as if failed to find endpointJason Zions (MSFT)
2019-04-03DatasourceAzure: add additional logging for azure datasourceAnh Vo
2019-02-22azure: Filter list of ssh keys pulled from fabricJason Zions (MSFT)
2018-05-17read_file_or_url: move to url_helper, fix bug in its FileResponse.Scott Moser
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-08-22azure dhclient-hook cleanupsScott Moser
2016-08-15Get Azure endpoint server from DHCP clientBrent Baude
2016-05-12fix last flake8 errorScott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-02-16Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-09Refactor WALinuxAgentShim.find_endpoint to use a helper method for IP address...Daniel Watkins
2015-10-09Handle colons in packed strings in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-10-09Handle escaped quotes in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-05-08Python 2.6 fixes.Daniel Watkins
2015-05-08Fix retrying.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins