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.3

installs, configures and registers an octopus tentacle

Policyfile
Berkshelf
Knife
cookbook 'octopus', '= 0.1.3', :supermarket
cookbook 'octopus', '= 0.1.3'
knife supermarket install octopus
knife supermarket download octopus
README
Dependencies
Changelog
Quality -%

octopus cookbook

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']['tenacle'][attribute].

Attribute Description Default
url The download url of the octopus tentacle installation package http://download.octopusdeploy.com/octopus/Octopus.Tentacle.2.6.0.778-x64.msi
checksum The checksum of the tentacle installation package (SHA-256 hash) cb81f5296f7843c5c04cb20a02793bb14dad50f6453a0f264ebe859e268d8289
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 tenacle C:\Octopus
role The role that will be assigned to the tentacle webserver
name The name of the tentacle Tentacle

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

No quality metric results found