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
/
__init__.py
Age
Commit message (
Expand
)
Author
2012-09-18
Add support for useradd --selinux-user''
Garrett Holmstrom
2012-08-31
- Converted user list to user dict to allow exclusion of the default user
Ben Howard
2012-08-22
do not attempt the useradd command if user exists
Scott Moser
2012-08-22
pep8 fixes
Scott Moser
2012-08-22
fix duplicate flags being passed to useradd
Scott Moser
2012-08-22
distros: add_default_user is no longer abstract
Scott Moser
2012-08-22
fix issues from 'make pylint'
Scott Moser
2012-08-22
fix errors from 'make pep8'
Scott Moser
2012-08-22
Merge with lp:cloud-init
Ben Howard
2012-08-22
Simplified users[0] detection, and ensured compatability with previous user p...
Ben Howard
2012-08-22
improve the check for "uses unknown key" in mirror templates
Scott Moser
2012-08-22
fix for pep8 issues and seemingly functional now.
Scott Moser
2012-08-22
merge from trunk for pep8 fixes
Scott Moser
2012-08-22
fix pep8 complaints.
Scott Moser
2012-08-22
rework package mirror selection
Scott Moser
2012-08-21
Implemented MP feedback.
Ben Howard
2012-08-20
Added "userless" mode to cloud-init for handling the creation of the
Ben Howard
2012-06-29
add update_package_sources to distro class
Scott Moser
2012-06-21
Updated so that the locale that is being written out currently in 'cc_locale'
Joshua Harlow
2012-06-21
Remove another unused import
Joshua Harlow
2012-06-21
1. Move all info() logging methods to debug()
harlowja
2012-06-20
1. Add an importer function that will search for a given module in a set of s...
Joshua Harlow
2012-06-20
Massive pylint + pep8 fixups!
Joshua Harlow
2012-06-20
Catch the import error rather than the runtime error.
Joshua Harlow
2012-06-19
More cleanups around read/write roots
Joshua Harlow
2012-06-18
Include link to netcf library in the comment.
Joshua Harlow
2012-06-16
If bringing up, return whatever the bring up result is, otherwise false.
Joshua Harlow
2012-06-16
Have the top level distro class take paths instead of a runner.
Joshua Harlow
2012-06-16
1. Remove path function, since we have a path class
Joshua Harlow
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
Continued adding distro specific functionality to this new parent distro clas...
Joshua Harlow
2012-06-11
Adding in the root distro class + a util function to fetch various distros.
Joshua Harlow
2012-06-09
Start adding place where distro specifics can go.
Joshua Harlow