Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | This will now just contain the "public" view of the cloud objects, backed by ↵ | Joshua Harlow | |
whatever other set of objects. | |||
2012-06-09 | More init fs here, cleanup after user_data file moves + other cleanups. | Joshua Harlow | |
2012-06-08 | Move to having a parts directory/module + seperate modules. | Joshua Harlow | |
2012-06-08 | Fixup CloudConfig by using new module functions and calling objects. | Joshua Harlow | |
2012-06-08 | This now holds the following classes: | Joshua Harlow | |
CloudInit - cut up to only provide some basic init processes CloudPartData - provided to handlers so that they can fetch needed data without providing the whole enchilda of cloud init. CloudPaths - holds the paths that should be used, for instances, for non-instances and such. CloudSemaphores - holds the concept of cloud inits sempaphores, but cleaned up, using context manager to help here. CloudHandlers - holds the user data handlers to be activated CloudConfig - the cloud config object (to be cleaned up) | |||
2012-06-07 | Add this file which will contain the cloud init and cloud config classes. | Joshua Harlow | |