Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.17 KB

PROVIDERS.md

File metadata and controls

31 lines (25 loc) · 1.17 KB

Providers

Conventions

  • 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 the chef.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 Extension Points