summaryrefslogtreecommitdiff
path: root/cloudinit/stages.py
AgeCommit message (Expand)Author
2013-07-21Ensure what we are searching over is a directory.Joshua Harlow
2013-07-21Also make the dir handler registration a simple function.Joshua Harlow
2013-07-21Just use an initialized array.Joshua Harlow
2013-07-20Remove return not used.Joshua Harlow
2013-07-20Also handle custom handlers correctly.Joshua Harlow
2013-07-20Update comments + link to bug.Joshua Harlow
2013-07-20Init and finalize refactor.Joshua Harlow
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-03-07merge from trunkScott Moser
2013-03-06Continue working on merging code.Joshua Harlow
2013-01-15add support for operating system familiesctracey
2012-12-17ensure a datasource's 'distro' and sys_cfg are updatedJoshua Harlow
2012-12-06cloudinit/stages.py: separate _read_base_cfg() into static functionScott Moser
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