summaryrefslogtreecommitdiff
path: root/cloudinit/distros/debian.py
Commit message (Expand)AuthorAgeFilesLines
* net: Passthough v2 netconfigs in netplan systems (#1650)Alberto Contreras2022-08-241-2/+2
* Add new config module to set keyboard layout (#1176)maxnet2022-01-121-0/+7
* Remove 3.5 and xenial support (SC-711) (#1167)James Falcon2022-01-101-1/+1
* Adopt Black and isort (SC-700) (#1157)James Falcon2021-12-151-72/+96
* Include dpkg frontend lock in APT_LOCK_FILES (#1153)James Falcon2021-12-141-1/+8
* Wait for apt lock (#1034)James Falcon2021-11-091-6/+84
* Update pylint to v2.9.3 and fix the new issues it spots (#946)Paride Legovini2021-07-201-4/+4
* Add new network activators to bring up interfaces (#919)James Falcon2021-07-011-12/+2
* Move subp into its own module. (#416)Scott Moser2020-06-081-4/+5
* 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
* debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins2019-09-271-5/+6
* Update debian eni network configuration location, retain Ubuntu settingJanos Lenart2019-07-151-2/+2
* Remove dead-code _write_network distro implementations.Scott Moser2018-09-201-5/+0
* distro: allow distro to specify a default localeRyan Harper2017-08-301-23/+71
* locale: Do not re-run locale-gen if provided locale is system default.Scott Moser2017-07-251-11/+37
* pylint: fix all logging warningsJoshua Powers2017-04-211-1/+1
* Remove (and/or fix) URL shortener referencesJon Grimm2017-04-121-2/+1
* cloudinit.net: add network config v2 parsing and renderingRyan Harper2017-03-201-5/+11
* net: add renderers for automatically selecting the renderer.Scott Moser2017-03-171-13/+10
* LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm2016-12-221-19/+9
* distros/debian.py: fix calling of eni renderer to not render link filesScott Moser2016-06-281-2/+1
* add a header to rendered ENI file describing its contentScott Moser2016-06-201-0/+8
* do not render systemd.link files on debian.Scott Moser2016-06-201-1/+1
* merge with trunkScott Moser2016-06-151-2/+2
|\
| * Fix the broken import and 'parse_net_config_data' function usageJoshua Harlow2016-06-101-2/+2
* | Fixup code review commentsJoshua Harlow2016-06-151-6/+6
|/
* Remerge against head/masterJoshua Harlow2016-05-191-4/+6
|\
| * Move net/renderers -> netJoshua Harlow2016-05-101-1/+1
| * Fix up tests and debian distroJoshua Harlow2016-05-101-2/+2
| * Rename renderer attribute to _net_rendererJoshua Harlow2016-05-091-2/+2
| * Use the new renderer in the debian and stages filesJoshua Harlow2016-05-091-4/+6
* | Fix up a ton of flake8 issuesJoshua Harlow2016-05-121-2/+2
|/
* networking: no longer delete eth0.cfg on debian/ubuntuScott Moser2016-04-151-1/+33
* apply_network_config improvementsScott Moser2016-03-291-1/+2
* write to 50-cloud-init.cfg and write systemd.link rules.Scott Moser2016-03-221-2/+6
* fix toxScott Moser2016-03-111-1/+0
* minor changes use the helpers in cloudinit/netScott Moser2016-03-111-11/+3
* fix use of network stateScott Moser2016-03-111-4/+9
* commit planned implementation of datasourcenocloudScott Moser2016-03-101-0/+10
* Update pep8 runner and fix pep8 issuesRyan Harper2016-03-031-2/+3
* Low hanging Python 3 fruit.Barry Warsaw2015-01-221-1/+1
* hostname: apply hostname same as is writtenScott Moser2015-01-161-7/+0
* pyflakes fixes.Scott Moser2014-09-101-1/+1
* do not put comments in /etc/timezoneScott Moser2014-07-291-12/+1
* support calling apt with eatmydata, enable by default if available.Scott Moser2013-12-141-2/+26
* Remove duplicate timezone file finding and error raising.Joshua Harlow2013-07-241-7/+1
* invoke dist-upgrade instead of upgrade for apt upgradesScott Moser2013-04-031-1/+6
|\
| * invoke 'dist-upgrade' instead of 'upgrade' on for upgrades.Scott Moser2013-04-031-1/+7
|/
* allow customization of apt-get command, add --force-unsafe-ioScott Moser2013-03-071-2/+5