summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-09Fixes KeyError for bridge with no "parameters:" setting (#423)Brian Candler
2020-06-09When tools.conf does not exist, running cmd "vmware-toolbox-cmd config get de...chengcheng-chcheng
2020-06-08test: move conftest.py to top-level, to cover tests/ also (#414)Daniel Watkins
2020-06-08Replace cc_chef is_installed with use of subp.is_exe. (#421)Scott Moser
2020-06-08Move runparts to subp. (#420)Scott Moser
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-04New feature flag functionality and fix includes failing silently (#367)James Falcon
2020-06-03Enhance poll imds logging (#365)Moustafa Moustafa
2020-06-02test: fix all flake8 E121 and E123 errors (#404)Joshua Powers
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-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
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-21conftest: implement partial disable_subp_usage (#371)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-18make finding libc platform independent (#366)Mina Galić (deprecated: Igor Galić)
2020-05-14templater: drop Jinja Python 2 compatibility shim (#353)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-12conftest: add docs and tests regarding CiTestCase's subp functionality (#343)Daniel Watkins
2020-05-11analyze/dump: refactor shared string into variable (#350)Daniel Watkins
2020-05-07make suse and sles support 127.0.1.1 (#336)chengcheng-chcheng
2020-05-06Create tests to validate schema examples (#348)lucasmoura
2020-05-06analyze/dump: add support for Amazon Linux 2 log lines (#346)Daniel Watkins
2020-05-04bsd: upgrade support (#305)Gonéri Le Bouder
2020-05-01DataSourceEc2: use metadata's NIC ordering to determine route-metrics (#342)Daniel Watkins
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-29Release 20.2 (#337)Chad Smith
2020-04-28Add docs about creating parent folders (#330)Adrian Wilkins
2020-04-28DataSourceNoCloud/OVF: drop claim to support FTP (#333)Daniel Watkins
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-24BSD: find_devs_with_ refactoring (#298)Gonéri Le Bouder
2020-04-24nocloud: drop work around for Linux 2.6 (#324)Gonéri Le Bouder
2020-04-24cloudinit: drop dependencies on unittest2 and contextlib2 (#322)Daniel Watkins
2020-04-23distros: handle a potential mirror filtering error case (#328)Daniel Watkins
2020-04-23log: remove unnecessary import fallback logic (#327)Daniel Watkins
2020-04-23conftest: introduce disable_subp_usage autouse fixture (#304)Daniel Watkins
2020-04-21network_state: add missing space to log message (#325)Daniel Watkins
2020-04-20tests: add missing mocks for get_interfaces_by_mac (#326)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-03net: ignore 'renderer' key in netplan config (#306)Ryan Harper
2020-04-02Add support for NFS/EFS mounts (#300)Andrew Beresford