summaryrefslogtreecommitdiff
path: root/cloudinit/distros/__init__.py
AgeCommit message (Expand)Author
2021-05-25Add Rocky Linux support to cloud-init (#906)Louis Abel
2021-05-07Add AlmaLinux OS support (#872)Andrew Lukoshko
2021-04-15add prefer_fqdn_over_hostname config option (#859)hamalq
2021-01-29includedir in suoders can be prefixed by "arroba" (#783)Jordi Massaguer Pla
2020-11-17introduce an upgrade framework and related testing (#659)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-06-30Disable ec2 mirror for non aws instances (#390)lucasmoura
2020-06-23distros.networking: initial implementation of layout (#391)Daniel Watkins
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-06-01test: fix all flake8 E741 errors (#401)Joshua Powers
2020-04-23distros: handle a potential mirror filtering error case (#328)Daniel Watkins
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-01-21Drop most of the remaining use of six (#179)Daniel Watkins
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-06Add an Amazon distro in the redhat OS familyFrederick Lefebvre
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-08-14distros: fix confusing variable namesDaniel Watkins
2019-03-06Support locking user with usermod if passwd is not available.Scott Moser
2018-09-21pylint: ignore warning assignment-from-no-return for _write_networkChad Smith
2018-09-20Remove dead-code _write_network distro implementations.Scott Moser
2018-09-08config: disable ssh access to a configured user accountChad Smith
2018-09-05sysconfig: refactor sysconfig to accept distro specific templates pathsRyan Harper
2018-08-24logging: Add logging config type hyperv for reporting via Azure KVPAndy Liu
2018-06-19Explicitly prevent `sudo` access for user moduleJacob Bednarz
2018-04-12Implement ntp client spec with auto support for distro selectionRyan Harper
2017-12-11ec2: Use instance-identity doc for region and instance-idAndrew Jorgensen
2017-12-05cli: Add clean and status subcommandsChad Smith
2017-09-13cloud-config modules: honor distros definitions in each moduleChad Smith
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-08-30suse: Add support for openSUSE and return SLES to a working state.Robert Schweikert
2017-06-08rhel/centos spec cleanups.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-19user-groups: fix bug when groups was provided as string and had spacesScott Moser
2016-12-03when adding a user, strip whitespace from group listLars Kellogg-Stedman
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-08-18distros: fix get_primary_arch method use of os.unameAndrew Jorgensen
2016-07-13pass the return back up, shorten lines some.Scott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
2016-06-15fix some errors reported by pylintScott Moser
2016-05-31add renaming code for renaming interfacesScott Moser