summaryrefslogtreecommitdiff
path: root/cloudinit/sources/DataSourceAzure.py
AgeCommit message (Expand)Author
2022-02-15sources/azure: report ready in local phase (#1265)Chris Patterson
2022-02-14sources/azure: validate IMDS network configuration metadata (#1257)Chris Patterson
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-04sources/azure: consolidate ephemeral DHCP configuration (#1229)Chris Patterson
2022-02-04sources/azure: fix metadata check in _check_if_nic_is_primary() (#1232)Chris Patterson
2022-01-31sources/azure: refactor _report_ready_if_needed and _poll_imds (#1222)Chris Patterson
2022-01-28sources/azure: refactor _should_reprovision[_after_nic_attach]() logic (#1206)Chris Patterson
2022-01-20sources/azure: drop unused case in _report_failure() (#1200)Chris Patterson
2022-01-20sources/azure: always initialize _ephemeral_dhcp_ctx on unpickle (#1199)Chris Patterson
2022-01-20sources/azure: unpack ret tuple in crawl_metadata() (#1194)Chris Patterson
2022-01-18sources/azure: set ovf_is_accessible when OVF is read successfully (#1193)Chris Patterson
2022-01-18sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting (#1190)Chris Patterson
2022-01-11sources/azure: rename metadata_type -> MetadataType (#1181)Chris Patterson
2022-01-04sources/azure: do not persist failed_desired_api_version flag (#1159)Chris Patterson
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-10sources/azure: remove unnecessary hostname bounce (#1143)Chris Patterson
2021-11-29sources/azure: remove unused remnants related to agent command (#1119)Chris Patterson
2021-11-02Azure: fallback nic needs to be reevaluated during reprovisioning (#1094)Anh Vo
2021-11-02azure: pps imds (#1093)Anh Vo
2021-10-19Update Azure _unpickle (SC-500) (#1067)James Falcon
2021-09-17Set Azure to apply networking config every BOOT (#1023)James Falcon
2021-09-03Set Azure to only update metadata on BOOT_NEW_INSTANCE (#1006)James Falcon
2021-08-24Azure: Retry dhcp on timeouts when polling reprovisiondata (#998)aswinrajamannar
2021-08-20Azure: During primary nic detection, check interface status continuously befo...aswinrajamannar
2021-08-12Azure: Check if interface is up after sleep when trying to bring it up (#972)aswinrajamannar
2021-08-10Azure: Limit polling network metadata on connection errors (#961)aswinrajamannar
2021-08-05generate contents for ovf-env.xml when provisioning via IMDS (#959)Anh Vo
2021-07-19Azure: mount default provisioning iso before try device listing (#870)Anh Vo
2021-05-13Allow user control over update events (#834)James Falcon
2021-05-05Add \r\n check for SSH keys in Azure (#889)James Falcon
2021-04-27Azure: adding support for consuming userdata from IMDS (#884)Anh Vo
2021-04-26Azure: Retry net metadata during nic attach for non-timeout errs (#878)aswinrajamannar
2021-04-26Azure: Retrieve username and hostname from IMDS (#865)Thomas Stringer
2021-04-23Azure: eject the provisioning iso before reporting ready (#861)Anh Vo
2021-04-13azure: Removing ability to invoke walinuxagent (#799)Anh Vo
2021-03-03Add flexibility to IMDS api-version (#793)Thomas Stringer
2021-02-22Azure: Support for VMs without ephemeral resource disks. (#800)Johnson Shi
2021-02-19azure: case-insensitive UUID to avoid new IID during kernel upgrade (#798)Chad Smith
2021-01-11Fix regression with handling of IMDS ssh keys (#760)Thomas Stringer
2021-01-04Azure: Add telemetry for poll IMDS (#741)Johnson Shi
2020-12-16Azure: only generate config for NICs with addresses (#709)Thomas Stringer
2020-11-23Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar
2020-11-18DataSourceAzure: update password for defuser if exists (#671)Anh Vo
2020-11-18DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-10-16DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi
2020-10-15azure: clean up and refactor report_diagnostic_event (#563)Johnson Shi
2020-10-13net: add the ability to blacklist network interfaces based on driver during e...Anh Vo
2020-09-24Azure parse_network_config uses fallback cfg when generate IMDS network cfg f...Johnson Shi