summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* cli: add --system param to allow validating system user-data on a machine (#575)Chad Smith2020-11-181-9/+32
* test_persistence: add VersionIsPoppedFromState test (#673)Daniel Watkins2020-11-171-0/+10
* introduce an upgrade framework and related testing (#659)Daniel Watkins2020-11-174-1/+246
* add --no-tty option to gpg (#669)Till Riedel2020-11-172-2/+3
* DataSourceOpenNebula: exclude SRANDOM from context output (#665)Daniel Watkins2020-11-131-1/+2
* Fix stacktrace in DataSourceRbxCloud if no metadata disk is found (#632)Scott Moser2020-11-101-6/+10
* Make wakeonlan Network Config v2 setting actually work (#626)dermotbradley2020-11-093-1/+14
* replace usage of dmidecode with kenv on FreeBSD (#621)Mina Galić2020-11-063-43/+125
* azure: enable pushing the log to KVP from the last pushed byte (#614)Moustafa Moustafa2020-11-041-12/+32
* Make some language improvements in growpart documentation (#649)Shane Frasier2020-11-031-5/+6
* Fix not sourcing default 50-cloud-init ENI file on Debian (#598)WebSpider2020-11-031-0/+1
* remove unnecessary reboot from gpart resize (#646)Mina Galić2020-11-021-4/+0
* cloudinit: move dmi functions out of util (#622)Scott Moser2020-11-0220-150/+307
* util: fix mounting of vfat on *BSD (#637)Mina Galić2020-11-022-4/+45
* Correct documentation and testcase data for some user-data YAML (#618)dermotbradley2020-10-302-5/+6
* Hetzner: Fix instance_id / SMBIOS serial comparison (#640)Markus Schade2020-10-301-1/+1
* Hetzner: initialize instance_id from system-serial-number (#630)Markus Schade2020-10-291-5/+31
* Explicit set IPV6_AUTOCONF and IPV6_FORCE_ACCEPT_RA on static6 (#634)Eduardo Otubo2020-10-293-2/+13
* get_interfaces: don't exclude Open vSwitch bridge/bond members (#608)Lukas Märdian2020-10-292-3/+48
* Add config modules for controlling IBM PowerVM RMC. (#584)Aman3062020-10-282-0/+302
* gentoo: fix hostname rendering when value has a comment (#611)Manuel Aguilera2020-10-271-4/+6
* stages: don't reset permissions of cloud-init.log every boot (#624)Daniel Watkins2020-10-234-3/+114
* Drop vestigial update_resolve_conf_file function (#620)Scott Moser2020-10-211-26/+0
* cc_mounts: correctly fallback to dd if fallocate fails (#585)Daniel Watkins2020-10-202-4/+37
* ssh_util: handle non-default AuthorizedKeysFile config (#586)Eduardo Otubo2020-10-201-3/+3
* bddeb: new --packaging-branch argument to pull packaging from branch (#576)Paride Legovini2020-10-191-2/+4
* DataSourceAzure: write marker file after report ready in preprovisioning (#590)Johnson Shi2020-10-161-3/+20
* openstack: consider product_name as valid chassis tag (#580)Adrian Vladu2020-10-151-1/+2
* azure: clean up and refactor report_diagnostic_event (#563)Johnson Shi2020-10-152-96/+123
* net: add the ability to blacklist network interfaces based on driver during e...Anh Vo2020-10-133-26/+51
* Fix name of ntp and chrony service on CentOS and RHEL. (#589)Scott Moser2020-10-011-0/+8
* Azure parse_network_config uses fallback cfg when generate IMDS network cfg f...Johnson Shi2020-09-241-63/+91
* features: refresh docs for easier out-of-context reading (#582)Daniel Watkins2020-09-231-9/+21
* Fix typo in resolv_conf module's description (#578)Wacław Schiller2020-09-221-1/+1
* cc_users_groups: minor doc formatting fix (#577)Daniel Watkins2020-09-221-4/+3
* Fix typo in disk_setup module's description (#579)Wacław Schiller2020-09-211-1/+1
* Add vendor-data support to seedfrom parameter for NoCloud and OVF (#570)Johann Queuniet2020-09-183-4/+22
* cloudinit: remove unused LOG variables (#574)Daniel Watkins2020-09-1613-41/+0
* create a shutdown_command method in distro classes (#567)Emmanuel Thomé2020-09-154-48/+57
* user_data: remove unused constant (#566)Daniel Watkins2020-09-151-1/+0
* network: Fix type and respect name when rendering vlan in sysconfig. (#541)Eduardo Otubo2020-09-151-1/+31
* Retrieve SSH keys from IMDS first with OVF as a fallback (#509)Thomas Stringer2020-09-102-15/+88
* distros: minor typo fix (#562)Daniel Watkins2020-09-081-2/+3
* Add method type hints for Azure helper (#540)Johnson Shi2020-08-281-12/+18
* LXD: detach network from profile before deleting it (#542)Paride Legovini2020-08-271-4/+8
* util: remove debug statement (#556)Joshua Powers2020-08-261-1/+0
* Release 20.3 (#547)20.3James Falcon2020-08-251-1/+1
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-2531-104/+154
* Azure: Add netplan driver filter when using hv_netvsc driver (#539)James Falcon2020-08-241-3/+11
* query: do not handle non-decodable non-gzipped content (#543)Chad Smith2020-08-242-11/+3