summaryrefslogtreecommitdiff
path: root/cloudinit/distros/debian.py
AgeCommit message (Expand)Author
2021-07-01Add new network activators to bring up interfaces (#919)James Falcon
2020-06-08Move subp into its own module. (#416)Scott Moser
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
2019-09-27debian/ubuntu: add missing word to netplan/ENI headerDaniel Watkins
2019-07-15Update debian eni network configuration location, retain Ubuntu settingJanos Lenart
2018-09-20Remove dead-code _write_network distro implementations.Scott Moser
2017-08-30distro: allow distro to specify a default localeRyan Harper
2017-07-25locale: Do not re-run locale-gen if provided locale is system default.Scott Moser
2017-04-21pylint: fix all logging warningsJoshua Powers
2017-04-12Remove (and/or fix) URL shortener referencesJon Grimm
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
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-06-28distros/debian.py: fix calling of eni renderer to not render link filesScott Moser
2016-06-20add a header to rendered ENI file describing its contentScott Moser
2016-06-20do not render systemd.link files on debian.Scott Moser
2016-06-15merge with trunkScott Moser
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-10Fix the broken import and 'parse_net_config_data' function usageJoshua Harlow
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-10Move net/renderers -> netJoshua Harlow
2016-05-10Fix up tests and debian distroJoshua Harlow
2016-05-09Rename renderer attribute to _net_rendererJoshua Harlow
2016-05-09Use the new renderer in the debian and stages filesJoshua Harlow
2016-04-15networking: no longer delete eth0.cfg on debian/ubuntuScott Moser
2016-03-29apply_network_config improvementsScott Moser
2016-03-22write to 50-cloud-init.cfg and write systemd.link rules.Scott Moser
2016-03-11fix toxScott Moser
2016-03-11minor changes use the helpers in cloudinit/netScott Moser
2016-03-11fix use of network stateScott Moser
2016-03-10commit planned implementation of datasourcenocloudScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-22Low hanging Python 3 fruit.Barry Warsaw
2015-01-16hostname: apply hostname same as is writtenScott Moser
2014-09-10pyflakes fixes.Scott Moser
2014-07-29do not put comments in /etc/timezoneScott Moser
2013-12-14support calling apt with eatmydata, enable by default if available.Scott Moser
2013-07-24Remove duplicate timezone file finding and error raising.Joshua Harlow
2013-04-03invoke dist-upgrade instead of upgrade for apt upgradesScott Moser
2013-04-03invoke 'dist-upgrade' instead of 'upgrade' on for upgrades.Scott Moser
2013-03-07allow customization of apt-get command, add --force-unsafe-ioScott Moser
2013-03-07pep8 and pylint fixesScott Moser
2013-01-27Adding package versioning logic to package_commandCraig Tracey
2013-01-15add support for operating system familiesctracey
2012-11-13Update how errors are handled when writing and reading hostnames.Joshua Harlow
2012-11-12Rebased with HEAD and resolved conflicts.Joshua Harlow
2012-11-08Fix the case where on a redhat based systemJoshua Harlow
2012-10-27Helpful cleanups.harlowja