summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-03-07net: do not raise exception for > 3 nameserversLars Kellogg-Stedman
2017-01-12Use dnf instead of yum when availableLars Kellogg-Stedman
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-19Fix sshd restarts for rhel distros.Jim Gorz
2016-10-19Move user/group functions to new ug_util fileJoshua Harlow
2016-08-22Fix Gentoo net config generationMatthew Thode
2016-08-18distros: fix get_primary_arch method use of os.unameAndrew Jorgensen
2016-07-13merge from trunkScott Moser
2016-07-13pass the return back up, shorten lines some.Scott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
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-15fix some errors reported by pylintScott Moser
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-10Fix the broken import and 'parse_net_config_data' function usageJoshua Harlow
2016-06-10Ensure renderer is used in rhelJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-05-31add renaming code for renaming interfacesScott Moser
2016-05-25commit to push for fear of loss.Scott Moser
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-04-06Ensure that a resolve conf object is written as a string.Scott Moser
2016-04-06fix adding of users when no group is specifiedScott Moser
2016-04-06support adding the primary group alsoScott Moser
2016-04-05write_files: fix decompression of contentScott Moser
2016-04-04merge with trunkScott Moser
2016-03-30fix adding of users without a groupScott 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-22add code to invoke networking configScott 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-11merge with trunkScott Moser
2016-03-10commit planned implementation of datasourcenocloudScott Moser
2016-03-09add default user to 'lxd' group and create groups when necessary.Scott Moser
2016-03-04Enable password changing via a hashed stringDaniel Watkins
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper