summaryrefslogtreecommitdiff
path: root/cloudinit
Commit message (Expand)AuthorAgeFilesLines
* 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
* DHCP sandboxing failing on noexec mounted /var/tmp (#521)Eduardo Otubo2020-08-242-0/+52
* Update the list of valid ssh keys. (#487)Ole-Martin Bratteng2020-08-213-15/+67
* cmd: cloud-init query to handle compressed userdata (#516)Chad Smith2020-08-202-168/+272
* Pushing cloud-init log to the KVP (#529)Moustafa Moustafa2020-08-204-14/+91
* Add Alpine Linux support. (#535)dermotbradley2020-08-198-41/+541
* Detect kernel version before swap file creation (#428)Eduardo Otubo2020-08-182-3/+9
* cli: add devel make-mime subcommand (#518)Ryan Harper2020-08-172-1/+116
* user-data: only verify mime-types for TYPE_NEEDED and x-shellscript (#511)Ryan Harper2020-08-141-2/+6
* DataSourceOracle: retry twice (and document why we retry at all) (#536)Daniel Watkins2020-08-142-4/+9
* Refactor Azure report ready code (#468)Johnson Shi2020-08-131-104/+297
* Support Oracle IMDSv2 API (#528)James Falcon2020-08-132-230/+330
* Fix 'Users and Groups' configuration documentation (#530)sshedi2020-08-131-0/+7
* cloudinit.distros: update docstrings of add_user and create_user (#527)Daniel Watkins2020-08-131-3/+19
* DataSourceOracle: refactor to use only OPC v1 endpoint (#493)Daniel Watkins2020-08-102-519/+435
* Fix a typo in apt pipelining module (#525)Xiao Liang2020-08-101-1/+1
* Recognize LABEL_FATBOOT labels (#513)James Falcon2020-08-072-0/+2
* Handle additional identifier for SLES For HPC (#520)Robert Schweikert2020-08-061-1/+2
* azure: disable bouncing hostname when setting hostname fails (#494)Anh Vo2020-07-221-1/+8
* VMware: Support parsing DEFAULT-RUN-POST-CUST-SCRIPT (#441)xiaofengw-vmware2020-07-212-8/+34
* DataSourceAzure: Use ValueError when JSONDecodeError is not available (#490)Anh Vo2020-07-151-2/+7
* cc_ca_certs.py: fix blank line problem when removing CAs and adding new one (...dermotbradley2020-07-151-7/+13
* ssh exit with non-zero status on disabled user (#472)Eduardo Otubo2020-07-151-1/+3
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-1513-19/+0
* networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins2020-07-145-116/+229
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-136-46/+37