summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-19Make most of all the places use the paths join() function so that testing wit...Joshua Harlow
2012-06-19Use the given module as the root module for the given mod to be used from.Joshua Harlow
2012-06-19Initial add of read and write roots, this should cover a large set of cases t...Joshua Harlow
2012-06-19Get the 'init' stage working.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 line length issues.Joshua Harlow
2012-06-19Cleanup no datasource exception to use cleaner csv list.Joshua Harlow
2012-06-19Small logging changes.Joshua Harlow
2012-06-19Add a mock ec2 metadata server that can be used for testing withJoshua Harlow
2012-06-19Passed along the extra config pathsJoshua Harlow
2012-06-191. Continue working on main 'init' methodJoshua Harlow
2012-06-19Cleanup pylint warning about line length.Joshua Harlow
2012-06-19Fix pylint error about the rmlist variable name being mis-named.Joshua Harlow
2012-06-19Cleanup some of the logging (its a little to verbose).Joshua Harlow
2012-06-19Syntax + comment cleanups.Joshua Harlow
2012-06-19Add the ability to check if the metadata service is up before actually using it.Joshua Harlow
2012-06-191. When running, return the function results as well as a boolean that stated...Joshua Harlow
2012-06-18Removed this for now.Joshua Harlow
2012-06-181. Allow the built-in config to be passed in when getting the base configJoshua Harlow
2012-06-181. Cleanup the rm cur instance link variable name to match more of what it isJoshua Harlow
2012-06-18Show the timeout (useful to see this when debugging)Joshua Harlow
2012-06-181. Fixed datasource construction (switched param order)Joshua Harlow
2012-06-18Fixed the constructor paramsJoshua Harlow
2012-06-181. Removed the welcome message for now :-)Joshua Harlow
2012-06-181. Initial work on a unified program that will call into the new libraries.Joshua Harlow
2012-06-181. Revert the 'transform-' template back to 'config-' template for now.Joshua Harlow
2012-06-18Add comments as to what the special reference sections mean in log_cfgsJoshua Harlow
2012-06-18Fix include once always staying on, only turn it on until a include says to t...Joshua Harlow
2012-06-18When logging is 'cycled' ensure that we call the logging reset routine first.Joshua Harlow
2012-06-181. Simplify basic logging (which will not always be turned on in the new clou...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-18Adjust log message to say "open" instead of 'read' since this function can al...Joshua Harlow
2012-06-181. Decreasing of logging in piping routingJoshua Harlow
2012-06-181. Add in a clean section that will remove the /var/lib/cloud dir and the clo...Joshua Harlow
2012-06-171. Add a url response class that urlreading now returns (instead of a tuple). harlowja
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-17Log handler + info that is about to be calledJoshua Harlow
2012-06-16Add todo to see if we should turn back off include onceJoshua Harlow
2012-06-161. Allow for checking against lower case include types.Joshua Harlow
2012-06-16Fix include on enabling, simplify statements around include skipping, allow f...Joshua Harlow
2012-06-16Consistently use dashes instead of underscores for the transform namesJoshua Harlow
2012-06-161. Fix the welcome_msg name to welcome_message (oops)Joshua Harlow
2012-06-16Update error messaging for when importing/registring a part-handler failsJoshua Harlow
2012-06-161. Ensure a that when a bad version is found, that it gets set to 1.Joshua Harlow
2012-06-16Rename user data obj, which is really a user data message object and add comm...Joshua Harlow