summaryrefslogtreecommitdiff
path: root/cloudinit/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for NFS/EFS mounts (#300)Andrew Beresford2020-04-021-0/+13
* set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder2020-03-252-9/+9
* cc_disk_setup: fix RuntimeError (#270)Daniel Watkins2020-03-231-1/+1
* cc_apt_configure/util: combine search_for_mirror implementations (#271)Daniel Watkins2020-03-231-21/+2
* cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins2020-03-191-2/+0
* cc_resolv_conf: introduce tests and stabilise output across Python versions (...Daniel Watkins2020-03-131-0/+86
* Add pub_key_ed25519 to cc_phone_home (#237)Daniel Hensby2020-03-111-0/+3
* docs: mount_default_files is a list of 6 items, not 7 (#212)Chad Smith2020-02-131-1/+1
* unittest: fix stderr leak in cc_set_password random unittest output. (#208)Ryan Harper2020-02-101-0/+4
* cc_disk_setup: add swap filesystem force flag (#207)Ryan Harper2020-02-071-0/+1
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-317-13/+7
* Replace mock library with unittest.mock (#186)Daniel Watkins2020-01-291-1/+1
* Print ssh key fingerprints using sha256 hash (#188)Ryan Harper2020-01-271-4/+4
* cc_set_password: increase random pwlength from 9 to 20 (#189)Ryan Harper2020-01-241-1/+1
* Do not use fallocate in swap file creation on xfs. (#70)Eduardo Otubo2020-01-231-17/+50