Infrastructure Automation with Chef
by Adam Jacob on Jun 24, 2010
- 7,279 views
Introduction to Chef, from Velocity 2010.
Introduction to Chef, from Velocity 2010.
Accessibility
Categories
Tags
More...Upload Details
Uploaded via SlideShare as Apple Keynote
Usage Rights
© All Rights Reserved
Statistics
- Favorites
- 28
- Downloads
- 412
- Comments
- 1
- Embed Views
- Views on SlideShare
- 6,968
- Total Views
- 7,279
1–1 of 1 previous next
Attributes applied to node, but stay with the role, add/remove.
Searchable
Attributes applied to node, but stay with the role, add/remove.
Searchable
name: grants.sql
parameters: source,owner,group,mode
action: create
They contain the code and assets that configure infrastructure
Keep them in a version control repository
They contain the code and assets that configure infrastructure
Keep them in a version control repository
They contain the code and assets that configure infrastructure
Keep them in a version control repository
- metadata can be written in ruby DSL, converted to JSON.
remote_file resource
file specificity based on node’s FQDN, platform, or default
remote_file resource
file specificity based on node’s FQDN, platform, or default
Two ways to set in cookbooks, ‘set’ - the cookbook is authoritative, ‘set_unless’ - node is authoritative
Two ways to set in cookbooks, ‘set’ - the cookbook is authoritative, ‘set_unless’ - node is authoritative