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

octopus (3) Versions 0.1.4

installs, configures and registers an octopus tentacle

Policyfile
Berkshelf
Knife
cookbook 'octopus', '~> 0.1.4', :supermarket
cookbook 'octopus', '~> 0.1.4'
knife supermarket install octopus
knife supermarket download octopus
README
Dependencies
Changelog
Quality 17%

octopus cookbook

Cookbook Version

Installs, configures, and registers an octopus tentacle on your chef node.

Requirements

  • windows - depends on the windows community cookbook

Tentacle Attributes

The following attributes are used to configure tentacle related attributes, accessible via node['octopus']['tentacle'][attribute].

Attribute Description Default
version The version of the octopus tentacle 2.6.0.778
package_name The package name of the octopus tentacle msi package Octopus Deploy Tentacle
install_dir The installation directory of where to install the tentacle C:\Program Files\Octopus Deploy\Tentacle
port The port that the tentacle will listen on 10933
home The home directory for the tentacle C:\Octopus
role The role that will be assigned to the tentacle webserver
name The name of the tentacle Tentacle
url The download url of the octopus tentacle installation package https://download.octopusdeploy.com/octopus/Octopus.Tentacle.#{node['octopus']['tentacle']['version']}-x64.msi
checksum The checksum of the tentacle installation package (SHA-256 hash) cb81f5296f7843c5c04cb20a02793bb14dad50f6453a0f264ebe859e268d8289

API Attributes

The following attributes are used to configure octopus api related attributes, accessible via node['octopus']['api'][attribute].

Attribute Description Default
uri The uri of your octopus server's api http://my-octopus-server.com/api
key The api key used to register the tentacle with the octopus server API-XXXXXXXXXXXXXXXXXXXXXXXXXXX

Server Attributes

The following attributes are used to configure server related attributes, accessible via node['octopus']['server'][attribute].

Attribute Description Default
thumbprint The octopus server's thumbprint XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x or feature_xyz)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

License: Apache 2.0
Authors: Michael Burns

Dependent cookbooks

windows >= 1.2.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

octopus CHANGELOG

0.1.4 (2015-11-24)

  • PR 4 - Versioned packages and support for x64 and x86
  • Cleanup attribute names to make more readable
  • Set default tentacle environment to match chef environment
  • PR 3 - Add environment if it does not exist

0.1.3 (2015-07-07)

  • Fix README.md for chef supermarket
  • PR 2 - made name of tentacle an attribute

0.1.2

  • Michael Burns - Cleaned-up cookbook for public release

0.1.0

  • Michael Burns - Initial release of octopus

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.4 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.4 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.4 failed this metric

FC064: Ensure issues_url is set in metadata: octopus/metadata.rb:1
FC065: Ensure source_url is set in metadata: octopus/metadata.rb:1
FC066: Ensure chef_version is set in metadata: octopus/metadata.rb:1
FC069: Ensure standardized license defined in metadata: octopus/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.4 passed this metric

Testing File Metric
            

0.1.4 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.4 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