summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2020-06-02test: fix all flake8 E241 (#403)Joshua Powers
2020-06-01cc_grub_dpkg: determine idevs in more robust manner with grub-probe (#358)Matthew Ruffell
2020-05-27Enable chef_license support for chef infra client (#389)Bipin Bachhao
2020-05-21cc_snap: validate that assertions property values are strings (#370)Daniel Watkins
2020-05-19test_resolv_conf: refresh stale comment (#374)Daniel Watkins
2020-05-18cc_snap: apply validation to snap.commands properties (#364)Daniel Watkins
2020-05-14cloudinit: minor pylint fixes (#360)Daniel Watkins
2020-05-14cloudinit: remove unneeded __future__ imports (#362)Daniel Watkins
2020-05-13Add schema to apt configure config (#357)lucasmoura
2020-05-06Create tests to validate schema examples (#348)lucasmoura
2020-04-30cc_locale: introduce schema (#335)Daniel Watkins
2020-04-30yum_add_repo: Add Centos to the supported distro list (#340)Ryan Harper
2020-04-28Add docs about creating parent folders (#330)Adrian Wilkins
2020-04-27schema: ignore spurious pylint error (#332)Daniel Watkins
2020-04-24schema: add json schema for write_files module (#152)Chad Smith
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-16test_mounts: expand happy path test for both happy paths (#319)Daniel Watkins
2020-04-15cc_mounts: fix incorrect format specifiers (#316)Daniel Watkins
2020-04-14swap file "size" being used before checked if str (#315)Eduardo Otubo
2020-04-02Add support for NFS/EFS mounts (#300)Andrew Beresford
2020-03-25set_passwords: avoid chpasswd on BSD (#268)Gonéri Le Bouder
2020-03-23cc_disk_setup: fix RuntimeError (#270)Daniel Watkins
2020-03-23cc_apt_configure/util: combine search_for_mirror implementations (#271)Daniel Watkins
2020-03-19cloudinit/tests: remove unneeded with_logs configuration (#263)Daniel Watkins
2020-03-13cc_resolv_conf: introduce tests and stabilise output across Python versions (...Daniel Watkins
2020-03-11Add pub_key_ed25519 to cc_phone_home (#237)Daniel Hensby
2020-02-13docs: mount_default_files is a list of 6 items, not 7 (#212)Chad Smith
2020-02-10unittest: fix stderr leak in cc_set_password random unittest output. (#208)Ryan Harper
2020-02-07cc_disk_setup: add swap filesystem force flag (#207)Ryan Harper
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
2020-01-29Replace mock library with unittest.mock (#186)Daniel Watkins
2020-01-27Print ssh key fingerprints using sha256 hash (#188)Ryan Harper
2020-01-24cc_set_password: increase random pwlength from 9 to 20 (#189)Ryan Harper
2020-01-23Do not use fallocate in swap file creation on xfs. (#70)Eduardo Otubo
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-16util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins
2020-01-16Ensure util.get_architecture() runs only once (#172)Ryan Harper
2020-01-14Only use gpart if it is the BSD gpart (#131)Conrad Hoffmann
2020-01-07fixed minor bug with mkswap in cc_disk_setup.py (#143)andreaf74
2019-12-20modules: drop cc_snap_config config module (#134)Chad Smith
2019-12-20doc: update cc_set_hostname frequency and descrip (#109)Joshua Powers
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-12-19cc_snappy: remove deprecated module (#127)Daniel Watkins
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-12-18doc: update cc_ssh clarify host and auth keysJoshua Powers
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-12-11docs: add additional details to per-instance/onceJoshua Powers
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-11-25Correct jumbled documentation for cc_set_hostname module (#64)do3meli
2019-11-13switch default FreeBSD salt minion pkg from py27 to py36Dominic Schlegel