Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | Just log the number of commands 'shellified' | Joshua Harlow | |
2012-06-29 | Don't remove the key if its not there (or was already removed) | Joshua Harlow | |
2012-06-29 | Add a force option which will allow users to continue running when no ↵ | Joshua Harlow | |
datasource is found. | |||
2012-06-29 | Fix the datasource not being fetched in single running mode. | Joshua Harlow | |
2012-06-29 | Don't show the args but show the name and lock that is being used. | Joshua Harlow | |
2012-06-29 | Don't always log stdout and stderr (exceptions will capture them if it fails) | Joshua Harlow | |
2012-06-29 | Readd the original prefix to the netinfo (if provided). | Joshua Harlow | |
2012-06-29 | Cleanup the pickling. | Joshua Harlow | |
1. When loading the pickled file, don't log if it isn't there a. Do log though if it is there and unpickling fails 2. On writing log if pickling fails and log if pickle writing fails. | |||
2012-06-29 | Reduce the log levels by removing a few statements that happen to often (and ↵ | Joshua Harlow | |
aren't very meaningful) | |||
2012-06-29 | Add the rc code for blkid '2' being valid with a note to as why. | Joshua Harlow | |
2012-06-29 | Fix the variable name, should have been 'additional_fns' | Joshua Harlow | |
2012-06-29 | Add in the linking of the _all.deb with a symlink 'cloud-init_all.deb' | Joshua Harlow | |
2012-06-29 | Add a test that ensures the upstart handler does not output files when in ↵ | Joshua Harlow | |
non-per-instance mode. | |||
2012-06-29 | Ensure that only when incoming frequency is per-instance that this runs. | Joshua Harlow | |
2012-06-29 | Add a message about why the second consume_userdata occurs since its not ↵ | Joshua Harlow | |
very obvious. | |||
2012-06-29 | [merge-from-trunk] remove warning message to console on empty user-data | Scott Moser | |
2012-06-29 | [merge-from-trunk] use yaml.safe_load rather than yaml.load | Scott Moser | |
Usage of yaml.safe_load had already occurred on rework branch | |||
2012-06-29 | [merge from trunk] cc_salt_minion: install package salt-minion rather than salt | Scott Moser | |
2012-06-29 | [merge from trunk] Use --quiet when running apt-get | Scott Moser | |
2012-06-28 | Fix chopping off the wrong folers, oops | Joshua Harlow | |
2012-06-28 | Syntax error fixup | Joshua Harlow | |
2012-06-28 | Remove the keep all the init directories which didn't work | Joshua Harlow | |
2012-06-28 | 1. Match the variable names with what they are used for | Joshua Harlow | |
2. Create a set of directories that need to be kept for the different boot modes. | |||
2012-06-28 | Continue working on removing and allowing the correct files in the spec ↵ | Joshua Harlow | |
generated file | |||
2012-06-28 | 1. Update with smosers code review and comments (and put some of those ↵ | Joshua Harlow | |
comments into the files) 2. Rename consume() to consume_userdata() as it helps in figuring out what this does. 3. Fixup the tests due to #2 | |||
2012-06-28 | packages/debian/rules: remove unused quilt section | Scott Moser | |
2012-06-28 | change upstart jobs to use single 'cloud-init' binary | Scott Moser | |
This just updates upstart jobs to the new single binary approach. | |||
2012-06-28 | remove warning message to console on empty user-data | Scott Moser | |
Previously, if the user did not provide any user-data, then a warning would be emitted like: 2012-06-28 17:10:24,751 - __init__.py[WARNING]: Unhandled non-multipart userdata '' This just avoids the warning if there was no userdata. | |||
2012-06-27 | No longer need to do this special config appending, the config merger class ↵ | Joshua Harlow | |
handles this. | |||
2012-06-27 | Take only the files in the directory, not the directory itself (this causes ↵ | Joshua Harlow | |
issues when installing) | |||
2012-06-26 | 1. Add 'verbose' options to both. | Joshua Harlow | |
2. Fixup the debian building after util changes | |||
2012-06-26 | 1. Fix old info call. | Joshua Harlow | |
2012-06-26 | Shrink these down by using the cloudinit utils. | Joshua Harlow | |
2012-06-26 | 1. Add a chdir context manager | Joshua Harlow | |
2. Add a abs path joining function that will return the absolute path of a combined path (where applicable) | |||
2012-06-26 | 1. Remove unused return arguments | harlowja | |
2. Adjust info statement to reflect better what it is doing. | |||
2012-06-26 | Relax the version numbers for now. | harlowja | |
2012-06-26 | Copy the tiny_p from the packager code | harlowja | |
2012-06-26 | Add check that the changelog version is the same as the code version | harlowja | |
2012-06-26 | Add in the ability to choose which type of boot type the rpm should have | harlowja | |
and adjust the specfile that is generated to remove the unwanted config files for the types which were not selected. | |||
2012-06-26 | Add all the upstart/systemd/init.d files. | harlowja | |
Let the package building solutions figure out exactly which of these they wish to delete or wish to take, since setup.py can not know it just has to install them all. | |||
2012-06-26 | Remove the '.sh' extension | harlowja | |
2012-06-26 | Just use the base changelog. | Joshua Harlow | |
2012-06-26 | Removed, just going to use the base 'ChangeLog' file. | Joshua Harlow | |
2012-06-26 | Add a section for building an rpm and a section for building a deb | Joshua Harlow | |
2012-06-25 | Get these working again after the subdirectory and output | Joshua Harlow | |
format changes. | |||
2012-06-25 | 1. Change these to be templates where possible. | Joshua Harlow | |
2. Rename to be a debian subdir, matching the redhat subdir. | |||
2012-06-25 | Rename this to be 'make-tarball' to match the other | Joshua Harlow | |
tar tools name, also change output to be tab separated. | |||
2012-06-25 | Move redhat spec file templates to this directory | Joshua Harlow | |
2012-06-25 | Get the new builddeb working and fix the rules file | Joshua Harlow | |
2012-06-25 | Output the base tar name | Joshua Harlow | |