summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
2013-03-06Continue working on merging code.Joshua Harlow
2012-11-12pylint and pep8 fixesScott Moser
2012-11-12change the "null datasource" for stages.py to NoneScott Moser
2012-11-12stages.py: fix issue that resulted in broken data source searchingScott Moser
2012-11-08Ensure that at needed stages the local variablesJoshua Harlow
2012-09-24do not create 'sems' directory. 'sem' is proper instance/ pathScott Moser
2012-08-26Add the capability to understand and filter onJoshua Harlow
2012-08-22fix pep8 complaints.Scott Moser
2012-07-10Fixes 1012854 by implementing file writing, adjustsJoshua Harlow
2012-07-09Update chownbyname to catch the key error when users/groups that are not knownJoshua Harlow
2012-07-01Always read fro the cloud config location + conf.d locationsharlowja
2012-07-011. Rename util functions to is_true and is_falseharlowja
2012-06-29Remove logging of module/init configsJoshua Harlow
2012-06-29Cleanup the pickling.Joshua Harlow
2012-06-29Fix the variable name, should have been 'additional_fns'Joshua Harlow
2012-06-281. Update with smosers code review and comments (and put some of those commen...Joshua Harlow
2012-06-23Fix a bunch of == None casesharlowja
2012-06-231. Use a common config merging class now in helpersharlowja
2012-06-22Don't complete the update if there is no datasource or if writing to cache failsJoshua Harlow
2012-06-22Remove support for older ec2 configobj merging.Joshua Harlow
2012-06-22ConfigObj is a requirement now, so no need to see if harlowja
2012-06-221. Return which modules ran from the run module functionharlowja
2012-06-21Fixup python selinux guards, only try to restore after we check if its useful...harlowja
2012-06-211. Go through a single protected get ipath method that will throw if thereJoshua Harlow
2012-06-211. Renames for debug message from 'transform' to 'module'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-201. Rename to modules instead of transformsJoshua Harlow
2012-06-20Add the ability to only fetch a local datasource instead of also trying to fe...Joshua Harlow
2012-06-20Change this function name back after made it back to protected after making t...harlowja
2012-06-19Allow the run single to pass in a set of args and a frequencyJoshua Harlow
2012-06-191. Don't force the datasource to always fetch in construction (sometimes not ...Joshua Harlow
2012-06-19Fix comparison to none, instead of empty in ds_deps assignment check.Joshua Harlow
2012-06-19Add a return statement that will collect the failures and the amount of trans...Joshua Harlow
2012-06-191. Cleanup variable names to match more of the pythonic underscore patternJoshua Harlow
2012-06-19Fix pylint error about the rmlist variable name being mis-named.Joshua Harlow
2012-06-181. Cleanup the rm cur instance link variable name to match more of what it isJoshua Harlow
2012-06-181. Revert the 'transform-' template back to 'config-' template for now.Joshua Harlow
2012-06-161. Fix the welcome_msg name to welcome_message (oops)Joshua Harlow
2012-06-16Rename user data obj, which is really a user data message object and add comm...Joshua Harlow
2012-06-16Not config anymore, now a transformJoshua Harlow
2012-06-16Comments about checking if this is right, no longer neededJoshua Harlow
2012-06-16Fix logic issue with reading previous file for previous instance id, when the...Joshua Harlow
2012-06-16Should be loaded not loadingJoshua Harlow
2012-06-16Revert that last change for this file, it should be a string that is non-empt...Joshua Harlow
2012-06-16Check instance id against none, and not just empty/false/0/none since 0 or em...Joshua Harlow
2012-06-16Pass in the datasource as a option, instead of the lower level instance id.Joshua Harlow
2012-06-16Have the top level distro class take paths instead of a runner.Joshua Harlow
2012-06-16After the moving of items to handler/__init__ reflect those references here.Joshua Harlow
2012-06-16Content handlers does not need the paths variable anymore so removed that.Joshua Harlow