summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:15:24 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-21 17:15:24 -0800
commite0db600c791b84ab36da1541919ee8b497946d0d (patch)
treeff56be746c7ba6e30ea21dafbb5db921709d035d /ChangeLog
parent6fac0f6ee9308782cafba65dfde7daafec4c563f (diff)
parent249c6c5980c36832ddd03ff6c3272f534538efc0 (diff)
downloadvyos-cloud-init-e0db600c791b84ab36da1541919ee8b497946d0d.tar.gz
vyos-cloud-init-e0db600c791b84ab36da1541919ee8b497946d0d.zip
Increase the robustness/configurability of the chef module...
Add the following adjustments to the chef template and module: - Make it so that the chef directories can be provided (defaults to the existing directories) - Make the params much more configurable, and if a parameter is provided in the chef configuration it will override existing template parameters. - Make the template skip lines if the values are None in the configuration so that template lines can be removed if/when this is desirable. - Allow the firstboot json path to be configurable (defaults to the existing location). - Adds a basic set of tests to ensure that good things are happening. - Make a helper function to tell if already installed. - Have the install routine not run chef after installed but have it instead return a result to tell the caller to run the chef program once completed. - Use the generated_by() utility function to give the ruby template a better header comment. - Set special parameters after selecting the basic chef parameters. - Allow for the running after install and run arguments to be configured. - Allow the omnibus url fetching retries to be configurable. - Move the chef running to its own helper function - Add module docs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 449f501f..d9e91410 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
rendered with jinja (LP: #1355343)
- Only use datafiles and initsys addon outside virtualenvs
- Fix the digital ocean test case on python 2.6
+ - Increase the usefulness, robustness, configurability of the chef module
+ so that it is more useful, more documented and better for users
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)