etsy chef-workflow

15
Chef workflow at Daniel Schauenberg [email protected] @mrtazz Tuesday, January 29, 13

Upload: daniel-schauenberg

Post on 15-Jan-2015

3.978 views

Category:

Documents


1 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Etsy chef-workflow

Chef workflow atDaniel Schauenberg

[email protected]@mrtazz

Tuesday, January 29, 13

Page 2: Etsy chef-workflow

Etsy Infrastructure

• ~1000 nodes

• ~30 dev/ops engineers making changes regularly

• Open Source Chef server + GitHub Enterprise

• Default environment setup (production, development, testing)

Tuesday, January 29, 13

Page 3: Etsy chef-workflow

jonlives/knife-spork

Tuesday, January 29, 13

Page 4: Etsy chef-workflow

Tuesday, January 29, 13

Page 5: Etsy chef-workflow

% shefchef > recipechef:recipe > echo offchef:recipe > include_recipe "apache"chef:recipe > run_chef

Tuesday, January 29, 13

Page 6: Etsy chef-workflow

% review -r jcowie --cc ops

Tuesday, January 29, 13

Page 7: Etsy chef-workflow

% knife spork check apache% knife spork bump apache% git commit% git push% knife spork upload apache

Staging Deploy

Tuesday, January 29, 13

Page 8: Etsy chef-workflow

jonlives/knife-flip

% knife node flip node.etsy.com testing

% knife role flip testRole testing

Tuesday, January 29, 13

Page 9: Etsy chef-workflow

% knife spork promote apache% git commit% git push% knife spork promote apache --remote

Production Deploy

Tuesday, January 29, 13

Page 10: Etsy chef-workflow

19:18:06 irccat | CHEF: Daniel Schauenberg promoted [email protected] to development https://github.etsycorp.com/gist/12345

19:18:06 irccat | CHEF: Daniel Schauenberg promoted [email protected] to production https://github.etsycorp.com/gist/12346

Tuesday, January 29, 13

Page 11: Etsy chef-workflow

19:20:00 irccat | Chef run failed on test.etsy.com 19:20:00 irccat | https://github.etsycorp.com/gist/12347

etsy/chef-handlers

% knife node lastrun test.etsy.com

jgoulah/knife-lastrun

Tuesday, January 29, 13

Page 12: Etsy chef-workflow

Tuesday, January 29, 13

Page 13: Etsy chef-workflow

Summary

• GitHub Enterprise, Dev VMs, shef as development environment

• Chef Server and knife-spork as Deployment System

• Monitoring, Notifications, Graphs

Tuesday, January 29, 13

Page 14: Etsy chef-workflow

• http://codeascraft.etsy.com/

• http://www.slideshare.net/jonlives/michelin-starred-cooking-with-chef

• http://www.slideshare.net/mcdonnps/lessons-from-etsy-avoiding-kitchen-nightmares-chefconf-2012

• https://github.com/jonlives/knife-spork

• https://github.com/jonlives/knife-flip

• https://github.com/jgoulah/knife-lastrun

Tuesday, January 29, 13

Page 15: Etsy chef-workflow

Chef workflow atDaniel Schauenberg

[email protected]@mrtazz

Tuesday, January 29, 13