summaryrefslogtreecommitdiff
path: root/cloudinit/distros
AgeCommit message (Expand)Author
2012-08-22fix issues from 'make pylint'Scott Moser
2012-08-22fix errors from 'make pep8'Scott Moser
2012-08-22Merge with lp:cloud-initBen Howard
2012-08-22Simplified users[0] detection, and ensured compatability with previous user p...Ben Howard
2012-08-22improve the check for "uses unknown key" in mirror templatesScott Moser
2012-08-22fix for pep8 issues and seemingly functional now.Scott Moser
2012-08-22merge from trunk for pep8 fixesScott Moser
2012-08-22fix pep8 complaints.Scott Moser
2012-08-22rework package mirror selectionScott Moser
2012-08-21Implemented MP feedback.Ben Howard
2012-08-20Dropped hidden command; replaced with logstring. Also changed useradd command...Ben Howard
2012-08-20Added "userless" mode to cloud-init for handling the creation of theBen Howard
2012-08-10Add the translation from the ubuntu format for nameservers and dns searchJoshua Harlow
2012-06-29Include the helpers import.harlowja
2012-06-29add update_package_sources to distro classScott Moser
2012-06-29[merge from trunk] Use --quiet when running apt-getScott Moser
2012-06-221. Adjust for the cases of 'yes', 'no', 'true', 'false' byJoshua Harlow
2012-06-221. Fix the cfgobj to make sure it handles the quotingJoshua Harlow
2012-06-221. Add a ubuntu and fedora subclass of the RH/debian root classesJoshua Harlow
2012-06-22Use configobj support for now to keep the comments and other k/v pairs that m...Joshua Harlow
2012-06-21Use RuntimeError subclass instead of top level ExceptionJoshua Harlow
2012-06-21Updated so that the locale that is being written out currently in 'cc_locale'Joshua Harlow
2012-06-21Remove another unused importJoshua Harlow
2012-06-211. Move all info() logging methods to debug() harlowja
2012-06-201. Add an importer function that will search for a given module in a set of s...Joshua Harlow
2012-06-20Massive pylint + pep8 fixups!Joshua Harlow
2012-06-20Catch the import error rather than the runtime error.Joshua Harlow
2012-06-19Pylint line length fixups.Joshua Harlow
2012-06-19More cleanups around read/write rootsJoshua Harlow
2012-06-19More paths missed (durn), but now fixed.Joshua Harlow
2012-06-19Make most of all the places use the paths join() function so that testing wit...Joshua Harlow
2012-06-18Add created by or added by cloud-init lines when we modify or create files.Joshua Harlow
2012-06-18Include link to netcf library in the comment.Joshua Harlow
2012-06-17Update the variable for comment positioning to be 'c_pos' (comment position) ...harlowja
2012-06-171. Adjust the ubuntu network hostname writing to go through a standard write ...harlowja
2012-06-17Added a new rhel distro that does the following.harlowja
2012-06-171. Remove rhel sysconfig for timezone, now have a rhel distro subclassharlowja
2012-06-16If bringing up, return whatever the bring up result is, otherwise false.Joshua Harlow
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-16Have the contents formed on a previous line which seems prettier.Joshua Harlow
2012-06-161. Remove path function, since we have a path classJoshua Harlow
2012-06-15Fixups to ensure that pylint does not find anything major wrong.Joshua Harlow
2012-06-15Self variable missingJoshua Harlow
2012-06-15Variable name mismatchJoshua Harlow
2012-06-15Moved as many distro specific actions to here as should be needed. Joshua Harlow
2012-06-15Continued adding distro specific functionality to this new parent distro clas...Joshua Harlow
2012-06-11Add initial network writing here.Joshua Harlow
2012-06-11Adding in the base of a ubuntu distro subclass that can install pkgs (right n...Joshua Harlow
2012-06-11Adding in the root distro class + a util function to fetch various distros.Joshua Harlow
2012-06-09Start adding place where distro specifics can go.Joshua Harlow