Age | Commit message (Expand) | Author |
2012-06-19 | Syntax + comment cleanups. | Joshua Harlow |
2012-06-19 | Add the ability to check if the metadata service is up before actually using it. | Joshua Harlow |
2012-06-19 | 1. When running, return the function results as well as a boolean that stated... | Joshua Harlow |
2012-06-18 | Removed this for now. | Joshua Harlow |
2012-06-18 | 1. Allow the built-in config to be passed in when getting the base config | Joshua Harlow |
2012-06-18 | 1. Cleanup the rm cur instance link variable name to match more of what it is | Joshua Harlow |
2012-06-18 | Show the timeout (useful to see this when debugging) | Joshua Harlow |
2012-06-18 | 1. Fixed datasource construction (switched param order) | Joshua Harlow |
2012-06-18 | Fixed the constructor params | Joshua Harlow |
2012-06-18 | 1. Revert the 'transform-' template back to 'config-' template for now. | Joshua Harlow |
2012-06-18 | Fix include once always staying on, only turn it on until a include says to t... | Joshua Harlow |
2012-06-18 | When logging is 'cycled' ensure that we call the logging reset routine first. | Joshua Harlow |
2012-06-18 | 1. Simplify basic logging (which will not always be turned on in the new clou... | Joshua Harlow |
2012-06-18 | Add created by or added by cloud-init lines when we modify or create files. | Joshua Harlow |
2012-06-18 | Include link to netcf library in the comment. | Joshua Harlow |
2012-06-18 | Adjust log message to say "open" instead of 'read' since this function can al... | Joshua Harlow |
2012-06-18 | 1. Decreasing of logging in piping routing | Joshua Harlow |
2012-06-17 | 1. Add a url response class that urlreading now returns (instead of a tuple). | harlowja |
2012-06-17 | Update the variable for comment positioning to be 'c_pos' (comment position) ... | harlowja |
2012-06-17 | 1. Adjust the ubuntu network hostname writing to go through a standard write ... | harlowja |
2012-06-17 | Added a new rhel distro that does the following. | harlowja |
2012-06-17 | 1. Remove rhel sysconfig for timezone, now have a rhel distro subclass | harlowja |
2012-06-17 | Log handler + info that is about to be called | Joshua Harlow |
2012-06-16 | Add todo to see if we should turn back off include once | Joshua Harlow |
2012-06-16 | 1. Allow for checking against lower case include types. | Joshua Harlow |
2012-06-16 | Fix include on enabling, simplify statements around include skipping, allow f... | Joshua Harlow |
2012-06-16 | 1. Fix the welcome_msg name to welcome_message (oops) | Joshua Harlow |
2012-06-16 | Update error messaging for when importing/registring a part-handler fails | Joshua Harlow |
2012-06-16 | 1. Ensure a that when a bad version is found, that it gets set to 1. | Joshua Harlow |
2012-06-16 | Rename user data obj, which is really a user data message object and add comm... | Joshua Harlow |
2012-06-16 | Not config anymore, now a transform | Joshua Harlow |
2012-06-16 | Match the transform named final_msg by adding a _msg to the transform name. | Joshua Harlow |
2012-06-16 | Remove default since it will never be called that way and apply default since... | Joshua Harlow |
2012-06-16 | Allow url fetching to catch any other type of exceptions that occur | Joshua Harlow |
2012-06-16 | Let read_file_or_url util function have good defaults | Joshua Harlow |
2012-06-16 | Capture the exceptions and just re-throw the last one on errors | Joshua Harlow |
2012-06-16 | Send in src line instead of stripped line. | Joshua Harlow |
2012-06-16 | Update ssh_util to have a parser class and a line entry class. | Joshua Harlow |
2012-06-16 | Comments as to why we are using a csv parser and do some of the logic checks ... | Joshua Harlow |
2012-06-16 | Comments about checking if this is right, no longer needed | Joshua Harlow |
2012-06-16 | Fix logic issue with reading previous file for previous instance id, when the... | Joshua Harlow |
2012-06-16 | Should be loaded not loading | Joshua Harlow |
2012-06-16 | Revert that last change for this file, it should be a string that is non-empt... | Joshua Harlow |
2012-06-16 | Check instance id against none, and not just empty/false/0/none since 0 or em... | Joshua Harlow |
2012-06-16 | Add comment as to why the cloud object/wrapper is useful | Joshua Harlow |
2012-06-16 | Add comment as to why this cfg class is useful | Joshua Harlow |
2012-06-16 | Pass in the datasource as a option, instead of the lower level instance id. | Joshua Harlow |
2012-06-16 | When a handler version is set but to an unknown non-int convertable value, tr... | Joshua Harlow |
2012-06-16 | They are handlers not mods ;) | Joshua Harlow |
2012-06-16 | If bringing up, return whatever the bring up result is, otherwise false. | Joshua Harlow |