summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers
Commit message (Expand)AuthorAgeFilesLines
* azure/errors: introduce reportable errors (#2129)Chris Patterson2023-04-191-9/+6
* azure: introduce identity module (#2116)Chris Patterson2023-04-171-56/+1
* chore: fix style tip (#2071)Alberto Contreras2023-03-141-1/+1
* Remove dead code (#2038)Brett Holman2023-03-036-106/+0
* dhcp: Cleanup unused kwarg (#2037)Brett Holman2023-02-281-3/+1
* sources/vmware/imc: fix-missing-catch-few-negtive-scenarios (#2027)PengpengSun2023-02-281-9/+16
* Fix Vultr cloud_interfaces usage (#1986)eb30952023-02-011-6/+6
* vultr: Fix issue regarding cache and region codes (#1938)eb30952023-01-091-1/+13
* sources/azure: drop description for report_failure_to_fabric() (#1934)Chris Patterson2023-01-051-3/+2
* sources/azure: encode health report as utf-8 (#1897)Chris Patterson2022-12-081-7/+9
* VMware: Move Guest Customization transport from OVF to VMware (#1573)PengpengSun2022-11-162-7/+469
* style: prefer absolute imports over relative importsMina Galić2022-09-305-8/+15
* Refactor: Drop inheritance from object (#1728)Alberto Contreras2022-09-1414-19/+19
* Identify 3DS Outscale Datasource as Ec2 (#1686)Maxime Dufour2022-09-021-1/+14
* net: Ensure a tmp with exec permissions for dhcp (#1690)Alberto Contreras2022-09-011-2/+4
* sources/azure: handle network unreachable errors for savable PPS (#1642)Chris Patterson2022-08-121-2/+10
* typing: Type UrlResponse.contents (#1633)Alberto Contreras2022-08-081-4/+6
* sources/azure: refactor chassis asset tag handling (#1574)Chris Patterson2022-07-151-1/+28
* black: fix missed formatting issue which landed in main (#1594)Chad Smith2022-07-141-1/+1
* sources/azure: increase read-timeout to 60 seconds for wireserver (#1571)Chris Patterson2022-07-131-30/+34
* sources/azure: refactor ovf-env.xml parsing (#1550)Chris Patterson2022-07-081-0/+209
* net: Implement link-local ephemeral ipv6Brett Holman2022-06-101-1/+2
* Drop mypy excluded files (#1454)Alberto Contreras2022-05-232-6/+2
* Misc module cleanup (#1418)Brett Holman2022-04-294-2/+375
* sources/azure: refactor http_with_retries to remove **kwargs (#1392)Chris Patterson2022-04-201-21/+11
* Return a namedtuple from subp() (#1376)Brett Holman2022-04-121-2/+2
* Vultr: Use find_candidate_nics, use ipv6 dns (#1344)eb30952022-03-241-11/+11
* sources/azure: move get_ip_from_lease_value out of shim (#1324)Chris Patterson2022-03-241-16/+14
* sources/azure: remove lease file parsing (#1302)Chris Patterson2022-03-081-198/+20
* Better interface handling for Vultr, expect unexpected DHCP servers (#1297)eb30952022-03-071-9/+56
* Stop hardcoding systemctl location (#1278)Robert Schweikert2022-03-011-2/+2
* Fix extra ipv6 issues, code reduction and simplification (#1243)eb30952022-02-141-95/+32
* sources/azure: address mypy/pyright typing complaints (#1245)Chris Patterson2022-02-111-8/+10
* sources/azure: refactor ssh key handling (#1248)Chris Patterson2022-02-101-2/+3
* Fix IPv6 netmask format for sysconfig (#1215)Harald2022-02-081-2/+2
* sources/azure: drop debug print (#1249)Chris Patterson2022-02-071-1/+0
* sources/azure: consolidate ephemeral DHCP configuration (#1229)Chris Patterson2022-02-041-18/+1
* vultr: Return metadata immediately when found (#1233)eb30952022-02-021-2/+2
* Vultr: Fix lo being used for DHCP, try next on cmd fail (#1208)eb30952022-01-281-2/+4
* Seek interfaces, skip dummy interface, fix region codes (#1192)eb30952022-01-191-15/+25
* sources/azure: consolidate DHCP variants to EphemeralDHCPv4WithReporting (#1190)Chris Patterson2022-01-181-8/+6
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-1522-930/+1144
* Reorganize unit test locations under tests/unittests (#1126)Brett Holman2021-12-032-529/+0
* Fix missing metadata routes for vultr (#1125)eb30952021-12-011-0/+52
* VMware: source /etc/network/interfaces.d/* on Debianchengcheng-chcheng2021-11-181-1/+1
* Allow Vultr to set MTU and use as-is configs (#1037)eb30952021-10-041-0/+41
* Cleanup Vultr support (#987)eb30952021-09-241-51/+17
* Add connectivity_url to Oracle's EphemeralDHCPv4 (#988)James Falcon2021-09-171-1/+1
* generate contents for ovf-env.xml when provisioning via IMDS (#959)Anh Vo2021-08-051-0/+34
* Azure: eject the provisioning iso before reporting ready (#861)Anh Vo2021-04-231-3/+20