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

consul-ng (5) Versions 0.1.3

Installs/Configures Hashicorp Consul

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

consul-ng Cookbook

CookbookBuild Status

This is a Chef cookbook to manage Consul.

For Production environment, always prefer the most recent release.

Most Recent Release

cookbook 'consul-ng', '~> 0.1.3'

From Git

cookbook 'consul', github: 'vkhatri/chef-consul-ng'

Repository

https://github.com/vkhatri/chef-consul-ng

Supported OS

This cookbook was tested on Amazon & Ubuntu & Centos7 Linux & Windows2012R2 and expected to work on other RHEL platforms.

Recipes

  • consul::default - default recipe (use it for run_list)

  • consul::user - setup consul user/group

- consul::install - install consul

  • consul::install_windows - install consul on windows

  • consul::config - configure consul

Advanced Attributes

  • default['consul']['version'] (default: 0.6.4): consul version

  • default['consul']['packages'] (default: ['unzip']): package dependencies

  • default['consul']['notify_restart'] (default: true): whether to restart consul service on configuration file change

  • default['consul']['disable_service'] (default: false): whether to disable and stop consul service

  • default['consul']['package_url'] (default: auto): download consul package file from hashicorp package repository

  • default['consul']['webui_package_url'] (default: auto): download consul webui package file from hashicorp package repository

  • default['consul']['setup_user'] (default: true): setup consul user / group

  • default['consul']['enable_webui'] (default: true): enable consul webui

  • default['consul']['enable_webui'] (default: true): enable consul webui

  • default['consul']['diplomat_gem_version'] (default: nil): diplomat chef gem version

  • default['consul']['install_diplomat_gem'] (default: true): install diplomat chef gem

  • default['consul']['configure'] (default: true): configure consul

  • default['consul']['install'] (default: true): install consul

Core Attributes

  • default['consul']['packages'] (default: ['unzip']): package dependencies

  • default['consul']['conf_dir'] (default: /etc/consul): consul configuration directory

  • default['consul']['conf_file'] (default: /etc/consul/000-consul.json): consul configuration file

  • default['consul']['parent_dir'] (default: /usr/local/consul): consul parent directory

  • default['consul']['pid_dir'] (default: /var/run/consul): consul service pid directory

  • default['consul']['log_dir'] (default: /var/log/consul): consul log directory

  • default['consul']['mode'] (default: 0754): default directory/file resources mode

  • default['consul']['umask'] (default: 0023): execute resource attribute

  • default['consul']['user'] (default: consul): user name

  • default['consul']['group'] (default: consul): group name

  • default['consul']['version_purge'] (default: false): purge older versions under node['consul']['parent_dir']

Configuration File 001-consul.json Attributes

  • default['consul']['config']['datacenter'] (default: nil): consul configuration attribute, need to set this attribute

  • default['consul']['config']['encrypt'] (default: nil): consul configuration attribute, need to set this attribute

  • default['consul']['config']['start_join'] (default: []): consul configuration attribute, set this attribute with consul servers ip address

  • default['consul']['config']['bootstrap'] (default: false): consul configuration attribute

  • default['consul']['config']['server'] (default: false): consul configuration attribute

  • default['consul']['config']['log_level'] (default: INFO): consul configuration attribute

  • default['consul']['config']['bind_addr'] (default: node['ipaddress']): consul configuration attribute

  • default['consul']['config']['client_addr'] (default: node['ipaddress']): consul configuration attribute

  • default['consul']['config']['ports']['server'] (default: 8300): consul port

  • default['consul']['config']['ports']['serf_lan'] (default: 8301): consul port

  • default['consul']['config']['ports']['serf_wan'] (default: 8302): consul port

  • default['consul']['config']['ports']['rpc'] (default: 8400): consul port

  • default['consul']['config']['ports']['dns'] (default: 8600): consul port

  • default['consul']['config']['ports']['http'] (default: 8500): consul port

For more attribute info, visit below links:

http://www.consul.io/docs/agent/options.html

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests (rake & rake knife), ensuring they all pass
  6. Write new resource/attribute description to README.md
  7. Write description about changes to PR
  8. Submit a Pull Request using Github

Authors:: Virender Khatri and Contributors

<pre>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>

Dependent cookbooks

nssm ~> 1.2.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

consul-ng CHANGELOG

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

0.1.2

  • Rene Mul - Fix lint

  • Rene Mul - Added support for systemd

  • Nathan Sullivan - fix to allow init script to be installed successfully in kitchen-docker

  • Nathan Sullivan - bump versions supported to include 0.6.4

  • Nathan Sullivan - fixed rubocop, spec tests

  • Virender Khatri - make install and config recipe optional

0.1.1

  • Rene Mul - Added Windows installation support

0.1.0

  • Virender Khatri - Initial release of consul-ng

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

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

Foodcritic Metric
            

0.1.3 passed this metric