summaryrefslogtreecommitdiff
path: root/cloudinit/distros
Commit message (Expand)AuthorAgeFilesLines
* Ability to hot-attach NICs to preprovisioned VMs before reprovisioning (#613)aswinrajamannar2020-11-232-0/+46
* introduce an upgrade framework and related testing (#659)Daniel Watkins2020-11-171-1/+16
* gentoo: fix hostname rendering when value has a comment (#611)Manuel Aguilera2020-10-271-4/+6
* Drop vestigial update_resolve_conf_file function (#620)Scott Moser2020-10-211-26/+0
* net: add the ability to blacklist network interfaces based on driver during e...Anh Vo2020-10-131-1/+5
* cloudinit: remove unused LOG variables (#574)Daniel Watkins2020-09-167-24/+0
* create a shutdown_command method in distro classes (#567)Emmanuel Thomé2020-09-153-0/+49
* distros: minor typo fix (#562)Daniel Watkins2020-09-081-2/+3
* tox: bump the pylint version to 2.6.0 in the default run (#544)Paride Legovini2020-08-253-7/+9
* Add Alpine Linux support. (#535)dermotbradley2020-08-192-3/+169
* cloudinit.distros: update docstrings of add_user and create_user (#527)Daniel Watkins2020-08-131-3/+19
* cloudinit: remove global disable of pylint W0107 and fix errors (#489)Daniel Watkins2020-07-152-5/+0
* networking: refactor wait_for_physdevs from cloudinit.net (#466)Daniel Watkins2020-07-142-3/+228
* cloudinit: remove global disable of pylint W0105 and fix errors (#480)Daniel Watkins2020-07-131-1/+1
* Disable ec2 mirror for non aws instances (#390)lucasmoura2020-06-302-8/+37
* networking: refactor is_physical from cloudinit.net (#457)Daniel Watkins2020-06-302-2/+56
* net/networking: remove unused functions/methods (#453)Daniel Watkins2020-06-241-9/+0
* distros.networking: initial implementation of layout (#391)Daniel Watkins2020-06-233-0/+142
* test: fix all flake8 E126 errors (#425)Joshua Powers2020-06-102-7/+10
* Move subp into its own module. (#416)Scott Moser2020-06-0810-54/+64
* test: fix all flake8 E741 errors (#401)Joshua Powers2020-06-011-1/+1
* make suse and sles support 127.0.1.1 (#336)chengcheng-chcheng2020-05-071-0/+3
* bsd: upgrade support (#305)Gonéri Le Bouder2020-05-043-5/+18
* distros: handle a potential mirror filtering error case (#328)Daniel Watkins2020-04-231-0/+4
* openbsd: set_passwd should not unlock user (#289)Gonéri Le Bouder2020-04-022-1/+12
* distros: drop leading/trailing hyphens from mirror URL labels (#296)Daniel Watkins2020-03-312-6/+13
* distros: replace invalid characters in mirror URLs with hyphens (#291)Daniel Watkins2020-03-312-19/+174
* add Openbsd support (#147)Gonéri Le Bouder2020-03-263-2/+64
* distros/tests/test_init: add tests for _get_package_mirror_info (#272)Daniel Watkins2020-03-252-0/+83
* freebsd: ensure package update works (#273)Gonéri Le Bouder2020-03-242-2/+8
* util/netbsd: drop six usage (#252)Daniel Watkins2020-03-141-3/+1
* Add Netbsd support (#62)Gonéri Le Bouder2020-03-124-118/+309
* sysconfig: distro-specific config rendering for BOOTPROTO option (#162)Robert Schweikert2020-02-031-0/+1
* cloudinit: replace "from six import X" imports (except in util.py) (#183)Daniel Watkins2020-01-313-3/+3
* Drop most of the remaining use of six (#179)Daniel Watkins2020-01-214-29/+19
* util: rename get_architecture to get_dpkg_architecture (#173)Daniel Watkins2020-01-161-1/+1
* Ensure util.get_architecture() runs only once (#172)Ryan Harper2020-01-161-2/+1
* freebsd: remove superflu exception mapping (#166)Gonéri Le Bouder2020-01-141-10/+10
* freebsd: fix create_group() cmd (#146)Gonéri Le Bouder2020-01-071-14/+15
* freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder2019-12-202-420/+24
* cloud-init: fix capitalisation of SSH (#126)Daniel Watkins2019-12-181-2/+2
* Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins2019-12-171-1/+1
* fix unlocking method on FreeBSDIgor Galić2019-12-121-1/+1
* Add an Amazon distro in the redhat OS familyFrederick Lefebvre2019-12-062-1/+27
* set_passwords: support for FreeBSD (#46)Igor Galić2019-11-262-0/+14
* distro: correctly set usr_lib_exec path for FreeBSD distro (#40)Igor Galić2019-11-131-0/+1
* debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins2019-09-272-7/+8
* cloudinit/distros/parsers/sys_conf: add docstring to SysConfDaniel Watkins2019-08-161-0/+7
* distros: fix confusing variable namesDaniel Watkins2019-08-142-38/+38
* net: update net sequence, include wait on netdevs, opensuse netrules pathRyan Harper2019-07-171-0/+2