Sha256: 195547c8d90b13082645454c8cf1def0557c0a88a389857be6d8b765e59a5c1f

Contents?: true

Size: 1015 Bytes

Versions: 4

Compression:

Stored size: 1015 Bytes

Contents

# right_api_helper cookbook

installs the `right_api_helper` gem and prerequisites

# Requirements

Attributes
----------
#### right_api_client::default
<table>
  <tr>
    <th>Key</th>
    <th>Type</th>
    <th>Description</th>
    <th>Default</th>
  </tr>
  <tr>
    <td><tt>['right_api_client']['user_email']</tt></td>
    <td>String</td>
    <td>the RightScale user's email address</td>
    <td><tt>nil</tt></td>
  </tr>
  <tr>
    <td><tt>['right_api_client']['user_password']</tt></td>
    <td>String</td>
    <td>the RightScale user's password</td>
    <td><tt>nil</tt></td>
  </tr>
  <tr>
    <td><tt>['right_api_client']['accound_id']</tt></td>
    <td>String</td>
    <td>the RightScale account ID</td>
    <td><tt>nil</tt></td>
  </tr>

</table>

Usage
-----
#### cas_portal::default
Just include `cas_portal::default` in your node's `run_list`:

```json
{
  "name":"my_node",
  "run_list": [
    "recipe[cas_portal::default]"
  ]
}

# Recipes

# Author

Author:: RightScale, Inc. (<cary@rightscale.com>)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
right_api_helper-1.1.2 cookbooks/right_api_helper/README.md
right_api_helper-1.1.1 cookbooks/right_api_helper/README.md
right_api_helper-1.1.0 cookbooks/right_api_helper/README.md
right_api_helper-1.0.0 cookbooks/right_api_helper/README.md