summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/azure.py
AgeCommit message (Expand)Author
2022-02-11sources/azure: address mypy/pyright typing complaints (#1245)Chris Patterson
2022-02-10sources/azure: refactor ssh key handling (#1248)Chris Patterson
2022-02-07sources/azure: drop debug print (#1249)Chris Patterson
2022-02-04sources/azure: consolidate ephemeral DHCP configuration (#1229)Chris Patterson
2022-01-18sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting (#1190)Chris Patterson
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-08-05generate contents for ovf-env.xml when provisioning via IMDS (#959)Anh Vo
2021-04-23Azure: eject the provisioning iso before reporting ready (#861)Anh Vo
2021-03-25Azure helper: Ensure Azure http handler sleeps between retries (#842)Johnson Shi
2020-11-19DataSourceAzure: push dmesg log to KVP (#670)Anh Vo
2020-11-18Azure helper: Increase Azure Endpoint HTTP retries (#619)Johnson Shi
2020-11-18DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi
2020-11-04azure: enable pushing the log to KVP from the last pushed byte (#614)Moustafa Moustafa
2020-10-15azure: clean up and refactor report_diagnostic_event (#563)Johnson Shi
2020-09-10Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer
2020-08-28Add method type hints for Azure helper (#540)Johnson Shi
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-20Pushing cloud-init log to the KVP (#529)Moustafa Moustafa
2020-08-13Refactor Azure report ready code (#468)Johnson Shi
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