Code Monkey home page Code Monkey logo

metachef's Introduction

DON'T USE THIS

Flip has removed the original metachef.

In case you have a cookbook that uses/used metachef, I'm keeping this here so you can reference the particular functions and fill in the functions yourself. However, don't use this in your cookbooks.

metachef chef cookbook

Installs/Configures metachef

Overview

Cookbooks repeatably express these and other aspects:

  • "I launch these daemons: ..."
  • "I haz a bukkit, itz naem '/var/log/lol'"
  • "I have a dashboard at 'http://....:...'"
  • ... and much more.

Wouldn't it be nice if announcing a log directory caused...

  • my log rotation system to start rotating my logs?
  • a 'disk free space' gauge to be added to the monitoring dashboard for that service?
  • flume (or whatever) began picking up my logs and archiving them to a predictable location?
  • in the case of standard apache logs, a listener to start counting the rate of requests, 200s, 404s and so forth? Similarly, announcing ports should mean
  • the firewall and security groups configure themselves correspondingly
  • the monitor system starts regularly pinging the port for uptime and latency
  • and pings the interfaces that it should not appear on to ensure the firewall is in place?

Cluster chef make those aspects standardized and predictable, and provides integration and discovery hooks. The key is to make integration inevitable: No more forgetting to rotate or monitor a service, or having a config change over here screw up a dependent system over there.


(below is a planning document and may not perfectly reflect reality)

FIXME: update for version_3 release

Attributes are scoped by cookbook and then by component.

  • If I declare i_haz_a_service_itz('redis), it will look in node[:redis].

  • If I declare i_haz_a_service_itz('hadoop-namenode'), it will look in node[:hadoop] for cookbook-wide concerns and node[:hadoop][:namenode] for component-specific concerns.

  • The cookbook scope is always named for its cookbook. Its attributes live innode[:cookbook_name].

    • if everything in the cookbook shares a concern, it sits at cookbook level. So the hadoop log directory (shared by all its components) is at (scratch_root)/hadoop/log.
  • If there is only one component, it can be implicitly named for its cookbook. In this case, it is omitted: the component attributes live in node[:cookbook_name] (which is the same as the component name).

  • If there are multiple components, they will live in node[:cookbook_name][:component_name] (eg [:hadoop][:namenode] or [:flume][:master]. In file names, these become (whatever)/cookbook_name/component_name/(whatever); in other cases they are joined as cookbook_name-component_name.

Allow nodes to discover the location for a given service at runtime, adapting when new services register.

Discovery

Allow nodes to discover the location for a given service at runtime, adapting when new services register.

Operations:

  • register for a service. A timestamp records the last registry.
  • discover all chef nodes that have registered for the given service.
  • discover the most recent chef node for that service.
  • get the 'public_ip' for a service -- the address that nodes in the larger world should use
  • get the 'public_ip' for a service -- the address that nodes on the local subnet / private cloud should use

Implementation

Nodes register a service by calling announce, which sets a hash containing 'timestamp' (the time of registry) and other metadata passed in.

Attributes

  • [:tuning][:ulimit] -
  • [:tuning][:overcommit_memory] - (default: "1")
  • [:tuning][:overcommit_ratio] - (default: "100")
  • [:tuning][:swappiness] - (default: "5")
  • [:metachef][:conf_dir] - (default: "/etc/metachef")
  • [:metachef][:log_dir] - (default: "/var/log/metachef")
  • [:metachef][:home_dir] - (default: "/etc/metachef")
  • [:metachef][:user] - (default: "root")
  • [:metachef][:thttpd][:port] - (default: "6789")
  • [:metachef][:dashboard][:run_state] - (default: "start")
  • [:users][:root][:primary_group] - (default: "root")

Recipes

  • burn_ami_prep - Burn Ami Prep
  • dashboard - Lightweight dashboard for this machine: index of services and their dashboard snippets
  • default - Base configuration for metachef
  • virtualbox_metadata - Virtualbox Metadata

Integration

Supports platforms: debian and ubuntu

License and Author

Author:: Philip (flip) Kromer - Infochimps, Inc ([email protected]) Copyright:: 2011, Philip (flip) Kromer - Infochimps, Inc

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.

readme generated by cluster_chef's cookbook_munger

metachef's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.