summaryrefslogtreecommitdiff
path: root/cloudinit/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli: add --system param to allow validating system user-data on a machine (#575)Chad Smith2020-11-181-9/+32
* Make some language improvements in growpart documentation (#649)Shane Frasier2020-11-031-5/+6
* remove unnecessary reboot from gpart resize (#646)Mina Galić2020-11-021-4/+0
* Correct documentation and testcase data for some user-data YAML (#618)dermotbradley2020-10-302-5/+6
* Add config modules for controlling IBM PowerVM RMC. (#584)Aman3062020-10-282-0/+302
* cc_mounts: correctly fallback to dd if fallocate fails (#585)Daniel Watkins2020-10-202-4/+37
* Fix name of ntp and chrony service on CentOS and RHEL. (#589)Scott Moser2020-10-011-0/+8
* 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
* create a shutdown_command method in distro classes (#567)Emmanuel Thomé2020-09-151-48/+8
* LXD: detach network from profile before deleting it (#542)Paride Legovini2020-08-271-4/+8
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-257-27/+41
* Update the list of valid ssh keys. (#487)Ole-Martin Bratteng2020-08-212-3/+39
* Add Alpine Linux support. (#535)dermotbradley2020-08-195-37/+370
* Detect kernel version before swap file creation (#428)Eduardo Otubo2020-08-181-3/+5
* Fix 'Users and Groups' configuration documentation (#530)sshedi2020-08-131-0/+7
* Fix a typo in apt pipelining module (#525)Xiao Liang2020-08-101-1/+1
* cc_ca_certs.py: fix blank line problem when removing CAs and adding new one (...dermotbradley2020-07-151-7/+13
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-151-1/+0
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-131-8/+6
* Fix two minor warnings (#475)Daniel Watkins2020-07-131-2/+2
* cc_mounts: handle missing fstab (#484)Ryan Harper2020-07-101-10/+11
* Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...Daniel Watkins2020-06-301-3/+16
* Add schema for cc_chef module (#375)lucasmoura2020-06-291-71/+288
* cc_final_message: don't create directories when writing boot-finished (#445)Daniel Watkins2020-06-222-1/+34
* Replace cc_chef is_installed with use of subp.is_exe. (#421)Scott Moser2020-06-081-10/+3
* Move runparts to subp. (#420)Scott Moser2020-06-085-9/+10
* Move subp into its own module. (#416)Scott Moser2020-06-0839-194/+249
* test: fix all flake8 E241 (#403)Joshua Powers2020-06-021-1/+1
* cc_grub_dpkg: determine idevs in more robust manner with grub-probe (#358)Matthew Ruffell2020-06-012-25/+246
* Enable chef_license support for chef infra client (#389)Bipin Bachhao2020-05-271-0/+2
* cc_snap: validate that assertions property values are strings (#370)Daniel Watkins2020-05-212-5/+23
* test_resolv_conf: refresh stale comment (#374)Daniel Watkins2020-05-191-2/+2
* cc_snap: apply validation to snap.commands properties (#364)Daniel Watkins2020-05-182-0/+46
* cloudinit: minor pylint fixes (#360)Daniel Watkins2020-05-142-1/+8
* cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins2020-05-141-2/+0
* Add schema to apt configure config (#357)lucasmoura2020-05-134-230/+396
* Create tests to validate schema examples (#348)lucasmoura2020-05-061-2/+2
* cc_locale: introduce schema (#335)Daniel Watkins2020-04-301-16/+49
* yum_add_repo: Add Centos to the supported distro list (#340)Ryan Harper2020-04-301-2/+2
* Add docs about creating parent folders (#330)Adrian Wilkins2020-04-281-0/+1
* schema: ignore spurious pylint error (#332)Daniel Watkins2020-04-271-1/+4
* schema: add json schema for write_files module (#152)Chad Smith2020-04-242-71/+225
* cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins2020-04-241-5/+5
* test_mounts: expand happy path test for both happy paths (#319)Daniel Watkins2020-04-161-1/+7
* cc_mounts: fix incorrect format specifiers (#316)Daniel Watkins2020-04-152-4/+26
* swap file "size" being used before checked if str (#315)Eduardo Otubo2020-04-141-1/+1