Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

dockercloud-agent (2) Versions 0.1.1

Install dockercloud-agent

Policyfile
Berkshelf
Knife
cookbook 'dockercloud-agent', '~> 0.1.1', :supermarket
cookbook 'dockercloud-agent', '~> 0.1.1'
knife supermarket install dockercloud-agent
knife supermarket download dockercloud-agent
README
Dependencies
Changelog
Quality 33%

dockercloud-agent Cookbook

Install the Docker Cloud Agent via the Bring Your Own Node (BYO) method.

Requirements

The cookbook will install the most current version of the dockercloud-agent, but will not make any attempt to configure the host to communicate with a Docker Cloud account. Eg: Opening network ports

Platforms

  • Ubuntu 14.04

Chef

  • Chef 12.0 or later

Cookbooks

  • poise-python - dockercloud-agent needs toaster to install docker-cloud CLI.

Attributes

dockercloud-agent::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['dockercloud-agent'][:docker][:username]</tt></td>
<td>String</td>
<td>Docker Cloud Username</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['dockercloud-agent'][:docker][:api_key]</tt></td>
<td>String</td>
<td>Docker Cloud API Key for Username</td>
<td><tt>nil</tt></td>
</tr>

</table>

To create a new API Key, login to Docker Cloud

Account Settings > API Keys > Add API Key

Usage

dockercloud-agent::default

Just include dockercloud-agent in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[dockercloud-agent]"
  ]
}

Dependent cookbooks

poise-python ~> 1.4.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

dockercloud-agent CHANGELOG

This file is used to list changes made in each version of the dockercloud-agent cookbook.

0.1.0

  • [kfalconer] - Initial release of dockercloud-agent

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

0.1.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.1 passed this metric

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number