Skip to content

A simple recipe for getting started with Chef Solo server configuration.

Notifications You must be signed in to change notification settings

brightmix/chef-solo-bootstrap

Repository files navigation

DESCRIPTION:

Uses the Chef configuration management tool, specifically chef-solo to configure a remote server. This is the simplest way to get started with using Chef.

GETTING STARTED:

  • apt-get install -y git-core

  • cd /tmp

  • git clone git://github.com/brightmix/chef-solo-bootstrap.git

  • cd /tmp/chef-solo-bootstrap

  • git submodule init

  • git submodule update

  • sh chef_bootstrap.sh

  • set a fully qualified domain name in /etc/hosts (e.g. foo.brightmix.com)

  • chef-solo -l debug -c config/solo.rb -j config/chef.json

REQUIREMENTS:

  • Make sure Chef is installed on the remote server you want to configure. See chef_bootstrap.rb to help.

  • Modify config/chef.json to specify the recipes from the ‘cookbooks’ dir you want to run

  • Run with ‘rake cook server=username@host.domain.com’

HOW IT WORKS:

When you run the ‘rake cook’ task it will:

  • rsync this entire directory to the location specified in ‘REMOTE_CHEF_PATH’ in the Rakefile

  • Run chef-solo on the remote machine using the config files in config/ and your cookbooks.

  • Run the ‘test’ recipe which creates the dir ‘/tmp/foobarbaz’ on the remote machine.

  • Sprinkles magic dust on your server…

CREDITS:

Most of the ideas and code here was cribbed from probablyinteractive.com/2009/3/29/Amazon%20EC2%20+%20Chef%20=%20Mmmmm.html. Just updated to match my understanding of the most recent config. My thanks to the author for giving me an excellent headstart.

About

A simple recipe for getting started with Chef Solo server configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published