summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2020-10-21Drop vestigial update_resolve_conf_file function (#620)Scott Moser
2020-10-13net: add the ability to blacklist network interfaces based on driver during e...Anh Vo
2020-09-16cloudinit: remove unused LOG variables (#574)Daniel Watkins
2020-09-15create a shutdown_command method in distro classes (#567)Emmanuel Thomé
2020-09-08distros: minor typo fix (#562)Daniel Watkins
2020-08-25tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini
2020-08-19Add Alpine Linux support. (#535)dermotbradley
2020-08-13cloudinit.distros: update docstrings of add_user and create_user (#527)Daniel Watkins
2020-07-15cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins
2020-07-14networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins
2020-07-13cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins
2020-06-30Disable ec2 mirror for non aws instances (#390)lucasmoura
2020-06-30networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins
2020-06-24net/networking: remove unused functions/methods (#453)Daniel Watkins
2020-06-23distros.networking: initial implementation of layout (#391)Daniel Watkins
2020-06-10test: fix all flake8 E126 errors (#425)Joshua Powers
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-05-07make suse and sles support 127.0.1.1 (#336)chengcheng-chcheng
2020-05-04bsd: upgrade support (#305)Gonéri Le Bouder
2020-04-23distros: handle a potential mirror filtering error case (#328)Daniel Watkins
2020-04-02openbsd: set_passwd should not unlock user (#289)Gonéri Le Bouder
2020-03-31distros: drop leading/trailing hyphens from mirror URL labels (#296)Daniel Watkins
2020-03-31distros: replace invalid characters in mirror URLs with hyphens (#291)Daniel Watkins
2020-03-26add Openbsd support (#147)Gonéri Le Bouder
2020-03-25distros/tests/test_init: add tests for _get_package_mirror_info (#272)Daniel Watkins
2020-03-24freebsd: ensure package update works (#273)Gonéri Le Bouder
2020-03-14util/netbsd: drop six usage (#252)Daniel Watkins
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2020-02-03sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert
2020-01-31cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins
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-14freebsd: remove superflu exception mapping (#166)Gonéri Le Bouder
2020-01-07freebsd: fix create_group() cmd (#146)Gonéri Le Bouder
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-12-18cloud-init: fix capitalisation of SSH (#126)Daniel Watkins
2019-12-17Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-12-06Add an Amazon distro in the redhat OS familyFrederick Lefebvre
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-11-13distro: correctly set usr_lib_exec path for FreeBSD distro (#40)Igor Galić
2019-09-27debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins
2019-08-16cloudinit/distros/parsers/sys_conf: add docstring to SysConfDaniel Watkins
2019-08-14distros: fix confusing variable namesDaniel Watkins
2019-07-17net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper
2019-07-16Support netplan renderer in Arch LinuxConrad Hoffmann
2019-07-15Update debian eni network configuration location, retain Ubuntu settingJanos Lenart
2019-03-06Support locking user with usermod if passwd is not available.Scott Moser