-
Following the Chef naming conventions, attributes are lower case and get upcased at the CWB server to follow environment variable conventions (Example: access_key => ACCESS_KEY).
-
The
CWB Configuration
can be added in thechef.json
section of the Vagrantfile as part of the installation step 3. (see cwb-chef-repo/README.md. Example:chef.json = { 'cwb-server' => { ... 'providers' => { 'aws' => { ... }, 'azure' => { ... } }, ... } ... }
- CWB builds the Vagrantfile based on the template Vagrantfile.erb
- The sample Vagrantfile is created based on the template Vagrantfile_example.erb