~i-franz/cloud-init/network-config-for-ovf

Viewing all changes in revision 1036.

  • Committer: Joshua Harlow
  • Date: 2014-11-22 01:15:24 UTC
  • mfrom: (1024.1.22 better-chef-module)
  • Revision ID: harlowja@yahoo-inc.com-20141122011524-q6ntt0332yviv4wr
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

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: