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

sudo_elastic (8) Versions 0.1.9

install elastic and [elasticsearch-analysis-ik]

Policyfile
Berkshelf
Knife
cookbook 'sudo_elastic', '= 0.1.9', :supermarket
cookbook 'sudo_elastic', '= 0.1.9'
knife supermarket install sudo_elastic
knife supermarket download sudo_elastic
README
Dependencies
Changelog
Quality 0%

sudo_elastic Cookbook

This cookbook inculdes recipes to install elastic and elasticsearch-analysis-ik

sudo_elastic::default

install elasticsearch and kopf

  • ['sudo_elastic']['elastic_search']['cluster']['name'] - elasticsearch cluster name(default:my_escluster)
  • ['sudo_elastic']['elastic_search']['node']['name'] - elasticsearch node name(default:node1)
  • ['sudo_elastic']['elastic_search']['network_host'] - elasticsearch network_host(default:0.0.0.0)

sudo_elastic::elastic_plugins

install elasticsearch-analysis-ik

sudo_elastic::consul

install consul

  • ['consul']['config']['node_name'] - consul node name(default:my_elastic_search)
  • ['consul']['config']['start_join'] - consul agent to join (i.e. %w{172.20.20.11})

sudo_elastic::monit

install monit

todo

  • write test

MIT

Dependent cookbooks

java >= 0.0.0
apt ~> 2.9.2
elasticsearch ~> 2.3.0
sudo_consul_service >= 0.0.0
poise-monit >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.9

  • add monit

0.1.8

  • update ik version to 1.9 to support elasticsearch 2.3
  • add sudo_analyzer

0.1.7

  • add consul recipes

0.1.6

  • upgrade elasticsearch to 2.3

0.1.5

  • install kopf
  • upgrade ik version to 1.8.0

0.1.4

  • upgrade elasticsearch to 2.2

Collaborator Number Metric
            

0.1.9 failed this metric

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

Foodcritic Metric
            

0.1.9 failed this metric

FC002: Avoid string interpolation where not required: /tmp/05dd6f79422f7dda8e8c9b49/sudo_elastic/recipes/elastic_plugins.rb:12
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/05dd6f79422f7dda8e8c9b49/sudo_elastic/recipes/consul.rb:1
FC064: Ensure issues_url is set in metadata: /tmp/05dd6f79422f7dda8e8c9b49/sudo_elastic/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/05dd6f79422f7dda8e8c9b49/sudo_elastic/metadata.rb:1