index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
distros
/
ubuntu.py
Age
Commit message (
Expand
)
Author
2021-12-15
Adopt Black and isort (SC-700) (#1157)
James Falcon
2020-09-16
cloudinit: remove unused LOG variables (#574)
Daniel Watkins
2020-07-15
cloudinit: remove global disable of pylint W0107 and fix errors (#489)
Daniel Watkins
2019-09-27
debian/ubuntu: add missing word to netplan/ENI header
Daniel Watkins
2019-07-15
Update debian eni network configuration location, retain Ubuntu setting
Janos Lenart
2018-04-19
pylint: pay attention to unused variable warnings.
Scott Moser
2018-04-12
Implement ntp client spec with auto support for distro selection
Ryan Harper
2016-12-22
LICENSE: Allow dual licensing GPL-3 or Apache 2.0
Jon Grimm
2012-10-23
move default user info out of code and into config
Scott Moser
2012-09-20
Remove the need to have 'default_user' and
Joshua Harlow
2012-09-19
Fix the ifup so that if a list of devices is provided
Joshua Harlow
2012-08-31
Removed admin group from default Ubuntu user group list.
Ben Howard
2012-08-31
- Converted user list to user dict to allow exclusion of the default user
Ben Howard
2012-08-28
distros/ubuntu.py: remove unused import (pylint)
Scott Moser
2012-08-27
Fixed critical bug where user and group creation was being done after SSH
Ben Howard
2012-08-22
remove now pointless __init__ in ubuntu
Scott Moser
2012-08-22
fix issues from 'make pylint'
Scott Moser
2012-08-22
fix errors from 'make pep8'
Scott Moser
2012-08-21
Implemented MP feedback.
Ben Howard
2012-08-20
Dropped hidden command; replaced with logstring. Also changed useradd command...
Ben Howard
2012-08-20
Added "userless" mode to cloud-init for handling the creation of the
Ben Howard
2012-06-22
1. Add a ubuntu and fedora subclass of the RH/debian root classes
Joshua Harlow
2012-06-21
Use RuntimeError subclass instead of top level Exception
Joshua Harlow
2012-06-21
Updated so that the locale that is being written out currently in 'cc_locale'
Joshua Harlow
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-19
Pylint line length fixups.
Joshua Harlow
2012-06-19
More cleanups around read/write roots
Joshua Harlow
2012-06-19
More paths missed (durn), but now fixed.
Joshua Harlow
2012-06-19
Make most of all the places use the paths join() function so that testing wit...
Joshua Harlow
2012-06-18
Add created by or added by cloud-init lines when we modify or create files.
Joshua Harlow
2012-06-17
Update the variable for comment positioning to be 'c_pos' (comment position) ...
harlowja
2012-06-17
1. Adjust the ubuntu network hostname writing to go through a standard write ...
harlowja
2012-06-17
1. Remove rhel sysconfig for timezone, now have a rhel distro subclass
harlowja
2012-06-16
Have the top level distro class take paths instead of a runner.
Joshua Harlow
2012-06-16
Have the contents formed on a previous line which seems prettier.
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Self variable missing
Joshua Harlow
2012-06-15
Variable name mismatch
Joshua Harlow
2012-06-15
Moved as many distro specific actions to here as should be needed.
Joshua Harlow
2012-06-11
Add initial network writing here.
Joshua Harlow
2012-06-11
Adding in the base of a ubuntu distro subclass that can install pkgs (right n...
Joshua Harlow
2012-06-09
Start adding place where distro specifics can go.
Joshua Harlow