Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-27 | Replace static dict mapping version to packages with a method (LP: #848932) | Scott Moser | |
Previously, there was a 'ruby_packages' dictionary that mapped the ruby version (1.8, 1.9, 1.9.1) to a list of packages that would need to be installed to get a functional gems. This replaces that with a method that is more likely to support future versions without requiring updates to cloud-init. It is not identical output as before. The changes are: * do not include 'ruby' in the case of 1.8, but rather 'ruby1.8' This is because the default could change, and 'ruby' would depend on a different default version. * do not explicitly list 'libruby-<version>' as that is a dependenency of 'ruby<version>' * End result is for any 'version' != 1.8, you'll get the following installed ruby<version> ruby<version>-dev LP: #848932 | |||
2011-09-13 | Bringing in proper json support for firstboot.json from ↵ | Mike Moulton | |
lp:~avishai-ish-shalom/cloud-init/chef Bringing in 'initial_properties' support from lp:~avishai-ish-shalom/cloud-init/chef | |||
2011-09-12 | Set sane defaults for 'node_name' and 'environment' | Mike Moulton | |
Support both 'validation_cert' and 'validation_key' for backwards compatibility Cleaned up line length | |||
2011-09-10 | Modifications to properly support both 'gems' and 'packages' install types. | Mike Moulton | |
Added support for 'node_name' and 'environment' properties. Renamed 'validation_cert' to 'validation_key' to match Chef's nomenclature. | |||
2011-09-08 | Fix minor issue with multiple runlist items not written in the correct format. | Scott Moser | |
2011-09-09 | Fixed wrong firstboot json format | Avishai Ish-Shalom | |
2011-09-08 | Fix cc_chef issues (LP: #845161) | Scott Moser | |
LP: #845161 | |||
2011-09-08 | Fixed review rejects: firstboot.json write, gem_binary not defined, wrong ↵ | Avishai Ish-Shalom | |
validation cert name | |||
2011-07-21 | fix syntax error in cc_chef.py | Scott Moser | |
2011-04-29 | Seperated chef gems install to another function | Avishai Ish-Shalom | |
2011-04-24 | updated ruby packages list | Avishai Ish-Shalom | |
2011-04-24 | ruby_version should be configurable | Avishai Ish-Shalom | |
2011-04-21 | Added Chef plugin | Avishai Ish-Shalom | |