summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers
AgeCommit message (Expand)Author
2020-11-23Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar
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-11-03Fix not sourcing default 50-cloud-init ENI file on Debian (#598)WebSpider
2020-11-02cloudinit: move dmi functions out of util (#622)Scott Moser
2020-10-29Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo
2020-10-15azure: clean up and refactor report_diagnostic_event (#563)Johnson Shi
2020-09-16cloudinit: remove unused LOG variables (#574)Daniel Watkins
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-07-21VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)xiaofengw-vmware
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-07-06cloudinit: fix tip-pylint failures and bump pinned pylint version (#478)Daniel Watkins
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2020-06-22Hetzner: support reading user-data that is base64 encoded. (#448)Scott Moser
2020-06-19printing the error stream of the dhclient process before killing it (#369)Moustafa Moustafa
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-09When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get de...chengcheng-chcheng
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-05-14cloudinit: minor pylint fixes (#360)Daniel Watkins
2020-03-26VMWware: support to update guest info gc status if enabled (#261)xiaofengw-vmware
2020-02-25Add physical network type: cascading to openstack helpers (#200)sab-systems
2020-01-21Start removing dependency on six (#178)Daniel Watkins
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-11-20net: IPv6, accept_ra, slaac, stateless (#51)Harald
2019-10-17guestcust_util: handle special characters in config fileXiaofeng Wang
2019-10-16net: handle openstack dhcpv6-stateless configurationHarald Jensås
2019-09-11VMWware: add option into VMTools config to enable/disable custom script.Xiaofeng Wang
2019-08-14Azure: Record boot timestamps, system information, and diagnostic eventsAnh Vo
2019-07-16VMWare: Trigger the post customization script via cc_scripts module.Xiaofeng Wang
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-03-04helpers/openstack: Treat unknown link types as physicalDaniel Watkins
2019-02-22azure: Filter list of ssh keys pulled from fabricJason Zions (MSFT)
2018-12-03ovf: Fix ovf network config generation gateway/routesRyan Harper
2018-11-29azure: detect vnet migration via netlink media change eventTamilmani Manoharan
2018-09-26Add support for Infiniband network interfaces (IPoIB).Mark Goddard
2018-09-14OpenStack: Support setting mac address on bond.Fabian Wiesel
2018-09-13EphemeralIPv4Network: Be more explicit when adding default route.Scott Moser
2018-09-13OpenStack: support reading of newer versions of metdata.Scott Moser
2018-09-12OpenStack: fix bug causing 'latest' version to be used from network.Scott Moser
2018-08-28VMWare: Fix a network config bug in vm with static IPv4 and no gateway.Pengpeng Sun