summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* write passwords only to serial console, lock down cloud-init-output.log (#847)Daniel Watkins2021-03-194-16/+123
* Fix stack trace if vendordata_raw contained an array (#837)eb30952021-03-161-4/+14
* archlinux: Fix broken locale logic (#841)Kristian Klausen2021-03-151-7/+11
* Fix requiring device-number on EC2 derivatives (#836)James Falcon2021-03-081-1/+2
* net: exclude OVS internal interfaces in get_interfaces (#829)Daniel Watkins2021-03-084-0/+190
* Add flexibility to IMDS api-version (#793)Thomas Stringer2021-03-031-23/+90
* archlinux: Use hostnamectl to set the transient hostname (#797)Kristian Klausen2021-02-251-0/+11
* cc_keys_to_console.py: Add documentation for recently added config key (#824)dermotbradley2021-02-241-8/+14
* Update cc_set_hostname documentation (#818)Toshi Aoyama2021-02-231-2/+2
* Release 21.1 (#820)21.1Daniel Watkins2021-02-231-1/+1
* Azure: Support for VMs without ephemeral resource disks. (#800)Johnson Shi2021-02-221-22/+31
* cc_keys_to_console: add option to disable key emission (#811)Michael Hudson-Doyle2021-02-222-0/+39
* azure: case-insensitive UUID to avoid new IID during kernel upgrade (#798)Chad Smith2021-02-191-2/+10
* Datasource for UpCloud (#743)Antti Myyrä2021-02-084-0/+398
* openstack: read the dynamic metadata group vendor_data2.json (#777)Andrew Bogott2021-02-057-42/+101
* includedir in suoders can be prefixed by "arroba" (#783)Jordi Massaguer Pla2021-01-291-1/+1
* Merge upstream/20.4.1 into masterDaniel Watkins2021-01-281-1/+1
|\
| * Release 20.4.120.4.1upstream/20.4.1Daniel Watkins2021-01-151-1/+1
| * Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)"Daniel Watkins2021-01-151-3/+3
* | [VMware] change default max wait time to 15s (#774)xiaofengw-vmware2021-01-271-1/+1
* | Use proper spelling for Red Hat (#778)Dan Kenigsberg2021-01-202-6/+6
* | Revert "ssh_util: handle non-default AuthorizedKeysFile config (#586)" (#775)Daniel Watkins2021-01-191-3/+3
* | [VMware] Support cloudinit raw data feature (#691)xiaofengw-vmware2021-01-133-12/+163
* | net: Fix static routes to host in eni renderer (#668)Pavel Abalikhin2021-01-131-0/+2
* | cc_seed_random: update documentation and fix integration test (#771)Daniel Watkins2021-01-131-4/+8
* | archlinux: fix package upgrade command handling (#768)Bao Trinh2021-01-121-0/+2
* | Fix regression with handling of IMDS ssh keys (#760)Thomas Stringer2021-01-111-0/+8
* | net_convert: add some missing help text (#755)Daniel Watkins2021-01-071-3/+6
* | Missing IPV6_AUTOCONF=no to render sysconfig dhcp6 stateful on RHEL (#753)Eduardo Otubo2021-01-071-0/+1
* | Azure: Add telemetry for poll IMDS (#741)Johnson Shi2021-01-041-0/+1
* | cc_ca_certs: add RHEL support (#633)cawamata2020-12-171-39/+84
* | Azure: only generate config for NICs with addresses (#709)Thomas Stringer2020-12-161-1/+7
* | Drop unnecessary shebang from cmd/main.py (#722)Eduardo Otubo2020-12-101-1/+0
* | Adding BOOTPROTO = dhcp to render sysconfig dhcp6 stateful on RHEL (#685)Eduardo Otubo2020-12-011-0/+6
* | cc_apt_configure: add riscv64 as a ports arch (#687)Dimitri John Ledkov2020-11-251-1/+1
|/
* Release 20.4 (#686)20.4James Falcon2020-11-241-1/+1
* Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar2020-11-235-51/+686
* Support configuring SSH host certificates. (#660)Jonathan Lung2020-11-202-12/+87
* cc_resizefs on FreeBSD: Fix _can_skip_ufs_resize (#655)Mina Galić2020-11-191-52/+16
* DataSourceAzure: push dmesg log to KVP (#670)Anh Vo2020-11-191-1/+11
* DataSourceAzure: update password for defuser if exists (#671)Anh Vo2020-11-181-1/+1
* Azure helper: Increase Azure Endpoint HTTP retries (#619)Johnson Shi2020-11-181-4/+51
* DataSourceAzure: send failure signal on Azure datasource failure (#594)Johnson Shi2020-11-182-11/+142
* test_persistence: simplify VersionIsPoppedFromState (#674)Daniel Watkins2020-11-181-2/+1
* 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