56
chef configuration management with jeff wallace [email protected] Sunday, October 24, 2010

44275732 chef

Embed Size (px)

DESCRIPTION

Chef Opscode

Citation preview

Page 1: 44275732 chef

chefconfiguration management with

jeff [email protected]

Sunday, October 24, 2010

Page 2: 44275732 chef

i suckat titles

Sunday, October 24, 2010

Page 3: 44275732 chef

Configuration ManagementDrupalCamp NYC 8

http://www.flickr.com/photos/acmace/4434408330/

Sunday, October 24, 2010

Page 4: 44275732 chef

Configuration ManagementDrupalCamp NYC 8

10 people...

http://www.flickr.com/photos/acmace/4434408330/

Sunday, October 24, 2010

Page 5: 44275732 chef

Configuration Management w/ChefDrupalCampMTL 2010

http://www.flickr.com/photos/cfso1952/3597279132/

Sunday, October 24, 2010

Page 6: 44275732 chef

Configuration Management w/ChefDrupalCampMTL 2010

11 people?

http://www.flickr.com/photos/cfso1952/3597279132/

Sunday, October 24, 2010

Page 7: 44275732 chef

what the hell is configuration management

Sunday, October 24, 2010

Page 8: 44275732 chef

server configuration

Sunday, October 24, 2010

Page 9: 44275732 chef

server configuration

codeSunday, October 24, 2010

Page 10: 44275732 chef

server configuration

code*we’re all programers!

Sunday, October 24, 2010

Page 11: 44275732 chef

http://www.hunterhomesnh.com/gallery.php?var=1

blueprints for your servers

Sunday, October 24, 2010

Page 12: 44275732 chef

http://www.flickr.com/photos/theodevil/4278796647/

and the factory to build it

Sunday, October 24, 2010

Page 13: 44275732 chef

what arethe tools

http://www.flickr.com/photos/ontario_wanderer/3496185271/

Sunday, October 24, 2010

Page 14: 44275732 chef

started in 1993

written in C

Argonne National Laboratory

written in python

Sunday, October 24, 2010

Page 15: 44275732 chef

first release in 2005

written in ruby

puppet DSL

similar to chef

Sunday, October 24, 2010

Page 16: 44275732 chef

http://www.flickr.com/photos/28056346@N06/3025510447/

chef

Sunday, October 24, 2010

Page 17: 44275732 chef

http://www.flickr.com/photos/28056346@N06/3025510447/

first release in 2009written in rubypure ruby DSL

Sunday, October 24, 2010

Page 18: 44275732 chef

Sunday, October 24, 2010

Page 19: 44275732 chef

quick run down

Sunday, October 24, 2010

Page 20: 44275732 chef

chef-clientruns on each machine

Sunday, October 24, 2010

Page 21: 44275732 chef

chef-servermanages each machine

Sunday, October 24, 2010

Page 22: 44275732 chef

chef-solosever and client all-in-one

Sunday, October 24, 2010

Page 23: 44275732 chef

every machine you configure is a node

Sunday, October 24, 2010

Page 24: 44275732 chef

every machine you configure is a node

*yeah more nodes!Sunday, October 24, 2010

Page 25: 44275732 chef

nodes have attributes

Sunday, October 24, 2010

Page 26: 44275732 chef

$ ohai

Sunday, October 24, 2010

Page 27: 44275732 chef

$ ohai

*just a snippet

Sunday, October 24, 2010

Page 28: 44275732 chef

attributes can be searched with solr

http://wiki.opscode.com/display/chef/SearchSunday, October 24, 2010

Page 29: 44275732 chef

attributes can be searched with solr

*nodes + searching ... is this a drupal site?

http://wiki.opscode.com/display/chef/SearchSunday, October 24, 2010

Page 30: 44275732 chef

every node can be assigned a rolemyql server, apache server, both

Sunday, October 24, 2010

Page 31: 44275732 chef

every node has a run listlist of roles and recipes

applied in order

Sunday, October 24, 2010

Page 32: 44275732 chef

this is what chef manages

every node has a set of resources

Sunday, October 24, 2010

Page 33: 44275732 chef

resource

Sunday, October 24, 2010

Page 34: 44275732 chef

*a resource has an action

Sunday, October 24, 2010

Page 35: 44275732 chef

*resources have attributes*allow multiple actions

Sunday, October 24, 2010

Page 36: 44275732 chef

*resources have attributes*allow multiple actions

Sunday, October 24, 2010

Page 37: 44275732 chef

*resources have attributes*allow multiple actions

Sunday, October 24, 2010

Page 38: 44275732 chef

*resources can notify other resources

Sunday, October 24, 2010

Page 39: 44275732 chef

my.cnf.erb

*attributes

Sunday, October 24, 2010

Page 40: 44275732 chef

my.cnf.erb

*attributes

Sunday, October 24, 2010

Page 41: 44275732 chef

*can be overridden*searchable

attributes

Sunday, October 24, 2010

Page 42: 44275732 chef

lots more: http://wiki.opscode.com/display/chef/Resources

*adds cronjob to crontab for www-data user

Sunday, October 24, 2010

Page 43: 44275732 chef

recipe

Sunday, October 24, 2010

Page 44: 44275732 chef

*group of resources*run in order

Sunday, October 24, 2010

Page 45: 44275732 chef

cookbook

Sunday, October 24, 2010

Page 46: 44275732 chef

cookbook

Sunday, October 24, 2010

Page 47: 44275732 chef

file resolution

Sunday, October 24, 2010

Page 48: 44275732 chef

some useful examples for

drupalists

Sunday, October 24, 2010

Page 49: 44275732 chef

drush

Sunday, October 24, 2010

Page 50: 44275732 chef

git checkout

Sunday, October 24, 2010

Page 51: 44275732 chef

git checkout

Sunday, October 24, 2010

Page 52: 44275732 chef

git checkout

Sunday, October 24, 2010

Page 53: 44275732 chef

git checkout

branch

Sunday, October 24, 2010

Page 54: 44275732 chef

Sunday, October 24, 2010

Page 55: 44275732 chef

demo?

Sunday, October 24, 2010

Page 56: 44275732 chef

thanks!jeff wallace

[email protected]

*questions and comments encouraged

Sunday, October 24, 2010